Bumps the npm-version-updates group with 8 updates in the / directory:
Updates @nuxt/image from 1.10.0 to 1.11.0
Release notes
Sourced from @nuxt/image's releases.
v1.11.0
compare changes
🚀 Enhancements
- Add support for image helpers in nitro endpoints (#1473)
- ipx: Log the architecture of the build (#1808)
🩹 Fixes
- Remove layer0 and edgio providers (#1763)
- Add back layer0 and edgio providers (without) tests (a99ce09)
- cloudflare: Don't add baseURL if there are no operations (#1790)
- ipx: Always use ipx provider if external baseURL is provided (#1800)
- ipxStatic: Strip repeated slashes from image path (#1801)
- Avoid deep type instantiation (12b37a2)
📖 Documentation
- Fix typo (#1762)
- Fix link to runtime/providers (#1819)
🏡 Chore
- Disable shamefully-hoist (#1795)
- Do not ignore typescript upgrades (0809991)
- Switch to using typesVersions field (b4af05a)
- Allow major bumps in changelog (d486587)
- Enable oxc-resolver build (4be31c7)
- Release v1.11.0 (3123997)
✅ Tests
- Exclude layer0 + edgio from unit tests (3682a90)
🤖 CI
- Run tests against 1.x branch (0c83646)
- Add release workflow and add pkg.pr.new (#1791)
- Set fetch-depth (18ae6c7)
- Test vs node 20 (e6babef)
❤️ Contributors
... (truncated)
Changelog
Sourced from @nuxt/image's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
Commits
3123997 chore: release v1.11.0
12b37a2 fix: avoid deep type instantiation
e6babef ci: test vs node 20
4be31c7 chore: enable oxc-resolver build
efe66ee chore(deps): bump minor dependencies
b27584e docs: fix link to runtime/providers (#1819)
58ad26e feat(ipx): log the architecture of the build (#1808)
d486587 chore: allow major bumps in changelog
b4af05a chore: switch to using typesVersions field
2a01a7e fix(ipxStatic): strip repeated slashes from image path (#1801)
- Additional commits viewable in compare view
Updates nuxt from 4.1.0 to 4.1.3
Release notes
Sourced from nuxt's releases.
v4.1.3
4.1.3 is a regularly scheduled patch release.
✅ Upgrading
Our recommendation for upgrading is to run:
npx nuxt upgrade --dedupe
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
- vite: Use rolldown's replace plugin when applicable (#33258)
🩹 Fixes
- kit: Add default values when adding type references in
prepare:types hook (#33239)
- nuxt: Augment app config in server context (#33287)
- nuxt: Make lazy component types compatible with
h (#33046)
- vite: Deduplicate inlined server style chunks (#33308)
- nuxt: Support
head option on useHead (#33318)
- nuxt: Do not relativise importmap if
cdnURL is set (#33333)
- nuxt: Resolve aliases in
imports.dirs (#33334)
- nuxt: Add missing element/vnode props for
<NuxtLink> (#33335)
- nuxt: Do not generate server placeholder components (#33345)
- nuxt: Dedupe generated component names (#33346)
- webpack: Test watch instance before closing it (0e5a0a5a0)
- nuxt: Correctly handle island rendering error (#33302)
- nuxt: Support
v-slot:fallback longform syntax in <DevOnly> (#33368)
- nuxt: Support
typeFrom when generating auto-import type templates (#33373)
- nuxt: Don't trigger scroll when changing trailing slash (#33358)
- nuxt: Add stubs for new scripts from
@nuxt/scripts (bed410d60)
- nuxt: Prevent duplicate execution on key change in
useAsyncData (#33325)
- nuxt: Make middleware
_path property configurable for HMR (#33379)
- nuxt: Handle non-immediate
useAsyncData with different key on ssr (#33341)
💅 Refactors
- nuxt: Improve implementation of error composables (#33234)
- nuxt: Resolve path of
typed-router.d.ts early for consistency (#33285)
- nuxt: Move server references to
nitro:prepare:types hook (#33286)
- nuxt: Place
filename into componentsIslandsTemplate definition (#33394)
- nuxt,vite: Use environment-api compatible plugins (#33403)
📖 Documentation
- Add
4.x prefix to all internal links (#33264)
- Fix more links (#33265)
... (truncated)
Commits
2311b27 v4.1.3
ca76b89 chore(deps): update all non-major dependencies (main) (#33402)
5eb356e refactor(nuxt,vite): use environment-api compatible plugins (#33403)
c704151 fix(nuxt): handle non-immediate useAsyncData with different key on ssr (#33...
ce0fe6f chore(deps): update all non-major dependencies (main) (#33290)
13452a2 refactor(nuxt): place filename into componentsIslandsTemplate definition ...
d6df732 fix(nuxt): make middleware _path property configurable for HMR (#33379)
011c13e fix(nuxt): prevent duplicate execution on key change in useAsyncData (#33325)
bed410d fix(nuxt): add stubs for new scripts from @nuxt/scripts
7c97901 fix(nuxt): don't trigger scroll when changing trailing slash (#33358)
- Additional commits viewable in compare view
Updates openid-client from 6.6.2 to 6.8.1
Release notes
Sourced from openid-client's releases.
v6.8.1
Refactor
- workaround dpop nonce caching caveats with customFetch (a9eb50f)
v6.8.0
Features
- respect retry-after in CIBA and Device Authorization Grant polling (6ce3411)
Documentation
- remove mention of Edge Runtime from the readme (2e41ad5)
v6.7.1
Fixes
- passport: include req.host from express@5 for ease of use in express@4 (81f6c12)
v6.7.0
Features
- support for the ML-DSA Algorithm Identifiers (9543da5)
v6.6.4
Fixes
- recognize N_A in the token exchange grant (770b177)
v6.6.3
Documentation
- fix TokenEndpointResponseHelpers.claims() note (b77c786)
Refactor
- passport: allow custom logic to drive initiating auth requests (0b57115), closes #811
Changelog
Sourced from openid-client's changelog.
6.8.1 (2025年09月27日)
Refactor
- workaround dpop nonce caching caveats with customFetch (a9eb50f)
6.8.0 (2025年09月11日)
Features
- respect retry-after in CIBA and Device Authorization Grant polling (6ce3411)
Documentation
- remove mention of Edge Runtime from the readme (2e41ad5)
6.7.1 (2025年08月29日)
Fixes
- passport: include req.host from express@5 for ease of use in express@4 (81f6c12)
6.7.0 (2025年08月27日)
Features
- support for the ML-DSA Algorithm Identifiers (9543da5)
6.6.4 (2025年08月12日)
Fixes
- recognize N_A in the token exchange grant (770b177)
6.6.3 (2025年08月05日)
Documentation
- fix TokenEndpointResponseHelpers.claims() note (b77c786)
Refactor
... (truncated)
Commits
00990b9 chore(release): 6.8.1
a9eb50f refactor: workaround dpop nonce caching caveats with customFetch
60d7639 chore: bump packages
ba4040c chore: cleanup after release
9d70a05 chore(release): 6.8.0
6ce3411 feat: respect retry-after in CIBA and Device Authorization Grant polling
d26f7a3 chore: bump oidc-provider
c98e068 chore: bump typedoc and typescript
2e41ad5 docs: remove mention of Edge Runtime from the readme
3e11c6c chore: cleanup after release
- Additional commits viewable in compare view
Updates vue-router from 4.5.1 to 4.6.3
Release notes
Sourced from vue-router's releases.
v4.6.3
Please refer to CHANGELOG.md for details.
v4.6.2
Please refer to CHANGELOG.md for details.
v4.6.1
Please refer to CHANGELOG.md for details.
v4.6.0
Please refer to CHANGELOG.md for details.
Commits
Updates @nuxt/eslint from 1.7.1 to 1.9.0
Commits
Updates @types/node from 20.19.9 to 24.9.1
Commits
Updates eslint from 9.32.0 to 9.38.0
Release notes
Sourced from eslint's releases.
v9.38.0
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
d17c795 chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic)
25d0e33 chore: package.json update for @eslint/js release (Jenkins)
c82b5ef refactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas)
ff31609 ci: add Node.js 25 to ci.yml (#20220) (루밀LuMir)
004577e ci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])
eac71fb test: remove use of nodejsScope option of eslint-scope from tests (#20206) (Milos Djermanovic)
4168a18 chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)
205dbd2 chore: fix typos (#20200) (ntnyq)
dbb200e chore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)
8962089 chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
v9.37.0
Features
39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)
Bug Fixes
a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
09e04fc fix: add missing AST token types (#20172) (Pixel998)
861c6da fix: correct ESLint typings (#20122) (Pixel998)
Documentation
b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
29ea092 docs: Update README (GitHub Actions Bot)
5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
1603ae1 docs: update references from master to main (#20153) (루밀LuMir)
Chores
afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
abee4ca chore: package.json update for @eslint/js release (Jenkins)
fc9381f chore: fix typos in comments (#20175) (overlookmotel)
e1574a2 chore: unpin jiti (#20173) (renovate[bot])
... (truncated)
Commits
Updates typescript from 5.8.3 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 RC
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
Commits
c63de15 Bump version to 5.9.3 and LKG
8428ca4 🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...
a131cac 🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...
0424333 🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)
bdb641a 🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...
0d9b9b9 🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...
2dce0c5 Intentionally regress one buggy declaration output to an older version (#62163)
5be3346 Bump version to 5.9.2 and LKG
ad825f2 Bump version to 5.9.1-rc and LKG
463a5bf Update LKG
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
@dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
@dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
@dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
@dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Uh oh!
There was an error while loading. Please reload this page.
Bumps the npm-version-updates group with 8 updates in the / directory:
1.10.01.11.04.1.04.1.36.6.26.8.14.5.14.6.31.7.11.9.020.19.924.9.19.32.09.38.05.8.35.9.3Updates
@nuxt/imagefrom 1.10.0 to 1.11.0Release notes
Sourced from
@nuxt/image's releases.... (truncated)
Changelog
Sourced from
@nuxt/image's changelog.Commits
3123997chore: release v1.11.012b37a2fix: avoid deep type instantiatione6babefci: test vs node 204be31c7chore: enableoxc-resolverbuildefe66eechore(deps): bump minor dependenciesb27584edocs: fix link to runtime/providers (#1819)58ad26efeat(ipx): log the architecture of the build (#1808)d486587chore: allow major bumps in changelogb4af05achore: switch to usingtypesVersionsfield2a01a7efix(ipxStatic): strip repeated slashes from image path (#1801)Updates
nuxtfrom 4.1.0 to 4.1.3Release notes
Sourced from nuxt's releases.
... (truncated)
Commits
2311b27v4.1.3ca76b89chore(deps): update all non-major dependencies (main) (#33402)5eb356erefactor(nuxt,vite): use environment-api compatible plugins (#33403)c704151fix(nuxt): handle non-immediateuseAsyncDatawith different key on ssr (#33...ce0fe6fchore(deps): update all non-major dependencies (main) (#33290)13452a2refactor(nuxt): placefilenameintocomponentsIslandsTemplatedefinition ...d6df732fix(nuxt): make middleware_pathproperty configurable for HMR (#33379)011c13efix(nuxt): prevent duplicate execution on key change inuseAsyncData(#33325)bed410dfix(nuxt): add stubs for new scripts from@nuxt/scripts7c97901fix(nuxt): don't trigger scroll when changing trailing slash (#33358)Updates
openid-clientfrom 6.6.2 to 6.8.1Release notes
Sourced from openid-client's releases.
Changelog
Sourced from openid-client's changelog.
... (truncated)
Commits
00990b9chore(release): 6.8.1a9eb50frefactor: workaround dpop nonce caching caveats with customFetch60d7639chore: bump packagesba4040cchore: cleanup after release9d70a05chore(release): 6.8.06ce3411feat: respect retry-after in CIBA and Device Authorization Grant pollingd26f7a3chore: bump oidc-providerc98e068chore: bump typedoc and typescript2e41ad5docs: remove mention of Edge Runtime from the readme3e11c6cchore: cleanup after releaseUpdates
vue-routerfrom 4.5.1 to 4.6.3Release notes
Sourced from vue-router's releases.
Commits
61838bfrelease: vue-router@4.6.309d63d3fix: reinstate ESM browser builds (#2572)4dd6544release: vue-router@4.6.2af822e4fix: avoid passing leading ? to parseQuery04a621crelease: vue-router@4.6.12064d8abuild: fixup changelog6f00085chore: up deps9b22edcbuild: add deprecated vue-router.esm-bundler exportd9c6cc7build: annotate release37cc3a5release: vue-router@4.6.0Updates
@nuxt/eslintfrom 1.7.1 to 1.9.0Commits
6cd7722chore: release v1.9.058f173cchore: release v1.8.0Updates
@types/nodefrom 20.19.9 to 24.9.1Commits
Updates
eslintfrom 9.32.0 to 9.38.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
8fe511b9.38.0f961736Build: changelog update for 9.38.0d17c795chore: upgrade@eslint/js@9.38.0 (#20221)25d0e33chore: package.json update for@eslint/jsrelease50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201)c82b5efrefactor: Use types from@eslint/core(#20168)ff31609ci: add Node.js 25 toci.yml(#20220)ce40f74feat: updatecomplexityrule to only highlight function header (#20048)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187)004577eci: bump github/codeql-action from 3 to 4 (#20211)Updates
typescriptfrom 5.8.3 to 5.9.3Release notes
Sourced from typescript's releases.
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKGDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions