Skip to content

Conversation

renovate[bot]
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 ^5.3.0 -> ^5.4.1 age confidence devDependencies minor
@iconify-json/carbon ^1.2.13 -> ^1.2.14 age confidence devDependencies patch
@iconify-json/ri ^1.2.5 -> ^1.2.6 age confidence devDependencies patch
@iconify-json/tabler ^1.2.22 -> ^1.2.23 age confidence devDependencies patch
@nuxt/devtools-kit (source) ^2.6.3 -> ^2.6.5 age confidence devDependencies patch
@nuxt/devtools-ui-kit (source) ^2.6.3 -> ^2.6.5 age confidence devDependencies patch
@nuxtjs/i18n (source) ^10.1.0 -> ^10.1.1 age confidence devDependencies patch
@unocss/nuxt (source) ^66.5.1 -> ^66.5.4 age confidence devDependencies patch
@unocss/preset-icons (source) ^66.5.1 -> ^66.5.4 age confidence devDependencies patch
@unocss/preset-uno (source) ^66.5.1 -> ^66.5.4 age confidence devDependencies patch
@unocss/runtime (source) ^66.5.1 -> ^66.5.4 age confidence devDependencies patch
better-sqlite3 ^12.2.0 -> ^12.4.1 age confidence devDependencies minor
bumpp ^10.2.3 -> ^10.3.1 age confidence devDependencies minor
eslint (source) ^9.35.0 -> ^9.37.0 age confidence devDependencies minor
firebase-functions ^6.4.0 -> ^6.5.0 age confidence devDependencies minor
nuxt-site-config ^3.2.5 -> ^3.2.9 age confidence dependencies patch
playwright-core (source) ^1.55.0 -> ^1.56.0 age confidence devDependencies minor
pnpm (source) 10.16.1 -> 10.18.3 age confidence packageManager minor
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
shiki (source) ^3.12.2 -> ^3.13.0 age confidence devDependencies minor
std-env ^3.9.0 -> ^3.10.0 age confidence dependencies minor
typescript (source) ^5.9.2 -> ^5.9.3 age confidence devDependencies patch
unocss (source) ^66.5.1 -> ^66.5.4 age confidence devDependencies patch
vue (source) ^3.5.21 -> ^3.5.22 age confidence devDependencies patch
vue-router (source) ^4.5.1 -> ^4.6.0 age confidence devDependencies minor

Release Notes

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

v5.4.1

Compare Source

No significant changes

    View changes on GitHub

v5.4.0

Compare Source

No significant changes

    View changes on GitHub
nuxt/devtools (@​nuxt/devtools-kit)

v2.6.5

Compare Source

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

v2.6.4

Compare Source

Bug Fixes
  • using textContent instead of innerHtml for auth pagechore: update lock (7cadbbe)
nuxt-modules/i18n (@​nuxtjs/i18n)

v10.1.1

Compare Source

This changelog is generated by GitHub Releases

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

v66.5.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v66.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
WiseLibs/better-sqlite3 (better-sqlite3)

v12.4.1

Compare Source

What's Changed

Full Changelog: WiseLibs/better-sqlite3@v12.4.0...v12.4.1

v12.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: WiseLibs/better-sqlite3@v12.2.0...v12.3.0

antfu-collective/bumpp (bumpp)

v10.3.1

Compare Source

No significant changes

    View changes on GitHub

v10.3.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.37.0

Compare Source

v9.36.0

Compare Source

firebase/firebase-functions (firebase-functions)

v6.5.0

Compare Source

harlan-zw/nuxt-site-config (nuxt-site-config)

v3.2.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.7

Compare Source

No significant changes

    View changes on GitHub
microsoft/playwright (playwright-core)

v1.56.0

Compare Source

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".

Browser Versions

  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
pnpm/pnpm (pnpm)

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used #​9362.
  • Remove pnpm-specific CLI options before passing to npm publish to prevent "Unknown cli config" warnings #​9646.
  • Fixed EISDIR error when bin field points to a directory #​9441.
  • Preserve version and hasBin for variations packages #​10022.
  • Fixed pnpm config set --location=project incorrectly handling keys with slashes (auth tokens, registry settings) #​9884.
  • When both pnpm-workspace.yaml and .npmrc exist, pnpm config set --location=project now writes to pnpm-workspace.yaml (matching read priority) #​10072.
  • Prevent a table width error in pnpm outdated --long #​10040.
  • Sync bin links after injected dependencies are updated by build scripts. This ensures that binaries created during build processes are properly linked and accessible to consuming projects #​10057.

v10.18.2

Compare Source

Patch Changes
  • pnpm outdated --long should work #​10040.
  • Replace ndjson with split2. Reduce the bundle size of pnpm CLI #​10054.
  • pnpm dlx should request the full metadata of packages, when minimumReleaseAge is set #​9963.
  • pnpm version switching should work when the pnpm home directory is in a symlinked directory #​9715.
  • Fix EPIPE errors when piping output to other commands #​10027.

v10.18.1

Compare Source

Patch Changes
  • Don't print a warning, when --lockfile-only is used #​8320.
  • pnpm setup creates a command shim to the pnpm executable. This is needed to be able to run pnpm self-update on Windows #​5700.
  • When using pnpm catalogs and running a normal pnpm install, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when using pnpm add --save-catalog as originally intended.

v10.18.0

Compare Source

Minor Changes
  • Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.

    Added configuration options for warning thresholds: fetchWarnTimeoutMs and fetchMinSpeedKiBps.
    Warning messages are displayed when requests exceed time thresholds or fall below speed minimums

    Related PR: #​10025.

Patch Changes
  • Retry filesystem operations on EAGAIN errors #​9959.
  • Outdated command respects minimumReleaseAge configuration #​10030.
  • Correctly apply the cleanupUnusedCatalogs configuration when removing dependent packages.
  • Don't fail with a meaningless error when scriptShell is set to false #​8748.
  • pnpm dlx should not fail when minimumReleaseAge is set #​10037.

v10.17.1

Compare Source

Patch Changes
  • When a version specifier cannot be resolved because the versions don't satisfy the minimumReleaseAge setting, print this information out in the error message #​9974.
  • Fix state.json creation path when executing pnpm patch in a workspace project #​9733.
  • When minimumReleaseAge is set and the latest tag is not mature enough, prefer a non-deprecated version as the new latest #​9987.

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@​eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.
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.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/std-env (std-env)

v3.10.0

Compare Source

compare changes

🚀 Enhancements
  • Detect DENO_DEPLOY for deno deploy EA (#​167)
  • Detect google cloud run / job (#​161)
💅 Refactors
📦 Build
  • Add type: "module" to package.json (cb104d3)
🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)

v5.9.3

Compare Source

vuejs/core (vue)

v3.5.22

Compare Source

Bug Fixes
Features
  • custom-element: allow specifying additional options for shadowRoot in custom elements (#​12965) (47e628d), closes #​12964
Reverts
  • Revert "fix(hmr): prevent VUE_HMR_RUNTIME from being overwritten by vue runtime in 3rd-party libraries" (#​13925) (6b68f72), closes #​13925
vuejs/router (vue-router)

v4.6.0

Compare Source

Please refer to CHANGELOG.md for details.


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 from e3cfc22 to 426849f Compare September 16, 2025 19:43
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Sep 17, 2025
@renovate renovate bot closed this Sep 17, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Sep 22, 2025
@renovate renovate bot reopened this Sep 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from fbc6665 to 403ee6b Compare September 25, 2025 17:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 40f5970 to ccd6926 Compare October 6, 2025 15:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1309fb5 to d96541d Compare October 14, 2025 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d96541d to 065cfa7 Compare October 15, 2025 04:33
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