Open dependabot[bot] opened 5 days ago
Bumps the eslint group with 6 updates in the / directory:
7.5.0
8.16.0
8.57.0
9.15.0
2.7.1
2.8.0
27.9.0
28.9.0
48.2.2
50.5.0
Updates @typescript-eslint/eslint-plugin from 7.5.0 to 8.16.0
@typescript-eslint/eslint-plugin
Sourced from @​typescript-eslint/eslint-plugin's releases.
@​typescript-eslint/eslint-plugin
v8.16.0 8.16.0 (2024-11-25) 🚀 Features support TypeScript 5.7 (#10372) eslint-plugin: [max-params] add function overload and function type support (#10312) eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287) 🩹 Fixes typescript-estree: update conditions for unsupported version warning (#10385) ❤️ Thank You Inga @​inga-lovinde Josh Goldberg ✨ Kim Sang Du @​developer-bandi YeonJuan @​yeonjuan You can read about our versioning strategy and releases on our website. v8.15.0 8.15.0 (2024-11-18) 🚀 Features eslint-plugin: added related-getter-setter-pairs rule (#10192) eslint-plugin: new rule no-unsafe-type-assertion (#10051) eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299) rule-tester: run method - avoid to infer type parameter from tests param (#10324) typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333) utils: add new optional language field to FlatConfig.Config type (#10326) 🩹 Fixes add missing peer dependencies (#9744) eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301) eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314) eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315) eslint-plugin: report deprecations used in default export (#10330) utils: add defaultOptions to meta in rule (#10339) ❤️ Thank You Bartosz @​burtek Brad Zacher @​bradzacher Ethan Wu Josh Goldberg ✨ Kim Sang Du @​developer-bandi
@​inga-lovinde
@​developer-bandi
@​yeonjuan
You can read about our versioning strategy and releases on our website.
no-unsafe-type-assertion
ignoreConditionalTests
!
tests
language
FlatConfig.Config
as const satisfies
@​burtek
@​bradzacher
... (truncated)
Sourced from @​typescript-eslint/eslint-plugin's changelog.
8.16.0 (2024-11-25) 🚀 Features eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287) eslint-plugin: [max-params] add function overload and function type support (#10312) ❤️ Thank You Kim Sang Du @​developer-bandi YeonJuan @​yeonjuan You can read about our versioning strategy and releases on our website. 8.15.0 (2024-11-18) 🚀 Features eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299) eslint-plugin: new rule no-unsafe-type-assertion (#10051) eslint-plugin: added related-getter-setter-pairs rule (#10192) 🩹 Fixes utils: add defaultOptions to meta in rule (#10339) eslint-plugin: report deprecations used in default export (#10330) eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315) eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314) eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301) ❤️ Thank You Josh Goldberg ✨ Kim Sang Du @​developer-bandi Luis Sebastian Urrutia Fuentes @​LuisUrrutia Phillip Huang Ronen Amiel Szydlak @​wszydlak You can read about our versioning strategy and releases on our website. 8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) 🩹 Fixes
@​LuisUrrutia
@​wszydlak
await using
f74a8fa
2e2433b
88e4c66
>
array-type.mdx
71243db
cdbc669
cac88ca
2444351
6c27d08
f5e23e2
12ce800
Updates @typescript-eslint/parser from 7.5.0 to 8.16.0
@typescript-eslint/parser
Sourced from @​typescript-eslint/parser's releases.
@​typescript-eslint/parser
Sourced from @​typescript-eslint/parser's changelog.
8.16.0 (2024-11-25) 🚀 Features support TypeScript 5.7 (#10372) ❤️ Thank You Josh Goldberg ✨ You can read about our versioning strategy and releases on our website. 8.15.0 (2024-11-18) 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.14.0 (2024-11-11) 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.13.0 (2024-11-04) 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.12.2 (2024-10-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. 8.12.1 (2024-10-28) 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.12.0 (2024-10-28) 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.11.0 (2024-10-21)
This was a version bump only for parser to align it with other projects, there were no code changes.
fe6b47f
e022eb0
16fba0a
ac1f632
4af866a
1edec1d
3413a2d
79c27a8
Updates eslint from 8.57.0 to 9.15.0
eslint
Sourced from eslint's releases.
v9.15.0 Features 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) Bug Fixes fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) Documentation d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) 09bc2a8 docs: Update README (GitHub Actions Bot) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) Chores 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @​eslint/js release (Jenkins) 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic) 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar) v9.14.0 Features 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) Bug Fixes 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) Documentation 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
01557ce
2edc0e2
bdec50e
no-useless-computed-key
__proto__
3087c9e
meta
@eslint/js
fd33f13
no-restricted-imports
bd35098
9db5b15
no-lonely-if
68fa497
4ce625a
@​humanwhocodes/retry
@​0
d927920
09bc2a8
39089c8
895c60f
298625e
522d8a3
indent
quotes
semi
2967d91
@​eslint/js
@​9
b441bee
7d6bf4a
@​eslint/core
902e707
@​eslint/plugin-kit
5ff6c1d
cceccc7
@​eslint/json
0da3f73
4f08332
trunk-io/trunk-action
6b75683
text-table
trimEnd
3fa009f
b0faee3
24d0172
b442067
d474443
151c965
context.languageOptions.parser
dc34f94
f16e846
ee0a77e
@​types/eslint
50f03a1
Sourced from eslint's changelog.
v9.15.0 - November 15, 2024 2967d91 chore: upgrade @​eslint/js@​9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @​eslint/js release (Jenkins) 7d6bf4a chore: upgrade @​eslint/core@​0.9.0 (#19131) (Milos Djermanovic) 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 902e707 chore: upgrade @​eslint/plugin-kit@​0.2.3 (#19130) (Milos Djermanovic) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 09bc2a8 docs: Update README (GitHub Actions Bot) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) cceccc7 chore: update dependency @​eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 4ce625a fix: upgrade @​humanwhocodes/retry@​0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar) v9.14.0 - November 1, 2024 f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic) 28be447 chore: package.json update for @​eslint/js release (Jenkins) 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar) 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar) dc34f94 docs: Update README (GitHub Actions Bot) f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic) 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta) b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta) 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic) 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta) f16e846 docs: Update README (GitHub Actions Bot) ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky) d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros) 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros) 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic) v9.13.0 - October 18, 2024
v9.15.0 - November 15, 2024
v9.14.0 - November 1, 2024
f36cb16
28be447
f48a2a0
no-invalid-regexp
37c9177
@wdio/*
35a8858
425202e
3d44b3c
7259627
check-emfile-handling.js
v9.13.0 - October 18, 2024
6f37b07
1d99f29
Updates eslint-import-resolver-typescript from 3.6.1 to 3.6.3
eslint-import-resolver-typescript
Sourced from eslint-import-resolver-typescript's releases.
v3.6.3 Patch Changes #305 f8d7b82 Thanks @​SukkaW! - Fix resolve for node:test, node:sea, and node:sqlite without sacrificing installation size #288 a4c6c78 Thanks @​SunsetTechuila! - fix: ignore bun built-in modules
#305 f8d7b82 Thanks @​SukkaW! - Fix resolve for node:test, node:sea, and node:sqlite without sacrificing installation size
f8d7b82
@​SukkaW
node:test
node:sea
node:sqlite
#288 a4c6c78 Thanks @​SunsetTechuila! - fix: ignore bun built-in modules
a4c6c78
@​SunsetTechuila
Sourced from eslint-import-resolver-typescript's changelog.
3.6.3 Patch Changes #305 f8d7b82 Thanks @​SukkaW! - Fix resolve for node:test, node:sea, and node:sqlite without sacrificing installation size #288 a4c6c78 Thanks @​SunsetTechuila! - fix: ignore bun built-in modules 3.6.2 Patch Changes #294 10f9b17 Thanks @​RobinTail! - Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency. #295 ff3d3c6 Thanks @​wojtekmaj! - chore(deps): remove is-core-module dependency
#294 10f9b17 Thanks @​RobinTail! - Allow either eslint-plugin-import-x or eslint-plugin-import plugin as a peer dependency.
10f9b17
@​RobinTail
#295 ff3d3c6 Thanks @​wojtekmaj! - chore(deps): remove is-core-module dependency
ff3d3c6
@​wojtekmaj
is-core-module
3dfad60
47561fb
@​changesets/cli
c9b5626
@nolyfill/is-core-module
79148f4
b777b44
4f9db59
Updates eslint-plugin-check-file from 2.7.1 to 2.8.0
eslint-plugin-check-file
Sourced from eslint-plugin-check-file's releases.
v2.8.0 Added support flat config for ESLint v9.0.0
Sourced from eslint-plugin-check-file's changelog.
2.8.0 - 2024-04-14 Added support flat config for ESLint v9.0.0
36b91a6
dc22162
4d6725c
d5ef197
91fed20
56647f4
Updates eslint-plugin-import from 2.29.1 to 2.31.0
eslint-plugin-import
Sourced from eslint-plugin-import's releases.
v2.31.0 Added support eslint v9 (#2996, thanks [@​G-Rath] [@​michaelfaith]) order: allow validating named imports (#3043, thanks [@​manuth]) extensions: add the checkTypeImports option (#2817, thanks [@​phryneas]) Fixed ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith]) no-named-as-default: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz]) export: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu]) exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith]) exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith]) adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath]) Changed [Docs] no-relative-packages: fix typo (#3066, thanks [@​joshuaobrien]) [Performance] no-cycle: dont scc for each linted file (#3068, thanks [@​soryy708]) [Docs] no-cycle: add disableScc to docs (#3070, thanks [@​soryy708]) [Tests] use re-exported RuleTester (#3071, thanks [@​G-Rath]) [Docs] no-restricted-paths: fix grammar (#3073, thanks [@​unbeauvoyage]) [Tests] no-default-export, no-named-export: add test case (thanks [@​G-Rath]) #3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: https://github.com/liuxingbaoyu [@​manuth]: https://github.com/manuth [@​michaelfaith]: https://github.com/michaelfaith [@​phryneas]: https://github.com/phryneas
@​G-Rath
@​michaelfaith
order
@​manuth
extensions
checkTypeImports
@​phryneas
ExportMap
languageOptions
no-named-as-default
@​akwodkiewicz
export
@​liuxingbaoyu
exportMap
no-relative-packages
@​joshuaobrien
no-cycle
@​soryy708
disableScc
RuleTester
no-restricted-paths
@​unbeauvoyage
no-default-export
no-named-export
#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: https://github.com/liuxingbaoyu [@​manuth]: https://github.com/manuth [@​michaelfaith]: https://github.com/michaelfaith [@​phryneas]: https://github.com/phryneas
Sourced from eslint-plugin-import's changelog.
[2.31.0] - 2024-10-03 Added support eslint v9 (#2996, thanks [@​G-Rath] [@​michaelfaith]) [order]: allow validating named imports (#3043, thanks [@​manuth]) [extensions]: add the checkTypeImports option (#2817, thanks [@​phryneas]) Fixed ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith]) [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz]) [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu]) exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​... _Description has been truncated_
@​... _Description has been truncated_
Bumps the eslint group with 6 updates in the / directory:
7.5.0
8.16.0
7.5.0
8.16.0
8.57.0
9.15.0
2.7.1
2.8.0
27.9.0
28.9.0
48.2.2
50.5.0
Updates
@typescript-eslint/eslint-plugin
from 7.5.0 to 8.16.0Release notes
Sourced from
@​typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@​typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
f74a8fa
chore(release): publish 8.16.02e2433b
feat(eslint-plugin): [no-base-to-string] check Array.prototype.join (#10287)88e4c66
docs(eslint-plugin): add missing>
inarray-type.mdx
(#10371)71243db
chore: correct lint errors in CI (#10370)cdbc669
feat(eslint-plugin): [max-params] add function overload and function type sup...cac88ca
chore: set no-else-return allowIfElse to false (#10325)2444351
chore(release): publish 8.15.06c27d08
chore: bump eslint dependencies (#10354)f5e23e2
fix(utils): add defaultOptions to meta in rule (#10339)12ce800
docs(eslint-plugin): [no-confusing-void-expression] add a default value for `...Updates
@typescript-eslint/parser
from 7.5.0 to 8.16.0Release notes
Sourced from
@​typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@​typescript-eslint/parser
's changelog.... (truncated)
Commits
f74a8fa
chore(release): publish 8.16.0fe6b47f
feat: support TypeScript 5.7 (#10372)2444351
chore(release): publish 8.15.0e022eb0
docs: update license file to explicitly use bsd-2 clause license (#10291)16fba0a
chore(release): publish 8.14.0ac1f632
chore(release): publish 8.13.04af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.079c27a8
chore(release): publish 8.11.0Updates
eslint
from 8.57.0 to 9.15.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
6f37b07
9.15.01d99f29
Build: changelog update for 9.15.02967d91
chore: upgrade@​eslint/js
@​9
.15.0 (#19133)b441bee
chore: package.json update for@​eslint/js
release7d6bf4a
chore: upgrade@​eslint/core
@​0
.9.0 (#19131)01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104)902e707
chore: upgrade@​eslint/plugin-kit
@​0
.2.3 (#19130)2edc0e2
feat: add meta.defaultOptions (#17656)fd33f13
fix: update types forno-restricted-imports
rule (#19060)5ff6c1d
chore: bump cross-spawn (#19125)Updates
eslint-import-resolver-typescript
from 3.6.1 to 3.6.3Release notes
Sourced from eslint-import-resolver-typescript's releases.
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
Commits
3dfad60
chore(deps): update dependency node to v18.20.4 (#309)47561fb
chore(deps): update dependency@​changesets/cli
to ^2.27.7 (#308)c9b5626
chore: release eslint-import-resolver-typescript (#302)f8d7b82
fix(#303): use@nolyfill/is-core-module
(#305)a4c6c78
fix: ignore bun built-in modules (#288)79148f4
chore: release eslint-import-resolver-typescript (#301)ff3d3c6
chore(deps): removeis-core-module
dependency (#295)10f9b17
Allow either import or import-x plugin as a peer dependency (#294)b777b44
ci(workflows/ci): setup node before enabling corepack (#300)4f9db59
chore(deps): update dependency node to v18.20.3 (#297)Updates
eslint-plugin-check-file
from 2.7.1 to 2.8.0Release notes
Sourced from eslint-plugin-check-file's releases.
Changelog
Sourced from eslint-plugin-check-file's changelog.
Commits
36b91a6
chore: bumped version number to 2.8.0dc22162
docs(#41): update README4d6725c
feat(#41): add support for flat configd5ef197
chore: update repository url91fed20
docs: update README56647f4
chore: add Codecov tokenUpdates
eslint-plugin-import
from 2.29.1 to 2.31.0Release notes
Sourced from eslint-plugin-import's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.