chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(2 days ago)
(2 days ago)
dependencies javascript
MatteoH2O1999
Bumps the dev-dependencies group with 5 updates in the / directory:
Package | From | To |
---|---|---|
@stylistic/eslint-plugin | 5.2.3 |
5.3.1 |
@types/node | 24.3.0 |
24.3.1 |
@typescript-eslint/parser | 8.41.0 |
8.43.0 |
eslint | 9.34.0 |
9.35.0 |
globals | 16.3.0 |
16.4.0 |
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 @typescript-eslint/parser
from 8.41.0 to 8.43.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.43.0
8.43.0 (2025-09-08)
🚀 Features
- typescript-estree: disallow empty type parameter/argument lists (#11563)
🩹 Fixes
- eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#11489)
- eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#11517)
- eslint-plugin: [consistent-type-exports] fix declaration shadowing (#11457)
- eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#11423, #11430)
- eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#11359)
- eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#11432)
- rule-tester: normalize paths before checking if they escape cwd (#11525)
- scope-manager: exclude Program from DefinitionBase node types (#11469)
- type-utils: add union type support to TypeOrValueSpecifier (#11526)
- typescript-estree: match filenames starting with a period when using glob in allowDefaultProject / (#11537)
❤️ Thank You
- Dima
@dbarabashh
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- Nicolas Le Cam
- tao
- Victor Genaev
@mainframev
- Yukihiro Hasegawa
@y-hsgw
- 민감자(Minji Kim)
@mouse0429
- 송재욱
You can read about our versioning strategy and releases on our website.
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
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.43.0 (2025-09-08)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.42.0 (2025-09-02)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
ef9173c
chore(release): publish 8.43.0d135909
chore(release): publish 8.42.0- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @typescript-eslint/parser
since your current version.
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 globals
from 16.3.0 to 16.4.0
Release notes
Sourced from globals's releases.
v16.4.0
- Update globals (#309) 8b8a2d6
https://github.com/sindresorhus/globals/compare/v16.3.0...v16.4.0
Commits
52ba38b
16.4.08b8a2d6
Update globals (#309)- See full diff in compare view
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
Pull Request Statistics
1
1
+62
-61
Package Dependencies
@typescript-eslint/parser
npm
8.41.0 → 8.43.0
Minor
Technical Details
ID: | 7350088 |
UUID: | 2813690950 |
Node ID: | PR_kwDOIXg15c6ntYRG |
Host: | GitHub |
Repository: | MatteoH2O1999/github-actions-jest-reporter |
Merge State: | Unknown |