Open dependabot[bot] opened 1 month ago
Bumps the development-dependencies group with 11 updates in the / directory:
20.12.2
22.5.4
7.4.0
8.4.0
1.4.0
2.0.5
8.57.0
9.10.0
5.1.3
5.2.1
6.1.1
7.1.0
3.2.5
3.3.3
5.4.3
5.5.4
5.2.7
Updates @types/node from 20.12.2 to 22.5.4
@types/node
Updates @typescript-eslint/eslint-plugin from 7.4.0 to 8.4.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v8.4.0 8.4.0 (2024-09-02) 🚀 Features typescript-estree: make withoutProjectParserOptions generic (#9877) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. v8.3.0 8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule (#9783) typescript-estree: replace globby w/ fast-glob (#9518) typescript-estree: reload project service once when file config isn't found (#9853) 🩹 Fixes ast-spec: use Expression in argument of ThrowStatement (#9632) eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix (#8673) eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments (#9741) utils: add missing TSSatisfiesExpression in RuleListenerBaseSelectors (#9832) utils: add TSDeclareFunction to functionTypeTypes (#9788) ❤️ Thank You Abraham Guo Daichi Kamiyama @dak2 Josh Goldberg ✨ Kim Sang Du @developer-bandi Sukka Vida Xie @9romise You can read about our versioning strategy and releases on our website. v8.2.0 8.2.0 (2024-08-19) 🚀 Features eslint-plugin: add suggestion to require-await to remove async keyword (#9718)
You can read about our versioning strategy and releases on our website.
globby
fast-glob
Expression
ThrowStatement
TSSatisfiesExpression
RuleListenerBaseSelectors
TSDeclareFunction
functionTypeTypes
@dak2
@developer-bandi
@9romise
require-await
async
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.4.0 (2024-09-02) This was a version bump only for eslint-plugin to align it with other projects, there were no code changes. You can read about our versioning strategy and releases on our website. 8.3.0 (2024-08-26) 🚀 Features eslint-plugin: [no-deprecation] add rule 🩹 Fixes eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments utils: add TSDeclareFunction to functionTypeTypes ast-spec: use Expression in argument of ThrowStatement ❤️ Thank You Abraham Guo Daichi Kamiyama Josh Goldberg ✨ Kim Sang Du Sukka Vida Xie You can read about our versioning strategy and releases on our website. 8.2.0 (2024-08-19) 🚀 Features eslint-plugin: add suggestion to require-await to remove async keyword 🩹 Fixes eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix
eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments
utils: add TSDeclareFunction to functionTypeTypes
ast-spec: use Expression in argument of ThrowStatement
eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then
.then
eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment
3920c93
2ad3404
unicorn/prefer-export-from
46f27e6
e5d1ac4
5fd4251
2421575
ef2eab1
fd55358
9f70ed1
7160687
Updates @typescript-eslint/parser from 7.4.0 to 8.4.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.4.0 (2024-09-02) 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.3.0 (2024-08-26) 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.2.0 (2024-08-19) 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.1.0 (2024-08-12) 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.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
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
typescript-estree: stabilize EXPERIMENTAL_useProjectService as projectService
9612d81
7440e14
382e87b
unicorn/prefer-node-protocol
243fb5f
3d78392
a26e3c7
e05c2e5
Updates @vitest/coverage-v8 from 1.4.0 to 2.0.5
@vitest/coverage-v8
Sourced from @vitest/coverage-v8's releases.
@vitest/coverage-v8
v2.0.5 🚀 Features Introduce experimental reported tasks - by @sheremet-va in vitest-dev/vitest#6149 (13d85) This is part of the experimental API and doesn't follow semver. We are hoping to stabilize it for 2.1. If you are working with custom reporters, give this a go! 🐞 Bug Fixes Show a difference between string characters if both values are strings - by @sheremet-va in vitest-dev/vitest#6191 (29176) testNamePattern adds leading space - by @AriPerkkio in vitest-dev/vitest#6186 (073a5) browser: Don't bundle afterEach cleanup hooks in node entrypoint - by @sheremet-va in vitest-dev/vitest#6192 (e6fbc) UserEvent.setup initiates a separate state for userEvent instance - by @sheremet-va in vitest-dev/vitest#6088 (883f3) Correctly import optimized module in vi.importActual - by @sheremet-va in vitest-dev/vitest#6219 (804ff) Passing options to hover/unhover - by @MNeverOff in vitest-dev/vitest#6175 (d4c00) Improve unique CSS selector generation - by @zacharyvoase and Zack Voase in vitest-dev/vitest#6243 (e7acd) vitest: Remove nuxt from auto inline deps - by @sheremet-va (93882) Improve defineProject and defineWorkspace types - by @sheremet-va in vitest-dev/vitest#6198 (8cd82) Correctly resolve mocked node:* imports in __mocks__ folder - by @sheremet-va in vitest-dev/vitest#6204 (a48be) web-worker: Expose globals on self - by @sheremet-va in vitest-dev/vitest#6170 (12bb5) View changes on GitHub v2.0.4 🐞 Bug Fixes One-line environment options - by @hahanein in vitest-dev/vitest#5105 (38269) Resolve assets imported with require - by @sheremet-va in vitest-dev/vitest#6159 (807a2) browser: Don't panic if @vitest/browser is installed outside of project root - by @sheremet-va in vitest-dev/vitest#6135 (ccfcd) Set global filepath - by @sheremet-va in vitest-dev/vitest#6190 (0d0b4) Allow preview and open in the editor screenshot error from ui - by @userquin in vitest-dev/vitest#6113 (2d620) coverage: Global thresholds to include files from glob thresholds - by @thor-juhasz and @AriPerkkio in vitest-dev/vitest#6172 (02e3f) Consistent type-only file handling - by @AriPerkkio in vitest-dev/vitest#6183 (90576) Ignore *.cts files - by @AriPerkkio in vitest-dev/vitest#6189 (5da45) Add thresholds.<glob>.100 option - by @thor-juhasz and @AriPerkkio in vitest-dev/vitest#6174 (f6845) spy: Fix mockImplementation for function overload and unions - by @hi-ogawa in vitest-dev/vitest#6181 (7a75b) View changes on GitHub v2.0.3 🚀 Features ui: Show all suites/tests when parent matches - by @userquin in vitest-dev/vitest#6106 (840e0) 🐞 Bug Fixes
@sheremet-va
testNamePattern
@AriPerkkio
afterEach
@MNeverOff
@zacharyvoase
defineProject
defineWorkspace
node:*
__mocks__
@hahanein
require
@vitest/browser
@userquin
@thor-juhasz
*.cts
thresholds.<glob>.100
mockImplementation
@hi-ogawa
99452a7
400481f
9057614
a852b16
81b8d67
99a12ae
80a43d5
16eb6c8
1b150a3
5611895
Updates eslint from 8.57.0 to 9.10.0
eslint
Sourced from eslint's releases.
v9.10.0 Features 301b90d feat: Add types (#18854) (Nicholas C. Zakas) bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm) 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir) 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti) c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti) Documentation bee0e7a docs: update README (#18865) (Milos Djermanovic) 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic) 156b1c3 docs: Update README (GitHub Actions Bot) f6fdef9 docs: Update README (GitHub Actions Bot) a20c870 docs: Update README (GitHub Actions Bot) 90e699b docs: Update README (GitHub Actions Bot) Chores 24c3ff7 chore: upgrade to @eslint/js@9.10.0 (#18866) (Francesco Trotta) 1ebdde1 chore: package.json update for @eslint/js release (Jenkins) e8fc5bd chore: update dependency @eslint/core to ^0.5.0 (#18848) (renovate[bot]) 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic) 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas) 931d650 refactor: Use @eslint/plugin-kit (#18822) (Nicholas C. Zakas) ed5cf0c chore: update dependency @eslint/json to ^0.4.0 (#18829) (Milos Djermanovic) d1f0831 chore: added missing ids (#18817) (Strek) ec92813 refactor: Config class (#18763) (Nicholas C. Zakas) v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas) f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas) 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas) 5dbdd63 docs: eslint-plugin-markdown -> @eslint/markdown (#18797) (Nicholas C. Zakas) c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta) f981d05 docs: Update README (GitHub Actions Bot) b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta) fb7a3f5 docs: update note for package managers (#18779) (Jay) Chores b0c34d0 chore: upgrade to @eslint/js@9.9.1 (#18809) (Francesco Trotta) cd5a0da chore: package.json update for @eslint/js release (Jenkins) e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas) 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic) f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann) aed2624 chore: update dependency @eslint/config-array to ^0.18.0 (#18788) (renovate[bot]) 5c29128 chore: update dependency @eslint/core to ^0.4.0 (#18789) (renovate[bot]) 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater)
301b90d
bcf0df5
45c18e1
requireFlag
require-unicode-regexp
183b459
no-invalid-regexp
c69b406
bee0e7a
5d80b59
ruleId
null
156b1c3
f6fdef9
a20c870
90e699b
24c3ff7
@eslint/js
@9
1ebdde1
e8fc5bd
@eslint/core
343f992
node.value
3db18b0
931d650
@eslint/plugin-kit
ed5cf0c
@eslint/json
d1f0831
ec92813
9bde90c
fixTypes
lintText()
4840930
f61f40d
241fcea
5dbdd63
@eslint/markdown
c6c8ddd
f981d05
b516974
eslint/js
fb7a3f5
b0c34d0
cd5a0da
e112642
0f68a85
f8d1b3c
aed2624
@eslint/config-array
5c29128
5d66fb2
Sourced from eslint's changelog.
v9.10.0 - September 6, 2024 24c3ff7 chore: upgrade to @eslint/js@9.10.0 (#18866) (Francesco Trotta) 1ebdde1 chore: package.json update for @eslint/js release (Jenkins) 301b90d feat: Add types (#18854) (Nicholas C. Zakas) bee0e7a docs: update README (#18865) (Milos Djermanovic) bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm) 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir) 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic) 156b1c3 docs: Update README (GitHub Actions Bot) e8fc5bd chore: update dependency @eslint/core to ^0.5.0 (#18848) (renovate[bot]) 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic) 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti) f6fdef9 docs: Update README (GitHub Actions Bot) c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti) a20c870 docs: Update README (GitHub Actions Bot) 90e699b docs: Update README (GitHub Actions Bot) 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas) 931d650 refactor: Use @eslint/plugin-kit (#18822) (Nicholas C. Zakas) ed5cf0c chore: update dependency @eslint/json to ^0.4.0 (#18829) (Milos Djermanovic) d1f0831 chore: added missing ids (#18817) (Strek) ec92813 refactor: Config class (#18763) (Nicholas C. Zakas) v9.9.1 - August 23, 2024 b0c34d0 chore: upgrade to @eslint/js@9.9.1 (#18809) (Francesco Trotta) cd5a0da chore: package.json update for @eslint/js release (Jenkins) 4840930 docs: Update README with version support and clean up content (#18804) (Nicholas C. Zakas) f61f40d docs: Update globals examples (#18805) (Nicholas C. Zakas) e112642 refactor: Extract parsing logic from Linter (#18790) (Nicholas C. Zakas) 241fcea docs: Use and define languages (#18795) (Nicholas C. Zakas) 0f68a85 chore: use eslint-plugin-yml on yaml files only (#18801) (Milos Djermanovic) 5dbdd63 docs: eslint-plugin-markdown -> @eslint/markdown (#18797) (Nicholas C. Zakas) c6c8ddd docs: update links to eslint-visitor-keys repo (#18796) (Francesco Trotta) f8d1b3c chore: update dependencies for browser tests (#18794) (Christian Bromann) aed2624 chore: update dependency @eslint/config-array to ^0.18.0 (#18788) (renovate[bot]) 5c29128 chore: update dependency @eslint/core to ^0.4.0 (#18789) (renovate[bot]) 5d66fb2 chore: migrate linting workflow to use trunk check meta-linter (#18643) (Chris Clearwater) f981d05 docs: Update README (GitHub Actions Bot) b516974 docs: update links to eslint/js repo (#18781) (Francesco Trotta) fb7a3f5 docs: update note for package managers (#18779) (Jay) bf96855 chore: add ids to github issue templates (#18775) (Strek) 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) 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)
v9.10.0 - September 6, 2024
v9.9.1 - August 23, 2024
bf96855
v9.9.0 - August 9, 2024
461b2c3
@eslint/js@9.9.0
59dba1b
fea8563
41d0206
6448f32
afeb9b1
Updates eslint-plugin-prettier from 5.1.3 to 5.2.1
eslint-plugin-prettier
Sourced from eslint-plugin-prettier's releases.
v5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1
ac036cc
@OrlovAlexei
Sourced from eslint-plugin-prettier's changelog.
5.2.1 Patch Changes #668 ac036cc Thanks @OrlovAlexei! - build(deps): Bump synckit from 0.8.6 to 0.9.1 5.2.0 Minor Changes #652 f170011 Thanks @Logicer16! - feat: support parsing html via @html-eslint/parser natively
f170011
@Logicer16
html
@html-eslint/parser
51324d9
24288c7
a1e6f4a
de9751c
02c21a5
Updates eslint-plugin-promise from 6.1.1 to 7.1.0
eslint-plugin-promise
Sourced from eslint-plugin-promise's releases.
v7.1.0 7.1.0 (2024-08-06) 🌟 Features catch-or-return, prefer-await-to-then: do not report Cypress commands (#495) (943f162) prefer-await-to-then: ignore constructor scope unless with strict option (#496) (7bffb7a) new rule spec-only to check for non-spec Promise methods (#502) (d6e9de1) 📚 Documentation fixes the CI readme badge (#511) (030a3be) supply missing docs (#503) (602d825) 🧹 Chores bump dev dependencies (#483) (197ae4e) deps-dev: bump husky from 9.1.1 to 9.1.2 (#516) (ab8e7a0) file extension missing (#519) (94c9834) fix format.yml (#507) (948c097) v7.0.0 7.0.0 (2024-07-24) feat!: Update node versions to align with eslint v9 (#505) (09d0650), closes #505 eslint-community/eslint-plugin-promise#484 eslint-community/eslint-plugin-promise#504 BREAKING CHANGES Requires Node.js: ^18.18.0 || ^20.9.0 || >=21.1.0 v6.6.0 6.6.0 (2024-07-21) Bug Fixes always-return: treat process.exit() or process.abort() as an acceptable "return" (#493) (f368c5a) Features add strict option to disallow then or catch following await or yield (#494) (fa482cc) v6.5.1 6.5.1 (2024-07-20)
catch-or-return
prefer-await-to-then
strict
spec-only
always-return
then
catch
await
yield
Sourced from eslint-plugin-promise's changelog.
7.1.0 (2024-08-06) 🌟 Features catch-or-return, prefer-await-to-then: do not report Cypress commands (#495) (943f162) prefer-await-to-then: ignore constructor scope unless with strict option (#496) (7bffb7a) new rule spec-only to check for non-spec Promise methods (#502) (d6e9de1) 📚 Documentation fixes the CI readme badge (#511) (030a3be) supply missing docs (#503) (602d825) 🧹 Chores bump dev dependencies (#483) (197ae4e) deps-dev: bump husky from 9.1.1 to 9.1.2 (
Bumps the development-dependencies group with 11 updates in the / directory:
20.12.2
22.5.4
7.4.0
8.4.0
7.4.0
8.4.0
1.4.0
2.0.5
8.57.0
9.10.0
5.1.3
5.2.1
6.1.1
7.1.0
3.2.5
3.3.3
5.4.3
5.5.4
5.2.7
5.4.3
1.4.0
2.0.5
Updates
@types/node
from 20.12.2 to 22.5.4Commits
Updates
@typescript-eslint/eslint-plugin
from 7.4.0 to 8.4.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
3920c93
chore(release): publish 8.4.02ad3404
chore: enableunicorn/prefer-export-from
and `@typescript-eslint/consistent...46f27e6
docs: added note on async generator support in require-await (#9795)e5d1ac4
docs: add dedicated TypeOrValueSpecifier docs page (#9875)5fd4251
docs: fill in most remaining rule option descriptions (#9868)2421575
docs: add global variable rule disabling FAQ for ESLint (#9865)ef2eab1
chore(release): publish 8.3.0fd55358
chore: enable sonarjs/no-duplicated-branches (#9821)9f70ed1
fix(ast-spec): useExpression
in argument ofThrowStatement
(#9632)7160687
chore: enable unicorn/no-lonely-if (#9830)Updates
@typescript-eslint/parser
from 7.4.0 to 8.4.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
3920c93
chore(release): publish 8.4.02ad3404
chore: enableunicorn/prefer-export-from
and `@typescript-eslint/consistent...ef2eab1
chore(release): publish 8.3.09612d81
chore: enable eslint-plugin-perfectionist on parser package (#9845)7440e14
chore(release): publish 8.2.0382e87b
chore: enableunicorn/prefer-node-protocol
(#9742)243fb5f
chore: enable prefer-template (#9544)3d78392
chore(release): publish 8.1.0a26e3c7
chore: enable prefer-regexp-test (#9658)e05c2e5
chore(release): publish 8.0.1Updates
@vitest/coverage-v8
from 1.4.0 to 2.0.5Release notes
Sourced from
@vitest/coverage-v8
's releases.... (truncated)
Commits
99452a7
chore: release v2.0.5400481f
chore: release v2.0.49057614
fix(coverage): consistent type-only file handling (#6183)a852b16
refactor: enable isolatedDeclarations in snapshot and spy packages (#6146)81b8d67
chore: release v2.0.399a12ae
chore: release v2.0.280a43d5
fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#...16eb6c8
chore: release v2.0.11b150a3
chore: release v2.0.05611895
chore: release v2.0.0-beta.13Updates
eslint
from 8.57.0 to 9.10.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
6448f32
9.10.0afeb9b1
Build: changelog update for 9.10.024c3ff7
chore: upgrade to@eslint/js
@9
.10.0 (#18866)1ebdde1
chore: package.json update for@eslint/js
release301b90d
feat: Add types (#18854)bee0e7a
docs: update README (#18865)bcf0df5
feat: limit namespace import identifier in id-length rule (#18849)45c18e1
feat: addrequireFlag
option torequire-unicode-regexp
rule (#18836)5d80b59
docs: specify thatruleId
can benull
in custom formatter docs (#18857)156b1c3
docs: Update READMEUpdates
eslint-plugin-prettier
from 5.1.3 to 5.2.1Release notes
Sourced from eslint-plugin-prettier's releases.
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
51324d9
chore: fix CHANGELOG.md formatting issue24288c7
chore: release eslint-plugin-prettier (#669)ac036cc
build(deps): Bump synckit from 0.8.6 to 0.9.1 (#668)a1e6f4a
build(deps): Bump braces from 3.0.2 to 3.0.3 (#665)de9751c
build(deps): Bump pnpm/action-setup from 2 to 4 in the actions group (#661)02c21a5
chore: release eslint-plugin-prettier (#653)f170011
feat: support parsinghtml
via@html-eslint/parser
natively (#652)Updates
eslint-plugin-promise
from 6.1.1 to 7.1.0Release notes
Sourced from eslint-plugin-promise's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-promise's changelog.