build(deps): bump the minor-and-patch group with 28 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 22 hours ago)
(about 22 hours ago)
dependabot 🤖
Bumps the minor-and-patch group with 28 updates:
Package | From | To |
---|---|---|
@eslint/js | 9.34.0 |
9.35.0 |
@stylistic/eslint-plugin | 5.2.3 |
5.3.1 |
@types/node | 24.3.0 |
24.3.1 |
@vitest/eslint-plugin | 1.3.4 |
1.3.9 |
eslint | 9.34.0 |
9.35.0 |
typescript-eslint | 8.40.0 |
8.42.0 |
@babel/parser | 7.28.3 |
7.28.4 |
@babel/types | 7.28.2 |
7.28.4 |
@emnapi/core | 1.4.5 |
1.5.0 |
@emnapi/runtime | 1.4.5 |
1.5.0 |
@emnapi/wasi-threads | 1.0.4 |
1.1.0 |
@eslint-community/eslint-utils | 4.7.0 |
4.9.0 |
@humanfs/node | 0.16.6 |
0.16.7 |
@humanwhocodes/retry | 0.3.1 |
0.4.2 |
@typescript-eslint/eslint-plugin | 8.40.0 |
8.42.0 |
@typescript-eslint/parser | 8.40.0 |
8.42.0 |
@typescript-eslint/project-service | 8.40.0 |
8.42.0 |
@typescript-eslint/scope-manager | 8.40.0 |
8.42.0 |
@typescript-eslint/tsconfig-utils | 8.40.0 |
8.42.0 |
@typescript-eslint/type-utils | 8.40.0 |
8.42.0 |
@typescript-eslint/types | 8.40.0 |
8.42.0 |
@typescript-eslint/typescript-estree | 8.40.0 |
8.42.0 |
@typescript-eslint/utils | 8.40.0 |
8.42.0 |
@typescript-eslint/visitor-keys | 8.40.0 |
8.42.0 |
ast-v8-to-istanbul | 0.3.4 |
0.3.5 |
rollup | 4.48.1 |
4.50.1 |
tinyglobby | 0.2.14 |
0.2.15 |
vite | 7.1.3 |
7.1.5 |
Updates @eslint/js
from 9.34.0 to 9.35.0
Release notes
Sourced from @​eslint/js
's releases.
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)5082fc2
docs: Update README (GitHub Actions Bot)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)Chores
da87f2f
chore: upgrade@​eslint/js
@​9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@​eslint/js
release (Jenkins)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)
Changelog
Sourced from @​eslint/js
's changelog.
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade@​eslint/js
@​9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@​eslint/js
release (Jenkins)d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)5082fc2
docs: Update README (GitHub Actions Bot)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits
af2a087
chore: package.json update for@​eslint/js
release84ffb96
chore: update@eslint-community/eslint-utils
(#20069)- See full diff in compare view
Updates @stylistic/eslint-plugin
from 5.2.3 to 5.3.1
Release notes
Sourced from @​stylistic/eslint-plugin
's releases.
v5.3.1
No significant changes
    View changes on GitHub
v5.3.0
5.3.0 (2025-09-01)
Features
- indent: introduce
assignmentOperator
(#933) (0474f6b)- jsx-one-expression-per-line: enhance the fix result when
allow
issingle-line
(#922) (e0ce078)- no-extra-parens: deprecate some options in favor of
ignoredNodes
(#953) (8ccd980)- no-extra-parens: handle
TSNonNullExpression
andTSSatisfiesExpression
as aTSAssertion
(#954) (6aca363)- no-extra-parens: introduce
ignoredNodes
(#899) (d848423)- padding-line-between-statements: allow prefix
multiline
/singleline
forreturn
andtype
(#902) (6915135)- space-unary-ops: support non null assertion (#941) (fff2ae9)
- update deps (#957) (5f97042)
- update keyword list (#929) (3001449)
Bug Fixes
- customize: remove specific nodes in
ignoreNodes
of theindent
rule (#936) (1264cba)- deprecate
jsx-props-no-multi-spaces
rule in favor ofno-multi-spaces
(#925) (a3c39e6)- disable-legacy: add missing
jsx-pascal-case
(#942) (3eea6dd)- indent: align indent for
AccessorProperty
,TSAbstractPropertyDefinition
andTSAbstractAccessorProperty
withPropertyDefinition
(#932) (2afb9a4)- indent: ensure the opening curly brace is align with enum (#938) (2007646)
- remove
nullThrow
, useNonNullAssertion
directly (#943) (9a78f70)- space-unary-ops: correct
messageId
(#948) (54bb446)- type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)
Documentation
- add changelog link (#949) (d043a8f)
- curly-newline: add missing
ArrowFunctionExpression
to option (#947) (df21d11)- display deep outline (#955) (c735a5c)
- fix broken links (#940) (76ae614)
- fix examples (#950) (0a72592)
- render extra links in markdown front matter section (#924) (f3f00dd)
- use colored diffs in code blocks (#931) (a77013b)
Chores
... (truncated)
Changelog
Sourced from @​stylistic/eslint-plugin
's changelog.
5.3.1 (2025-09-01)
Build Related
5.3.0 (2025-09-01)
Features
- indent: introduce
assignmentOperator
(#933) (0474f6b)- jsx-one-expression-per-line: enhance the fix result when
allow
issingle-line
(#922) (e0ce078)- no-extra-parens: deprecate some options in favor of
ignoredNodes
(#953) (8ccd980)- no-extra-parens: handle
TSNonNullExpression
andTSSatisfiesExpression
as aTSAssertion
(#954) (6aca363)- no-extra-parens: introduce
ignoredNodes
(#899) (d848423)- padding-between-statements: support
jsx-prop
(#926) (86f332e)- padding-line-between-statements: allow prefix
multiline
/singleline
forreturn
andtype
(#902) (6915135)- space-unary-ops: support non null assertion (#941) (fff2ae9)
- update deps (#957) (5f97042)
- update keyword list (#929) (3001449)
Bug Fixes
- customize: remove specific nodes in
ignoreNodes
of theindent
rule (#936) (1264cba)- deprecate
jsx-props-no-multi-spaces
rule in favor ofno-multi-spaces
(#925) (a3c39e6)- disable-legacy: add missing
jsx-pascal-case
(#942) (3eea6dd)- indent: align indent for
AccessorProperty
,TSAbstractPropertyDefinition
andTSAbstractAccessorProperty
withPropertyDefinition
(#932) (2afb9a4)- indent: ensure the opening curly brace is align with enum (#938) (2007646)
- remove
nullThrow
, useNonNullAssertion
directly (#943) (9a78f70)- revert #926 (#944) (f6e3b9a)
- space-unary-ops: correct
messageId
(#948) (54bb446)- type-generic-spacing: allow spaces between class and generic (#927) (84fa86a)
Documentation
- add changelog link (#949) (d043a8f)
- curly-newline: add missing
ArrowFunctionExpression
to option (#947) (df21d11)- display deep outline (#955) (c735a5c)
- fix broken links (#940) (76ae614)
- fix examples (#950) (0a72592)
- render extra links in markdown front matter section (#924) (f3f00dd)
- use colored diffs in code blocks (#931) (a77013b)
Chores
... (truncated)
Commits
c586735
chore: release v5.3.1 (main) (#962)eb03848
chore: release v5.3.0 (main) (#930)8ccd980
feat(no-extra-parens): deprecate some options in favor ofignoredNodes
(#953)e0ce078
feat(jsx-one-expression-per-line): enhance the fix result whenallow
is `si...6aca363
feat(no-extra-parens): handleTSNonNullExpression
and `TSSatisfiesExpressio...c735a5c
docs: display deep outline (#955)0a72592
docs: fix examples (#950)0474f6b
feat(indent): introduceassignmentOperator
(#933)d848423
feat(no-extra-parens): introduceignoredNodes
(#899)2007646
fix(indent): ensure the opening curly brace is align with enum (#938)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stylistic/eslint-plugin
since your current version.
Updates @types/node
from 24.3.0 to 24.3.1
Commits
- See full diff in compare view
Updates @vitest/eslint-plugin
from 1.3.4 to 1.3.9
Release notes
Sourced from @​vitest/eslint-plugin
's releases.
v1.3.5
Bug Fixes
Features
What's Changed
- fix(docs): fix incorrect rule name in vitest/require-mock-type-parameters example by
@​sceee
in vitest-dev/eslint-plugin-vitest#740- feat(prefer-describe-function-title): Check for unnecessary .name by
@​y-hsgw
in vitest-dev/eslint-plugin-vitest#744- fix(build): add missing
@​typescript-eslint/scope-manager
dependency by@​y-hsgw
in vitest-dev/eslint-plugin-vitest#747- chore(eslint): migrate to typescript-eslint and apply recommended config by
@​y-hsgw
in vitest-dev/eslint-plugin-vitest#746New Contributors
@​sceee
made their first contribution in vitest-dev/eslint-plugin-vitest#740Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.4...v1.3.5
Commits
89fb825
chore: release v1.3.9ecd4253
fix: hoisted-apis-on-top false positives (#753)8fb6a00
chore: release v1.3.84f05fcf
Addhoisted-apis-on-top
toall
config (#751)571534e
chore: release v1.3.74defb84
feat: add rule hoisted-api-on-top (#750)aeac073
chore: release v1.3.67e695dc
feat: prefer expectTypeOf (#749)294fbf1
chore: release v1.3.5f206ea6
chore(eslint): migrate to typescript-eslint and apply recommended config (#746)- Additional commits viewable in compare view
Updates eslint
from 9.34.0 to 9.35.0
Release notes
Sourced from eslint's releases.
v9.35.0
Features
42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)5082fc2
docs: Update README (GitHub Actions Bot)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)Chores
da87f2f
chore: upgrade@​eslint/js
@​9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@​eslint/js
release (Jenkins)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)
Changelog
Sourced from eslint's changelog.
v9.35.0 - September 5, 2025
da87f2f
chore: upgrade@​eslint/js
@​9
.35.0 (#20077) (Milos Djermanovic)af2a087
chore: package.json update for@​eslint/js
release (Jenkins)d265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065) (Milos Djermanovic)10e7ae2
fix: update uncloneable options error message (#20059) (soda-sorcery)42761fa
feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444
feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96
chore: update@eslint-community/eslint-utils
(#20069) (Francesco Trotta)a355a0e
docs: invert comparison logic for example inno-var
doc page (#20064) (OTonGitHub)e51ffff
feat: addpreserve-caught-error
rule (#19913) (Amnish Singh Arora)5082fc2
docs: Update README (GitHub Actions Bot)d5ef939
refactor: remove deprecatedcontext.parserOptions
usage across rules (#20060) (sethamus)1b3881d
chore: remove redundant word (#20058) (pxwanglu)99cfd7e
docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601
fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11de
fix: addbefore
andafter
to test case types (#20049) (Francesco Trotta)6ad8973
docs: update--no-ignore
and--ignore-pattern
documentation (#20036) (Francesco Trotta)dabbe95
fix: correct types forno-restricted-imports
rule (#20034) (Milos Djermanovic)8033b19
docs: add documentation for--no-config-lookup
(#20033) (Francesco Trotta)ea789c7
fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits
8401101
9.35.0b80f025
Build: changelog update for 9.35.0da87f2f
chore: upgrade@​eslint/js
@​9
.35.0 (#20077)af2a087
chore: package.json update for@​eslint/js
released265515
docs: improve phrasing - "if" → "even if" from getting-started section (#20074)7055764
test: removetests/lib/eslint/eslint.config.js
(#20065)10e7ae2
fix: update uncloneable options error message (#20059)42761fa
feat: implement suggestions for no-empty-function (#20057)102f444
feat: implement suggestions for no-empty-static-block (#20056)84ffb96
chore: update@eslint-community/eslint-utils
(#20069)- Additional commits viewable in compare view
Updates typescript-eslint
from 8.40.0 to 8.42.0
Release notes
Sourced from typescript-eslint's releases.
v8.42.0
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531) -- see https://typescript-eslint.io/packages/typescript-eslint#migrating-to-defineconfig
🩹 Fixes
- deps: update eslint monorepo to v9.33.0 (#11482)
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
v8.41.0
8.41.0 (2025-08-25)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.42.0 (2025-09-02)
🚀 Features
- deprecate tseslint.config() (#11531)
🩹 Fixes
- typescript-eslint: handle non-normalized windows paths produced by jiti (#11546)
❤️ Thank You
- Kirk Waiblinger
@​kirkwaiblinger
You can read about our versioning strategy and releases on our website.
8.41.0 (2025-08-25)
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.
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for typescript-eslint since your current version.
Updates @babel/parser
from 7.28.3 to 7.28.4
Release notes
Sourced from @​babel/parser
's releases.
v7.28.4 (2025-09-05)
Thanks
@​gwillen
and@​mrginglymus
for your first PRs!:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
- #17493 Update Jest to v30.1.1 (
@​JLHwung
)babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@​liuxingbaoyu
)babel-core
- #17474 Switch to
@​jridgewell/remapping
(@​mrginglymus
)Committers: 5
- Babel Bot (
@​babel-bot
)- Bill Collins (
@​mrginglymus
)- Glenn Willen (
@​gwillen
)- Huáng Jùnlià ng (
@​JLHwung
)@​liuxingbaoyu
Changelog
Sourced from @​babel/parser
's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
- #17493 Update Jest to v30.1.1 (
@​JLHwung
)babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@​liuxingbaoyu
)babel-core
- #17474 Switch to
@​jridgewell/remapping
(@​mrginglymus
)
Commits
35055e3
v7.28.4f04083a
[Babel 8] Align TSMappedType AST (#17479)- See full diff in compare view
Updates @babel/types
from 7.28.2 to 7.28.4
Release notes
Sourced from @​babel/types
's releases.
v7.28.4 (2025-09-05)
Thanks
@​gwillen
and@​mrginglymus
for your first PRs!:house: Internal
babel-core
,babel-helper-check-duplicate-nodes
,babel-traverse
,babel-types
- #17493 Update Jest to v30.1.1 (
@​JLHwung
)babel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator
(@​liuxingbaoyu
)babel-core
- #17474 Switch to
@​jridgewell/remapping
(@​mrginglymus
)Committers: 5
- Babel Bot (
@​babel-bot
)- Bill Collins (
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@typescript-eslint/parser
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/eslint-plugin
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/project-service
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/scope-manager
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/type-utils
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/types
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/typescript-estree
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/utils
npm
8.40.0 → 8.42.0
Minor
@typescript-eslint/visitor-keys
npm
8.40.0 → 8.42.0
Minor
@eslint-community/eslint-utils
npm
4.7.0 → 4.9.0
Minor
Technical Details
ID: | 7198835 |
UUID: | 3393357597 |
Node ID: | PR_kwDOLSbGa86nVv5h |
Host: | GitHub |
Repository: | Nerdware-LLC/ts-string-helpers |