Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update eslint packages #625

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Conversation

cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change Pending
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.12.2 -> 8.15.0 8.16.0
@typescript-eslint/parser (source) devDependencies minor 8.12.2 -> 8.15.0 8.16.0
eslint-plugin-n devDependencies minor 17.12.0 -> 17.14.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.15.0

Compare Source

🚀 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.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​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

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#​10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.15.0

Compare Source

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.

v8.14.0

Compare Source

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.

v8.13.0

Compare Source

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.

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.14.0

Compare Source

🌟 Features

v17.13.2

Compare Source

🩹 Fixes
  • no-missing-require: handle multiple resolvePaths (#​383) (df6ad2a)

v17.13.1

Compare Source

🩹 Fixes

v17.13.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@kodiakhq kodiakhq bot merged commit c8dacd8 into main Dec 1, 2024
11 checks passed
@kodiakhq kodiakhq bot deleted the renovate/eslint-packages branch December 1, 2024 03:53
@cq-bot cq-bot mentioned this pull request Dec 1, 2024
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [4.1.1](v4.1.0...v4.1.1) (2024-12-02)


### Bug Fixes

* **deps:** Update commitlint monorepo to v19.6.0 ([#622](#622)) ([0dcee52](0dcee52))
* **deps:** Update dependency @actions/core to v1.11.1 ([#606](#606)) ([968b19b](968b19b))
* **deps:** Update dependency @types/node to v20.17.5 ([#608](#608)) ([4d1483c](4d1483c))
* **deps:** Update dependency @types/node to v22.9.3 ([#623](#623)) ([e21435b](e21435b))
* **deps:** Update dependency @vercel/ncc to v0.38.3 ([#619](#619)) ([3c42c66](3c42c66))
* **deps:** Update dependency eslint-plugin-n to v17.12.0 ([#609](#609)) ([4cf3569](4cf3569))
* **deps:** Update dependency husky to v9.1.7 ([#620](#620)) ([cabdf65](cabdf65))
* **deps:** Update dependency ora to v8.1.1 ([#621](#621)) ([f842ecb](f842ecb))
* **deps:** Update dependency typescript to v5.6.3 ([#605](#605)) ([1f3b381](1f3b381))
* **deps:** Update dependency typescript to v5.7.2 ([#624](#624)) ([b7bfa82](b7bfa82))
* **deps:** Update eslint packages ([#625](#625)) ([c8dacd8](c8dacd8))
* **deps:** Update typescript-eslint monorepo to v8.12.2 ([#610](#610)) ([c6b25cb](c6b25cb))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant