chore(deps): bump the typescript group with 3 updates
Bumps the typescript group with 3 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser and typescript.
Updates @typescript-eslint/eslint-plugin from 6.7.0 to 7.5.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.5.0
7.5.0 (2024-04-01)
🩹 Fixes
- eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
- eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues(#8784)- typescript-eslint: improve support for legacy configs (#8812)
❤️ Thank You
- Brad Zacher
@bradzacher- Mark de Dios
@peanutenthusiast- Naru
@naruaway- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
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
booleanandfalse(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utilsto 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
@yeonjuanYou can read about our versioning strategy and releases on our website.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.5.0 (2024-04-01)
🩹 Fixes
eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression
eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option
❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
7.4.0 (2024-03-25)
🚀 Features
eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata
eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates
eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error
🩹 Fixes
eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive
eslint-plugin: [prefer-optional-chain] properly disambiguate between
booleanandfalseeslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside
❤️ Thank You
- Abraham Guo
- Brad Zacher
- Josh Goldberg ✨
- Kim Sang Du
- Kirk Waiblinger
- Marco Pasqualetti
- YeonJuan
... (truncated)
Commits
a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)f0b1c4ffix(eslint-plugin): [no-unnecessary-type-assertion] handle exactOptionalPrope...5707268fix(eslint-plugin): [no-floating-promises] handle TaggedTemplateExpression (#...ca561e2chore: manually updated local package.jsons to 7.4.0 (#8775)5d24691chore(release): publish 7.4.0029fc0bfeat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...2a62a40fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...990ec22docs: fix example of binding unbound method (#8754)a08554afeat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 6.7.0 to 7.5.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.5.0
7.5.0 (2024-04-01)
🩹 Fixes
- eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
- eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues(#8784)- typescript-eslint: improve support for legacy configs (#8812)
❤️ Thank You
- Brad Zacher
@bradzacher- Mark de Dios
@peanutenthusiast- Naru
@naruaway- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
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
booleanandfalse(#8685)- eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
- typescript-eslint: declare peer dependency on
utilsto 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
@yeonjuanYou can read about our versioning strategy and releases on our website.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.5.0 (2024-04-01)
🩹 Fixes
- parser: disallow
errorOnTypeScriptSyntacticAndSemanticIssues❤️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
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.nodeconstraints inpackage.json
... (truncated)
Commits
a14ba9dchore(release): publish 7.5.0ecb6b55docs: add homepage (#8742)d5615d7fix(parser): disallowerrorOnTypeScriptSyntacticAndSemanticIssues(#8784)5d24691chore(release): publish 7.4.0e408b93feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...5995614chore(release): publish 7.3.14cf8ec7chore(release): publish 7.3.0883f220fix: correctengines.nodeconstraints inpackage.json(#8671)95cf139chore(release): publish 7.2.088b7463chore(release): publish 7.1.1- Additional commits viewable in compare view
Updates typescript from 5.2.2 to 5.4.4
Release notes
Sourced from typescript's releases.
TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
TypeScript 5.4.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
Downloads are available on:
TypeScript 5.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
Downloads are available on:
TypeScript 5.4 RC
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
... (truncated)
Commits
8eb3367Bump version to 5.4.4 and LKGde9096b🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...06aae98🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...6d8134e🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...1c25c7f🤖 Pick PR #57968 (Normalize slashes for paths in watc...) into release-5.4 (#...3caec2cCherry pick PR 57887 into release-5.4 (#57898)896947e🤖 Pick PR #57938 (Directories dont check modified tim...) into release-5.4 (#...521d3fb🤖 Pick PR #57950 (Watch events enhancements) into release-5.4 (#57967)6ea273cUpdate LKGcd06f92🤖 Pick PR #57853 (Revert PR 56161) into release-5.4 (#57854)- Additional commits viewable 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