Skip to content

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

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 2 commits into from
Jul 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@faker-js/faker (source) ^9.8.0 -> ^9.9.0 age confidence devDependencies minor
@jridgewell/trace-mapping (source) ^0.3.25 -> ^0.3.29 age confidence pnpm.catalog.default patch
@playwright/test (source) ^1.53.1 -> ^1.54.1 age confidence devDependencies minor
@shikijs/transformers (source) ^3.7.0 -> ^3.8.0 age confidence devDependencies minor
@shikijs/vitepress-twoslash (source) ^3.7.0 -> ^3.8.0 age confidence devDependencies minor
@types/node (source) ^22.15.32 -> ^22.16.3 age confidence devDependencies minor
@types/node (source) ^20.19.1 -> ^20.19.7 age confidence devDependencies patch
@unocss/reset (source) ^66.2.3 -> ^66.3.3 age confidence pnpm.catalog.default minor
@vitejs/plugin-basic-ssl ^2.0.0 -> ^2.1.0 age confidence devDependencies minor
@wdio/protocols (source) ^9.15.0 -> ^9.16.2 age confidence devDependencies minor
@wdio/types (source) ^9.15.0 -> ^9.16.2 age confidence devDependencies minor
browser-actions/setup-firefox v1.5.4 -> v1.6.0 age confidence action minor
chai (source) ^5.2.0 -> ^5.2.1 age confidence pnpm.catalog.default patch
esbuild ^0.25.5 -> ^0.25.6 age confidence devDependencies patch
expect-type ^1.2.1 -> ^1.2.2 age confidence dependencies patch
lit (source) ^3.3.0 -> ^3.3.1 age confidence dependencies patch
msw (source) ^2.10.2 -> ^2.10.4 age confidence pnpm.catalog.default patch
playwright (source) ^1.53.1 -> ^1.54.1 age confidence devDependencies minor
playwright-core (source) ^1.53.1 -> ^1.54.1 age confidence devDependencies minor
pnpm (source) 10.12.2 -> 10.13.1 age confidence packageManager minor
rollup (source) ^4.44.0 -> ^4.45.0 age confidence devDependencies minor
sweetalert2 (source) ^11.22.0 -> ^11.22.2 age confidence devDependencies patch
unocss (source) ^66.2.3 -> ^66.3.3 age confidence pnpm.catalog.default minor
unplugin-isolated-decl ^0.14.3 -> ^0.14.5 age confidence devDependencies patch
unplugin-oxc ^0.4.5 -> ^0.4.6 age confidence devDependencies patch
vite-plugin-pages ^0.33.0 -> ^0.33.1 age confidence devDependencies patch
vitepress (source) 2.0.0-alpha.6 -> 2.0.0-alpha.8 age confidence devDependencies patch
vitepress-plugin-group-icons ^1.6.0 -> ^1.6.1 age confidence devDependencies patch
webdriverio (source) ^9.15.0 -> ^9.17.0 age confidence devDependencies minor
ws ^8.18.2 -> ^8.18.3 age confidence pnpm.catalog.default patch
zx (source) ^8.5.5 -> ^8.7.0 age confidence devDependencies minor

Release Notes

faker-js/faker (@​faker-js/faker)

v9.9.0

Compare Source

New Locales
Features
jridgewell/sourcemaps (@​jridgewell/trace-mapping)

v0.3.29

Compare Source

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.28...trace-mapping/0.3.29

v0.3.28

Compare Source

  • Update UMD Wrapper to fix webpack build issue: #​33
  • Add getOwnPropertyDescriptors polyfill to support Node v6: #​34

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.27...trace-mapping/0.3.28

v0.3.27

Compare Source

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.26...trace-mapping/0.3.27

v0.3.26

Compare Source

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.25...trace-mapping/0.3.26

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source

shikijs/shiki (@​shikijs/transformers)

v3.8.0

Compare Source

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

v66.3.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.3.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.3.1

Compare Source

No significant changes

    View changes on GitHub

v66.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-basic-ssl (@​vitejs/plugin-basic-ssl)

v2.1.0

Compare Source

Features
webdriverio/webdriverio (@​wdio/protocols)

v9.16.2

Compare Source

No updates!

v9.16.0

Compare Source

👓 Spec Compliancy
🚀 New Feature
  • wdio-config, wdio-runner, wdio-types
🐛 Bug Fix
💅 Polish
  • wdio-browserstack-service
📝 Documentation
🏠 Internal
Committers: 10
browser-actions/setup-firefox (browser-actions/setup-firefox)

v1.6.0

Compare Source

Features
chaijs/chai (chai)

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

evanw/esbuild (esbuild)

v0.25.6

Compare Source

  • Fix a memory leak when cancel() is used on a build context (#​4231)

    Calling rebuild() followed by cancel() in rapid succession could previously leak memory. The bundler uses a producer/consumer model internally, and the resource leak was caused by the consumer being termianted while there were still remaining unreceived results from a producer. To avoid the leak, the consumer now waits for all producers to finish before terminating.

  • Support empty :is() and :where() syntax in CSS (#​4232)

    Previously using these selectors with esbuild would generate a warning. That warning has been removed in this release for these cases.

  • Improve tree-shaking of try statements in dead code (#​4224)

    With this release, esbuild will now remove certain try statements if esbuild considers them to be within dead code (i.e. code that is known to not ever be evaluated). For example:

    // Original code
    return 'foo'
    try { return 'bar' } catch {}
    
    // Old output (with --minify)
    return"foo";try{return"bar"}catch{}
    
    // New output (with --minify)
    return"foo";
  • Consider negated bigints to have no side effects

    While esbuild currently considers 1, -1, and 1n to all have no side effects, it didn't previously consider -1n to have no side effects. This is because esbuild does constant folding with numbers but not bigints. However, it meant that unused negative bigint constants were not tree-shaken. With this release, esbuild will now consider these expressions to also be side-effect free:

    // Original code
    let a = 1, b = -1, c = 1n, d = -1n
    
    // Old output (with --bundle --minify)
    (()=>{var n=-1n;})();
    
    // New output (with --bundle --minify)
    (()=>{})();
  • Support a configurable delay in watch mode before rebuilding (#​3476, #​4178)

    The watch() API now takes a delay option that lets you add a delay (in milliseconds) before rebuilding when a change is detected in watch mode. If you use a tool that regenerates multiple source files very slowly, this should make it more likely that esbuild's watch mode won't generate a broken intermediate build before the successful final build. This option is also available via the CLI using the --watch-delay= flag.

    This should also help avoid confusion about the watch() API's options argument. It was previously empty to allow for future API expansion, which caused some people to think that the documentation was missing. It's no longer empty now that the watch() API has an option.

  • Allow mixed array for entryPoints API option (#​4223)

    The TypeScript type definitions now allow you to pass a mixed array of both string literals and object literals to the entryPoints API option, such as ['foo.js', { out: 'lib', in: 'bar.js' }]. This was always possible to do in JavaScript but the TypeScript type definitions were previously too restrictive.

  • Update Go from 1.23.8 to 1.23.10 (#​4204, #​4207)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain false positive reports (specifically CVE-2025-4673 and CVE-2025-22874) from vulnerability scanners that only detect which version of the Go compiler esbuild uses.

  • Experimental support for esbuild on OpenHarmony (#​4212)

    With this release, esbuild now publishes the @esbuild/openharmony-arm64 npm package for OpenHarmony. It contains a WebAssembly binary instead of a native binary because Go doesn't currently support OpenHarmony. Node does support it, however, so in theory esbuild should now work on OpenHarmony through WebAssembly.

    This change was contributed by @​hqzing.

mmkal/expect-type (expect-type)

v1.2.2

Compare Source


lit/lit (lit)

v3.3.1

Compare Source

Patch Changes
  • #​4997 aea85e24 - Update README

  • #​4988 6792b7ef Thanks @​ADNolan! - Adjusted the comparison to use the name property of the _$resolve function and the resolveOverrideFn in private ssr support to prevent duplicated patching of the directive class.

  • #​4976 a126d8df - Fix minor regression in property converters. fromAttribute may return either null or undefined.

mswjs/msw (msw)

v2.10.4

Compare Source

v2.10.4 (2025-07-12)

Bug Fixes

v2.10.3

Compare Source

v2.10.3 (2025-07-04)
Bug Fixes
pnpm/pnpm (pnpm)

v10.13.1

Compare Source

Patch Changes
  • Run user defined pnpmfiles after pnpmfiles of plugins.

v10.13.0

Compare Source

Minor Changes
  • Added the possibility to load multiple pnpmfiles. The pnpmfile setting can now accept a list of pnpmfile locations #​9702.

  • pnpm will now automatically load the pnpmfile.cjs file from any config dependency named @pnpm/plugin-* or pnpm-plugin-* #​9729.

    The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the pnpmfile.cjs files in the config dependencies can be explicitly listed using the pnpmfile setting in pnpm-workspace.yaml.

Patch Changes
  • When patching dependencies installed via pkg.pr.new, treat them as Git tarball URLs #​9694.
  • Prevent conflicts between local projects' config and the global config in dangerouslyAllowAllBuilds, onlyBuiltDependencies, onlyBuiltDependenciesFile, and neverBuiltDependencies #​9628.
  • Sort keys in pnpm-workspace.yaml with deep #​9701.
  • The pnpm rebuild command should not add pkgs included in ignoredBuiltDependencies to ignoredBuilds in node_modules/.modules.yaml #​9338.
  • Replaced shell-quote with shlex for quoting command arguments #​9381.

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.
rollup/rollup (rollup)

v4.45.0

Compare Source

2025-07-12

Features
  • Improve tree-shaking when both branches of a conditional expression return the same boolean value (#​6000)
  • In environments that support both CJS and ESM, prefer the ESM build of Rollup (#​6005)
Bug Fixes
  • Ensure static blocks do not prevent tree-shaking if they access this (#​6001)
Pull Requests

v4.44.2

Compare Source

2025-07-04

Bug Fixes
  • Correctly handle @__PURE__ annotations after new keyword (#​5998)
  • Generate correct source mapping for closing braces of block statements (#​5999)
Pull Requests

v4.44.1

Compare Source

2025-06-26

Bug Fixes
  • Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#​5992)
Pull Requests
sweetalert2/sweetalert2 (sweetalert2)

v11.22.2

Compare Source

Bug Fixes

v11.22.1

Compare Source

Bug Fixes
unplugin/unplugin-isolated-decl (unplugin-isolated-decl)

v0.14.5

Compare Source

No significant changes

    View changes on GitHub

v0.14.4

Compare Source

No significant changes

    View changes on GitHub
unplugin/unplugin-oxc (unplugin-oxc)

v0.4.6

Compare Source

No significant changes

    View changes on GitHub
hannoeru/vite-plugin-pages (vite-plugin-pages)

v0.33.1

[Compare Source](https://redirect.github.com/hannoeru/vite-plugin-pages/compare/v0.33.0...v0


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.

Copy link

netlify bot commented Jun 30, 2025

Deploy Preview for vitest-dev ready!

Name Link
🔨 Latest commit adade54
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/6874bace1a1eec00081cc21e
😎 Deploy Preview https://deploy-preview-8235--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 7 times, most recently from 451c60e to c3e62bd Compare July 6, 2025 01:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 6, 2025
@LukeAbby
Copy link
Contributor

LukeAbby commented Jul 6, 2025

Heads up the expect-type update here helps fix some things with TS-Go. See mmkal/expect-type#156

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 84dd652 to 05c2865 Compare July 12, 2025 06:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 947e999 to a26a74f Compare July 14, 2025 08:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a26a74f to adade54 Compare July 14, 2025 08:07
Copy link
Contributor Author

renovate bot commented Jul 14, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sheremet-va sheremet-va merged commit a1e576a into main Jul 14, 2025
13 of 15 checks passed
@sheremet-va sheremet-va deleted the renovate/all-minor-patch branch July 14, 2025 08:28
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.

2 participants