deps(deps): bump the minor-patch-dependencies group across 1 directory with 43 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(15 days ago)
(15 days ago)
dependencies
Bumps the minor-patch-dependencies group with 43 updates in the / directory:
Package | From | To |
---|---|---|
@eslint/js | 9.27.0 |
9.33.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.9.2 |
typescript-eslint | 8.26.0 |
8.39.0 |
vue | 3.5.13 |
3.5.18 |
vuetify | 3.7.15 |
3.9.4 |
chalk | 5.4.1 |
5.5.0 |
fs-extra | 11.3.0 |
11.3.1 |
vue-router | 4.5.0 |
4.5.1 |
axios | 1.8.2 |
1.11.0 |
rollup | 4.34.9 |
4.46.2 |
ts-jest | 29.2.6 |
29.4.1 |
zod | 4.0.15 |
4.0.16 |
@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.4 |
sass | 1.85.1 |
1.90.0 |
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.4 |
prettier | 3.5.3 |
3.6.2 |
tsx | 4.19.3 |
4.20.3 |
@modelcontextprotocol/sdk | 1.15.1 |
1.17.2 |
@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 |
@vuetify/loader-shared | 2.1.0 |
2.1.1 |
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.33.0
Release notes
Sourced from @eslint/js
'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 inone-var
(#19941) (Sweta Tanwar)Bug Fixes
732433c
fix: allow any type formeta.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 inno-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
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 toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)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 inParserOptions.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: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
... (truncated)
Changelog
Sourced from @eslint/js
'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 formeta.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 inno-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 toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)27fa865
build: useESLint
class to generate formatter examples (#19972) (Milos Djermanovic)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: unpinjiti
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: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
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: useCustomRuleDefinitionType
inJSRuleDefinition
(#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 inast-utils
tests (#19948) (Milos Djermanovic)7863d26
fix: remove outdated types inParserOptions.ecmaFeatures
(#19944) (ntnyq)c565a53
chore: excludefurther_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 betweenglobalIgnores()
code and text (#19914) (MaoShizhong)76c2340
chore: bump mocha to v11 (#19917) (루밀LuMir)28cc7ab
fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
... (truncated)
Commits
ad28371
chore: package.json update for@eslint/js
release50de1ce
chore: package.json update for@eslint/js
released5054e5
chore: package.json update for@eslint/js
releaseb3dbc16
chore: package.json update for@eslint/js
release5a5d526
chore: package.json update for@eslint/js
releaseacf2201
chore: package.json update for@eslint/js
release844f5a6
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
- Bump esbuild from 0.23.1 to 0.25.0 in the npm_and_yarn group by
@dependabot
in open-cli-tools/concurrently#528- fix: don't throw when there are no commands by
@gustavohenke
in open-cli-tools/concurrently#532- docs: nicer quotes by
@IsaacLeeWebDev
in open-cli-tools/concurrently#537- Add
--kill-timeout
by@gustavohenke
in open-cli-tools/concurrently#540- docs: fix typo by
@ldeveber
in open-cli-tools/concurrently#542- fix: correct typos in comments and documentation by
@noritaka1166
in open-cli-tools/concurrently#544- refactor: use startsWith & simplify boolean expression by
@noritaka1166
in open-cli-tools/concurrently#543- refactor: use optional chaining by
@noritaka1166
in open-cli-tools/concurrently#545- Handle SIGPIPEs by
@gustavohenke
in open-cli-tools/concurrently#547- refactor: fix map and reduce as return values are not used by
@noritaka1166
in open-cli-tools/concurrently#546- docs: fix typos in docs by
@noritaka1166
in open-cli-tools/concurrently#548- chore: update jest from v29 to v30 by
@noritaka1166
in open-cli-tools/concurrently#549- chore: update
@types/jest
from v29 to v30 by@noritaka1166
in open-cli-tools/concurrently#550New Contributors
@IsaacLeeWebDev
made their first contribution in open-cli-tools/concurrently#537@ldeveber
made their first contribution in open-cli-tools/concurrently#542@noritaka1166
made their first contribution in open-cli-tools/concurrently#544Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0
Commits
ef4bc2f
9.2.02458453
chore: update@types/jest
from v29 to v30 (#550)0994b38
chore: update jest from v29 to v30 (#549)b87c0bf
docs: fix typos (#548)d8e922f
Refactor map and reduce as return values are not used (#546)97fdd54
Handle SIGPIPEs (#547)b2cfc4f
Use optional chaining (#545)5ed21af
Use startsWith & simplify boolean expression (#543)041bcd9
correct typos in comments and documentation (#544)d001333
docs: fix typo (#542)- Additional commits viewable in compare view
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
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikan
made their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321
a8768bf
Thanks@Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more detailsv10.1.1
Patch Changes
#309
eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
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
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
10.1.2
Patch Changes
- #321
a8768bf
Thanks@Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more details10.1.1
Patch Changes
#309
eb56a5e
Thanks@JounQin
! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
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 version4c94893
chore: release eslint-config-prettier (#333)60fef02
chore: addfunding
field intopackage.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 iscommonjs
, 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
Commits
a24a889
2.5.241d7b57
fix: support eslint-plugin-vue@10- See full diff in compare view
Updates typescript
from 5.7.2 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
TypeScript 5.8.3
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
Downloads are available on:
TypeScript 5.8
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
Downloads are available on:
TypeScript 5.8 RC
... (truncated)
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable in compare view
Updates typescript-eslint
from 8.26.0 to 8.39.0
Release notes
Sourced from typescript-eslint's releases.
v8.39.0
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
- eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
- eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
- eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] ignore
check
option for most RHS of a chain (#11272)- eslint-plugin: [no-unsafe-assignment] add an
unsafeObjectPattern
message (#11403)❤️ Thank You
- Brad Zacher
@bradzacher
- James Garbutt
@43081j
- Kim Sang Du
@developer-bandi
- Sasha Kondrashov
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
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 inconstructor
option (#11351)- typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
- typescript-eslint: error on nested
extends
intseslint.config()
(#11361)- typescript-estree: ensure the token type of the property name is Identifier (#11329)
❤️ Thank You
- Andrew Kazakov
@andreww2012
- Kirk Waiblinger
@kirkwaiblinger
- MK
@asdf93074
- tao
- Younsang Na
@nayounsang
You can read about our versioning strategy and releases on our website.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
8.39.0 (2025-08-04)
🚀 Features
- update to TypeScript 5.9.2 (#11445)
❤️ Thank You
- Brad Zacher
@bradzacher
You can read about our versioning strategy and releases on our website.
8.38.0 (2025-07-21)
🩹 Fixes
- typescript-eslint: error on nested
extends
intseslint.config()
(#11361)- typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
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
intseslint.config()
(#11357)❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.35.1 (2025-06-30)
... (truncated)
Commits
c98d513
chore(release): publish 8.39.02112d58
feat: update to TypeScript 5.9.2 (#11445)d11e79e
chore(release): publish 8.38.06d8fae9
fix(typescript-eslint): error on nestedextends
intseslint.config()
(#11...abb7c4d
fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)816be17
chore(release): publish 8.37.07126c3a
feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)84b7a2e
chore(release): publish 8.36.00c40c7a
feat(typescript-eslint): supportbasePath
intseslint.config()
(#11357)e2ecca6
chore: fix issues introduced by updatednx
configuration (#11230)- 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
- compiler-core: avoid cached text vnodes retaining detached DOM nodes (#13662) (00695a5), closes #13661
- compiler-core: avoid self updates of
v-pre
(#12556) (21b685a)- compiler-core: identifiers in function parameters should not be inferred as references (#13548) (9b02923)
- compiler-core: recognize empty string as non-identifier (#12553) (ce93339)
- compiler-core: transform empty
v-bind
dynamic argument content correctly (#12554) (d3af67e)- compiler-...
Description has been truncated
Pull Request Statistics
1
17
+2483
-1130
Package Dependencies
@modelcontextprotocol/sdk
npm
1.15.1 → 1.17.2
Minor
@vue/eslint-config-typescript
npm
14.4.0 → 14.6.0
Minor
@modelcontextprotocol/inspector
npm
0.16.1 → 0.16.2
Patch
Technical Details
ID: | 4804077 |
UUID: | 2732098130 |
Node ID: | PR_kwDOB1MYHc6i2IJS |
Host: | GitHub |
Repository: | patched-network/vue-skuilder |
Mergeable: | Yes |
Merge State: | Unstable |
Rebaseable: | Yes |