Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): bump the npm-version-updates group across 1 directory with 8 updates #11

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
dependabot wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from dependabot/npm_and_yarn/npm-version-updates-861f52770e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2025
edited
Loading

Bumps the npm-version-updates group with 8 updates in the / directory:

Package From To
@nuxt/image 1.10.0 1.11.0
nuxt 4.1.0 4.1.3
openid-client 6.6.2 6.8.1
vue-router 4.5.1 4.6.3
@nuxt/eslint 1.7.1 1.9.0
@types/node 20.19.9 24.9.1
eslint 9.32.0 9.38.0
typescript 5.8.3 5.9.3

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

...th 8 updates
Bumps the npm-version-updates group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@nuxt/image](https://github.com/nuxt/image) | `1.10.0` | `1.11.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.1.0` | `4.1.3` |
| [openid-client](https://github.com/panva/openid-client) | `6.6.2` | `6.8.1` |
| [vue-router](https://github.com/vuejs/router) | `4.5.1` | `4.6.3` |
| [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) | `1.7.1` | `1.9.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.19.9` | `24.9.1` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.38.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` |
Updates `@nuxt/image` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/nuxt/image/releases)
- [Changelog](https://github.com/nuxt/image/blob/main/CHANGELOG.md)
- [Commits](nuxt/image@v1.10.0...v1.11.0)
Updates `nuxt` from 4.1.0 to 4.1.3
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.1.3/packages/nuxt)
Updates `openid-client` from 6.6.2 to 6.8.1
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v6.6.2...v6.8.1)
Updates `vue-router` from 4.5.1 to 4.6.3
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.5.1...v4.6.3)
Updates `@nuxt/eslint` from 1.7.1 to 1.9.0
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.9.0/packages/module)
Updates `@types/node` from 20.19.9 to 24.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `eslint` from 9.32.0 to 9.38.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.32.0...v9.38.0)
Updates `typescript` from 5.8.3 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.3)
---
updated-dependencies:
- dependency-name: "@nuxt/image"
 dependency-version: 1.11.0
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: npm-version-updates
- dependency-name: nuxt
 dependency-version: 4.1.3
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: npm-version-updates
- dependency-name: openid-client
 dependency-version: 6.8.1
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: npm-version-updates
- dependency-name: vue-router
 dependency-version: 4.6.3
 dependency-type: direct:production
 update-type: version-update:semver-minor
 dependency-group: npm-version-updates
- dependency-name: "@nuxt/eslint"
 dependency-version: 1.9.0
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: npm-version-updates
- dependency-name: "@types/node"
 dependency-version: 24.9.1
 dependency-type: direct:development
 update-type: version-update:semver-major
 dependency-group: npm-version-updates
- dependency-name: eslint
 dependency-version: 9.38.0
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: npm-version-updates
- dependency-name: typescript
 dependency-version: 5.9.3
 dependency-type: direct:development
 update-type: version-update:semver-minor
 dependency-group: npm-version-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants

AltStyle によって変換されたページ (->オリジナル) /