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 all group with 54 updates #214

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps the all group with 54 updates:

Package From To
next 14.1.4 14.2.2
@biomejs/biome 1.6.3 1.7.0
@testing-library/dom 9.3.4 10.0.0
@testing-library/react 14.2.2 15.0.2
@types/node 20.12.2 20.12.7
@types/react 18.2.73 18.2.79
@types/react-dom 18.2.23 18.2.25
@typescript-eslint/eslint-plugin 7.4.0 7.7.0
@typescript-eslint/parser 7.4.0 7.7.0
eslint 8.57.0 9.1.0
eslint-config-next 14.1.4 14.2.2
postcss-nesting 12.1.1 12.1.2
typescript 5.4.3 5.4.5
@babel/runtime 7.24.1 7.24.4
@biomejs/cli-darwin-arm64 1.6.3 1.7.0
@biomejs/cli-darwin-x64 1.6.3 1.7.0
@biomejs/cli-linux-arm64-musl 1.6.3 1.7.0
@biomejs/cli-linux-arm64 1.6.3 1.7.0
@biomejs/cli-linux-x64-musl 1.6.3 1.7.0
@biomejs/cli-linux-x64 1.6.3 1.7.0
@biomejs/cli-win32-arm64 1.6.3 1.7.0
@biomejs/cli-win32-x64 1.6.3 1.7.0
@eslint/eslintrc 2.1.4 3.0.2
@eslint/js 8.57.0 9.1.1
@humanwhocodes/config-array 0.11.14 0.13.0
@humanwhocodes/object-schema 2.0.2 2.0.3
@next/env 14.1.4 14.2.2
@next/eslint-plugin-next 14.1.4 14.2.2
@next/swc-darwin-arm64 14.1.4 14.2.2
@next/swc-darwin-x64 14.1.4 14.2.2
@next/swc-linux-arm64-gnu 14.1.4 14.2.2
@next/swc-linux-arm64-musl 14.1.4 14.2.2
@next/swc-linux-x64-gnu 14.1.4 14.2.2
@next/swc-linux-x64-musl 14.1.4 14.2.2
@next/swc-win32-arm64-msvc 14.1.4 14.2.2
@next/swc-win32-ia32-msvc 14.1.4 14.2.2
@next/swc-win32-x64-msvc 14.1.4 14.2.2
@rushstack/eslint-patch 1.10.1 1.10.2
@swc/helpers 0.5.2 0.5.5
@typescript-eslint/scope-manager 6.21.0 7.2.0
@typescript-eslint/type-utils 7.4.0 7.7.0
@typescript-eslint/types 6.21.0 7.2.0
@typescript-eslint/typescript-estree 6.21.0 7.2.0
@typescript-eslint/utils 7.4.0 7.7.0
@typescript-eslint/visitor-keys 6.21.0 7.2.0
aria-query 5.1.3 5.3.0
caniuse-lite 1.0.30001603 1.0.30001612
electron-to-chromium 1.4.722 1.4.745
eslint-scope 7.2.2 8.0.1
espree 9.6.1 10.0.1
file-entry-cache 6.0.1 8.0.0
flat-cache 3.2.0 4.0.1
glob 7.2.3 10.3.10
globals 13.24.0 14.0.0

Updates next from 14.1.4 to 14.2.2

Release notes

Sourced from next's releases.

v14.2.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

Credits

Huge thanks to @​shuding, @​coltonehrman, @​ztanner, @​huozhi, @​sokra, @​Jeffrey-Zutt, @​timneutkens, @​wbinnssmith, @​wiesson, @​ijjk, @​devjiwonchoi, and @​bgw for helping!

v14.2.1

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • use pathToFileUrl to make esm import()s work with absolute windows paths (#64386) @​sokra

Credits

Huge thanks to @​sokra for helping!

v14.2.1-canary.7

Core Changes

... (truncated)

Commits

Updates @biomejs/biome from 1.6.3 to 1.7.0

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.7.0

Analyzer

Bug fixes

  • Now Biome can detect the script language in Svelte and Vue script blocks more reliably (#2245). Contributed by @​Sec-ant

  • useExhaustiveDependencies no longer reports recursive calls as missing dependencies (#2361). Contributed by @​arendjr

  • useExhaustiveDependencies correctly reports missing dependencies declared using function declarations (#2362). Contributed by @​arendjr

  • Biome now can handle .svelte and .vue files with CRLF as the end-of-line sequence. Contributed by @​Sec-ant

  • noMisplacedAssertion no longer reports method calls by describe, test, it objects (e.g. test.each([])()) (#2443). Contributed by @​unvalley.

  • Biome now can handle .vue files with generic components (#2456).

    <script generic="T extends Record<string, any>" lang="ts" setup>
    //...
    </script>

    Contributed by @​Sec-ant

Enhancements

  • Complete the well-known file lists for JSON-like files. Trailing commas are allowed in .jsonc files by default. Some well-known files like tsconfig.json and .babelrc don't use the .jsonc extension but still allow comments and trailing commas. While others, such as .eslintrc.json, only allow comments. Biome is able to identify these files and adjusts the json.parser.allowTrailingCommas option accordingly to ensure they are correctly parsed. Contributed by @​Sec-ant

  • Fix dedent logic inconsistent with prettier where the indent-style is space and the indent-width is not 2. Contributed by @​mdm317

CLI

New features

  • Add a command to migrate from ESLint

    biome migrate eslint allows you to migrate an ESLint configuration to Biome. The command supports legacy ESLint configurations and new flat ESLint configurations. Legacy ESLint configurations using the YAML format are not supported.

    When loading a legacy ESLint configuration, Biome resolves the extends field. It resolves both shared configurations and plugin presets! To do this, it invokes Node.js.

    Biome relies on the metadata of its rules to determine the equivalent rule of an ESLint rule. A Biome rule is either inspired or roughly identical to an ESLint rules.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

1.7.0 (2024-04-15)

Analyzer

Bug fixes

  • Now Biome can detect the script language in Svelte and Vue script blocks more reliably (#2245). Contributed by @​Sec-ant

  • useExhaustiveDependencies no longer reports recursive calls as missing dependencies (#2361). Contributed by @​arendjr

  • useExhaustiveDependencies correctly reports missing dependencies declared using function declarations (#2362). Contributed by @​arendjr

  • Biome now can handle .svelte and .vue files with CRLF as the end-of-line sequence. Contributed by @​Sec-ant

  • noMisplacedAssertion no longer reports method calls by describe, test, it objects (e.g. test.each([])()) (#2443). Contributed by @​unvalley.

  • Biome now can handle .vue files with generic components (#2456).

    <script generic="T extends Record<string, any>" lang="ts" setup>
    //...
    </script>

    Contributed by @​Sec-ant

Enhancements

  • Complete the well-known file lists for JSON-like files. Trailing commas are allowed in .jsonc files by default. Some well-known files like tsconfig.json and .babelrc don't use the .jsonc extension but still allow comments and trailing commas. While others, such as .eslintrc.json, only allow comments. Biome is able to identify these files and adjusts the json.parser.allowTrailingCommas option accordingly to ensure they are correctly parsed. Contributed by @​Sec-ant

  • Fix dedent logic inconsistent with prettier where the indent-style is space and the indent-width is not 2. Contributed by @​mdm317

CLI

New features

  • Add a command to migrate from ESLint

    biome migrate eslint allows you to migrate an ESLint configuration to Biome. The command supports legacy ESLint configurations and new flat ESLint configurations. Legacy ESLint configurations using the YAML format are not supported.

    When loading a legacy ESLint configuration, Biome resolves the extends field. It resolves both shared configurations and plugin presets! To do this, it invokes Node.js.

    Biome relies on the metadata of its rules to determine the equivalent rule of an ESLint rule. A Biome rule is either inspired or roughly identical to an ESLint rules.

... (truncated)

Commits
  • 2dce6af release: v1.7.0 (#2414)
  • 6ec264c feat(biome_js_analyze): noFlatMapIdentity (#2324)
  • 75af801 feat(biome_js_analyze): noConstantMathMinMaxClamp (#2404)
  • 58c4b0a refactor: resolve lintdoc warnings (#2440)
  • ce223aa feat(biome_css_analyze): implement noDuplicateFontNames (#2308)
  • b9f716d fix(project): fix JSON schema for stable hook options (#2401)
  • 39139a5 refactor: replace ignoreReact with jsxRuntime setting (#2397)
  • 5809068 feat(migrate-prettier): support overrides field (#2330)
  • 39b91e9 fix(json-schema): remove field options for rules without options (#2331)
  • 2bd95dc feat(lint/noUnusedImports): add ignoreReact option (#2306)
  • Additional commits viewable in compare view

Updates @testing-library/dom from 9.3.4 to 10.0.0

Release notes

Sourced from @​testing-library/dom's releases.

v10.0.0

10.0.0 (2024-04-08)

Bug Fixes

  • use defineProperty on the error object instead of setting the message directly (#1268) (3580f25), closes #1259

Features

  • Drop support for Node.js 14.x and Node.js 16.x and add support for Node 20.x (#1255) (452097b)
  • upgrade aria-query to 5.3.0 (#1241) (2c57055), closes #1240

BREAKING CHANGES

  • Minimum supported Node.js version is 18.0
  • New version of aria-query changes various roles. Check out the changed tests in 2c57055 to get an overview about what changed.

v10.0.0-alpha.3

10.0.0-alpha.3 (2024-04-04)

Bug Fixes

  • Stop calling waitFor callback after timeout (#1271) (9aaf715)
  • use defineProperty on the error object instead of setting the message directly (#1261) (270a531), closes #1259

v10.0.0-alpha.2

10.0.0-alpha.2 (2023-10-03)

Bug Fixes

  • use defineProperty on the error object instead of setting the message directly (#1268) (3580f25), closes #1259

Features

v10.0.0-alpha.1

10.0.0-alpha.1 (2023-09-10)

... (truncated)

Commits
  • eef23ca test: Fix Codecov in CI (#1297)
  • 6ad31ec release: 10.0.0
  • cb57f99 Merge branch 'main' into alpha
  • 37ccada Merge branch 'main' into alpha
  • 3580f25 fix: use defineProperty on the error object instead of setting the message di...
  • 2c57055 feat: upgrade aria-query to 5.3.0 (#1241)
  • 452097b feat: Drop support for Node.js 14.x and Node.js 16.x and add support for Node...
  • See full diff in compare view

Updates @testing-library/react from 14.2.2 to 15.0.2

Release notes

Sourced from @​testing-library/react's releases.

v15.0.2

15.0.2 (2024-04-13)

Bug Fixes

v15.0.1

15.0.1 (2024-04-11)

Bug Fixes

v15.0.0

15.0.0 (2024-04-10)

Release

BREAKING CHANGES

  • Minimum supported Node.js version is 18.0
  • New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.

v14.3.1

14.3.1 (2024-04-11)

Bug Fixes

v14.3.0

14.3.0 (2024-04-08)

Features

Commits

Updates @types/node from 20.12.2 to 20.12.7

Commits

Updates @types/react from 18.2.73 to 18.2.79

Commits

Updates @types/react-dom from 18.2.23 to 18.2.25

Commits

Updates @typescript-eslint/eslint-plugin from 7.4.0 to 7.7.0

Release notes

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

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

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

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor

❤️ Thank You

  • Dave
  • Josh Goldberg ✨

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

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

Commits
  • e44a1a2 chore(release): publish 7.7.0
  • fda5704 feat(eslint-plugin): replace no-new-symbol with `no-new-native-nonconstruct...
  • e1db872 chore(release): publish 7.6.0
  • a6ab2cb feat: bump npm dependency ranges (#8860)
  • 4bac40c docs: fix incorrect tab item values in prefer-optional-chain (#8867)
  • a7bdd1c test(eslint-plugin): render snapshots of ESLint output for each code example ...
  • 41d893f docs(eslint-plugin): [consistent-return] add warning section use noImplicitRe...
  • d063275 docs: feature-freeze member-ordering, naming-convention, sort-type-constituen...
  • a14ba9d chore(release): publish 7.5.0
  • ecb6b55 docs: add homepage (#8742)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 7.4.0 to 7.7.0

Release notes

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

v7.7.0

7.7.0 (2024-04-15)

🚀 Features

  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor (#8895)
  • typescript-estree: add defaultProject for project service (#8815)

❤️ Thank You

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

v7.6.0

7.6.0 (2024-04-08)

🚀 Features

  • add name field to shared configs and flat config types (#8863)
  • bump npm dependency ranges (#8860)
  • utils: add types for both flat and legacy eslint classes (#8861)

🩹 Fixes

  • typescript-eslint: fix type errors when using exactOptionalPropertyTypes (#8786)

❤️ Thank You

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

v7.5.0

7.5.0 (2024-04-01)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression (#8758)
  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option (#8770)
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues (#8784)
  • typescript-eslint: improve support for legacy configs (#8812)

❤️ Thank You

... (truncated)

Changelog

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

7.7.0 (2024-04-15)

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.

7.6.0 (2024-04-08)

🚀 Features

  • bump npm dependency ranges

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brad Zacher

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

7.5.0 (2024-04-01)

🩹 Fixes

  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues

❤️ Thank You

  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

Commits

Updates eslint from 8.57.0 to 9.1.0

Release notes

Sourced from eslint's releases.

v9.1.0

Features

  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
  • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
  • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
  • 0db676f feat: add Intl in es6 globals (#18318) (唯然)

Bug Fixes

  • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
  • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)

Documentation

  • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)
  • 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta)
  • 16b6a8b docs: Update README (GitHub Actions Bot)
  • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti)
  • c537d76 docs: update npm init @eslint/config generated file names (#18298) (唯然)
  • e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta)
  • 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)
  • 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏)

Build Related

  • 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta)

Chores

  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta)
  • 50d406d chore: package.json update for @​eslint/js release (Jenkins)
  • 155c71c chore: package.json update for @​eslint/js release (Jenkins)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
  • 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic)
  • 4820790 chore: upgrade globals@15.0.0 dev dependency (#18332) (Milos Djermanovic)
  • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)
  • 32c08cf chore: drop Node < 18 and use @​eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic)
  • a76fb55 chore: @​eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic)
  • 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)
  • 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然)

v9.0.0

Breaking Changes

  • b7cf3bd fix!: correct camelcase rule schema for allow option (#18232) (eMerzh)
  • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)
  • 79a95eb feat!: disallow multiple configuration comments for same rule (#18157) (Milos Djermanovic)
  • 9163646 feat!: Rule Tester checks for missing placeholder data in the message (#18073) (fnx)
  • 3c4d51d feat!: default for enforceForClassMembers in no-useless-computed-key (#18054) (Francesco Trotta)
  • 47e60f8 feat!: Stricter rule test validations (#17654) (fnx)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.1.0 - April 19, 2024

  • d9a2983 chore: upgrade @​eslint/js to v9.1.1 (#18367) (Francesco Trotta)
  • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
  • 50d406d chore: package.json update for @​eslint/js release (Jenkins)
  • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
  • 155c71c chore: package.json update for @​eslint/js release (Jenkins)
  • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
  • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
  • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
  • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
  • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
  • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
  • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)
  • 9048e21 chore: lint docs/src/_...

    Description has been truncated

Bumps the all group with 54 updates:

| Package | From | To |
| --- | --- | --- |
| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.2` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.0.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.7` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.2.79` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.2.25` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.7.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.7.0` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.2` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.1` | `7.24.4` |
| [@biomejs/cli-darwin-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-darwin-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-linux-arm64-musl](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-linux-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-linux-x64-musl](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-linux-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-win32-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@biomejs/cli-win32-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `2.1.4` | `3.0.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.1.1` |
| [@humanwhocodes/config-array](https://github.com/humanwhocodes/config-array) | `0.11.14` | `0.13.0` |
| [@humanwhocodes/object-schema](https://github.com/humanwhocodes/object-schema) | `2.0.2` | `2.0.3` |
| [@next/env](https://github.com/vercel/next.js/tree/HEAD/packages/next-env) | `14.1.4` | `14.2.2` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.1.4` | `14.2.2` |
| [@next/swc-darwin-arm64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-arm64) | `14.1.4` | `14.2.2` |
| [@next/swc-darwin-x64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-x64) | `14.1.4` | `14.2.2` |
| [@next/swc-linux-arm64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-gnu) | `14.1.4` | `14.2.2` |
| [@next/swc-linux-arm64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-musl) | `14.1.4` | `14.2.2` |
| [@next/swc-linux-x64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-gnu) | `14.1.4` | `14.2.2` |
| [@next/swc-linux-x64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-musl) | `14.1.4` | `14.2.2` |
| [@next/swc-win32-arm64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-arm64-msvc) | `14.1.4` | `14.2.2` |
| [@next/swc-win32-ia32-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-ia32-msvc) | `14.1.4` | `14.2.2` |
| [@next/swc-win32-x64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-x64-msvc) | `14.1.4` | `14.2.2` |
| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.10.1` | `1.10.2` |
| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.2` | `0.5.5` |
| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/scope-manager) | `6.21.0` | `7.2.0` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `7.4.0` | `7.7.0` |
| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `6.21.0` | `7.2.0` |
| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `6.21.0` | `7.2.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `7.4.0` | `7.7.0` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `6.21.0` | `7.2.0` |
| [aria-query](https://github.com/A11yance/aria-query) | `5.1.3` | `5.3.0` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001612` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.4.722` | `1.4.745` |
| [eslint-scope](https://github.com/eslint/eslint-scope) | `7.2.2` | `8.0.1` |
| [espree](https://github.com/eslint/espree) | `9.6.1` | `10.0.1` |
| [file-entry-cache](https://github.com/jaredwray/file-entry-cache) | `6.0.1` | `8.0.0` |
| [flat-cache](https://github.com/jaredwray/flat-cache) | `3.2.0` | `4.0.1` |
| [glob](https://github.com/isaacs/node-glob) | `7.2.3` | `10.3.10` |
| [globals](https://github.com/sindresorhus/globals) | `13.24.0` | `14.0.0` |


Updates `next` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.4...v14.2.2)

Updates `@biomejs/biome` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@testing-library/dom` from 9.3.4 to 10.0.0
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/dom-testing-library@v9.3.4...v10.0.0)

Updates `@testing-library/react` from 14.2.2 to 15.0.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.2.2...v15.0.2)

Updates `@types/node` from 20.12.2 to 20.12.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.73 to 18.2.79
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.23 to 18.2.25
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)

Updates `eslint` from 8.57.0 to 9.1.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.1.0)

Updates `eslint-config-next` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/eslint-config-next)

Updates `postcss-nesting` from 12.1.1 to 12.1.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)

Updates `typescript` from 5.4.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.3...v5.4.5)

Updates `@babel/runtime` from 7.24.1 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-runtime)

Updates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.0
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)

Updates `@eslint/eslintrc` from 2.1.4 to 3.0.2
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v2.1.4...v3.0.2)

Updates `@eslint/js` from 8.57.0 to 9.1.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)

Updates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0
- [Release notes](https://github.com/humanwhocodes/config-array/releases)
- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)
- [Commits](humanwhocodes/config-array@v0.11.14...v0.13.0)

Updates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/humanwhocodes/object-schema/releases)
- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)
- [Commits](humanwhocodes/object-schema@v2.0.2...v2.0.3)

Updates `@next/env` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-env)

Updates `@next/eslint-plugin-next` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/eslint-plugin-next)

Updates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/darwin-arm64)

Updates `@next/swc-darwin-x64` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/darwin-x64)

Updates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-arm64-gnu)

Updates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-arm64-musl)

Updates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-x64-gnu)

Updates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-x64-musl)

Updates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/win32-arm64-msvc)

Updates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/win32-ia32-msvc)

Updates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/win32-x64-msvc)

Updates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2
- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)

Updates `@swc/helpers` from 0.5.2 to 0.5.5
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/commits)

Updates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.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/v7.2.0/packages/scope-manager)

Updates `@typescript-eslint/type-utils` from 7.4.0 to 7.7.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/type-utils)

Updates `@typescript-eslint/types` from 6.21.0 to 7.2.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/v7.2.0/packages/types)

Updates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.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/v7.2.0/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 7.4.0 to 7.7.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/v7.7.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.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/v7.2.0/packages/visitor-keys)

Updates `aria-query` from 5.1.3 to 5.3.0
- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)
- [Commits](A11yance/aria-query@v5.1.3...v5.3.0)

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

Updates `electron-to-chromium` from 1.4.722 to 1.4.745
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.4.722...v1.4.745)

Updates `eslint-scope` from 7.2.2 to 8.0.1
- [Release notes](https://github.com/eslint/eslint-scope/releases)
- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint-scope@v7.2.2...v8.0.1)

Updates `espree` from 9.6.1 to 10.0.1
- [Release notes](https://github.com/eslint/espree/releases)
- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)
- [Commits](eslint/js@v9.6.1...v10.0.1)

Updates `file-entry-cache` from 6.0.1 to 8.0.0
- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)
- [Commits](jaredwray/file-entry-cache@v6.0.1...v8.0.0)

Updates `flat-cache` from 3.2.0 to 4.0.1
- [Release notes](https://github.com/jaredwray/flat-cache/releases)
- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)
- [Commits](jaredwray/flat-cache@v3.2.0...v4.0.1)

Updates `glob` from 7.2.3 to 10.3.10
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v7.2.3...v10.3.10)

Updates `globals` from 13.24.0 to 14.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v13.24.0...v14.0.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@testing-library/dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss-nesting
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@babel/runtime"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@biomejs/cli-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-linux-arm64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-linux-x64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-win32-arm64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@biomejs/cli-win32-x64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@eslint/eslintrc"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@eslint/js"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@humanwhocodes/config-array"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@humanwhocodes/object-schema"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/env"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/swc-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@rushstack/eslint-patch"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@swc/helpers"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/scope-manager"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/type-utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/types"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: aria-query
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-scope
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: espree
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: file-entry-cache
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: flat-cache
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: glob
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: globals
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
...

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 Apr 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-6738e5d36c branch April 29, 2024 13:27
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.

0 participants