Bump @typescript-eslint/parser from 6.21.0 to 7.4.0
Bumps @typescript-eslint/parser from 6.21.0 to 7.4.0.
Release notes
Sourced from @typescript-eslint/parser
's releases.
v7.4.0
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
- Check out our blog post on this change for more information! https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators
- eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates (#8708)
- eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error (#8701)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive (#8678)
- eslint-plugin: [prefer-optional-chain] properly disambiguate between
boolean
andfalse
(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utils
to ensure npm correctly installs dependencies (#8738)- website: visual Editor is not scrolled (#8709)
- website: make 404 page good again (#8750)
❤ ️ Thank You
- Abraham Guo
- Brad Zacher
@bradzacher
- Josh Goldberg
✨ - Kim Sang Du
@developer-bandi
- Kirk Waiblinger
@kirkwaiblinger
- Marco Pasqualetti
@marcalexiei
- YeonJuan
@yeonjuan
You can read about our versioning strategy and releases on our website.
v7.3.1
7.3.1 (2024-03-18)
🩹 Fixes
- eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config (#8718)
❤ ️ Thank You
- Josh Goldberg
✨ You can read about our versioning strategy and releases on our website.
v7.3.0
7.3.0 (2024-03-18)
Note that this release enables rules to have more restrictive default options as configured in the
strict
andstrict-type-checked
configs. See #8364 for more details.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
7.4.0 (2024-03-25)
🚀 Features
- eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
❤ ️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg
✨ - Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.3.1 (2024-03-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.
7.3.0 (2024-03-18)
🩹 Fixes
- correct
engines.node
constraints inpackage.json
❤ ️ Thank You
- Abraham Guo
- Alexu
- Arka Pratim Chaudhuri
- auvred
- Derrick Isaacson
- fnx
- Josh Goldberg
✨ - Kirk Waiblinger
- Marta Cardoso
- Michaël De Boey
- Tristan Rasmussen
- YeonJuan
You can read about our versioning strategy and releases on our website.
... (truncated)
Commits
-
5d24691
chore(release): publish 7.4.0 -
e408b93
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ... -
5995614
chore(release): publish 7.3.1 -
4cf8ec7
chore(release): publish 7.3.0 -
883f220
fix: correctengines.node
constraints inpackage.json
(#8671) -
95cf139
chore(release): publish 7.2.0 -
88b7463
chore(release): publish 7.1.1 -
4bc6944
chore(release): publish 7.1.0 -
677e7cc
chore(release): publish 7.0.2 -
4f3215f
chore(release): publish 7.0.1 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts