Closed dependabot[bot] closed 4 months ago
Bumps the lint group with 11 updates:
20.12.2
20.14.9
7.4.0
7.14.1
8.57.0
9.6.0
48.2.2
48.5.0
16.6.2
17.9.0
6.1.1
6.4.0
0.25.0
1.0.3
51.0.1
54.0.0
3.2.5
3.3.2
5.4.3
5.5.2
Updates @types/node from 20.12.2 to 20.14.9
@types/node
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.14.1
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.14.1 7.14.1 (2024-06-24) 🚀 Features support TypeScript 5.5 (#9397) ast-spec: tighter types and documentation for declaration/* (#9211) 🩹 Fixes keep warnAbountTSVersion in sync with package.json (#9400) eslint-plugin: [no-extraneous-class] handle abstract members (#9367) eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types (#9378) eslint-plugin: [no-invalid-this] support AccessorProperty (#9411) eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types (#9376) eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens (#9380) ❤️ Thank You Brad Zacher @bradzacher cm-ayf @cm-ayf Jake Bailey @jakebailey James Zhan Joshua Chen yoshi2no @yoshi2no You can read about our versioning strategy and releases on our website. v7.14.0 7.14.0 (2024-06-24) We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1 You can read about our versioning strategy and releases on our website. v7.13.1 7.13.1 (2024-06-17) 🩹 Fixes eslint-plugin: [prefer-readonly] refine report locations (#8894) eslint-plugin: [return-await] support explicit resource management (#9044) eslint-plugin: [no-unsafe-member-access] differentiate a types-error any from a true any (#9291) ❤️ Thank You Kirk Waiblinger Yukihiro Hasegawa @y-hsgw
@bradzacher
@cm-ayf
@jakebailey
@yoshi2no
You can read about our versioning strategy and releases on our website.
We followed this up soon after with 7.14.1 - see the combined release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v7.14.1
@y-hsgw
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.14.1 (2024-06-24) 🩹 Fixes eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens ❤️ Thank You Jake Bailey You can read about our versioning strategy and releases on our website. 7.14.0 (2024-06-24) 🚀 Features support TypeScript 5.5 🩹 Fixes eslint-plugin: [no-extraneous-class] handle abstract members eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types eslint-plugin: [no-invalid-this] support AccessorProperty ❤️ Thank You Brad Zacher cm-ayf Jake Bailey James Zhan Joshua Chen yoshi2no You can read about our versioning strategy and releases on our website. 7.13.1 (2024-06-17) 🩹 Fixes eslint-plugin: [prefer-readonly] refine report locations
eslint-plugin: [prefer-nullish-coalescing] treat enums and literals as their underlying primitive types
eslint-plugin: [prefer-nullish-coalescing] ensure ternary fix does not remove parens
eslint-plugin: [no-extraneous-class] handle abstract members
eslint-plugin: [prefer-nullish-coalescing] handle intersected primitive types
eslint-plugin: [no-invalid-this] support AccessorProperty
b4fe94f
f29150f
9b7731d
dfc4469
635133a
c322099
23e6468
5c4a5de
e47123d
dc18229
Updates @typescript-eslint/parser from 7.4.0 to 7.14.1
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.14.1 (2024-06-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. 7.14.0 (2024-06-24) 🚀 Features support TypeScript 5.5 ❤️ Thank You Brad Zacher cm-ayf Jake Bailey James Zhan Joshua Chen yoshi2no You can read about our versioning strategy and releases on our website. 7.13.1 (2024-06-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. 7.13.0 (2024-06-10) 🚀 Features parser, typescript-estree: export withoutProjectParserOptions utility ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website.
This was a version bump only for parser to align it with other projects, there were no code changes.
1212a8f
8a178ed
c9a6dd9
7e93b28
2bbf656
e360541
c18226e
77fc366
Updates eslint from 8.57.0 to 9.6.0
eslint
Sourced from eslint's releases.
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) d7a7736 fix: improve no-unused-vars message on unused caught errors (#18608) (Kirk Waiblinger) f9e95d2 fix: correct locations of invalid /* eslint */ comments (#18593) (Milos Djermanovic) Documentation 13dbecd docs: Limit search to just docs (#18627) (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) d50db7b docs: Update vscode-eslint info (#18595) (Nicholas C. Zakas) Chores b15ee30 chore: upgrade @eslint/js@9.6.0 (#18632) (Milos Djermanovic) d655503 chore: package.json update for @eslint/js release (Jenkins) 7c78ad9 refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625) (Nicholas C. Zakas) 69ff64e refactor: Return value of applyInlineConfig() (#18623) (Nicholas C. Zakas) d2d06f7 refactor: use / separator when adjusting ignorePatterns on Windows (#18613) (Milos Djermanovic) 6421973 refactor: fix disable directives for languages with 0-based lines (#18605) (Milos Djermanovic) 0a13539 refactor: Allow optional methods for languages (#18604) (Nicholas C. Zakas) 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) v9.5.0 Features b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) Bug Fixes 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 5cff638 fix: improve message for ignored files without a matching config (#18404) (Francesco Trotta) Documentation 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 8127127 docs: Update README (GitHub Actions Bot) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas)
e2b16e2
8824aa1
ecmaVersion: 2025
1613e2e
21d3766
no-unused-vars
d7a7736
f9e95d2
/* eslint */
13dbecd
375227f
44915bb
d50db7b
b15ee30
@eslint/js
@9
d655503
7c78ad9
69ff64e
d2d06f7
/
ignorePatterns
6421973
0a13539
c7ddee0
3379164
.eslintrc.js
d0c3a32
b2d256c
no-sparse-arrays
6880286
*
7fbe211
469cb36
5cff638
455f7fd
.gitignore
721eafe
files
8127127
55c2a66
eb76282
ff6e96e
baseConfig
overrideConfig
d2d83e0
9ce6832
b8db99c
518a35c
Sourced from eslint's changelog.
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.5.0 - June 14, 2024 f588160 chore: upgrade @eslint/js@9.5.0 (#18591) (Milos Djermanovic) 5890841 chore: package.json update for @eslint/js release (Jenkins) 455f7fd docs: add section about including .gitignore files (#18590) (Milos Djermanovic) e9f4ccd chore: remove unused eslint-disable directive (#18589) (Milos Djermanovic) 721eafe docs: update info about universal files patterns (#18587) (Francesco Trotta) 4b23ffd refactor: Move JS parsing logic into JS language (#18448) (Nicholas C. Zakas) 6880286 fix: treat * as a universal pattern (#18586) (Milos Djermanovic) 8127127 docs: Update README (GitHub Actions Bot) b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) 1495b93 chore: update WebdriverIO packages (#18558) (Christian Bromann) cea7ede chore: add website donate link instead of opencollective (#18582) (Strek) 55c2a66 docs: Update README (GitHub Actions Bot) eb76282 docs: Update README (GitHub Actions Bot) ff6e96e docs: baseConfig and overrideConfig can be arrays (#18571) (Milos Djermanovic) 7fbe211 fix: message template for all files ignored (#18564) (Milos Djermanovic) ec94880 chore: package.json update for eslint-config-eslint release (Jenkins) d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#18566) (Nicholas C. Zakas) 6912586 chore: extract formatting rules into separate config (#18560) (Milos Djermanovic) 9ce6832 docs: add callout box for unintuitive behavior (#18567) (Ben McCann) b8db99c docs: Add VS Code info to config migration guide (#18555) (Nicholas C. Zakas) 518a35c docs: Mention config migrator (#18561) (Nicholas C. Zakas) 469cb36 fix: Don't lint the same file multiple times (#18552) (Milos Djermanovic) 9738f7e ci: fix CLI flags for c8, raise thresholds (#18554) (Francesco Trotta) eb440fc docs: specifying files with arbitrary or no extension (#18539) (Francesco Trotta) 38c159e docs: Provide example of reading package.json for plugins meta (#18530) (Nicholas C. Zakas)
v9.6.0 - June 28, 2024
v9.5.0 - June 14, 2024
f588160
5890841
e9f4ccd
4b23ffd
1495b93
cea7ede
ec94880
6912586
9738f7e
eb440fc
38c159e
473d1bb
f435566
Updates eslint-plugin-jsdoc from 48.2.2 to 48.5.0
eslint-plugin-jsdoc
Sourced from eslint-plugin-jsdoc's releases.
v48.5.0 48.5.0 (2024-06-26) Features check-param-names: check TSMethodSignature (as on interface methods); fixes #1249 (49400e1) v48.4.0 48.4.0 (2024-06-24) Features no-types: add TSMethodSignature; fixes #1249 (1aa3313) v48.3.0 48.3.0 (2024-06-24) Bug Fixes no-undefined-types: treat variables imported by [@import](https://github.com/import) tags as defined; fixes #1244 (54ac4fd) Features check-values: checks for valid [@import](https://github.com/import) syntax (ad31b14) v48.2.15 48.2.15 (2024-06-23) Bug Fixes Revert "fix(no-undefined-types): treat variables imported by [@import](https://github.com/import) tags as defined"; fixes #1246 (ce066df) v48.2.14 48.2.14 (2024-06-23) Bug Fixes no-undefined-types: treat variables imported by [@import](https://github.com/import) tags as defined; fixes #1244 (34ba2e0) v48.2.13 48.2.13 (2024-06-22) Bug Fixes
check-param-names
TSMethodSignature
no-types
no-undefined-types
[@import](https://github.com/import)
check-values
49400e1
1aa3313
5497b03
ad31b14
@import
54ac4fd
ce066df
34ba2e0
0bea154
@import
8603579
name
c2d5a35
Updates eslint-plugin-n from 16.6.2 to 17.9.0
eslint-plugin-n
Sourced from eslint-plugin-n's releases.
v17.9.0 17.9.0 (2024-06-14) 🌟 Features Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431) v17.8.1 17.8.1 (2024-06-06) 🩹 Fixes hashbang + eslint v8 compat issue (#290) (e82974f) v17.8.0 17.8.0 (2024-06-05) 🌟 Features node-builtin: Add node 22.2.0 support (#282) (5221c40) 🩹 Fixes Allow for misconfigured default exports (#288) (92e18b5) 🧹 Chores add a test for self-ref (#280) (4f50dfe) update dependency markdownlint-cli to ^0.41.0 (#287) (0efe751) v17.7.0 17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0) 🩹 Fixes node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9)
Sourced from eslint-plugin-n's changelog.
17.9.0 (2024-06-14) 🌟 Features Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431) 17.8.1 (2024-06-06) 🩹 Fixes hashbang + eslint v8 compat issue (e82974f) hashbang + eslint v8 compat issue (#290) (e82974f) 17.8.0 (2024-06-05) 🌟 Features node-builtin: Add node 22.2.0 support (#282) (5221c40) 🩹 Fixes Allow for misconfigured default exports (#288) (92e18b5) 🧹 Chores add a test for self-ref (#280) (4f50dfe) update dependency markdownlint-cli to ^0.41.0 (#287) (0efe751) 17.7.0 (2024-05-14) 🌟 Features hashbang: Add support to map extensions to executables (#278) (3fd7639) node-builtin: Add node 20.13.0, 22.0.0, and 22.1.0 support (#276) (4a685c0) 🩹 Fixes node-builtins: Remove "node:" prefix from "ignores" message (#277) (704f0b9) 📚 Documentation node-builtins: Specify that only static properties are supported (#272) (735a520)
67bbfdf
0609431
1bcb006
googleapis/release-please-action
988bdd4
e82974f
6dca24c
92e18b5
0efe751
5221c40
4f50dfe
Updates eslint-plugin-promise from 6.1.1 to 6.4.0
eslint-plugin-promise
Sourced from eslint-plugin-promise's releases.
v6.4.0 6.4.0 (2024-07-01) Features add support for flat config (#479) (ecbce9f) v6.3.0 6.3.0 (2024-07-01) Features add support for eslint v9 (#478) (4dfc8a7) v6.2.0 6.2.0 (2024-05-27) Bug Fixes no-callback-in-promise: false positives when the exception is an argument (#446) (5e4546d) Features Resolve getAncestors and getScope calls in eslint v9 (#466) (c0c716b)
getAncestors
getScope
ecbce9f
4dfc8a7
afbda82
5e4546d
c0c716b
7d33c30
ce9ae7f
@babel/traverse
62af490
19b21b4
8c74b9b
Updates eslint-plugin-sonarjs from 0.25.0 to 1.0.3
eslint-plugin-sonarjs
Sourced from eslint-plugin-sonarjs's releases.
1.0.3 What's Changed ESLINTJS-41 The package entry points are incorrectly set by @zglicz in SonarSource/eslint-plugin-sonarjs#473 v1.0.2 What's Changed ESLINTJS-40 Expose the plugin "meta" as expected by ESLint 9 by @zglicz in SonarSource/eslint-plugin-sonarjs#472 1.0.1 What's Changed
@zglicz
Bumps the lint group with 11 updates:
20.12.2
20.14.9
7.4.0
7.14.1
7.4.0
7.14.1
8.57.0
9.6.0
48.2.2
48.5.0
16.6.2
17.9.0
6.1.1
6.4.0
0.25.0
1.0.3
51.0.1
54.0.0
3.2.5
3.3.2
5.4.3
5.5.2
Updates
@types/node
from 20.12.2 to 20.14.9Commits
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 7.14.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
b4fe94f
chore(release): publish 7.14.1f29150f
fix(eslint-plugin): [prefer-nullish-coalescing] ensure ternary fix does not r...9b7731d
fix(eslint-plugin): [prefer-nullish-coalescing] treat enums and literals as t...dfc4469
chore(release): publish 7.14.0635133a
docs: split troubleshooting into granular sections (#9024)c322099
fix(eslint-plugin): [no-invalid-this] support AccessorProperty (#9411)23e6468
fix(eslint-plugin): [prefer-nullish-coalescing] handle intersected primitive ...5c4a5de
feat(ast-spec): tighter types and documentation for declaration/* (#9211)e47123d
fix(eslint-plugin): [no-extraneous-class] handle abstract members (#9367)dc18229
feat: support TypeScript 5.5 (#9397)Updates
@typescript-eslint/parser
from 7.4.0 to 7.14.1Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
b4fe94f
chore(release): publish 7.14.1dfc4469
chore(release): publish 7.14.01212a8f
chore(release): publish 7.13.18a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions utility (...7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)e360541
chore(release): publish 7.11.0c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0Updates
eslint
from 8.57.0 to 9.6.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
473d1bb
9.6.0f435566
Build: changelog update for 9.6.0b15ee30
chore: upgrade@eslint/js
@9
.6.0 (#18632)d655503
chore: package.json update for@eslint/js
release1613e2e
fix: Allow escaping characters in config patterns on Windows (#18628)13dbecd
docs: Limit search to just docs (#18627)7c78ad9
refactor: Use language.visitorKeys and check for non-JS SourceCode (#18625)e2b16e2
feat: Implement feature flags (#18516)69ff64e
refactor: Return value of applyInlineConfig() (#18623)375227f
docs: Update getting-started.md - add pnpm to init eslint config (#18599)Updates
eslint-plugin-jsdoc
from 48.2.2 to 48.5.0Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
49400e1
feat(check-param-names
): checkTSMethodSignature
(as on interface methods...1aa3313
feat(no-types
): addTSMethodSignature
; fixes #12495497b03
refactor: work synchronouslyad31b14
feat(check-values
): checks for valid@import
syntax54ac4fd
fix(no-undefined-types
): treat variables imported by@import
tags as defi...ce066df
fix: Revert "fix(no-undefined-types
): treat variables imported by@import
...34ba2e0
fix(no-undefined-types
): treat variables imported by@import
tags as defi...0bea154
fix(no-undefined-types
): prevent linting of "type" within@import
; fixes #12428603579
fix: namespace flat configname
'sc2d5a35
fix: avoid insertingname
for eslintrc configs; fixes #1239Updates
eslint-plugin-n
from 16.6.2 to 17.9.0Release notes
Sourced from eslint-plugin-n's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
... (truncated)
Commits
67bbfdf
chore(master): release 17.9.0 (#299)0609431
feat: Add flag ignorePrivate to no-unpublished-x rules (#298)1bcb006
ci: Use up to dategoogleapis/release-please-action
action name (#292)988bdd4
chore(master): release 17.8.1 (#291)e82974f
fix: hashbang + eslint v8 compat issue (#290)6dca24c
chore(master): release 17.8.0 (#281)92e18b5
fix: Allow for misconfigured default exports (#288)0efe751
chore: update dependency markdownlint-cli to ^0.41.0 (#287)5221c40
feat(node-builtin): Add node 22.2.0 support (#282)4f50dfe
test: add a test for self-ref (#280)Updates
eslint-plugin-promise
from 6.1.1 to 6.4.0Release notes
Sourced from eslint-plugin-promise's releases.
Commits
ecbce9f
feat: add support for flat config (#479)4dfc8a7
feat: add support for eslint v9 (#478)afbda82
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#477)5e4546d
fix(no-callback-in-promise): false positives when the exception is an argumen...c0c716b
feat: ResolvegetAncestors
andgetScope
calls in eslint v9 (#466)7d33c30
chore: add pkg.funding (#468)ce9ae7f
chore(deps-dev): bump@babel/traverse
from 7.19.1 to 7.24.1 (#453)62af490
chore(deps): bump actions/checkout from 3 to 4 (#461)19b21b4
chore(deps): bump codecov/codecov-action from 3 to 4 (#459)8c74b9b
chore(deps): bump actions/setup-node from 3 to 4 (#460)Updates
eslint-plugin-sonarjs
from 0.25.0 to 1.0.3Release notes
Sourced from eslint-plugin-sonarjs's releases.