node-client
node-client copied to clipboard
deps: bump the eslint group with 4 updates
Bumps the eslint group with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint and eslint-plugin-unicorn.
Updates @typescript-eslint/eslint-plugin from 6.20.0 to 7.7.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.7.0
7.7.0 (2024-04-15)
🚀 Features
- eslint-plugin: replace
no-new-symbolwithno-new-native-nonconstructor(#8895)- typescript-estree: add defaultProject for project service (#8815)
❤️ Thank You
- Dave
@reduckted- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.6.0
7.6.0 (2024-04-08)
🚀 Features
- add
namefield to shared configs and flat config types (#8863)- bump npm dependency ranges (#8860)
- note: this does not include support for ESLint v9 - see typescript-eslint/typescript-eslint#8211 for progress.
- utils: add types for both flat and legacy eslint classes (#8861)
🩹 Fixes
- typescript-eslint: fix type errors when using
exactOptionalPropertyTypes(#8786)❤️ Thank You
- Abraham Guo
- auvred
@auvred- Brad Zacher
@bradzacherYou can read about our versioning strategy and releases on our website.
v7.5.0
7.5.0 (2024-04-01)
🩹 Fixes
- eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
- eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues(#8784)- typescript-eslint: improve support for legacy configs (#8812)
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.7.0 (2024-04-15)
🚀 Features
- eslint-plugin: replace
no-new-symbolwithno-new-native-nonconstructor❤️ Thank You
- Dave
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
7.6.0 (2024-04-08)
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
7.5.0 (2024-04-01)
🩹 Fixes
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
e44a1a2chore(release): publish 7.7.0fda5704feat(eslint-plugin): replaceno-new-symbolwith `no-new-native-nonconstruct...e1db872chore(release): publish 7.6.0a6ab2cbfeat: bump npm dependency ranges (#8860)4bac40cdocs: fix incorrect tab item values in prefer-optional-chain (#8867)a7bdd1ctest(eslint-plugin): render snapshots of ESLint output for each code example ...41d893fdocs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...d063275docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 6.20.0 to 7.7.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.7.0
7.7.0 (2024-04-15)
🚀 Features
- eslint-plugin: replace
no-new-symbolwithno-new-native-nonconstructor(#8895)- typescript-estree: add defaultProject for project service (#8815)
❤️ Thank You
- Dave
@reduckted- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
v7.6.0
7.6.0 (2024-04-08)
🚀 Features
- add
namefield to shared configs and flat config types (#8863)- bump npm dependency ranges (#8860)
- note: this does not include support for ESLint v9 - see typescript-eslint/typescript-eslint#8211 for progress.
- utils: add types for both flat and legacy eslint classes (#8861)
🩹 Fixes
- typescript-eslint: fix type errors when using
exactOptionalPropertyTypes(#8786)❤️ Thank You
- Abraham Guo
- auvred
@auvred- Brad Zacher
@bradzacherYou can read about our versioning strategy and releases on our website.
v7.5.0
7.5.0 (2024-04-01)
🩹 Fixes
- eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
- eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues(#8784)- typescript-eslint: improve support for legacy configs (#8812)
❤️ Thank You
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.7.0 (2024-04-15)
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.6.0 (2024-04-08)
🚀 Features
- bump npm dependency ranges
❤️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
7.5.0 (2024-04-01)
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤️ Thank You
... (truncated)
Commits
e44a1a2chore(release): publish 7.7.0e1db872chore(release): publish 7.6.0a6ab2cbfeat: bump npm dependency ranges (#8860)a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)d5615d7fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues(#8784)5d24691chore(release): publish 7.4.0e408b93feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...5995614chore(release): publish 7.3.14cf8ec7chore(release): publish 7.3.0- Additional commits viewable in compare view
Updates eslint from 8.56.0 to 9.1.0
Release notes
Sourced from eslint's releases.
v9.1.0
Features
03068f1feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)751b518feat: replace dependency graphemer withIntl.Segmenter(#18110) (Francesco Trotta)4d11e56feat: addnameto eslint configs (#18289) (唯然)1cbe1f6feat: allowwhile(true)inno-constant-condition(#18286) (Tanuj Kanti)0db676ffeat: addIntlin es6 globals (#18318) (唯然)Bug Fixes
8d18958fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)594eb0efix: do not crash on error infs.walkfilter (#18295) (Francesco Trotta)0d8cf63fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1fix:--no-ignoreshould not apply to non-global ignores (#18334) (Milos Djermanovic)Documentation
fb50077docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)71c771fdocs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)200fd4edocs: indicate eslintrc mode for.eslintignore(#18285) (Francesco Trotta)16b6a8bdocs: Update README (GitHub Actions Bot)df5f8a9docs:pathsandpatternsdifference inno-restricted-imports(#18273) (Tanuj Kanti)c537d76docs: updatenpm init @eslint/configgenerated file names (#18298) (唯然)e1e305ddocs: fixlinebreak-styleexamples (#18262) (Francesco Trotta)113f51edocs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)5c35321docs: add eslintrc-only note to--rulesdir(#18281) (Adam Lui 刘展鹏)Build Related
Chores
d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367) (Francesco Trotta)50d406dchore: package.json update for@eslint/jsrelease (Jenkins)155c71cchore: package.json update for@eslint/jsrelease (Jenkins)0588fc5refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)9048e21chore: lintdocs/src/_datajs files (#18335) (Milos Djermanovic)4820790chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ffchore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)32c08cfchore: drop Node < 18 and use@eslint/jsv9 in eslint-config-eslint (#18323) (Milos Djermanovic)a76fb55chore:@eslint-community/eslint-plugin-eslint-commentsv4.3.0 (#18319) (Milos Djermanovic)78e45b1chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5chore: eslint-plugin-n v17.0.0 (#18315) (唯然)v9.0.0
Breaking Changes
b7cf3bdfix!: correctcamelcaserule schema forallowoption (#18232) (eMerzh)09bd7fefeat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)79a95ebfeat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)9163646feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)3c4d51dfeat!: default forenforceForClassMembersinno-useless-computed-key(#18054) (Francesco Trotta)47e60f8feat!: Stricter rule test validations (#17654) (fnx)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.1.0 - April 19, 2024
d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367) (Francesco Trotta)03068f1feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)50d406dchore: package.json update for@eslint/jsrelease (Jenkins)8d18958fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)155c71cchore: package.json update for@eslint/jsrelease (Jenkins)594eb0efix: do not crash on error infs.walkfilter (#18295) (Francesco Trotta)751b518feat: replace dependency graphemer withIntl.Segmenter(#18110) (Francesco Trotta)fb50077docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)4d11e56feat: addnameto eslint configs (#18289) (唯然)1cbe1f6feat: allowwhile(true)inno-constant-condition(#18286) (Tanuj Kanti)0588fc5refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)0d8cf63fix: EMFILE errors (#18313) (Nicholas C. Zakas)e1ac0b5fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)09675e1fix:--no-ignoreshould not apply to non-global ignores (#18334) (Milos Djermanovic)9048e21chore: lintdocs/src/_datajs files (#18335) (Milos Djermanovic)4820790chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)698d9ffchore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)71c771fdocs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)0db676ffeat: addIntlin es6 globals (#18318) (唯然)200fd4edocs: indicate eslintrc mode for.eslintignore(#18285) (Francesco Trotta)32c08cfchore: drop Node < 18 and use@eslint/jsv9 in eslint-config-eslint (#18323) (Milos Djermanovic)16b6a8bdocs: Update README (GitHub Actions Bot)a76fb55chore:@eslint-community/eslint-plugin-eslint-commentsv4.3.0 (#18319) (Milos Djermanovic)df5f8a9docs:pathsandpatternsdifference inno-restricted-imports(#18273) (Tanuj Kanti)c537d76docs: updatenpm init @eslint/configgenerated file names (#18298) (唯然)78e45b1chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)36103a5chore: eslint-plugin-n v17.0.0 (#18315) (唯然)e1e305ddocs: fixlinebreak-styleexamples (#18262) (Francesco Trotta)113f51edocs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)1fa6622build: do not use--forceflag to install dependencies (#18284) (Francesco Trotta)5c35321docs: add eslintrc-only note to--rulesdir(#18281) (Adam Lui 刘展鹏)v9.0.0 - April 5, 2024
19f9a89chore: Update dependencies for v9.0.0 (#18275) (Nicholas C. Zakas)7c957f2chore: package.json update for@eslint/jsrelease (Jenkins)d73a33cchore: ignore/docs/v8.xin link checker (#18274) (Milos Djermanovic)d54a412feat: Add --inspect-config CLI flag (#18270) (Nicholas C. Zakas)e151050docs: update get-started to the new@eslint/create-config(#18217) (唯然)610c148fix: Supportusingdeclarations in no-lone-blocks (#18269) (Kirk Waiblinger)44a81c6chore: upgrade knip (#18272) (Lars Kappert)94178addocs: mention aboutnamefield in flat config (#18252) (Anthony Fu)1765c24docs: add Troubleshooting page (#18181) (Josh Goldberg ✨)e80b60cchore: remove code for testing version selectors (#18266) (Milos Djermanovic)96607d0docs: version selectors synchronization (#18260) (Milos Djermanovic)e508800fix: rule tester ignore irrelevant test case properties (#18235) (fnx)a129acbfix: flat config name on ignores object (#18258) (Nicholas C. Zakas)97ce45bfeat: AddreportUsedIgnorePatternoption tono-unused-varsrule (#17662) (Pearce Ropion)
... (truncated)
Commits
b78d8319.1.0e4d9c92Build: changelog update for 9.1.0d9a2983chore: upgrade@eslint/jsto v9.1.1 (#18367)03068f1feat: Provide helpful error message for nullish configs (#18357)50d406dchore: package.json update for@eslint/jsrelease8d18958fix: Remove name from eslint/js packages (#18368)155c71cchore: package.json update for@eslint/jsrelease594eb0efix: do not crash on error infs.walkfilter (#18295)751b518feat: replace dependency graphemer withIntl.Segmenter(#18110)fb50077docs: include notes about globals in migration-guide (#18356)- Additional commits viewable in compare view
Updates eslint-plugin-unicorn from 50.0.1 to 52.0.0
Release notes
Sourced from eslint-plugin-unicorn's releases.
v52.0.0
New rules
no-single-promise-in-promise-methods(#2258) 8f0ee89no-await-in-promise-methods(#2259) a3be554no-anonymous-default-export(#2273) c035216Improvements
filename-case: Add option for multiple file extensions (#2186) 4594020import-style: Supportnode:protocol (#2297) c28a086prefer-array-find: Checkarray.filter().at(0)(#2284) e6074feprefer-prototype-methods: CheckObject.prototypemethods fromglobalThis(#2286) 1792d33no-array-callback-reference: Check logical expressions and check ternaries deeply (#2289) 231529aFixes
prefer-spread: Fix it to not report on optional chaining (#2304) df1ff1cno-anonymous-default-export: Uppercase class name (#2282) 5ce4169https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.1...v52.0.0
v51.0.1
prefer-node-protocol: Fix false positive onbun:*modules (#2272) 43fc638https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v51.0.0...v51.0.1
v51.0.0
Breaking
consistent-destructuring: Remove fromrecommendedpreset (#2260) 702d51bImprovements
no-array-method-this-argument: CheckArray.from()(#2262) 797caeeFixes
no-thenable: Fix crash on{[Symbol.prototype]: 0}(#2248) 3c7d7c0prefer-prototype-methods: Fix argument ofisMethodCall(#2247) 3b504fahttps://github.com/sindresorhus/eslint-plugin-unicorn/compare/v50.0.1...v51.0.0
Commits
8ca00a452.0.0df1ff1cprefer-spread: Fix it to not report on optional chaining (#2304)907a3f7Fix integration test (#2305)c28a086import-style: Supportnode:protocol (#2297)677af7fUpdate docs generator30ece36no-array-for-each: Document another benefit offor-of(#2303)231529ano-array-callback-reference: Check logical expressions, check ternaries dee...78810a5Add some notes to new-rule.md (#2287)8f0ee89Addno-single-promise-in-promise-methodsrule (#2258)1792d33prefer-prototype-methods: CheckObject.prototypemethods from `globalThis...- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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