Skip to content

build(deps-dev): bump the dev-deps group with 6 updates #61

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps the dev-deps group with 6 updates:

Package From To
@nuxt/eslint-config 1.7.1 1.8.0
@nuxt/schema 4.0.2 4.0.3
@types/node 24.2.0 24.2.1
@unocss/nuxt 66.4.1 66.4.2
eslint 9.32.0 9.33.0
nuxt 4.0.2 4.0.3

Updates @nuxt/eslint-config from 1.7.1 to 1.8.0

Commits

Updates @nuxt/schema from 4.0.2 to 4.0.3

Release notes

Sourced from @​nuxt/schema's releases.

v4.0.3

4.0.3 is a regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • kit: Get absolute path from tinyglobby in resolveFiles (#32846)

🩹 Fixes

  • nuxt: Do not throw undefined error variable (#32807)
  • vite: Include tsconfig references during typeCheck (#32835)
  • nuxt: Add sourcemap path transformation for client builds (#32313)
  • nuxt: Add warning for lazy-hydration missing prefix (#32832)
  • nuxt: Trigger call once navigation even when no suspense (#32827)
  • webpack: Handle null result from webpack call (84816d8a1)
  • kit,nuxt: Use reverseResolveAlias for better errors (#32853)

📖 Documentation

  • Fix publicDir alias (#32841)
  • Mention bun.lock for lockfile (#32820)
  • Add a section about augmenting types with TS project references (#32843)
  • Improve explanation of global middleware (#32855)

🏡 Chore

  • Update reproduction help text links (#32803)
  • Update pnpm ignored build scripts (#32849)
  • Improve internal types (052b98a35)

✅ Tests

  • Move tests for defineNuxtComponent out of e2e test (#32848)

🤖 CI

  • Move nightly releases into different concurrency group (664041be7)

❤️ Contributors

Commits

Updates @types/node from 24.2.0 to 24.2.1

Commits

Updates @unocss/nuxt from 66.4.1 to 66.4.2

Release notes

Sourced from @​unocss/nuxt's releases.

v66.4.2

   🚀 Features

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates nuxt from 4.0.2 to 4.0.3

Release notes

Sourced from nuxt's releases.

v4.0.3

4.0.3 is a regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • kit: Get absolute path from tinyglobby in resolveFiles (#32846)

🩹 Fixes

  • nuxt: Do not throw undefined error variable (#32807)
  • vite: Include tsconfig references during typeCheck (#32835)
  • nuxt: Add sourcemap path transformation for client builds (#32313)
  • nuxt: Add warning for lazy-hydration missing prefix (#32832)
  • nuxt: Trigger call once navigation even when no suspense (#32827)
  • webpack: Handle null result from webpack call (84816d8a1)
  • kit,nuxt: Use reverseResolveAlias for better errors (#32853)

📖 Documentation

  • Fix publicDir alias (#32841)
  • Mention bun.lock for lockfile (#32820)
  • Add a section about augmenting types with TS project references (#32843)
  • Improve explanation of global middleware (#32855)

🏡 Chore

  • Update reproduction help text links (#32803)
  • Update pnpm ignored build scripts (#32849)
  • Improve internal types (052b98a35)

✅ Tests

  • Move tests for defineNuxtComponent out of e2e test (#32848)

🤖 CI

  • Move nightly releases into different concurrency group (664041be7)

❤️ Contributors

Commits

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

Bumps the dev-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/eslint-config](https://github.com/nuxt/eslint/tree/HEAD/packages/eslint-config) | `1.7.1` | `1.8.0` |
| [@nuxt/schema](https://github.com/nuxt/nuxt/tree/HEAD/packages/schema) | `4.0.2` | `4.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.2.0` | `24.2.1` |
| [@unocss/nuxt](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/nuxt) | `66.4.1` | `66.4.2` |
| [eslint](https://github.com/eslint/eslint) | `9.32.0` | `9.33.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `4.0.2` | `4.0.3` |


Updates `@nuxt/eslint-config` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.8.0/packages/eslint-config)

Updates `@nuxt/schema` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.0.3/packages/schema)

Updates `@types/node` from 24.2.0 to 24.2.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@unocss/nuxt` from 66.4.1 to 66.4.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.4.2/packages-integrations/nuxt)

Updates `eslint` from 9.32.0 to 9.33.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.32.0...v9.33.0)

Updates `nuxt` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v4.0.3/packages/nuxt)

---
updated-dependencies:
- dependency-name: "@nuxt/eslint-config"
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@nuxt/schema"
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@types/node"
  dependency-version: 24.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: "@unocss/nuxt"
  dependency-version: 66.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 9.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: nuxt
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants