Bumps the development-dependencies group with 2 updates: @typescript-eslint/eslint-plugin and eslint.
Updates @typescript-eslint/eslint-plugin
from 8.14.0 to 8.15.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
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
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
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
You can read about our versioning strategy and releases on our website.
Commits
2444351
chore(release): publish 8.15.0
6c27d08
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 `...
ab83198
fix(eslint-plugin): report deprecations used in default export (#10330)
66234d0
fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-r...
013c5cc
fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting uncons...
a7746fb
feat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreCond...
57d343b
docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated...
9ebdff4
feat(eslint-plugin): new rule no-unsafe-type-assertion
(#10051)
- Additional commits viewable in compare view
Updates eslint
from 9.14.0 to 9.15.0
Release notes
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)
Changelog
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)
Commits
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 rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version
will 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 version
will 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
Uh oh!
There was an error while loading. Please reload this page.
Bumps the development-dependencies group with 2 updates: @typescript-eslint/eslint-plugin and eslint.
Updates
@typescript-eslint/eslint-plugin
from 8.14.0 to 8.15.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
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 `...ab83198
fix(eslint-plugin): report deprecations used in default export (#10330)66234d0
fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-r...013c5cc
fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting uncons...a7746fb
feat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreCond...57d343b
docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated...9ebdff4
feat(eslint-plugin): new ruleno-unsafe-type-assertion
(#10051)Updates
eslint
from 9.14.0 to 9.15.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
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)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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