Sourced from @cspell/eslint-plugin
's
releases.
v8.16.0
Changes
Features
feat: Change default cache strategy to
content
(#6477)Closes #6473
I’ve pretty much swapped
content
andmetadata
in code and have also added.default('content')
for better docs.
Fixes
fix: cspell-tools - compounds (#6506)
This PR changes a single rule when merging compound forms:
When a word is allowed to be stand alone and a midfix compound, then allow it to be a prefix as well as a suffix.
The logic: If we allow
code
andstrongcodetype
, thencodetype
orstrongcode
should also be allowed.
fix: plugin ignore exports (#6500)
fixes #6378
Dictionary Updates
... (truncated)
Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.14.0
8.14.0 (2024-11-11)
🚀 Features
- eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
- eslint-plugin: [await-thenable] report unnecessary
await using
statements (#10209)🩹 Fixes
- deps: update dependency eslint to v9.14.0 (#10309)
- deps: update docusaurus monorepo to v3.6.0 (#10319)
- eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
- eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
- scope-manager: fix asserted increments not being marked as write references (#10271)
❤️ Thank You
- Gyumong
@Gyumong
- Jan Ochwat
@janek515
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
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
- scope-manager: fix asserted increments not being marked as write references (#10271)
- eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
- eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
❤️ Thank You
- Gyumong
@Gyumong
- Jan Ochwat
@janek515
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
16fba0a
chore(release): publish 8.14.042d275c
fix(scope-manager): fix asserted increments not being marked as write
referen...d27a9ac
fix(eslint-plugin): [no-misused-promises] improve report loc for methods
(#10...c13b6b4
chore: fix lint and build website errors (#10288)5b2ebcd
feat(eslint-plugin): [await-thenable] report unnecessary await
using
statem...22f7f25
fix(eslint-plugin): [no-unnecessary-condition] improve error message for
lite...e2e9ffc
feat(eslint-plugin): [no-confusing-void-expression] add an option to
ignore v...Sourced from @typescript-eslint/parser
's
releases.
v8.14.0
8.14.0 (2024-11-11)
🚀 Features
- eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067)
- eslint-plugin: [await-thenable] report unnecessary
await using
statements (#10209)🩹 Fixes
- deps: update dependency eslint to v9.14.0 (#10309)
- deps: update docusaurus monorepo to v3.6.0 (#10319)
- eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
- eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
- scope-manager: fix asserted increments not being marked as write references (#10271)
❤️ Thank You
- Gyumong
@Gyumong
- Jan Ochwat
@janek515
- Kirk Waiblinger
@kirkwaiblinger
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/parser
's
changelog.
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.
16fba0a
chore(release): publish 8.14.0Sourced from eslint-config-love's releases.
v98.0.2
98.0.2 (2024-11-11)
Bug Fixes
v98.0.1
98.0.1 (2024-11-11)
Bug Fixes
v98.0.0
98.0.0 (2024-11-09)
⚠ BREAKING CHANGES
@typescript-eslint/switch-exhaustiveness-check
Features
@typescript-eslint/switch-exhaustiveness-check
(e411f71)
Sourced from eslint-config-love's changelog.
98.0.2 (2024-11-11)
Bug Fixes
98.0.1 (2024-11-11)
Bug Fixes
98.0.0 (2024-11-09)
⚠ BREAKING CHANGES
@typescript-eslint/switch-exhaustiveness-check
Features
@typescript-eslint/switch-exhaustiveness-check
(e411f71)
d7723b6
chore(release): 98.0.2 [skip ci]8fa2e46
Merge pull request #1893
from mightyiam/missing-dep90bb65a
fix: no use lodash in implb567ea5
chore(release): 98.0.1 [skip ci]98f3623
Merge pull request #1891
from mightyiam/pkg-files62a2673
fix: include missing files in package57c88b8
chore(release): 98.0.0 [skip ci]dcc1e5d
Merge pull request #1889
from mightyiam/switch-exhaustiveness-checke411f71
feat!: @typescript-eslint/switch-exhaustiveness-check
d003036
Merge pull request #1888
from mightyiam/refactor-rules