Skip to content

fix(deps): update all non-major dependencies #8123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/carbon ^1.2.8 -> ^1.2.9 age adoption passing confidence
@playwright/test (source) ^1.52.0 -> ^1.53.0 age adoption passing confidence
@rollup/plugin-commonjs (source) ^28.0.3 -> ^28.0.5 age adoption passing confidence
@shikijs/transformers (source) ^3.4.2 -> ^3.6.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^3.4.2 -> ^3.6.0 age adoption passing confidence
@types/estree (source) ^1.0.7 -> ^1.0.8 age adoption passing confidence
@types/node (source) ^22.15.29 -> ^22.15.32 age adoption passing confidence
@types/node (source) ^20.17.57 -> ^20.19.1 age adoption passing confidence
@types/react (source) ^19.1.6 -> ^19.1.8 age adoption passing confidence
@unocss/reset (source) ^66.1.3 -> ^66.2.1 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.0 -> ^4.5.2 age adoption passing confidence
birpc 2.3.0 -> 2.4.0 age adoption passing confidence
d3-graph-controller (source) ^3.1.0 -> ^3.1.1 age adoption passing confidence
happy-dom ^17.5.6 -> ^17.6.3 age adoption passing confidence
immutable (source) 5.1.2 -> 5.1.3 age adoption passing confidence
ivya ^1.6.0 -> ^1.7.0 age adoption passing confidence
loupe ^3.1.3 -> ^3.1.4 age adoption passing confidence
msw (source) ^2.8.7 -> ^2.10.2 age adoption passing confidence
playwright (source) ^1.52.0 -> ^1.53.0 age adoption passing confidence
playwright-core (source) ^1.52.0 -> ^1.53.0 age adoption passing confidence
pnpm (source) 10.11.0 -> 10.12.1 age adoption passing confidence
rollup (source) ^4.41.1 -> ^4.43.0 age adoption passing confidence
tsx (source) ^4.19.4 -> ^4.20.3 age adoption passing confidence
unocss (source) ^66.1.3 -> ^66.2.1 age adoption passing confidence
unplugin-isolated-decl ^0.14.2 -> ^0.14.3 age adoption passing confidence
vitepress (source) 2.0.0-alpha.5 -> 2.0.0-alpha.6 age adoption passing confidence
vitepress-plugin-group-icons ^1.5.5 -> ^1.6.0 age adoption passing confidence
vitest-browser-react ^0.2.0 -> ^0.3.0 age adoption passing confidence
zx (source) ^8.5.4 -> ^8.5.5 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137
rollup/plugins (@​rollup/plugin-commonjs)

v28.0.5

2025-06-14

Bugfixes
  • fix: crawl dynamicRequireRoot outside cwd (#​1859)

v28.0.4

2025-06-14

Bugfixes
  • fix: try/catch instanceof in getAugmentedNamespace (#​1868)
shikijs/shiki (@​shikijs/transformers)

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/reset)

v66.2.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.5.2

Compare Source

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #​491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #​489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #​497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

v4.5.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

antfu/birpc (birpc)

v2.4.0

Compare Source

   🚀 Features
    View changes on GitHub
DerYeger/yeger (d3-graph-controller)

v3.1.1

Compare Source

Patch Changes
immutable-js/immutable-js (immutable)

v5.1.3

Compare Source

TypeScript
Documentation

There has been a huge amount of changes in the documentation, mainly migrate from an autogenerated documentation from .d.ts file, to a proper documentation in markdown.
The playground has been included on nearly all method examples.
We added a page about browser extensions too: https://immutable-js.com/browser-extension/

Internal
chaijs/loupe (loupe)

v3.1.4

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/loupe@v3.1.3...v3.1.4

mswjs/msw (msw)

v2.10.2

Compare Source

v2.10.2 (2025-06-09)

Bug Fixes

v2.10.1

Compare Source

v2.10.1 (2025-06-07)

Bug Fixes

v2.10.0

Compare Source

v2.10.0 (2025-06-07)

Features

v2.9.0

Compare Source

v2.9.0 (2025-06-03)

Features
pnpm/pnpm (pnpm)

v10.12.1

Minor Changes
  • Experimental. Added support for global virtual stores. When enabled, node_modules contains only symlinks to a central virtual store, rather to node_modules/.pnpm. By default, this central store is located at <store-path>/links (you can find the store path by running pnpm store path).

    In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.

    This is conceptually similar to how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via:

    pnpm config -g set enable-global-virtual-store true

    NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.

    Related PR: #​8190

  • The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-workspace.yaml #​9425.
  • Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead #​9605.
  • Added a new setting called ci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed by pnpm patch using semantic versioning rules.
  • Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects #​9598.
  • Revert #​9574 to fix a regression #​9596.

v10.11.1

Compare Source

Patch Changes
  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.json has a workspace package as a peer dependency #​9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#​9531)
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Use pnpm_config_ env variables instead of npm_config_ #​9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-workspace-packages=true #​9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via #​9502.
  • pnpm -r --silent run should not print out section #​9563.
rollup/rollup (rollup)

v4.43.0

Compare Source

2025-06-11

Features
  • Provide new fs option and this.fs API to replace file system (#​5944)
Pull Requests

v4.42.0

Compare Source

2025-06-06

Features
  • Add option to allow the input to be located in the output in watch mode (#​5966)
Pull Requests

v4.41.2

Compare Source

2025-06-06

Bug Fixes
  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#​5977)
  • Do not replace usages of constant variables with their values for readability (#​5968)
Pull Requests
privatenumber/tsx (tsx)

v4.20.3

Compare Source

v4.20.2

Compare Source

v4.20.1

Compare Source

v4.20.0

Compare Source

unplugin/unplugin-isolated-decl (unplugin-isolated-decl)

v0.14.3

Compare Source

No significant changes

    View changes on GitHub
vuejs/vitepress (vitepress)

v2.0.0-alpha.6

Compare Source

Bug Fixes
  • allow AdditionalConfigLoader to return void (906a44a)
  • build: avoiding creating separate chunks for vite public assets (21f24b9)
  • build: emit lean chunks after vite has done processing (26cb685), closes #​4737
  • client: properly skip removed lines when copying code blocks (c128baf)
  • disable appearance scripts in zero-js mode (e7f9d05), closes #​4766
  • don't preload dynamic imports (801648a), closes #​4770
  • gather additional config files even if root .vitepress/config is not present (26f178c)
  • set preserveEntrySignatures for rolldown-vite (#​4784) (4351bc0)
  • skip fields not supported by rolldown for rolldown-vite (#​4747) (4e3fce4)
  • theme/regression: code blocks not aligned properly in rtl layouts (a643347)
  • theme: hide native search input cancel button (#​4723) (2c4944f)
  • theme: prevent error in handleSearchHotKey method (#​4782) (21fcecc)
  • use v-pre for mathjax instead of isCustomElement (c9b8928)
Features
  • use oxc-minify instead of transformWithEsbuild when rolldown-vite is used (#​4748) (7c1dc48)

2.0.0-alpha.5 (2025-04-21)

Bug Fixes
Features
Performance Improvements
  • call module.enableCompileCache() (70de34c)
  • hoist expensive operations in useLayout (e5ab067)
BREAKING CHANGES
  • useLocalNav and useSidebar are removed in favor of useLayout. To migrate, just do find and replace. Sidebar controls are no longer exported, but we didn't find any usage on GitHub. If there is demand, we can export respective composables later. DefaultTheme.DocSidebar and DefaultTheme.DocLocalNav types are also removed.
  • vp-adaptive-theme class is no longer added to code blocks when there is single theme. Theme authors supporting single code theme can use .shiki:not(.shiki-themes) as selector. Alternatively, it might be better to use the bg/fg variables set on the .shiki block to keep things generic.
  • vp-code class is no longer added to code blocks. Use .shiki or pre.shiki or [class*='language-'] pre instead. People not customizing their themes are not affected.

2.0.0-alpha.4 (2025-03-09)

Bug Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 9, 2025
Copy link

netlify bot commented Jun 9, 2025

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit db5bdc4
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/685029d784c17d0008df6b4e
😎 Deploy Preview https://deploy-preview-8123--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 2436ff9 to e1c70d5 Compare June 16, 2025 05:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1c70d5 to 22606fc Compare June 16, 2025 12:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jun 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant