Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config ^6.0.0 -> ^6.2.0 age confidence devDependencies minor
@iconify-json/logos ^1.2.9 -> ^1.2.10 age confidence devDependencies patch
@nuxt/content (source) ^3.7.1 -> ^3.8.2 age confidence devDependencies minor
@nuxt/devtools-kit (source) ^2.6.5 -> ^2.7.0 age confidence devDependencies minor
@nuxt/devtools-ui-kit (source) ^2.6.5 -> ^2.7.0 age confidence devDependencies minor
@nuxt/test-utils ^3.19.2 -> ^3.20.1 age confidence devDependencies minor
@nuxtjs/i18n (source) ^10.1.1 -> ^10.2.1 age confidence devDependencies minor
@unocss/nuxt (source) ^66.5.4 -> ^66.5.9 age confidence devDependencies patch
@unocss/preset-icons (source) ^66.5.4 -> ^66.5.9 age confidence devDependencies patch
@unocss/preset-uno (source) ^66.5.4 -> ^66.5.9 age confidence devDependencies patch
@unocss/runtime (source) ^66.5.4 -> ^66.5.9 age confidence devDependencies patch
better-sqlite3 ^12.4.1 -> ^12.4.6 age confidence devDependencies patch
bumpp ^10.3.1 -> ^10.3.2 age confidence devDependencies patch
eslint (source) ^9.37.0 -> ^9.39.1 age confidence devDependencies minor
firebase-functions ^6.5.0 -> ^6.6.0 age confidence devDependencies minor
happy-dom ^20.0.2 -> ^20.0.11 age confidence devDependencies patch
nuxt-site-config ^3.2.10 -> ^3.2.11 age confidence dependencies patch
playwright-core (source) ^1.56.0 -> ^1.57.0 age confidence devDependencies minor
pnpm (source) 10.18.3 -> 10.24.0 age confidence packageManager minor
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
shiki (source) ^3.13.0 -> ^3.17.0 age confidence devDependencies minor
unocss (source) ^66.5.4 -> ^66.5.9 age confidence devDependencies patch
vue (source) ^3.5.22 -> ^3.5.25 age confidence devDependencies patch

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v6.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v6.1.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/content (@​nuxt/content)

v3.8.2

Compare Source

v3.8.1

Compare Source

Bug Fixes
Performance Improvements

v3.8.0

Compare Source

Features
Bug Fixes
  • extend inherited schema (dd054ea)
Performance Improvements
nuxt/devtools (@​nuxt/devtools-kit)

v2.7.0

Compare Source

Bug Fixes
  • devtools: use vite plugin for env-specific config (#​899) (0c258d4)

2.6.5 (2025-09-20)

Bug Fixes
  • ensure path resolve is safe (1fabb49)

2.6.4 (2025-09-19)

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)

2.6.3 (2025-08-22)

2.6.2 (2025-07-02)

Bug Fixes

2.6.1 (2025-07-01)

Bug Fixes
nuxt/test-utils (@​nuxt/test-utils)

v3.20.1

Compare Source

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

v10.2.1

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v10.2.0

Compare Source

This changelog is generated by GitHub Releases

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v10.1.2

Compare Source

This changelog is generated by GitHub Releases

   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/nuxt)

v66.5.9

Compare Source

No significant changes

    View changes on GitHub

v66.5.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • preset-mini: Deprecate regex for search css variables  -  by @​zyyv (4f023)
    View changes on GitHub

v66.5.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.5.5

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)

v12.4.6

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.5...v12.4.6

v12.4.5

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.4...v12.4.5

antfu-collective/bumpp (bumpp)

v10.3.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

firebase/firebase-functions (firebase-functions)

v6.6.0

Compare Source

  • Add defineJsonSecret API for storing structured JSON objects in Cloud Secret Manager. (#​1745)
  • Enhance validation against incomplete/invalid app_remove events to avoid runtime crashes. (#​1738)
capricorn86/happy-dom (happy-dom)

v20.0.11

Compare Source

v20.0.10

Compare Source

v20.0.9

Compare Source

v20.0.8

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue where previousSibling() and nextSibling() didn't work in HTMLSelectElement and HTMLFormElement - By @​capricorn86 in task #​1939
  • Fixes issue where parsing an item without a permitted parent (e.g. <tr>) should be valid inside a <template> element - By @​capricorn86 in task #​1939

v20.0.7

Compare Source

👷‍♂️ Patch fixes

v20.0.6

Compare Source

👷‍♂️ Patch fixes
  • Changes implementation for DOMTokenList.forEach(), Headers.forEach() and NodeList.forEach() to be spec compliant - By @​ikeyan in task #​1858

v20.0.5

Compare Source

👷‍♂️ Patch fixes

v20.0.4

Compare Source

👷‍♂️ Patch fixes
  • Only adds buttons to FormData if they are the submitter - By @​maxmil and @​
    karpiuMG
    in task #​1859

v20.0.3

Compare Source

👷‍♂️ Patch fixes
  • Moves URL resolution to after checking if module preloading is enabled to prevent URL errors to be thrown when unresolvable - By @​iam-medvedev in task #​1851
  • Fixes issue where CSS variables aren't parsed correctly when inside CSS functions - By @​fimion in task #​1837
harlan-zw/nuxt-site-config (nuxt-site-config)

v3.2.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (playwright-core)

v1.57.0

Compare Source

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0
pnpm/pnpm (pnpm)

v10.24.0

Compare Source

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:is-odd@3.0.1) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - chokidar@4.0.3
      - webpack@4.47.0 || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.21.0

Compare Source

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - nx@21.6.4 || 21.6.5
      - esbuild@0.25.1

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - nx@21.6.5
      - webpack@4.47.0 || 5.102.1
pnpm/action-setup (pnpm/action-setup)

v4.2.0

Compare Source

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #​179

shikijs/shiki (shiki)

v3.17.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.16.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.15.0

Compare Source

   🚀 Features

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 changed the title chore(deps): update pnpm to v10.7.1 chore(deps): update all non-major dependencies Apr 4, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 38dcc32 to 42d5295 Compare April 6, 2025 08:48
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 6, 2025
@renovate renovate bot closed this Apr 6, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 6, 2025 09:01
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 7, 2025
@renovate renovate bot reopened this Apr 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 9f44822 to 192685b Compare April 14, 2025 14:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 16, 2025
@renovate renovate bot closed this Apr 16, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 18, 2025
@renovate renovate bot reopened this Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8b3af59 to 192685b Compare April 18, 2025 20:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency eslint to ^9.25.0 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 192685b to 7dbf8be Compare April 19, 2025 00:39
@renovate renovate bot changed the title chore(deps): update devdependency eslint to ^9.25.0 chore(deps): update all non-major dependencies Apr 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7dbf8be to e62dad1 Compare April 21, 2025 09:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fed26c1 to c0ad13a Compare November 2, 2025 11:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 8b38838 to 8ed1090 Compare November 10, 2025 21:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1c8f381 to a635a40 Compare November 17, 2025 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 900f78c to acef0ae Compare November 25, 2025 12:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1a20ca6 to 3b1e25e Compare November 27, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b1e25e to 161362a Compare November 28, 2025 03:07
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.

1 participant