Skip to content

chore(deps): update all non-major dependencies #1308

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/devtools-kit (source) 2.4.1 -> 2.5.0 age adoption passing confidence
@nuxtjs/i18n (source) 9.5.4 -> 9.5.5 age adoption passing confidence
@playwright/test (source) 1.52.0 -> 1.53.0 age adoption passing confidence
@types/bun (source) 1.2.14 -> 1.2.16 age adoption passing confidence
@types/estree (source) 1.0.7 -> 1.0.8 age adoption passing confidence
@types/node (source) 22.15.21 -> 22.15.31 age adoption passing confidence
eslint (source) 9.27.0 -> 9.28.0 age adoption passing confidence
happy-dom 17.4.7 -> 17.6.3 age adoption passing confidence
knip (source) 5.58.1 -> 5.61.0 age adoption passing confidence
pkg-pr-new (source) 0.0.50 -> 0.0.51 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
ts-jest (source) 29.3.4 -> 29.4.0 age adoption passing confidence
unplugin (source) ^2.3.4 -> ^2.3.5 age adoption passing confidence
vue (source) ^3.5.15 -> ^3.5.16 age adoption passing confidence
vue (source) ^3.5.15 -> ^3.5.16 age adoption passing confidence

Release Notes

nuxt/devtools (@​nuxt/devtools-kit)

v2.5.0

Compare Source

nuxt-modules/i18n (@​nuxtjs/i18n)

v9.5.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
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
eslint/eslint (eslint)

v9.28.0

Compare Source

capricorn86/happy-dom (happy-dom)

v17.6.3

Compare Source

👷‍♂️ Patch fixes

v17.6.2

Compare Source

👷‍♂️ Patch fixes

v17.6.1

Compare Source

🎨 Features
  • Adds support for disabling validation of certificates, to allow for self-signed certificates to be used - By @​capricorn86 in task #​1763
    • Read more about the new setting fetch.disableStrictSSL under IBrowserSettings in the Uncyclo

v17.6.0

Compare Source

v17.5.9

Compare Source

👷‍♂️ Patch fixes
  • Adds missing null check in HTMLLinkElement for a browser frame property that becomes null during teardown of a Window - By @​capricorn86 in task #​1800

v17.5.8

Compare Source

👷‍♂️ Patch fixes
  • Incorrect cache matching caused Element.classList to return the wrong items - By @​capricorn86 in task #​1812

v17.5.7

Compare Source

👷‍♂️ Patch fixes
  • Handle wider range of valid characters in unquoted attribute value parsing - By @​AudunWA in task #​1817

v17.5.6

Compare Source

👷‍♂️ Patch fixes
  • Removes the min and max boundary check when setting the value of an input field of type "date" - By @​zgrybus in task #​1815

v17.5.5

Compare Source

v17.5.4

Compare Source

👷‍♂️ Patch fixes

v17.5.3

Compare Source

👷‍♂️ Patch fixes
  • Adds previousSibling and nextSibling to MutationObserver records when a child is removed - By @​uxuip in task #​1803

v17.5.2

Compare Source

v17.5.1

Compare Source

👷‍♂️ Patch fixes
  • Existing URL query string should be overwritten on form submit when method is "GET" - By @​rslabbert in task #​1786

v17.5.0

Compare Source

🎨 Features

v17.4.9

Compare Source

v17.4.8

Compare Source

👷‍♂️ Patch fixes
webpro-nl/knip (knip)

v5.61.0

Compare Source

v5.60.2

Compare Source

v5.60.1

Compare Source

v5.60.0

Compare Source

  • Revisit dev guidelines (1884273)
  • Remove unnecessary escapes from regexes (d0c3f82)
  • Add WebStorm run config (e6e9813)
  • Remove unneeded condition (311d5e7)
  • Remove obsolete comment (ad99905)
  • Turn ignored logic around (for config hints) (eb0d16b)
  • Add boolean flags to args definition in node plugin (5a42a14)
  • Regen plugin overview (5252f4b)
  • Update dependencies (2506865)
  • Add entry and project configuration hints (#​1105) (58dcfa5)

v5.59.1

Compare Source

  • Edit some docs re. handling binaries (closes #​1107) (6ce3908)
  • Add "contributing" page (cd4f293)
  • Link to e18e.dev (3843678)
  • Ignore scripts with name not starting with word character (a240f0d)
  • Add cargo to global list of ignored binaries (0fcbe11)
  • Minor refactors (3b447b8)

v5.59.0

Compare Source

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.51

Compare Source

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
kulshekhar/ts-jest (ts-jest)

v29.4.0

Compare Source

Features
vuejs/core (vue)

v3.5.16

Compare Source

Reverts

Configuration

📅 Schedule: Branch creation - "on Monday" (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 requested a review from danielroe as a code owner June 2, 2025 03:18
Copy link

pkg-pr-new bot commented Jun 2, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/test-utils@1308

commit: 4852351

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 04a6fa9 to 252f4dd Compare June 8, 2025 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 408d344 to 6842643 Compare June 11, 2025 09:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6842643 to 4852351 Compare June 12, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants