build(deps-dev): bump the lint group across 1 directory with 6 updates
Bumps the lint group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| @typescript-eslint/eslint-plugin | 7.7.0 |
7.10.0 |
| @typescript-eslint/parser | 7.7.0 |
7.10.0 |
| eslint | 8.57.0 |
9.3.0 |
| eslint-config-prettier | 8.10.0 |
9.1.0 |
| eslint-plugin-jest | 28.2.0 |
28.5.0 |
| eslint-plugin-unused-imports | 3.1.0 |
3.2.0 |
Updates @typescript-eslint/eslint-plugin from 7.7.0 to 7.10.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.10.0
7.10.0 (2024-05-20)
🚀 Features
- eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)
🩹 Fixes
- eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
- typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
- utils: remove function form type from flat config
filesandignores(#9111)❤️ Thank You
- auvred
@auvred- Emanuel Hoogeveen
@ehoogeveen-medweb- jsfm01
@jsfm01- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
v7.9.0
7.9.0 (2024-05-13)
🚀 Features
- rule-tester: check for missing placeholder data in the message (#9039)
🩹 Fixes
- do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.10.0 (2024-05-20)
🚀 Features
- eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
- eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
- auvred
- Emanuel Hoogeveen
- jsfm01
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
7.9.0 (2024-05-13)
🩹 Fixes
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
7.8.0 (2024-04-29)
🩹 Fixes
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
... (truncated)
Commits
c18226echore(release): publish 7.10.08d92ba8docs: [no-floating-promises] fix capitalization typo (#9118)d951d83fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...987a96efeat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...77fc366chore(release): publish 7.9.0f53fecechore: add knip (#8192)8acb8d4fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...d696ea2docs(eslint-plugin): fix several 404 URLs (#9064)37a41d9docs: fix broken link toimport/no-duplicatesonno-duplicate-importspag...ab92621docs: correct its/it's spelling (#9048)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 7.7.0 to 7.10.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.10.0
7.10.0 (2024-05-20)
🚀 Features
- eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760)
🩹 Fixes
- eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764)
- typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097)
- utils: remove function form type from flat config
filesandignores(#9111)❤️ Thank You
- auvred
@auvred- Emanuel Hoogeveen
@ehoogeveen-medweb- jsfm01
@jsfm01- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
v7.9.0
7.9.0 (2024-05-13)
🚀 Features
- rule-tester: check for missing placeholder data in the message (#9039)
🩹 Fixes
- do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042)
- eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045)
❤️ Thank You
- Kirk Waiblinger
- Sheetal Nandi
- Vinccool96
You can read about our versioning strategy and releases on our website.
v7.8.0
7.8.0 (2024-04-29)
🚀 Features
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.10.0 (2024-05-20)
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.9.0 (2024-05-13)
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.8.0 (2024-04-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.7.1 (2024-04-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.
Commits
Updates eslint from 8.57.0 to 9.3.0
Release notes
Sourced from eslint's releases.
v9.3.0
Features
b32153cfeat: addoverrides.namedExportstofunc-stylerule (#18444) (Percy Ma)b67eba4feat: addrestrictedNamedExportsPatterntono-restricted-exports(#18431) (Akul Srivastava)069aa68feat: add optionallowEscapetono-misleading-character-classrule (#18208) (Francesco Trotta)05ef92dfeat: deprecatemultiline-comment-style&line-comment-position(#18435) (唯然)db0b174feat: addenforceForInnerExpressionsoption tono-extra-boolean-cast(#18222) (Kirk Waiblinger)Bug Fixes
8db0efffix: Improve config error messages (#18457) (Nicholas C. Zakas)5c28d9afix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)39fb0eefix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)37eba48fix: don't crash whenfs.readFilereturns promise from another realm (#18416) (Milos Djermanovic)Documentation
ceada8cdocs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)62e686cdocs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)e17e1c0docs: Update README (GitHub Actions Bot)2465a1edocs: Update README (GitHub Actions Bot)d23574cdocs: Clarify usage ofno-unreachablewith TypeScript (#18445) (benj-dobs)1db9baedocs: Fix typos (#18443) (Frieder Bluemle)7065196docs: Update README (GitHub Actions Bot)04e7c6edocs: update deprecation notice ofno-return-await(#18433) (Tanuj Kanti)e763512docs: Link global ignores section in config object property list (#18430) (MaoShizhong)ac7f718docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)0de0909docs: fix grammar in configuration file resolution (#18419) (Mike McCready)Chores
58e2719chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)b681ecbchore: package.json update for@eslint/jsrelease (Jenkins)06f1d1cchore: update dependency@humanwhocodes/retryto ^0.3.0 (#18463) (renovate[bot])a63ed72refactor: Usenode:protocol for built-in Node.js modules (#18434) (Milos Djermanovic)040700achore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])f47847cchore: update actions/stale action to v9 (#18426) (renovate[bot])c18ad25chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])27e3060chore: Disable documentation label (#18423) (Nicholas C. Zakas)v9.2.0
Features
8485d76feat:no-case-declarationsadd suggestions (#18388) (Josh Goldberg ✨)a498f35feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.3.0 - May 17, 2024
58e2719chore: update dependencies for v9.3.0 release (#18469) (Francesco Trotta)b681ecbchore: package.json update for@eslint/jsrelease (Jenkins)8db0efffix: Improve config error messages (#18457) (Nicholas C. Zakas)ceada8cdocs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta)b32153cfeat: addoverrides.namedExportstofunc-stylerule (#18444) (Percy Ma)06f1d1cchore: update dependency@humanwhocodes/retryto ^0.3.0 (#18463) (renovate[bot])5c28d9afix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski)62e686cdocs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas)e17e1c0docs: Update README (GitHub Actions Bot)39fb0eefix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu)b67eba4feat: addrestrictedNamedExportsPatterntono-restricted-exports(#18431) (Akul Srivastava)2465a1edocs: Update README (GitHub Actions Bot)d23574cdocs: Clarify usage ofno-unreachablewith TypeScript (#18445) (benj-dobs)1db9baedocs: Fix typos (#18443) (Frieder Bluemle)069aa68feat: add optionallowEscapetono-misleading-character-classrule (#18208) (Francesco Trotta)7065196docs: Update README (GitHub Actions Bot)05ef92dfeat: deprecatemultiline-comment-style&line-comment-position(#18435) (唯然)a63ed72refactor: Usenode:protocol for built-in Node.js modules (#18434) (Milos Djermanovic)04e7c6edocs: update deprecation notice ofno-return-await(#18433) (Tanuj Kanti)e763512docs: Link global ignores section in config object property list (#18430) (MaoShizhong)37eba48fix: don't crash whenfs.readFilereturns promise from another realm (#18416) (Milos Djermanovic)040700achore: update dependency markdownlint-cli to ^0.40.0 (#18425) (renovate[bot])f47847cchore: update actions/stale action to v9 (#18426) (renovate[bot])c18ad25chore: update actions/upload-artifact action to v4 (#18427) (renovate[bot])27e3060chore: Disable documentation label (#18423) (Nicholas C. Zakas)ac7f718docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs)db0b174feat: addenforceForInnerExpressionsoption tono-extra-boolean-cast(#18222) (Kirk Waiblinger)0de0909docs: fix grammar in configuration file resolution (#18419) (Mike McCready)v9.2.0 - May 3, 2024
b346605chore: upgrade@eslint/js@9.2.0 (#18413) (Milos Djermanovic)c4c18e0chore: package.json update for@eslint/jsrelease (Jenkins)284722cchore: package.json update for eslint-config-eslint release (Jenkins)0f5df50docs: Update README (GitHub Actions Bot)347d44fchore: remove eslintrc export from eslint-config-eslint (#18400) (Milos Djermanovic)8485d76feat:no-case-declarationsadd suggestions (#18388) (Josh Goldberg ✨)a498f35feat: update Unicode letter detection in capitalized-comments rule (#18375) (Francesco Trotta)1579ce0docs: update wording regarding indirect eval (#18394) (Kirk Waiblinger)f316e20ci: run tests in Node.js 22 (#18393) (Francesco Trotta)eeec413fix: do not throw when defining a global named defineSetter (#18364) (唯然)f12a02cdocs: update to eslint v9 in custom-rule-tutorial (#18383) (唯然)v9.1.1 - April 22, 2024
v9.1.0 - April 19, 2024
... (truncated)
Commits
41a871c9.3.0463a2e3Build: changelog update for 9.3.058e2719chore: update dependencies for v9.3.0 release (#18469)b681ecbchore: package.json update for@eslint/jsrelease8db0efffix: Improve config error messages (#18457)ceada8cdocs: explain how to use "tsc waiting" label (#18466)b32153cfeat: addoverrides.namedExportstofunc-stylerule (#18444)06f1d1cchore: update dependency@humanwhocodes/retryto ^0.3.0 (#18463)5c28d9afix: don't remove comments between key and value in object-shorthand (#18442)62e686cdocs: Add troubleshooting info for plugin compatibility (#18451)- Additional commits viewable in compare view
Updates eslint-config-prettier from 8.10.0 to 9.1.0
Changelog
Sourced from eslint-config-prettier's changelog.
Version 9.1.0 (2023-12-02)
- Added: [unicorn/template-indent], (as a [special rule][unicorn/template-indent-special]). Thanks to Gürgün Dayıoğlu (
@gurgunday)!- Changed: All the [formatting rules that were deprecated in ESLint 8.53.0][deprecated-8.53.0] are now excluded if you set the
ESLINT_CONFIG_PRETTIER_NO_DEPRECATEDenvironment variable.Version 9.0.0 (2023-08-05)
- Added: The CLI helper tool now works with eslint.config.js (flat config). Just like ESLint itself, the CLI tool automatically first tries eslint.config.js and then eslintrc, and you can force which one to use by setting the [ESLINT_USE_FLAT_CONFIG] environment variable. Note that the config of eslint-config-prettier has always been compatible with eslint.config.js (flat config) – it was just the CLI tool that needed updating. On top of that, the docs have been updated to mention how to use both eslint.config.js (flat config) and eslintrc, and the tests now test both config systems.
- Changed: [unicode-bom] is no longer turned off. Prettier preserves the BOM if you have one, and does not add one if missing. It was wrong of eslint-config-prettier to disable that rule. If you get ESLint errors after upgrading, either add
"unicode-bom": "off"to your config to disable it again, or run ESLint with--fixto fix all files according to the rule (add or remove BOM). Thanks to Nicolas Stepien (@nstepien)!
Commits
40c7f3deslint-config-prettier v9.1.04110dffMerge pull request #271 from prettier/deprecated6d0bd92Update tests to handle newly deprecated rules4c876b9Move rules deprecated in ESLint 8.53.0 to the deprecated section24445c0Use specialRule constant7827196Group deprecated and removed rules by version48f804cRoll back to ESLint 8.52.0 for now16f03b8Update Prettierb06d618Update npm packages25fc427turn offunicorn/template-indent(#269)- Additional commits viewable in compare view
Updates eslint-plugin-jest from 28.2.0 to 28.5.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.5.0
28.5.0 (2024-05-03)
Features
v28.4.0
28.4.0 (2024-05-03)
Features
v28.3.0
28.3.0 (2024-04-27)
Features
Changelog
Sourced from eslint-plugin-jest's changelog.
28.5.0 (2024-05-03)
Features
28.4.0 (2024-05-03)
Features
28.3.0 (2024-04-27)
Features
Commits
a6e5081chore(release): 28.5.0 [skip ci]1476f10feat: allow@typescript-eslint/utilsv7 as a direct dependency (#1567)27f7e74chore(release): 28.4.0 [skip ci]a407098feat(valid-expect): supporting automatically fixing missingawaitin some c...f47cc3crefactor: remove unneededas consts (#1578)6c1f921refactor(prefer-lowercase-title): remove unneeded cast (#1577)aac5f03refactor(prefer-importing-jest-globals): useAST_NODE_TYPESconstant instea...df3202fchore(deps): update yarn to v3.8.2 (#1575)8001fe7chore(deps): lock file maintenancebd6b918chore(release): 28.3.0 [skip ci]- Additional commits viewable in compare view
Updates eslint-plugin-unused-imports from 3.1.0 to 3.2.0
Commits
- See full diff 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