Skip to content

fix(deps): Update typescript-eslint monorepo#19756

Merged
kodiakhq[bot] merged 2 commits intomainfrom
renovate/typescript-eslint-monorepo
Nov 29, 2024
Merged

fix(deps): Update typescript-eslint monorepo#19756
kodiakhq[bot] merged 2 commits intomainfrom
renovate/typescript-eslint-monorepo

Conversation

@cq-bot
Copy link
Copy Markdown
Contributor

@cq-bot cq-bot commented Nov 29, 2024

This PR contains the following updates:

Package Type Update Change Pending
@typescript-eslint/eslint-plugin (source) devDependencies minor 6.14.0 -> 6.21.0
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.8.1 -> 8.15.0 8.16.0
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.7.0 -> 8.15.0 8.16.0
@typescript-eslint/parser (source) devDependencies minor 6.14.0 -> 6.21.0
@typescript-eslint/parser (source) devDependencies minor 8.8.1 -> 8.15.0 8.16.0
@typescript-eslint/parser (source) devDependencies minor 8.7.0 -> 8.15.0 8.16.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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

v6.15.0

Compare Source

Features

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.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.

v6.19.1

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.

v6.19.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.

v6.18.1

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.

v6.18.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.

v6.17.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.16.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.15.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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


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.

@cq-bot cq-bot requested a review from a team November 29, 2024 09:25
@cq-bot cq-bot added the automerge Automatically merge once required checks pass label Nov 29, 2024
@cq-bot cq-bot requested a review from savme November 29, 2024 09:25
@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 29, 2024

@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 29, 2024

@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 29, 2024

@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 29, 2024

@cq-bot
Copy link
Copy Markdown
Contributor Author

cq-bot commented Nov 29, 2024

@cq-bot cq-bot force-pushed the renovate/typescript-eslint-monorepo branch 5 times, most recently from f6deccb to 4fad646 Compare November 29, 2024 14:16
@cq-bot cq-bot force-pushed the renovate/typescript-eslint-monorepo branch from 4fad646 to dd98890 Compare November 29, 2024 15:13
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [8.7.1](plugins-destination-postgresql-v8.7.0...plugins-destination-postgresql-v8.7.1) (2024-12-02)


### Bug Fixes

* Correct major version in `go.mod` ([#19811](#19811)) ([56644dc](56644dc))
* **deps:** Update dependency @types/node to v16.18.121 ([#19732](#19732)) ([754059f](754059f))
* **deps:** Update dependency eslint-plugin-import to v2.31.0 ([#19742](#19742)) ([f16ef7a](f16ef7a))
* **deps:** Update dependency eslint-plugin-jsx-a11y to v6.10.2 ([#19743](#19743)) ([7a2e051](7a2e051))
* **deps:** Update dependency eslint-plugin-react to v7.37.2 ([#19747](#19747)) ([eacdad0](eacdad0))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5 ([#19771](#19771)) ([fa931ca](fa931ca))
* **deps:** Update dependency yaml to v2.6.1 ([#19755](#19755)) ([ffb2bf2](ffb2bf2))
* **deps:** Update emotion monorepo to v11.13.5 ([#19733](#19733)) ([f6dd642](f6dd642))
* **deps:** Update material-ui monorepo ([#19734](#19734)) ([25a0cc3](25a0cc3))
* **deps:** Update react monorepo ([#19735](#19735)) ([0e8a7bf](0e8a7bf))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))
* **deps:** Update typescript-eslint monorepo to v8.16.0 ([#19787](#19787)) ([1508495](1508495))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [4.2.1](plugins-destination-bigquery-v4.2.0...plugins-destination-bigquery-v4.2.1) (2024-12-02)


### Bug Fixes

* Correct major version in `go.mod` ([#19811](#19811)) ([56644dc](56644dc))
* **deps:** Update dependency @types/node to v16.18.121 ([#19732](#19732)) ([754059f](754059f))
* **deps:** Update dependency eslint-plugin-import to v2.31.0 ([#19742](#19742)) ([f16ef7a](f16ef7a))
* **deps:** Update dependency eslint-plugin-jsx-a11y to v6.10.2 ([#19743](#19743)) ([7a2e051](7a2e051))
* **deps:** Update dependency eslint-plugin-react to v7.37.2 ([#19747](#19747)) ([eacdad0](eacdad0))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5 ([#19771](#19771)) ([fa931ca](fa931ca))
* **deps:** Update dependency yaml to v2.6.1 ([#19755](#19755)) ([ffb2bf2](ffb2bf2))
* **deps:** Update emotion monorepo to v11.13.5 ([#19733](#19733)) ([f6dd642](f6dd642))
* **deps:** Update material-ui monorepo ([#19734](#19734)) ([25a0cc3](25a0cc3))
* **deps:** Update module github.com/cloudquery/codegen to v0.3.20 ([#19832](#19832)) ([47f140f](47f140f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#19834](#19834)) ([687cefd](687cefd))
* **deps:** Update react monorepo ([#19735](#19735)) ([0e8a7bf](0e8a7bf))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))
* **deps:** Update typescript-eslint monorepo to v8.16.0 ([#19787](#19787)) ([1508495](1508495))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [6.0.1](plugins-destination-clickhouse-v6.0.0...plugins-destination-clickhouse-v6.0.1) (2024-12-02)


### Bug Fixes

* Correct major version in `go.mod` ([#19811](#19811)) ([56644dc](56644dc))
* **deps:** Update dependency @types/node to v16.18.121 ([#19732](#19732)) ([754059f](754059f))
* **deps:** Update dependency eslint-plugin-import to v2.31.0 ([#19742](#19742)) ([f16ef7a](f16ef7a))
* **deps:** Update dependency eslint-plugin-jsx-a11y to v6.10.2 ([#19743](#19743)) ([7a2e051](7a2e051))
* **deps:** Update dependency eslint-plugin-react to v7.37.2 ([#19747](#19747)) ([eacdad0](eacdad0))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5 ([#19771](#19771)) ([fa931ca](fa931ca))
* **deps:** Update dependency yaml to v2.6.1 ([#19755](#19755)) ([ffb2bf2](ffb2bf2))
* **deps:** Update emotion monorepo to v11.13.5 ([#19733](#19733)) ([f6dd642](f6dd642))
* **deps:** Update golang.org/x/exp digest to 2d47ceb ([#19794](#19794)) ([5af258f](5af258f))
* **deps:** Update material-ui monorepo ([#19734](#19734)) ([25a0cc3](25a0cc3))
* **deps:** Update module github.com/cloudquery/codegen to v0.3.20 ([#19832](#19832)) ([47f140f](47f140f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#19834](#19834)) ([687cefd](687cefd))
* **deps:** Update react monorepo ([#19735](#19735)) ([0e8a7bf](0e8a7bf))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))
* **deps:** Update typescript-eslint monorepo to v8.16.0 ([#19787](#19787)) ([1508495](1508495))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [5.3.1](plugins-destination-mysql-v5.3.0...plugins-destination-mysql-v5.3.1) (2024-12-02)


### Bug Fixes

* Correct major version in `go.mod` ([#19811](#19811)) ([56644dc](56644dc))
* **deps:** Update dependency @types/node to v16.18.121 ([#19732](#19732)) ([754059f](754059f))
* **deps:** Update dependency eslint-plugin-import to v2.31.0 ([#19742](#19742)) ([f16ef7a](f16ef7a))
* **deps:** Update dependency eslint-plugin-jsx-a11y to v6.10.2 ([#19743](#19743)) ([7a2e051](7a2e051))
* **deps:** Update dependency eslint-plugin-react to v7.37.2 ([#19747](#19747)) ([eacdad0](eacdad0))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5 ([#19771](#19771)) ([fa931ca](fa931ca))
* **deps:** Update dependency yaml to v2.6.1 ([#19755](#19755)) ([ffb2bf2](ffb2bf2))
* **deps:** Update emotion monorepo to v11.13.5 ([#19733](#19733)) ([f6dd642](f6dd642))
* **deps:** Update golang.org/x/exp digest to 2d47ceb ([#19794](#19794)) ([5af258f](5af258f))
* **deps:** Update material-ui monorepo ([#19734](#19734)) ([25a0cc3](25a0cc3))
* **deps:** Update module github.com/cloudquery/codegen to v0.3.20 ([#19832](#19832)) ([47f140f](47f140f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#19834](#19834)) ([687cefd](687cefd))
* **deps:** Update react monorepo ([#19735](#19735)) ([0e8a7bf](0e8a7bf))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))
* **deps:** Update typescript-eslint monorepo to v8.16.0 ([#19787](#19787)) ([1508495](1508495))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Dec 2, 2024
🤖 I have created a release *beep* *boop*
---


## [7.6.1](plugins-destination-s3-v7.6.0...plugins-destination-s3-v7.6.1) (2024-12-02)


### Bug Fixes

* Correct major version in `go.mod` ([#19811](#19811)) ([56644dc](56644dc))
* **deps:** Update aws-sdk-go-v2 monorepo ([#19731](#19731)) ([779b7f5](779b7f5))
* **deps:** Update dependency @types/node to v16.18.121 ([#19732](#19732)) ([754059f](754059f))
* **deps:** Update dependency eslint-plugin-jsx-a11y to v6.10.2 ([#19743](#19743)) ([7a2e051](7a2e051))
* **deps:** Update dependency eslint-plugin-react to v7.37.2 ([#19747](#19747)) ([eacdad0](eacdad0))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5 ([#19771](#19771)) ([fa931ca](fa931ca))
* **deps:** Update dependency yaml to v2.6.1 ([#19755](#19755)) ([ffb2bf2](ffb2bf2))
* **deps:** Update module github.com/cloudquery/codegen to v0.3.20 ([#19832](#19832)) ([47f140f](47f140f))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.70.1 ([#19834](#19834)) ([687cefd](687cefd))
* **deps:** Update react monorepo ([#19735](#19735)) ([0e8a7bf](0e8a7bf))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))
* **deps:** Update typescript-eslint monorepo to v8.16.0 ([#19787](#19787)) ([1508495](1508495))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
kodiakhq bot pushed a commit that referenced this pull request Dec 3, 2024
🤖 I have created a release *beep* *boop*
---


## [2.2.11](plugins-source-airtable-v2.2.10...plugins-source-airtable-v2.2.11) (2024-12-03)


### Bug Fixes

* **deps:** Update dependency @cloudquery/plugin-sdk-javascript to v0.1.21 ([#19827](#19827)) ([0a2fa6c](0a2fa6c))
* **deps:** Update dependency @types/uuid to v10 ([#19760](#19760)) ([0db420f](0db420f))
* **deps:** Update dependency ajv to v8.17.1 ([#19739](#19739)) ([b361ac4](b361ac4))
* **deps:** Update dependency ava to v6.2.0 ([#19740](#19740)) ([81bec64](81bec64))
* **deps:** Update dependency change-case to v5.4.4 ([#19741](#19741)) ([807e17e](807e17e))
* **deps:** Update dependency dot-prop to v9 ([#19761](#19761)) ([8060109](8060109))
* **deps:** Update dependency eslint-plugin-import to v2.31.0 ([#19742](#19742)) ([f16ef7a](f16ef7a))
* **deps:** Update dependency eslint-plugin-n to v16.6.2 ([#19744](#19744)) ([903a7a6](903a7a6))
* **deps:** Update dependency eslint-plugin-prettier to v5.2.1 ([#19745](#19745)) ([67842fc](67842fc))
* **deps:** Update dependency eslint-plugin-promise to v6.6.0 ([#19746](#19746)) ([250acab](250acab))
* **deps:** Update dependency eslint-plugin-unused-imports to v3.2.0 ([#19748](#19748)) ([973b662](973b662))
* **deps:** Update dependency eslint-plugin-you-dont-need-lodash-underscore to v6.14.0 ([#19749](#19749)) ([21fb751](21fb751))
* **deps:** Update dependency got to v14.4.4 ([#19750](#19750)) ([2868b03](2868b03))
* **deps:** Update dependency got to v14.4.5 ([#19799](#19799)) ([80b493b](80b493b))
* **deps:** Update dependency node to v22 ([#19770](#19770)) ([ceff7a4](ceff7a4))
* **deps:** Update dependency typescript to v5.6.3 ([#19753](#19753)) ([2a0d83f](2a0d83f))
* **deps:** Update dependency winston to v3.17.0 ([#19754](#19754)) ([8e84696](8e84696))
* **deps:** Update typescript-eslint monorepo ([#19756](#19756)) ([c9333df](c9333df))

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

2 participants