Closed dependabot[bot] closed 2 months ago
Bumps the misc group with 13 updates in the / directory:
9.3.0
9.8.0
7.7.0
8.0.1
20.12.7
22.1.0
7.9.0
9.0.0
28.5.0
28.8.0
5.1.3
5.2.1
27.5.1
29.7.0
3.2.5
3.3.3
29.1.2
29.2.4
5.4.5
5.5.4
Updates @eslint/js from 9.3.0 to 9.8.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) Documentation 282df1a docs: Add system theme option (#18617) (Amaresh S M) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M) Build Related 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) Chores deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) 8e1a627 chore: update dependency @eslint/core to ^0.2.0 (#18700) (renovate[bot]) v9.7.0 Features 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar) Bug Fixes 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta) Documentation 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta) Chores 793b718 chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta) 7ed6f9a chore: package.json update for @eslint/js release (Jenkins) 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas) 51bf57c chore: add tech sponsors through actions (#18624) (Strek) 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic) 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) Bug Fixes 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger)
13d0bd3
ab0ff27
70dc803
basePath
282df1a
53b1ff0
a7016a5
4514424
deee448
@eslint/js@9.8.0
4aaf2b3
8e1a627
@eslint/core
7bd9839
1381394
regex
no-restricted-imports
14e9f81
no-unused-vars
9f416db
c8d26cb
6e79ac7
loadESLint
cwd
793b718
@9
7ed6f9a
7bcda76
51bf57c
6320732
parent
NodeEventGenerator
9e6d640
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
... (truncated)
Sourced from @eslint/js's changelog.
v9.8.0 - July 26, 2024 deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) 8e1a627 chore: update dependency @eslint/core to ^0.2.0 (#18700) (renovate[bot]) 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) 282df1a docs: Add system theme option (#18617) (Amaresh S M) ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas) 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic) 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas) 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas) a7016a5 docs: fix search input stylings (#18682) (Amaresh S M) v9.7.0 - July 12, 2024 793b718 chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta) 7ed6f9a chore: package.json update for @eslint/js release (Jenkins) 14e9f81 fix: destructuring in catch clause in no-unused-vars (#18636) (Francesco Trotta) 7bcda76 refactor: Add type references (#18652) (Nicholas C. Zakas) 51bf57c chore: add tech sponsors through actions (#18624) (Strek) 9f416db docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) 6320732 refactor: don't use parent property in NodeEventGenerator (#18653) (Milos Djermanovic) 7bd9839 feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) 1381394 feat: add regex option in no-restricted-imports (#18622) (Nitin Kumar) 9e6d640 refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic) c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) 6e79ac7 docs: loadESLint does not support option cwd (#18641) (Francesco Trotta) v9.6.0 - June 28, 2024 b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 1613e2e fix: Allow escaping characters in config patterns on Windows (#18628) (Milos Djermanovic) 13dbecd docs: Limit search to just docs (#18627) (Nicholas C. Zakas) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) 375227f docs: Update getting-started.md - add pnpm to init eslint config (#18599) (Kostiantyn Ochenash) 44915bb docs: Update README (GitHub Actions Bot) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 21d3766 fix: no-unused-vars include caught errors pattern in report message (#18609) (Kirk Waiblinger) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate named capturing groups (#18596) (Milos Djermanovic) c7ddee0 chore: make internal-rules not being a package (#18601) (Milos Djermanovic) 3379164 chore: remove .eslintrc.js (#18011) (唯然) d0c3a32 chore: update knip (with webdriver-io plugin) (#18594) (Lars Kappert) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas)
v9.8.0 - July 26, 2024
v9.7.0 - July 12, 2024
v9.6.0 - June 28, 2024
b15ee30
d655503
13dbecd
7c78ad9
69ff64e
375227f
44915bb
d2d06f7
/
ignorePatterns
6421973
d7a7736
0a13539
f9e95d2
/* eslint */
c7ddee0
3379164
.eslintrc.js
d0c3a32
d50db7b
2570051
d73b203
5890841
5e1b5dc
Updates typescript-eslint from 7.7.0 to 8.0.1
typescript-eslint
Sourced from typescript-eslint's releases.
v8.0.1 8.0.1 (2024-08-05) 🩹 Fixes eslint-plugin: [no-unused-vars] ignore imports used only as types (#9694) ❤️ Thank You Jake Bailey @jakebailey You can read about our versioning strategy and releases on our website. v8.0.0 8.0.0 (2024-07-31) 🚀 Features stricter parent types for the AST (#9560) speed up non-type-aware linting with project service (#8322) v8 integration branch (#9165) ast-spec: remove deprecated type params (#8933) eslint-plugin: remove formatting/layout rules (#8833) eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true (#8872) eslint-plugin: deprecate no-loss-of-precision extension rule (#8832) eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 (#8971) eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces (#8977) eslint-plugin: remove deprecated no-throw-literal rule (#9092) eslint-plugin: apply initial config changes for v8 (#9079) eslint-plugin: remove no-useless-template-literals (#9207) eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option (#9234) eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types (#9102) eslint-plugin: [no-unused-vars] add reportUnusedIgnorePattern option (#9324) eslint-plugin: [no-unused-vars] support ignoreClassWithStaticInitBlock (#9325) eslint-plugin: [no-unused-vars] handle comma operator for assignments, treat for-of the same as for-in (#9326) eslint-plugin: [no-unused-vars] report if var used only in typeof (#9330) eslint-plugin: [no-floating-promises] disable checkThenables by default for v8 (#9559) eslint-plugin: [return-await] add return-await to strict-type-checked preset (#9604) eslint-plugin: [no-unnecessary-type-parameters] promote to strict (#9662) parser: always enable comment, loc, range, tokens (#8617) rule-tester: support multipass fixes (#8883) rule-tester: switched to flat config (#9603) type-utils: remove getTokenAtPosition (#9444) type-utils: support intersection types in TypeOrValueSpecifier (#9633) typescript-estree: remove slow deprecated and isolated programs (#8834) typescript-estree: split TSMappedType typeParameter into constraint and key (#7065) typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference (#8922) typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService (#9084)
@jakebailey
You can read about our versioning strategy and releases on our website.
reportUnusedIgnorePattern
ignoreClassWithStaticInitBlock
Sourced from typescript-eslint's changelog.
8.0.1 (2024-08-05) 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.0.0 (2024-07-31) 🚀 Features eslint-plugin: deprecate no-loss-of-precision extension rule utils: allow specifying additional rule meta.docs in RuleCreator eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService eslint-plugin: remove deprecated no-throw-literal rule eslint-plugin: apply initial config changes for v8 eslint-plugin: remove no-useless-template-literals eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types eslint-plugin: [no-unnecessary-type-parameters] promote to strict 🩹 Fixes disable projectService in disabled-type-checked shared config eslint-plugin: correct rules.d.ts types to not rely on non-existent imports ❤️ Thank You Abraham Guo Alfred Ringstad auvred Brad Zacher Christopher Aubut Collin Bachman James Henry Josh Goldberg Josh Goldberg ✨ Kirk Waiblinger StyleShit
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
eslint-plugin: deprecate no-loss-of-precision extension rule
utils: allow specifying additional rule meta.docs in RuleCreator
eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
eslint-plugin: remove deprecated no-throw-literal rule
eslint-plugin: apply initial config changes for v8
eslint-plugin: remove no-useless-template-literals
eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
eslint-plugin: [no-unnecessary-type-parameters] promote to strict
disable projectService in disabled-type-checked shared config
projectService
disabled-type-checked
eslint-plugin: correct rules.d.ts types to not rely on non-existent imports
e05c2e5
1db993a
1b0468e
35cf3d2
6cebdf6
f3dfc0a
05c9cb8
88a8673
dd965a4
c365664
Updates @types/node from 20.12.7 to 22.1.0
@types/node
Updates @typescript-eslint/eslint-plugin from 7.9.0 to 8.0.1
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.0.1 (2024-08-05) 🩹 Fixes eslint-plugin: [no-unused-vars] ignore imports used only as types ❤️ Thank You Jake Bailey You can read about our versioning strategy and releases on our website. 8.0.0 (2024-07-31) 🚀 Features stricter parent types for the AST typescript-estree: split TSMappedType typeParameter into constraint and key eslint-plugin: remove formatting/layout rules eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true eslint-plugin: deprecate no-loss-of-precision extension rule eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9 typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference utils: allow specifying additional rule meta.docs in RuleCreator eslint-plugin: split no-empty-object-type out from ban-types and no-empty-interfaces rule-tester: support multipass fixes typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService eslint-plugin: remove deprecated no-throw-literal rule eslint-plugin: apply initial config changes for v8 eslint-plugin: remove no-useless-template-literals eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option eslint-plugin: replace ban-types with no-restricted-types, no-unsafe-function-type, no-wrapper-object-types
stricter parent types for the AST
typescript-estree: split TSMappedType typeParameter into constraint and key
eslint-plugin: remove formatting/layout rules
eslint-plugin: [prefer-nullish-coalescing] change ignoreConditionalTests default to true
eslint-plugin: [no-unused-vars] align catch behavior to ESLint 9
typescript-estree: rename automaticSingleRunInference to disallowAutomaticSingleRunInference
rule-tester: support multipass fixes
eslint-plugin: [no-floating-promises] add 'allowForKnownSafeCalls' option
fbcfaba
6a9674d
ce09260
b8274d3
838dd0c
46a5709
Updates @typescript-eslint/parser from 7.9.0 to 8.0.1
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.0.1 (2024-08-05) 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.0.0 (2024-07-31) 🚀 Features parser: always enable comment, loc, range, tokens typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService ❤️ Thank You Abraham Guo Alfred Ringstad auvred Brad Zacher Christopher Aubut Collin Bachman James Henry Josh Goldberg Josh Goldberg ✨ Kirk Waiblinger StyleShit Victor Lin Yukihiro Hasegawa You can read about our versioning strategy and releases on our website. 7.18.0 (2024-07-29) 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. 7.17.0 (2024-07-22) 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. 7.16.1 (2024-07-15) This was a version bump only for parser to align it with other projects, there were no code changes.
This was a version bump only for parser to align it with other projects, there were no code changes.
parser: always enable comment, loc, range, tokens
ae980e3
58be99f
d1d0ba5
Updates eslint from 9.0.0 to 9.8.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
v9.8.0 - July 26, 2024 deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta) 4aaf2b3 chore: package.json update for @eslint/js release (Jenkins) dependabot[bot] commented 2 months ago Superseded by #807.
Superseded by #807.
Bumps the misc group with 13 updates in the / directory:
9.3.0
9.8.0
7.7.0
8.0.1
20.12.7
22.1.0
7.9.0
8.0.1
7.9.0
8.0.1
9.0.0
9.8.0
28.5.0
28.8.0
5.1.3
5.2.1
27.5.1
29.7.0
27.5.1
29.7.0
3.2.5
3.3.3
29.1.2
29.2.4
5.4.5
5.5.4
Updates
@eslint/js
from 9.3.0 to 9.8.0Release notes
Sourced from
@eslint/js
's releases.... (truncated)
Changelog
Sourced from
@eslint/js
's changelog.... (truncated)
Commits
4aaf2b3
chore: package.json update for@eslint/js
release2570051
chore: package.json revert@eslint/js
version to 9.7.0 (#18719)d73b203
chore: package.json update for@eslint/js
release7ed6f9a
chore: package.json update for@eslint/js
released655503
chore: package.json update for@eslint/js
release5890841
chore: package.json update for@eslint/js
release5e1b5dc
chore: package.json update for@eslint/js
releaseUpdates
typescript-eslint
from 7.7.0 to 8.0.1Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.06cebdf6
feat(eslint-plugin): [no-unnecessary-type-parameters] promote to strict (#9662)f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.088a8673
feat(eslint-plugin): [return-await] add return-await to strict-type-checked p...dd965a4
feat(eslint-plugin): backport no-unsafe-function type, no-wrapper-object-type...c365664
Merge branch 'main'Updates
@types/node
from 20.12.7 to 22.1.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.9.0 to 8.0.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.1fbcfaba
chore: enable unicorn/no-useless-spread (#9687)6a9674d
fix(eslint-plugin): [no-unused-vars] ignore imports used only as types (#9694)1db993a
chore(release): publish 8.0.0ce09260
docs(eslint-plugin): [no-unnecessary-type-parameters] add admonition about ru...b8274d3
fix(rule-tester): provide Linter a cwd in its constructor (#9678)1b0468e
Merge branch 'main'838dd0c
chore: use parserOptions.projectService internally (#9659)35cf3d2
chore(release): publish 7.18.046a5709
docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...Updates
@typescript-eslint/parser
from 7.9.0 to 8.0.1Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
e05c2e5
chore(release): publish 8.0.11db993a
chore(release): publish 8.0.01b0468e
Merge branch 'main'35cf3d2
chore(release): publish 7.18.0f3dfc0a
Merge branch 'main' into v805c9cb8
chore(release): publish 7.17.0ae980e3
Merge branch 'main'58be99f
chore: enable prefer-object-spread (#9541)c365664
Merge branch 'main'd1d0ba5
chore(release): publish 7.16.1Updates
eslint
from 9.0.0 to 9.8.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.