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/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
@unocss/nuxt (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
@unocss/preset-icons (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
@unocss/preset-uno (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
@unocss/runtime (source) ^66.5.1 -> ^66.5.2 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
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.1 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
typescript (source) ^5.9.2 -> ^5.9.3 age confidence devDependencies patch
unocss (source) ^66.5.1 -> ^66.5.2 age confidence devDependencies patch
vue (source) ^3.5.21 -> ^3.5.22 age confidence devDependencies patch

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)
unocss/unocss (@​unocss/nuxt)

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

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.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

shikijs/shiki (shiki)

v3.13.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.12.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
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

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 3547183 to e3cfc22 Compare September 13, 2025 23:17
@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 from ccd6926 to eb4439a Compare October 8, 2025 11:58
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