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

Bump the nextjs group with 12 updates #2245

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

Bumps the nextjs group with 12 updates:

Package From To
@stylistic/eslint-plugin 3.0.0 3.0.1
@stylistic/eslint-plugin-js 3.0.0 3.0.1
@stylistic/eslint-plugin-jsx 3.0.0 3.0.1
@stylistic/eslint-plugin-plus 3.0.0 3.0.1
@stylistic/eslint-plugin-ts 3.0.0 3.0.1
@typescript-eslint/scope-manager 8.13.0 8.22.0
@typescript-eslint/types 8.13.0 8.22.0
@typescript-eslint/typescript-estree 8.13.0 8.22.0
@typescript-eslint/utils 8.13.0 8.22.0
@typescript-eslint/visitor-keys 8.13.0 8.22.0
caniuse-lite 1.0.30001695 1.0.30001696
ts-api-utils 1.4.3 2.0.0

Updates @stylistic/eslint-plugin from 3.0.0 to 3.0.1

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v3.0.1

3.0.1 (2025-01-29)

Bug Fixes

Changelog

Sourced from @​stylistic/eslint-plugin's changelog.

3.0.1 (2025-01-29)

Bug Fixes

Commits

Updates @stylistic/eslint-plugin-js from 3.0.0 to 3.0.1

Release notes

Sourced from @​stylistic/eslint-plugin-js's releases.

v3.0.1

3.0.1 (2025-01-29)

Bug Fixes

Changelog

Sourced from @​stylistic/eslint-plugin-js's changelog.

3.0.1 (2025-01-29)

Bug Fixes

Commits

Updates @stylistic/eslint-plugin-jsx from 3.0.0 to 3.0.1

Release notes

Sourced from @​stylistic/eslint-plugin-jsx's releases.

v3.0.1

3.0.1 (2025-01-29)

Bug Fixes

Changelog

Sourced from @​stylistic/eslint-plugin-jsx's changelog.

3.0.1 (2025-01-29)

Bug Fixes

Commits

Updates @stylistic/eslint-plugin-plus from 3.0.0 to 3.0.1

Release notes

Sourced from @​stylistic/eslint-plugin-plus's releases.

v3.0.1

3.0.1 (2025-01-29)

Bug Fixes

Changelog

Sourced from @​stylistic/eslint-plugin-plus's changelog.

3.0.1 (2025-01-29)

Bug Fixes

Commits

Updates @stylistic/eslint-plugin-ts from 3.0.0 to 3.0.1

Release notes

Sourced from @​stylistic/eslint-plugin-ts's releases.

v3.0.1

3.0.1 (2025-01-29)

Bug Fixes

Changelog

Sourced from @​stylistic/eslint-plugin-ts's changelog.

3.0.1 (2025-01-29)

Bug Fixes

Commits

Updates @typescript-eslint/scope-manager from 8.13.0 to 8.22.0

Release notes

Sourced from @​typescript-eslint/scope-manager's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/scope-manager's changelog.

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

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

8.21.0 (2025-01-20)

🩹 Fixes

  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

  • Ronen Amiel

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

8.20.0 (2025-01-13)

This was a version bump only for scope-manager to align it with other projects, there were no code changes.

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

8.19.1 (2025-01-06)

This was a version bump only for scope-manager to align it with other projects, there were no code changes.

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

8.19.0 (2024-12-30)

This was a version bump only for scope-manager to align it with other projects, there were no code changes.

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

8.18.2 (2024-12-23)

This was a version bump only for scope-manager to align it with other projects, there were no code changes.

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

8.18.1 (2024-12-16)

... (truncated)

Commits
  • 94e8098 chore(release): publish 8.22.0
  • a885343 feat(parser): add standalone isolatedDeclarations option (#10499)
  • 79af426 chore(release): publish 8.21.0
  • 57c7bed fix(scope-manager): add a reference for JSX closing element if it exists (#10...
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 328b7df chore(release): publish 8.19.1
  • e19f30f chore(release): publish 8.19.0
  • 157b781 chore(release): publish 8.18.2
  • b2ce158 chore(release): publish 8.18.1
  • Additional commits viewable in compare view

Updates @typescript-eslint/types from 8.13.0 to 8.22.0

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

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

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

❤️ Thank You

  • Ronen Amiel

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

8.20.0 (2025-01-13)

This was a version bump only for types to align it with other projects, there were no code changes.

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

8.19.1 (2025-01-06)

This was a version bump only for types to align it with other projects, there were no code changes.

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

8.19.0 (2024-12-30)

This was a version bump only for types to align it with other projects, there were no code changes.

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

8.18.2 (2024-12-23)

This was a version bump only for types to align it with other projects, there were no code changes.

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

8.18.1 (2024-12-16)

... (truncated)

Commits
  • 94e8098 chore(release): publish 8.22.0
  • a885343 feat(parser): add standalone isolatedDeclarations option (#10499)
  • 79af426 chore(release): publish 8.21.0
  • cde20d0 feat(ast-spec): support import attributes in TSImportType (#10640)
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 328b7df chore(release): publish 8.19.1
  • e19f30f chore(release): publish 8.19.0
  • 157b781 chore(release): publish 8.18.2
  • b2ce158 chore(release): publish 8.18.1
  • Additional commits viewable in compare view

Updates @typescript-eslint/typescript-estree from 8.13.0 to 8.22.0

Release notes

Sourced from @​typescript-eslint/typescript-estree's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/typescript-estree's changelog.

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

❤️ Thank You

  • Josh Goldberg ✨

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

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

❤️ Thank You

  • Ronen Amiel

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

8.20.0 (2025-01-13)

🚀 Features

  • standardize debug namespaces to file paths (#10599)

❤️ Thank You

  • Josh Goldberg ✨

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

8.19.1 (2025-01-06)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

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

8.19.0 (2024-12-30)

This was a version bump only for typescript-estree to align it with other projects, there were no code changes.

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

8.18.2 (2024-12-23)

... (truncated)

Commits
  • 94e8098 chore(release): publish 8.22.0
  • a885343 feat(parser): add standalone isolatedDeclarations option (#10499)
  • 79af426 chore(release): publish 8.21.0
  • cde20d0 feat(ast-spec): support import attributes in TSImportType (#10640)
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 49a94b3 feat: standardize debug namespaces to file paths (#10599)
  • 328b7df chore(release): publish 8.19.1
  • 3bacfa7 chore: upgrade to ts-api-utils 2.0 (#10567)
  • e19f30f chore(release): publish 8.19.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/utils from 8.13.0 to 8.22.0

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.22.0 (2025-01-27)

This was a version bump only for utils to align it with other projects, there were no code changes.

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

8.21.0 (2025-01-20)

This was a version bump only for utils to align it with other projects, there were no code changes.

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

8.20.0 (2025-01-13)

This was a version bump only for utils to align it with other projects, there were no code changes.

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

8.19.1 (2025-01-06)

This was a version bump only for utils to align it with other projects, there were no code changes.

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

8.19.0 (2024-12-30)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#10537)

❤️ Thank You

  • Ronen Amiel

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

8.18.2 (2024-12-23)

This was a version bump only for utils to align it with other projects, there were no code changes.

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

8.18.1 (2024-12-16)

This was a version bump only for utils to align it with other projects, there were no code changes.

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

8.18.0 (2024-12-09)

... (truncated)

Commits
  • 94e8098 chore(release): publish 8.22.0
  • 79af426 chore(release): publish 8.21.0
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 328b7df chore(release): publish 8.19.1
  • e19f30f chore(release): publish 8.19.0
  • 7eba36e fix(eslint-plugin): [consistent-indexed-object-style] don't report on indirec...
  • 157b781 chore(release): publish 8.18.2
  • b2ce158 chore(release): publish 8.18.1
  • c60dbab chore(release): publish 8.18.0
  • Additional commits viewable in compare view

Updates @typescript-eslint/visitor-keys from 8.13.0 to 8.22.0

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.22.0

8.22.0 (2025-01-27)

🚀 Features

  • parser: add standalone isolatedDeclarations option (#10499)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#10638)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#10678)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#10612)
  • type-utils: support matching intersection types in TypeOrValueSpecifier with a PackageSpecifier (#10667)

❤️ Thank You

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

v8.21.0

8.21.0 (2025-01-20)

🚀 Features

  • ast-spec: support import attributes in TSImportType (#10640)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
  • eslint-plugin: check JSX spread elements for misused spread usage (#10653)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
  • eslint-plugin-internal: [debug-namespace] on windows (#10661)
  • rule-tester: handle window root path (#10654)
  • scope-manager: add a reference for JSX closing element if it exists (#10614)

❤️ Thank You

... (truncated)

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.22.0 (2025-01-27)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.21.0 (2025-01-20)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.20.0 (2025-01-13)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.19.1 (2025-01-06)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.19.0 (2024-12-30)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.18.2 (2024-12-23)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.18.1 (2024-12-16)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.18.0 (2024-12-09)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

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

8.17.0 (2024-12-02)

... (truncated)

Commits
  • 94e8098 chore(release): publish 8.22.0
  • 79af426 chore(release): publish 8.21.0
  • a157fd4 chore: standardized on inline named exports (mostly) (#10596)
  • ea6fbea chore(release): publish 8.20.0
  • 328b7df chore(release): publish 8.19.1
  • e19f30f chore(release): publish 8.19.0
  • 157b781 chore(release): publish 8.18.2
  • b2ce158 chore(release): publish 8.18.1
  • c60dbab chore(release): publish 8.18.0
  • 2c8a75e chore(release): publish 8.17.0
  • Additional commits viewable in compare view

Updates caniuse-lite from 1.0.30001695 to 1.0.30001696

Commits

Updates ts-api-utils from 1.4.3 to 2.0.0

Release notes

Sourced from ts-api-utils's releases.

v2.0.0

What's Changed

tl;dr:

Also:

Bumps the nextjs group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `3.0.0` | `3.0.1` |
| [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) | `3.0.0` | `3.0.1` |
| [@stylistic/eslint-plugin-jsx](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-jsx) | `3.0.0` | `3.0.1` |
| [@stylistic/eslint-plugin-plus](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-plus) | `3.0.0` | `3.0.1` |
| [@stylistic/eslint-plugin-ts](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-ts) | `3.0.0` | `3.0.1` |
| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/scope-manager) | `8.13.0` | `8.22.0` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `8.13.0` | `8.22.0` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `8.13.0` | `8.22.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.13.0` | `8.22.0` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.13.0` | `8.22.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001695` | `1.0.30001696` |
| [ts-api-utils](https://github.com/JoshuaKGoldberg/ts-api-utils) | `1.4.3` | `2.0.0` |


Updates `@stylistic/eslint-plugin` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin)

Updates `@stylistic/eslint-plugin-js` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-js)

Updates `@stylistic/eslint-plugin-jsx` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-jsx)

Updates `@stylistic/eslint-plugin-plus` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-plus)

Updates `@stylistic/eslint-plugin-ts` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v3.0.1/packages/eslint-plugin-ts)

Updates `@typescript-eslint/scope-manager` from 8.13.0 to 8.22.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/scope-manager)

Updates `@typescript-eslint/types` from 8.13.0 to 8.22.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/types)

Updates `@typescript-eslint/typescript-estree` from 8.13.0 to 8.22.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 8.13.0 to 8.22.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.13.0 to 8.22.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.22.0/packages/visitor-keys)

Updates `caniuse-lite` from 1.0.30001695 to 1.0.30001696
- [Commits](browserslist/caniuse-lite@1.0.30001695...1.0.30001696)

Updates `ts-api-utils` from 1.4.3 to 2.0.0
- [Release notes](https://github.com/JoshuaKGoldberg/ts-api-utils/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/CHANGELOG.md)
- [Commits](JoshuaKGoldberg/ts-api-utils@v1.4.3...v2.0.0)

---
updated-dependencies:
- dependency-name: "@stylistic/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@stylistic/eslint-plugin-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@stylistic/eslint-plugin-jsx"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@stylistic/eslint-plugin-plus"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@stylistic/eslint-plugin-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: "@typescript-eslint/scope-manager"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: nextjs
- dependency-name: "@typescript-eslint/types"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: nextjs
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: nextjs
- dependency-name: "@typescript-eslint/utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: nextjs
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: nextjs
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: nextjs
- dependency-name: ts-api-utils
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: nextjs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) January 29, 2025 21:36
@github-actions github-actions bot merged commit 182b81e into main Jan 29, 2025
4 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/nextjs-2033bb14f9 branch January 29, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant