Bump the eslint group across 1 directory with 13 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(6 months ago)
(about 2 months ago)
dependencies npm
Bumps the eslint group with 13 updates in the /apps directory:
Package | From | To |
---|---|---|
@typescript-eslint/eslint-plugin | 7.16.1 |
8.26.0 |
@typescript-eslint/parser | 7.16.1 |
8.26.0 |
eslint | 8.56.0 |
9.22.0 |
eslint-config-prettier | 8.8.0 |
10.1.1 |
eslint-import-resolver-typescript | 3.6.1 |
3.8.3 |
eslint-plugin-import | 2.29.1 |
2.31.0 |
eslint-plugin-jest | 28.6.0 |
28.11.0 |
eslint-plugin-jsx-a11y | 6.8.0 |
6.10.2 |
eslint-plugin-mocha | 10.1.0 |
10.5.0 |
eslint-plugin-prettier | 4.2.1 |
5.2.3 |
eslint-plugin-react | 7.32.2 |
7.37.4 |
eslint-plugin-react-hooks | 4.6.0 |
5.2.0 |
eslint-plugin-storybook | 0.6.15 |
0.11.4 |
Updates @typescript-eslint/eslint-plugin
from 7.16.1 to 8.26.0
Release notes
Sourced from @​typescript-eslint/eslint-plugin
's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions
(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parser
dependency (#10909)❤️ Thank You
- Andrea Simone Costa
@​jfet97
- Dave
@​reduckted
- David Michon
- Dirk Luijk
@​dirkluijk
- fregante
@​fregante
- Ronen Amiel
- YeonJuan
@​yeonjuan
- Yukihiro Hasegawa
@​y-hsgw
You can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributes
withoptions
property inTSImportType
(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute
(#10649)
... (truncated)
Changelog
Sourced from @​typescript-eslint/eslint-plugin
's changelog.
8.26.0 (2025-03-03)
🚀 Features
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864)- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
❤️ Thank You
- Andrea Simone Costa
@​jfet97
- Dirk Luijk
@​dirkluijk
- Ronen Amiel
- YeonJuan
@​yeonjuan
- Yukihiro Hasegawa
@​y-hsgw
You can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
❤️ Thank You
- Olivier Zalmanski
@​OlivierZal
- Ronen Amiel
- YeonJuan
@​yeonjuan
You can read about our versioning strategy and releases on our website.
8.24.1 (2025-02-17)
🩹 Fixes
... (truncated)
Commits
bc6d19f
chore(release): publish 8.26.002d9d73
feat(eslint-plugin): [unified-signatures] support ignoring overload signature...84af50e
feat(eslint-plugin): [explicit-module-boundary-types] add an option to ignore...a03b7ef
fix(eslint-plugin): [no-unnecessary-type-assertion] handle unknown (#10875)4082ad0
docs(eslint-plugin): [consistent-return] add link tonoImplicitReturns
docs...d8d4b3c
feat(eslint-plugin): [no-unused-var] handle implicit exports in declaration f...9674629
feat: support TypeScript 5.8 (#10903)3c7b8ff
chore: fix integration-tests (#10906)735064a
fix(eslint-plugin): [no-invalid-void-type] reportaccessor
properties with ...a6feb59
fix(eslint-plugin): [unified-signatures] does not differentiate truly private...- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 7.16.1 to 8.26.0
Release notes
Sourced from @​typescript-eslint/parser
's releases.
v8.26.0
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
- eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
- eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
- eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
- eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
- rule-tester: export
TestLanguageOptions
(#10892)- scope-manager: only call Object.entries once for each lib (#10647)
🩹 Fixes
- deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
- eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
- eslint-plugin: [no-invalid-void-type] report
accessor
properties with an invalidvoid
type (#10864)- eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
- rule-tester: Add missing
parser
dependency (#10909)❤️ Thank You
- Andrea Simone Costa
@​jfet97
- Dave
@​reduckted
- David Michon
- Dirk Luijk
@​dirkluijk
- fregante
@​fregante
- Ronen Amiel
- YeonJuan
@​yeonjuan
- Yukihiro Hasegawa
@​y-hsgw
You can read about our versioning strategy and releases on our website.
v8.25.0
8.25.0 (2025-02-24)
🚀 Features
- eslint-plugin: [no-misused-spread] add suggestions (#10719)
🩹 Fixes
- ast-spec: replace
attributes
withoptions
property inTSImportType
(#10691)- eslint-plugin: [unified-signatures] handle getter-setter (#10818)
- eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
- eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
- typescript-estree: align TS module nodes to namespaces (#10504)
- visitor-keys: update keys for
ImportAttribute
(#10649)
... (truncated)
Changelog
Sourced from @​typescript-eslint/parser
's changelog.
8.26.0 (2025-03-03)
🚀 Features
- support TypeScript 5.8 (#10903)
❤️ Thank You
- Dirk Luijk
@​dirkluijk
You can read about our versioning strategy and releases on our website.
8.25.0 (2025-02-24)
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.24.1 (2025-02-17)
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.24.0 (2025-02-10)
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.23.0 (2025-02-03)
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.22.0 (2025-01-27)
🚀 Features
- parser: add standalone isolatedDeclarations option (#10499)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
8.21.0 (2025-01-20)
... (truncated)
Commits
bc6d19f
chore(release): publish 8.26.017e7012
chore(deps): update dependency knip to v5.44.1 (#10845)9674629
feat: support TypeScript 5.8 (#10903)7c88d26
chore: update all test scripts to remove coverage flag (#10582)1a9ab8f
chore(release): publish 8.25.0f3ef20e
chore: update to latest nx and use project references first approach (#10361)3646ec0
chore(release): publish 8.24.187d72ba
chore(release): publish 8.24.02a96020
chore(release): publish 8.23.094e8098
chore(release): publish 8.22.0- Additional commits viewable in compare view
Updates eslint
from 8.56.0 to 9.22.0
Release notes
Sourced from eslint's releases.
v9.22.0
Features
Bug Fixes
19c0127
fix: improve message forno-console
suggestions (#19483) (Francesco Trotta)49e624f
fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)Documentation
86c5f37
docs: Update README (GitHub Actions Bot)fbdeff0
docs: Update README (GitHub Actions Bot)c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386ad
docs: replacevar
withconst
in rule examples (#19469) (Tanuj Kanti)0e688e3
docs: Update README (GitHub Actions Bot)06b596d
docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)Chores
97f788b
chore: upgrade@​eslint/js
@​9
.22.0 (#19489) (Milos Djermanovic)eed409a
chore: package.json update for@​eslint/js
release (Jenkins)f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)v9.21.0
Features
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for@​eslint/js
release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.1
Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.22.0 - March 7, 2025
97f788b
chore: upgrade@​eslint/js
@​9
.22.0 (#19489) (Milos Djermanovic)eed409a
chore: package.json update for@​eslint/js
release (Jenkins)f9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488) (Milos Djermanovic)7ddb095
feat: Export defineConfig, globalIgnores (#19487) (Nicholas C. Zakas)86c5f37
docs: Update README (GitHub Actions Bot)19c0127
fix: improve message forno-console
suggestions (#19483) (Francesco Trotta)fbdeff0
docs: Update README (GitHub Actions Bot)c9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461) (Francesco Trotta)2f386ad
docs: replacevar
withconst
in rule examples (#19469) (Tanuj Kanti)0e688e3
docs: Update README (GitHub Actions Bot)49e624f
fix: improve error message for falsy parsed JS AST (#19458) (Josh Goldberg ✨)06b596d
docs: Restore the carrot to the position where the search input was lost (#19459) (Amaresh S M)v9.21.0 - February 21, 2025
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for@​eslint/js
release (Jenkins)418717f
feat: introduce new deprecated types for rules (#19238) (fnx)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)c5561ea
docs: Update README (GitHub Actions Bot)db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)dd7d930
docs: Update README (GitHub Actions Bot)v9.20.1 - February 11, 2025
fe3ccb2
docs: allow typing in search box while dropdown is open (#19424) (Amaresh S M)274f054
fix: fixRuleContext
type (#19417) (Francesco Trotta)93c78a5
docs: Add instructions for pnpm compat (#19422) (Nicholas C. Zakas)b476a93
docs: Fix Keyboard Navigation for Search Results (#19416) (Amaresh S M)ccb60c0
docs: Update README (GitHub Actions Bot)v9.20.0 - February 7, 2025
979097a
chore: upgrade@​eslint/js
@​9
.20.0 (#19412) (Francesco Trotta)031734e
chore: package.json update for@​eslint/js
release (Jenkins)91d4d9f
fix: Bring types in sync with@​eslint/core
(#19157) (Nicholas C. Zakas)b7012c8
docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)d4c47c3
test: avoid empty config warning in test output (#19408) (Milos Djermanovic)
... (truncated)
Commits
60a78e7
9.22.0d11fc14
Build: changelog update for 9.22.097f788b
chore: upgrade@​eslint/js
@​9
.22.0 (#19489)eed409a
chore: package.json update for@​eslint/js
releasef9a56d3
chore: upgrade eslint-scope@8.3.0 (#19488)7ddb095
feat: Export defineConfig, globalIgnores (#19487)86c5f37
docs: Update README19c0127
fix: improve message forno-console
suggestions (#19483)fbdeff0
docs: Update READMEc9e8510
docs: generate deprecation notice in TSDoc comments from rule metadata (#19461)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
Updates eslint-config-prettier
from 8.8.0 to 10.1.1
Release notes
Sourced from eslint-config-prettier's releases.
v10.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";
v10.1.0
Minor Changes
- #306
56e2e34
Thanks@​JounQin
! - feat: migrate to exports fieldv10.0.3
Patch Changes
#294
8dbbd6d
Thanks@​FloEdelmann
! - feat: add name to config#280
cba5737
Thanks@​zanminkian
! - feat: add declaration fileNew Contributors
@​zanminkian
made their first contribution in prettier/eslint-config-prettier#280@​FloEdelmann
made their first contribution in prettier/eslint-config-prettier#294Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.0.2...v10.0.3
v10.0.2
Patch Changes
- #299
e750edc
Thanks@​Fdawgs
! - chore(package): explicitly declare js module typev10.0.1
eslint-config-prettier
10.0.1
What's Changed
- chore: migrate to changeset for automatically releasing by
@​JounQin
in prettier/eslint-config-prettier#278- add support for
@stylistic/eslint-plugin
by@​abrahamguo
in prettier/eslint-config-prettier#272New Contributors
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.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
- #306
56e2e34
Thanks@​JounQin
! - feat: migrate to exports field10.0.3
Patch Changes
#294
8dbbd6d
Thanks@​FloEdelmann
! - feat: add name to config#280
cba5737
Thanks@​zanminkian
! - feat: add declaration file10.0.2
Patch Changes
- #299
e750edc
Thanks@​Fdawgs
! - chore(package): explicitly declare js module type10.0.0
Major Changes
- #272
5be64be
Thanks@​abrahamguo
! - add support for@​stylistic
formatting rulesVersions before 10.0.0
Version 9.1.0 (2023-12-02)
- Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (
@​gurgunday
)!- Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the
ESLINT_CONFIG_PRETTIER_NO_DEPRECATED
environment variable.
... (truncated)
Commits
f12309b
chore: release eslint-config-prettier (#310)79cf679
chore: use flat entry for flat config verificationeb56a5e
fix: separate the/flat
entry for compatibility (#309)2c6f80e
chore: release eslint-config-prettier (#307)56e2e34
feat: migrate to exports field (#306)c27e785
chore: release eslint-config-prettier (#304)c5d7853
chore: add missing@​stylistic/eslint-plugin-plus
1837a4d
ci: testing, migrate to yarn v4 (#305)8dbbd6d
feat: add name to config (#294)cba5737
feat: add declaration file (#280)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
Updates eslint-import-resolver-typescript
from 3.6.1 to 3.8.3
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v3.8.3
Patch Changes
#360
8192976
Thanks@​carlocorradini
! - Force tiniglobby to expand dot directories#360
8192976
Thanks@​carlocorradini
! - Update tinyglobby to latest versionv3.8.2
Patch Changes
- #357
5fd349e
Thanks@​carlocorradini
! - Update thetinyglobby
to the latest version to solve performance regressions.v3.8.1
Patch Changes
- #352
0c6303d
Thanks@​carlocorradini
! - Set cwd while resolving tsconfig includev3.8.0
Minor Changes
#345
fcc8883
Thanks@​carlocorradini
! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.#346
c124e87
Thanks@​carlocorradini
! - Update get-tsconfig to the the latest version. We now support the${configDir}
variable, introduced in TypeScript 5.5.v3.7.0
Minor Changes
#326
93ea130
Thanks@​SukkaW
! - This version has implemented theeslint-plugin-import-x
's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescript
directly in your ESLint flat config:Previously
// eslint.config.js module.exports = { settings: { 'import-x/resolver': { typescript: { alwaysTryTypes: true, }, // or require.resolve('eslint-import-resolver-typescript'): alwaysTryTypes: true, } } } }
Now
... (truncated)
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
3.8.3
Patch Changes
#360
8192976
Thanks@​carlocorradini
! - Force tiniglobby to expand dot directories#360
8192976
Thanks@​carlocorradini
! - Update tinyglobby to latest version3.8.2
Patch Changes
- #357
5fd349e
Thanks@​carlocorradini
! - Update thetinyglobby
to the latest version to solve performance regressions.3.8.1
Patch Changes
- #352
0c6303d
Thanks@​carlocorradini
! - Set cwd while resolving tsconfig include3.8.0
Minor Changes
#345
fcc8883
Thanks@​carlocorradini
! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.#346
c124e87
Thanks@​carlocorradini
! - Update get-tsconfig to the the latest version. We now support the${configDir}
variable, introduced in TypeScript 5.5.3.7.0
Minor Changes
#326
93ea130
Thanks@​SukkaW
! - This version has implemented theeslint-plugin-import-x
's v3 resolver interface. This allows you to use import/require to referenceeslint-import-resolver-typescript
directly in your ESLint flat config:Previously
// eslint.config.js module.exports = { settings: { 'import-x/resolver': { typescript: { alwaysTryTypes: true, }, // or require.resolve('eslint-import-resolver-typescript'): alwaysTryTypes: true, } } }
... (truncated)
Commits
b61fb4a
chore: release eslint-import-resolver-typescript (#362)8192976
fix: force tiniglobby to expand dot directories (#360)4f47f8a
chore: release eslint-import-resolver-typescript (#358)5fd349e
chore(deps): update tinyglobby to the latest version (#357)5c374a9
chore: release eslint-import-resolver-typescript (#355)0c6303d
Fix ...Description has been truncated
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Pull Request Statistics
0
0
+0
-0
Package Dependencies
eslint-import-resolver-typescript
npm
3.6.1 → 3.8.3
Minor
eslint-plugin-react-hooks
npm
4.6.0 → 5.2.0
Major
@typescript-eslint/parser
npm
7.16.1 → 8.26.0
Major
eslint-plugin-storybook
npm
0.6.15 → 0.11.4
Minor
@typescript-eslint/eslint-plugin
npm
7.16.1 → 8.26.0
Major
Technical Details
ID: | 4179598 |
UUID: | 2905232172 |
Node ID: | PR_kwDOAXIGmc6N49wX |
Host: | GitHub |
Repository: | code-dot-org/code-dot-org |