Update all of typescript-eslint 7.3.1 → 7.4.0 (minor) #89
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @typescript-eslint/eslint-plugin (7.3.1 → 7.4.0) · Repo · Changelog
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
✳️ @typescript-eslint/parser (7.3.1 → 7.4.0) · Repo · Changelog
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
Release Notes
7.4.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 19 commits:
chore(release): publish 7.4.0
chore: add missing prop on changelog renderer
feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-error (#8701)
fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (#8740)
docs: fix example of binding unbound method (#8754)
feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates (#8708)
fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `boolean` and `false` (#8685)
fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks false positive (#8678)
docs: fix typo in switch-exhaustiveness-check (#8768)
feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (#8335)
docs: restrict-template-expressions - remove mention of numbers being allowed (#8734)
fix(website): make 404 page good again (#8750)
chore(website): fix infinite rendering when hash changed (#8736)
chore(deps): update dependency @types/node to v20.11.29 (#8749)
chore(deps): update dependency @types/react to v18.2.67 (#8747)
fix(typescript-eslint): declare peer dependency on `utils` to ensure npm correctly installs dependencies (#8738)
chore(website): fix broken deprecated warning (#8725)
fix(website): visual Editor is not scrolled (#8709)
chore(deps): update nx to v18.1.1 (#8716)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands