darraghoriordan / eslint-plugin-nestjs-typed

Some eslint rules for working with NestJs projects
http://www.darraghoriordan.com
171 stars 34 forks source link

fix(renovate): Update minor (minor) #222

Open darraghoriordan opened 3 days ago

darraghoriordan commented 3 days ago

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.6.0 -> 8.7.0
@typescript-eslint/parser (source) devDependencies minor 8.6.0 -> 8.7.0
@typescript-eslint/rule-tester (source) devDependencies minor 8.6.0 -> 8.7.0
@typescript-eslint/scope-manager (source) dependencies minor 8.6.0 -> 8.7.0
@typescript-eslint/utils (source) dependencies minor 8.6.0 -> 8.7.0
eslint-module-utils (source) dependencies minor 2.11.0 -> 2.12.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) ##### πŸš€ Features - **eslint-plugin:** \[no-unsafe-call] check calls of Function - **eslint-plugin:** \[consistent-type-exports] check `export *` exports to see if all exported members are types ##### 🩹 Fixes - **eslint-plugin:** properly coerce all types to string in `getStaticMemberAccessValue` - **eslint-plugin:** \[no-deprecated] report on imported deprecated variables - **eslint-plugin:** \[no-confusing-non-null-assertion] check !in and !instanceof ##### ❀️ Thank You - Abraham Guo - auvred - Brian Donovan - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) 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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/rule-tester) ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/rule-tester/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) This was a version bump only for rule-tester to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/scope-manager) ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/scope-manager/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) ##### πŸš€ Features - **eslint-plugin:** \[consistent-type-exports] check `export *` exports to see if all exported members are types ##### ❀️ Thank You - Abraham Guo - auvred - Brian Donovan - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/utils) ### [`v8.7.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/utils/CHANGELOG.md#870-2024-09-23) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.6.0...v8.7.0) ##### πŸš€ Features - **eslint-plugin:** \[consistent-type-exports] check `export *` exports to see if all exported members are types ##### 🩹 Fixes - **utils:** add missing entries to the RuleListener selectors list ##### ❀️ Thank You - Abraham Guo - auvred - Brian Donovan - Kirk Waiblinger You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
import-js/eslint-plugin-import (eslint-module-utils) ### [`v2.12.0`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/utils/CHANGELOG.md#v2120---2024-09-26) [Compare Source](https://redirect.github.com/import-js/eslint-plugin-import/compare/91f944d8e4b1591aa45f7d1b734dc2a2fe9acc57...v2.12.0) ##### Added - `hash`: add support for hashing functions (\[[#​3072](https://redirect.github.com/import-js/eslint-plugin-import/issues/3072)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) ### [`v2.11.1`](https://redirect.github.com/import-js/eslint-plugin-import/blob/HEAD/utils/CHANGELOG.md#v2111---2024-09-23) [Compare Source](https://redirect.github.com/import-js/eslint-plugin-import/compare/v2.11.0...91f944d8e4b1591aa45f7d1b734dc2a2fe9acc57) ##### Fixed - `parse`: remove unneeded extra backticks (\[[#​3057](https://redirect.github.com/import-js/eslint-plugin-import/issues/3057)], thanks \[[@​G-Rath](https://redirect.github.com/G-Rath)]) - `parse`: espree parser isn't working with flat config (\[[#​3061](https://redirect.github.com/import-js/eslint-plugin-import/issues/3061)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)]) - `parse`: add `ecmaVersion` and `sourceType` to `parserOptions` (\[[#​3061](https://redirect.github.com/import-js/eslint-plugin-import/issues/3061)], thanks \[[@​michaelfaith](https://redirect.github.com/michaelfaith)])

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am" in timezone Australia/Melbourne.

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



This PR has been generated by Renovate Bot.