An open index of dependabot pull requests across open source projects.

deps(deps): bump the minor-patch-dependencies group across 1 directory with 39 updates

Closed
Number: #843
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 28, 2025 at 09:29 PM UTC
(about 1 month ago)
Updated: July 31, 2025 at 01:29 PM UTC
(about 1 month ago)
Closed: July 31, 2025 at 01:29 PM UTC
(about 1 month ago)
Time to Close: 3 days
Labels:
dependencies
Description:

Bumps the minor-patch-dependencies group with 39 updates in the / directory:

Package From To
@eslint/js 9.27.0 9.32.0
concurrently 9.1.2 9.2.0
eslint-config-prettier 10.0.2 10.1.8
eslint-plugin-vuetify 2.5.1 2.5.2
typescript 5.7.2 5.8.3
typescript-eslint 8.26.0 8.38.0
vue 3.5.13 3.5.18
vuetify 3.7.15 3.9.2
vue-router 4.5.0 4.5.1
axios 1.8.2 1.11.0
rollup 4.34.9 4.46.1
ts-jest 29.2.6 29.4.0
@testing-library/jest-dom 6.6.3 6.6.4
@vue/eslint-config-typescript 14.4.0 14.6.0
cypress 14.1.0 14.5.3
sass 1.85.1 1.89.2
vitest 3.0.7 3.2.4
vite-plugin-dts 4.5.3 4.5.4
tsup 8.4.0 8.5.0
morgan 1.10.0 1.10.1
@types/morgan 1.9.9 1.9.10
@babel/core 7.26.9 7.28.0
@babel/preset-env 7.26.9 7.28.0
@babel/preset-typescript 7.26.0 7.27.1
eslint-plugin-prettier 5.2.3 5.5.3
prettier 3.5.3 3.6.2
tsx 4.19.3 4.20.3
@modelcontextprotocol/sdk 1.15.1 1.17.0
@modelcontextprotocol/inspector 0.16.1 0.16.2
@vue/compiler-sfc 3.5.13 3.5.18
abcjs 6.4.4 6.5.1
chess.js 1.1.0 1.4.0
@vitest/coverage-v8 3.0.7 3.2.4
@vitest/ui 3.0.7 3.2.4
@vue/runtime-dom 3.5.13 3.5.18
autoprefixer 10.4.20 10.4.21
postcss 8.5.3 8.5.6
terser 5.39.0 5.43.1
wait-on 8.0.2 8.0.4

Updates @eslint/js from 9.27.0 to 9.32.0

Release notes

Sourced from @​eslint/js'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/js'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
  • 50de1ce chore: package.json update for @​eslint/js release
  • d5054e5 chore: package.json update for @​eslint/js release
  • b3dbc16 chore: package.json update for @​eslint/js release
  • 5a5d526 chore: package.json update for @​eslint/js release
  • acf2201 chore: package.json update for @​eslint/js release
  • 844f5a6 chore: package.json update for @​eslint/js release
  • See full diff in compare view

Updates concurrently from 9.1.2 to 9.2.0

Release notes

Sourced from concurrently's releases.

v9.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0

Commits

Updates eslint-config-prettier from 10.0.2 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8

v10.1.5

Patch Changes

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3

v10.1.2

Patch Changes

v10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    

    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

... (truncated)

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    

    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

... (truncated)

Commits
  • 9b0b0a4 fix: release a new latest version
  • 4c94893 chore: release eslint-config-prettier (#333)
  • 60fef02 chore: add funding field into package.json (#332)
  • f55501f chore: release eslint-config-prettier (#329)
  • 50a8a22 chore(deps): update all dependencies (#330)
  • 94b4799 fix(cli): do not crash on no rules configured (#328)
  • cdc4a5c chore: release eslint-config-prettier (#326)
  • 4e95a1d fix: this package is commonjs, align its types correctly (#325)
  • 8911369 chore: release eslint-config-prettier (#322)
  • a8768bf chore(package): add homepage url (#321)
  • Additional commits viewable in compare view

Updates eslint-plugin-vuetify from 2.5.1 to 2.5.2

Release notes

Sourced from eslint-plugin-vuetify's releases.

v2.5.2

:wrench: Bug Fixes

Commits

Updates typescript from 5.7.2 to 5.8.3

Release notes

Sourced from typescript's releases.

TypeScript 5.8.3

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 RC

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.8 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • 83dc0bb Convert release publishing inputs into parameters (#61523)
  • ba663f6 Exclude completions of binding pattern variable initializers (#52723)
  • 7205eda Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...
  • 89c572c Fixed a symbol display crash on expando members write locations (#55478)
  • 7b26d2e Fix incorrect name in new release pipeline (#61514)
  • c7a559e Add new release publisher yaml (#61491)
  • 29e6d66 Fix lib.includes('dom') check in containerSeemsToBeEmptyDomElement (#61481)
  • 19b7772 Bump the github-actions group with 4 updates (#61474)
  • 4dc677b Fix errors on type assertions in erasableSyntaxOnly (#61452)
  • ee3dd72 fix(60908): Unexpected "'Type' is declared but its value is never read." erro...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.26.0 to 8.38.0

Release notes

Sourced from typescript-eslint's releases.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.35.1 (2025-06-30)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.35.0 (2025-06-23)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.34.1 (2025-06-16)

... (truncated)

Commits
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • 816be17 chore(release): publish 8.37.0
  • 7126c3a feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)
  • 84b7a2e chore(release): publish 8.36.0
  • 0c40c7a feat(typescript-eslint): support basePath in tseslint.config() (#11357)
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • f9bd7d8 chore(release): publish 8.35.1
  • d19c9f3 chore(release): publish 8.35.0
  • Additional commits viewable in compare view

Updates vue from 3.5.13 to 3.5.18

Release notes

Sourced from vue's releases.

v3.5.18

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.17

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.16

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.15

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.14

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.18 (2025-07-23)

Bug Fixes

Package Dependencies
Ecosystem:
npm
Version Change:
3.0.7 → 3.2.4
Update Type:
Minor
Package:
sass
Ecosystem:
npm
Version Change:
1.85.1 → 1.89.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.0.2 → 10.1.8
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.0.7 → 3.2.4
Update Type:
Minor
Package:
axios
Ecosystem:
npm
Version Change:
1.8.2 → 1.11.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.9 → 7.28.0
Update Type:
Minor
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.26.9 → 7.28.0
Update Type:
Minor
Package:
@vitest/ui
Ecosystem:
npm
Version Change:
3.0.7 → 3.2.4
Update Type:
Minor
Package:
vuetify
Ecosystem:
npm
Version Change:
3.7.15 → 3.9.2
Update Type:
Minor
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.3 → 3.6.2
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.7.2 → 5.8.3
Update Type:
Minor
Package:
vue
Ecosystem:
npm
Version Change:
3.5.13 → 3.5.18
Update Type:
Patch
Package:
terser
Ecosystem:
npm
Version Change:
5.39.0 → 5.43.1
Update Type:
Minor
Package:
ts-jest
Ecosystem:
npm
Version Change:
29.2.6 → 29.4.0
Update Type:
Minor
Package:
cypress
Ecosystem:
npm
Version Change:
14.1.0 → 14.5.3
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.27.0 → 9.32.0
Update Type:
Minor
Package:
rollup
Ecosystem:
npm
Version Change:
4.34.9 → 4.46.1
Update Type:
Minor
Package:
postcss
Ecosystem:
npm
Version Change:
8.5.3 → 8.5.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.26.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
10.4.20 → 10.4.21
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.2.3 → 5.5.3
Update Type:
Minor
Package:
tsx
Ecosystem:
npm
Version Change:
4.19.3 → 4.20.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.2 → 9.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.6.3 → 6.6.4
Update Type:
Patch
Package:
tsup
Ecosystem:
npm
Version Change:
8.4.0 → 8.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.26.0 → 7.27.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.5.3 → 4.5.4
Update Type:
Patch
Package:
vue-router
Ecosystem:
npm
Version Change:
4.5.0 → 4.5.1
Update Type:
Patch
Package:
wait-on
Ecosystem:
npm
Version Change:
8.0.2 → 8.0.4
Update Type:
Patch
Package:
morgan
Ecosystem:
npm
Version Change:
1.10.0 → 1.10.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.15.1 → 1.17.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
14.4.0 → 14.6.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.16.1 → 0.16.2
Update Type:
Patch
Package:
chess.js
Ecosystem:
npm
Version Change:
1.1.0 → 1.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.9.9 → 1.9.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.5.1 → 2.5.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.5.13 → 3.5.18
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.5.13 → 3.5.18
Update Type:
Patch
Package:
abcjs
Ecosystem:
npm
Version Change:
6.4.4 → 6.5.1
Update Type:
Minor
Technical Details
ID: 4364433
UUID: 2702097555
Node ID: PR_kwDOB1MYHc6hDryT
Host: GitHub
Repository: patched-network/vue-skuilder
Mergeable: Yes
Merge State: Unstable
Rebaseable: Yes