Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps tmp to 0.2.4 and updates ancestor dependencies tmp, nuxt, eslint, eslint-config-airbnb-base, eslint-plugin-nuxt and eslint-plugin-vue. These dependencies need to be updated together.

Updates tmp from 0.0.33 to 0.2.4

Changelog

Sourced from tmp's changelog.

v0.2.2 (2024-02-28)

🐛 Bug Fix

📝 Documentation

Committers: 5

v0.2.1 (2020-04-28)

🚀 Enhancement

🏠 Internal

Committers: 1

v0.2.0 (2020-04-25)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

🏠 Internal

... (truncated)

Commits

Updates nuxt from 2.18.1 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

v4.0.2

4.0.2 is the next patch release.

Timetable: 28 July.

👉 Changelog

... (truncated)

Commits
  • c09da8c v4.0.3
  • 0f98b65 chore(deps): update all non-major dependencies (main) (#32852)
  • d75e855 fix(kit,nuxt): use reverseResolveAlias for better errors (#32853)
  • 44c231c fix(nuxt): trigger call once navigation even when no suspense (#32827)
  • aa569ed chore(deps): update all non-major dependencies (main) (#32850)
  • 1cb8a64 fix(nuxt): add warning for lazy-hydration missing prefix (#32832)
  • 052b98a chore: improve internal types
  • 3a66515 fix(nuxt): do not throw undefined error variable (#32807)
  • 5d3ef93 v4.0.2
  • 7831bee fix(nuxt): execute all plugins after error rendering error.vue (#32744)
  • Additional commits viewable in compare view

Updates eslint from 5.11.1 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)

v9.30.0 - June 27, 2025

  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889) (Francesco Trotta)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.


Updates eslint-config-airbnb-base from 13.1.0 to 15.0.0

Commits
  • 366bfa6 [eslint config] [base] v15.0.0
  • f3d3a07 [eslint config] [base] [breaking] drop eslint < 7, add eslint 8
  • eac8cc6 [eslint config] [base] [breaking] add exports
  • be6966b [eslint-config] [meta] add --no-save to link scripts
  • 4fc997b [readme] some updates
  • 96f11d8 [actions] run prepublishOnly in prepublish tests
  • c12a08c [actions] fix action working directories
  • 10a6d02 [meta] use prepublishOnly script for npm 7+
  • ef6c478 [eslint config] [*] [dev deps] update @babel/runtime
  • 6734b78 [eslint config] [*] [deps] update eslint-plugin-import, object.entries
  • Additional commits viewable in compare view

Updates eslint-plugin-nuxt from 0.3.0 to 4.0.0

Release notes

Sourced from eslint-plugin-nuxt's releases.

v4.0.0

BREAKING CHANGES

  • Drop Node.js 12 support

Dependencies

  • chore(deps): update dependency eslint-plugin-vue to v9 (#185)
  • chore(deps): update dependency vue-eslint-parser to v9 (#184)

v3.1.0

Major Dependencies

  • chore(deps): update dependency eslint-plugin-vue to v8

v3.0.0

BREAKING CHANGES

  • Drop Node 10

Features

  • Support ESLint v8
  • Upgrade vue-eslint-parser v8

Bug Fixes

  • disallow process.browser in no-env-in-hooks (#127) (07299c0)

v2.0.0

Breaking Change

  • update eslint-plugin-vue to v7

v1.0.0

Breaking Change

Bug Fixes

  • nuxt/require-func-head doesnt work with factories (5480fd0), closes #94
  • remove require-func-head from recommend (580ffa2), closes #93

v0.5.2

Bug Fixes

... (truncated)

Changelog

Sourced from eslint-plugin-nuxt's changelog.

4.0.0 (2022-08-31)

3.2.0 (2022-03-13)

Features

  • add base config (fb94d7b)
  • add no-env-in-context (42ada82)
  • add no-env-in-hooks (016f609)
  • add no-env-in-mounted (4b32052)
  • add no-this-in-fetch (94552c7)
  • add no-timing-in-fetch-data (1436642)
  • add rule no-this-in-async-data (96ce607)
  • init no-this-in-async-data (cb03b4d)
  • init no-this-in-fetch (581005a)
  • move ssr to base (1da2f0c)
  • rule: add no-globals-in-created (09eaa50)
  • rule: add require-func-head in recommended (#62) (f7e7b87)
  • rule: no commonjs api in nuxt config (eb02e0e)
  • upgrade eslint to v7 (3e46242)
  • upgrade eslint-plugin-vue to v6 (b5b1bf4)

Bug Fixes

  • correct category for no-timing-in-fetch-data (ae6b499)
  • disallow process.browser in no-env-in-hooks (#127) (e421323)
  • enable no-this-in-fetch only for nuxt < 2.12 (a0e3f73)
  • incompatible version of vue-eslint-parser (a0e355f)
  • not-null check for hooks (ee73e8b)
  • nuxt/require-func-head doesnt work with factories (11492e2), closes #94
  • remove require-func-head from recommend (25d108c), closes #93
  • rule not found (976f28d)
  • undefined value in nuxt/no-env-in-context (b9fed00)
  • use filename instead of full path (d22e011)
  • wrong index file (f95cf1d)

3.1.0 (2021-11-28)

3.0.0 (2021-10-24)

2.0.2 (2021-10-24)

Bug Fixes

  • disallow process.browser in no-env-in-hooks (#127) (07299c0)

2.0.1 (2021-10-24)

... (truncated)

Commits
  • 681fee5 chore(release): 4.0.0
  • db7e0f1 chore(deps): lock file maintenance (#178)
  • b0005ae chore: upgrade to yarn 3 (#191)
  • 6d2cbec chore(deps): update devdependency eslint-config-standard to v17 (#181)
  • 3985434 chore(deps): update devdependency lint-staged to v13 (#186)
  • a4362ae chore(deps): update devdependency husky to v8 (#183)
  • 3ab5f75 chore(deps): update dependency eslint-plugin-vue to v9 (#185)
  • 1657348 chore(deps): update devdependency jest to v29 (#182)
  • 2e65313 chore(deps): update all non-major dependencies (#179)
  • 9a676e1 chore(deps): update dependency vue-eslint-parser to v9 (#184)
  • Additional commits viewable in compare view

Updates eslint-plugin-vue from 5.1.0 to 10.4.0

Release notes

Sourced from eslint-plugin-vue's releases.

v10.4.0

Minor Changes

Patch Changes

  • Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)

  • Fixed inconsistent quotes in vue/block-lang error messages (#2805)

v10.3.0

Minor Changes

Patch Changes

v10.2.0

Minor Changes

Patch Changes

  • Updated resources (#2747)

v10.1.0

✨ Enhancements

Full Changelog: vuejs/eslint-plugin-vue@v10.0.1...v10.1.0

... (truncated)

Changelog

Sourced from eslint-plugin-vue's changelog.

10.4.0

Minor Changes

Patch Changes

  • Resolved TypeScript compatibility issues introduced by eslint-typegen (#2790)

  • Fixed inconsistent quotes in vue/block-lang error messages (#2805)

10.3.0

Minor Changes

Patch Changes

10.2.0

Minor Changes

Patch Changes

  • Updates resources (#2747)
Commits
  • 15185f5 Version Packages (#2792)
  • 87c7d83 test(func-call-spacing): remove obsolete compatibility code (#2830)
  • 0701213 test(no-deprecated-functional-template): make tests more strict (#2875)
  • e0683fd test(no-deprecated-html-element-is): make tests more strict (#2876)
  • aca04e5 test(no-deprecated-dollar-scopedslots-api): make tests more strict (#2872)
  • fe5692d test(no-deprecated-props-default-this): make tests more strict (#2878)
  • d349881 test(no-deprecated-inline-template): make tests more strict (#2877)
  • 1f59ac9 test(no-deprecated-scope-attribute): make tests more strict (#2879)
  • cb2ae5b test(no-deprecated-slot-attribute): make tests more strict (#2880)
  • 3b67050 test(no-deprecated-slot-scope-attribute): make tests more strict (#2881)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ota-meshi, a new releaser for eslint-plugin-vue since your current version.


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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 6, 2025
… and eslint-plugin-vue

Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.4 and updates ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt), [eslint](https://github.com/eslint/eslint), [eslint-config-airbnb-base](https://github.com/airbnb/javascript), [eslint-plugin-nuxt](https://github.com/nuxt/eslint-plugin-nuxt) and [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue). These dependencies need to be updated together.


Updates `tmp` from 0.0.33 to 0.2.4
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](raszi/node-tmp@v0.0.33...v0.2.4)

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

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

Updates `eslint-config-airbnb-base` from 13.1.0 to 15.0.0
- [Commits](airbnb/javascript@eslint-config-airbnb-base-v13.1.0...eslint-config-airbnb-base-v15.0.0)

Updates `eslint-plugin-nuxt` from 0.3.0 to 4.0.0
- [Release notes](https://github.com/nuxt/eslint-plugin-nuxt/releases)
- [Changelog](https://github.com/nuxt/eslint-plugin-nuxt/blob/master/CHANGELOG.md)
- [Commits](nuxt/eslint-plugin-nuxt@v0.3.0...v4.0.0)

Updates `eslint-plugin-vue` from 5.1.0 to 10.4.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v5.1.0...v10.4.0)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.4
  dependency-type: indirect
- dependency-name: nuxt
  dependency-version: 4.0.3
  dependency-type: direct:production
- dependency-name: eslint
  dependency-version: 9.32.0
  dependency-type: direct:development
- dependency-name: eslint-config-airbnb-base
  dependency-version: 15.0.0
  dependency-type: direct:development
- dependency-name: eslint-plugin-nuxt
  dependency-version: 4.0.0
  dependency-type: direct:development
- dependency-name: eslint-plugin-vue
  dependency-version: 10.4.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-31f0f60349 branch from 1c75eef to aa26f30 Compare August 24, 2025 03:26
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