Closed dependabot[bot] closed 2 months ago
Bumps the misc group with 9 updates in the / directory:
9.7.0
9.9.0
7.16.1
8.0.1
20.14.11
22.2.0
28.6.0
28.8.0
29.2.3
29.2.4
5.5.3
5.5.4
Updates @eslint/js from 9.7.0 to 9.9.0
@eslint/js
Sourced from @eslint/js's releases.
@eslint/js
v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave) Documentation 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M) fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M) 38a0661 docs: Fix typo (#18735) (Zaina Al Habash) 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) f9ac978 docs: Update README (GitHub Actions Bot) Chores 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta) 59dba1b chore: package.json update for @eslint/js release (Jenkins) fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann) 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])
41d0206
3a4eaf9
require-await
async
9fe068c
48117b2
fec2951
38a0661
3c32a9e
f9ac978
461b2c3
@eslint/js@9.9.0
59dba1b
fea8563
@eslint/core
aac191e
@eslint/json
b97fa05
13d0bd3
ab0ff27
70dc803
basePath
282df1a
53b1ff0
a7016a5
4514424
deee448
@eslint/js@9.8.0
4aaf2b3
8e1a627
Sourced from @eslint/js's changelog.
v9.9.0 - August 9, 2024 461b2c3 chore: upgrade to @eslint/js@9.9.0 (#18765) (Francesco Trotta) 59dba1b chore: package.json update for @eslint/js release (Jenkins) fea8563 chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) aac191e chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) 9fe068c docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) b97fa05 chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann) 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#18716) (Dave) 48117b2 docs: add version support page in the side navbar (#18738) (Amaresh S M) fec2951 docs: add version support page to the dropdown (#18730) (Amaresh S M) 38a0661 docs: Fix typo (#18735) (Zaina Al Habash) 3c32a9e docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) f9ac978 docs: Update README (GitHub Actions Bot) 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.9.0 - August 9, 2024
v9.8.0 - July 26, 2024
2570051
d73b203
Updates typescript-eslint from 7.16.1 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
... (truncated)
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.14.11 to 22.2.0
@types/node
Updates @typescript-eslint/eslint-plugin from 7.16.1 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.16.1 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.
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
6bd4211
Updates eslint from 9.7.0 to 9.9.0
eslint
Sourced from eslint's releases.
Sourced from eslint's changelog.
0dd3863
2e5ba77
Updates eslint-plugin-jest from 28.6.0 to 28.8.0
eslint-plugin-jest
Sourced from eslint-plugin-jest's releases.
v28.8.0 28.8.0 (2024-08-07) Features import formatting rules from eslint-plugin-jest-formatting (#1563) (74078ee) v28.7.0 28.7.0 (2024-08-03) Features allow [@typescript-eslint](https://github.com/typescript-eslint) v8 (#1636) (fb43171)
eslint-plugin-jest-formatting
[@typescript-eslint](https://github.com/typescript-eslint)
Sourced from eslint-plugin-jest's changelog.<... _Description has been truncated_
Superseded by #1666.
Bumps the misc group with 9 updates in the / directory:
9.7.0
9.9.0
7.16.1
8.0.1
20.14.11
22.2.0
7.16.1
8.0.1
7.16.1
8.0.1
9.7.0
9.9.0
28.6.0
28.8.0
29.2.3
29.2.4
5.5.3
5.5.4
Updates
@eslint/js
from 9.7.0 to 9.9.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
59dba1b
chore: package.json update for@eslint/js
release4aaf2b3
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
releaseUpdates
typescript-eslint
from 7.16.1 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.14.11 to 22.2.0Commits
Updates
@typescript-eslint/eslint-plugin
from 7.16.1 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.16.1 to 8.0.1Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.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'6bd4211
Merge branch 'main'Updates
eslint
from 9.7.0 to 9.9.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
0dd3863
9.9.02e5ba77
Build: changelog update for 9.9.0461b2c3
chore: upgrade to@eslint/js@9.9.0
(#18765)59dba1b
chore: package.json update for@eslint/js
releasefea8563
chore: update dependency@eslint/core
to ^0.3.0 (#18724)41d0206
feat: Add support for TS config files (#18134)aac191e
chore: update dependency@eslint/json
to ^0.3.0 (#18760)9fe068c
docs: how to author plugins with configs that extend other configs (#18753)b97fa05
chore: update wdio dependencies for more stable tests (#18759)3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716)Updates
eslint-plugin-jest
from 28.6.0 to 28.8.0Release notes
Sourced from eslint-plugin-jest's releases.
Changelog
Sourced from eslint-plugin-jest's changelog.<... _Description has been truncated_