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 across 1 directory with 162 updates #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the all group with 32 updates in the / directory:

Package From To
@radix-ui/react-avatar 1.0.4 1.1.0
@radix-ui/react-slot 1.0.2 1.1.0
@tauri-apps/api 1.5.3 1.6.0
clsx 2.1.0 2.1.1
lucide-react 0.378.0 0.417.0
next 14.1.4 14.2.5
react 18.2.0 18.3.1
@types/react 18.2.73 18.3.3
react-dom 18.2.0 18.3.1
@types/react-dom 18.2.23 18.3.0
tailwind-merge 2.3.0 2.4.0
@biomejs/biome 1.6.3 1.8.3
@tauri-apps/cli 1.5.11 1.6.0
@testing-library/dom 9.3.4 10.4.0
@testing-library/jest-dom 6.4.2 6.4.8
@testing-library/react 14.2.2 16.0.0
@types/node 20.12.2 22.0.0
@typescript-eslint/eslint-plugin 7.4.0 7.17.0
@typescript-eslint/parser 7.4.0 7.17.0
cssnano 6.1.2 7.0.4
eslint 8.57.0 9.8.0
eslint-config-next 14.1.4 14.2.5
husky 9.0.11 9.1.3
lint-staged 15.2.2 15.2.7
postcss 8.4.38 8.4.40
postcss-nesting 12.1.1 12.1.5
tailwindcss 3.4.3 3.4.7
typescript 5.4.3 5.5.4
browserslist 4.23.0 4.23.2
caniuse-lite 1.0.30001603 1.0.30001643
node-releases 2.0.14 2.0.18
picocolors 1.0.0 1.0.1

Updates @radix-ui/react-avatar from 1.0.4 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-avatar since your current version.


Updates @radix-ui/react-slot from 1.0.2 to 1.1.0

Commits
Maintainer changes

This version was pushed to npm by vladmoroz, a new releaser for @​radix-ui/react-slot since your current version.


Updates @tauri-apps/api from 1.5.3 to 1.6.0

Release notes

Sourced from @​tauri-apps/api's releases.

@​tauri-apps/api v1.6.0

yarn audit v1.22.22
info No lockfile found.
0 vulnerabilities found - Packages audited: 146
Done in 2.09s.

[1.6.0]

Enhancements

  • 44e3335da (#9796) Enhance the speed of The JS Command.execute API from shell module.

Bug Fixes

  • 44e3335da (#9796) Fix The JS Command.execute API from shell module including extra new lines.
yarn run v1.22.22
$ yarn build && cd ./dist && yarn publish --access public --loglevel silly
$ rollup -c --configPlugin typescript
�[36m
�[1m./src/app.ts, ./src/cli.ts, ./src/clipboard.ts, ./src/dialog.ts, ./src/event.ts, ./src/fs.ts, ./src/globalShortcut.ts, ./src/http.ts, ./src/index.ts, ./src/mocks.ts, ./src/notification.ts, ./src/os.ts, ./src/path.ts, ./src/process.ts, ./src/shell.ts, ./src/tauri.ts, ./src/updater.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m
�[32mcreated �[1m./dist, ./dist�[22m in �[1m1.4s�[22m�[39m
�[36m
�[1msrc/index.ts�[22m → �[1m../../core/tauri/scripts/bundle.global.js�[22m...�[39m
�[32mcreated �[1m../../core/tauri/scripts/bundle.global.js�[22m in �[1m1.6s�[22m�[39m
[1/4] Bumping version...
info Current version: 1.6.0
[2/4] Logging in...
[3/4] Publishing...
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 7.85s.

@​tauri-apps/api v1.5.6

... (truncated)

Commits

Updates clsx from 2.1.0 to 2.1.1

Release notes

Sourced from clsx's releases.

v2.1.1

Patches

  • (types) Include bigint in ClassValue type: (#96): 3d960ab Accommodates recent @types/react changes to ReactNode. Thank you @​ViliamKopecky~!

Chores

  • Add licenses.dev badge: 684509c This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for polka@next and a larger astro example.

Full Changelog: lukeed/clsx@v2.1.0...v2.1.1

Commits

Updates lucide-react from 0.378.0 to 0.417.0

Release notes

Sourced from lucide-react's releases.

New icons 0.417.0

Modified Icons 🔨

New icons 0.416.0

New icons 🎨

Modified Icons 🔨

New icons 0.415.0

New icons 🎨

New icons 0.414.0

New icons 🎨

New icons 0.413.0

New icons 🎨

... (truncated)

Commits

Updates next from 14.1.4 to 14.2.5

Release notes

Sourced from next's releases.

v14.2.5

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

Core Changes

  • avoid merging global css in a way that leaks into other chunk groups (#67373)
  • Fix server action edge redirect with middleware rewrite (#67148)
  • fix(next): reject protocol-relative URLs in image optimization (#65752)
  • fix(next-swc): correct path interop to filepath for wasm (#65633)
  • Use addDependency to track metadata route file changes (#66714)
  • Fix noindex is missing on static not-found page (#67135)
  • perf: improve retrieving versionInfo on Turbo HMR (#67309)
  • fix(next/image): handle invalid url (#67465)
  • fix(next): initial prefetch cache not set properly with different search params (#65977)
  • fix: Backport class properties fix (#67377)
  • Upgrade acorn (#67592)

Misc

  • Log stdio for pull-turbo-cache script (#66759)
  • Ensure turbo is setup when building in docker (#66804)

Credits

Huge thanks to @​devjiwonchoi, @​ijjk, @​emmerich, @​huozhi, @​kdy1, @​kwonoj, @​styfle, and @​sokra for helping!

v14.2.4

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

Core Changes

  • fix: ensure route handlers properly track dynamic access (#66446)
  • fix NextRequest proxy in edge runtime (#66551)
  • Fix next/dynamic with babel and src dir (#65177)
  • Use vercel deployment url for metadataBase fallbacks (#65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#65235)
  • Fix loading navigation with metadata and prefetch (#66447)
  • prevent duplicate RSC fetch when action redirects (#66620)
  • ensure router cache updates reference the latest cache values (#66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#66674)
  • Use addDependency to track metadata route file changes (#66714)
  • Add timeout/retry handling for fetch cache (#66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#66755)

Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

Commits

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.73 to 18.3.3

Commits

Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates @types/react-dom from 18.2.23 to 18.3.0

Commits

Updates tailwind-merge from 2.3.0 to 2.4.0

Release notes

Sourced from tailwind-merge's releases.

v2.4.0

New Features

  • Allow hooking into class parsing logic (experimental) by @​dcastil in dcastil/tailwind-merge#444
    • There is no info to this in the docs because this is experimental, but there is a new experimentalParseClassName property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to dcastil/tailwind-merge#385 for upcoming more powerful low-level functionality.
  • Create security policy by @​dcastil in dcastil/tailwind-merge#439
    • Added documentation on how to report potential vulnerabilities
  • Avoid @babel/runtime dependency by @​dcastil in dcastil/tailwind-merge#431
    • Now no dependencies in tailwind-merge anymore. This dependency was only used in the tailwind-merge/es5 bundle anyway which I don't optimize for.

Documentation

Other

Full Changelog: dcastil/tailwind-merge@v2.3.0...v2.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​microsoft for sponsoring tailwind-merge! ❤️

Commits
  • f745ace v2.4.0
  • 3847cc0 Merge pull request #444 from dcastil/feature/440/allow-hooking-into-class-par...
  • 9aa1c8e add tests for experimentalParseClassName
  • 6812bf7 fix outdated import path in class-map test
  • 922bfda fix experimentalParseClassName config property not being overriden in mergeCo...
  • f6c7b19 update versioning docs
  • 91eb1b6 add inline documentation for experimentalParseClassName
  • e28c73a add experimentalParseClassName feature to tailwind-merge
  • f39111d rename splitModifiers to parseClassName
  • 6fdf5ef rename class utils to class group utils
  • Additional commits viewable in compare view

Updates @biomejs/biome from 1.6.3 to 1.8.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.8.3

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

    Contributed by @​lutaok

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.8.3 (2024-06-27)

CLI

Bug fixes

  • Fix #3104 by suppressing node warnings when using biome migrate. Contributed by @​SuperchupuDev

  • Force colors to be off when using the GitHub reporter to properly create annotations in GitHub actions (#3148). Contributed by @​Sec-ant

Parser

Bug fixes

Formatter

Bug fixes

Linter

New features

Enhancements

Bug fixes

  • useConsistentArrayType and useShorthandArrayType now ignore Array in the extends and implements clauses. Fix #3247. Contributed by @​Conaclos
  • Fixes #3066 by taking into account the dependencies declared in the package.json. Contributed by @​ematipico
  • The code action of the useArrowFunction rule now preserves a trailing comma when there is only a single type parameter in the arrow function and JSX is enabled. Fixes #3292. Contributed by @​Sec-ant

Enhancements

  • Enhance tailwind sorting lint rule #1274 with variant support.

    Every preconfigured variant is assigned a weight that concurs on establishing the output sorting order. Since nesting variants on the same utility class is possible, the resulting weight is the Bitwise XOR of all the variants weight for that class. Dynamic variants (e.g. has-[.custom-class], group-[:checked]) are also supported and they take the weight of their base variant name the custom value attached (e.g. has-[.custom-class] takes has weight). Arbitrary variants (e.g. [&nth-child(2)]) don't have a weight assigned and they are placed after every known variant. Classes with the same amount of arbitrary variants follow lexicographical order. The class that has the highest number of nested arbitrary variants is placed last. Screen variants (e.g. sm:, max-md:, min-lg:) are not supported yet.

... (truncated)

Commits

Updates @tauri-apps/cli from 1.5.11 to 1.6.0

Release notes

Sourced from @​tauri-apps/cli's releases.

@​tauri-apps/cli v1.6.0

[1.6.0]

New Features

  • 253595a22 (#9809) Add RPM packaging
  • a301be52d (#9914) Use cargo's target directory to store and cache bundling tools when bundle > useLocalToolsDir option is active.

Bug Fixes

  • 08f57efef (#10136) Fix parsing of cargo profile when using --profile=<profile> syntax.
  • 674accad7 (#10015) Add missing dependency libayatana-appindicator3.so.1 for rpm package.

Dependencies

  • Upgraded to tauri-cli@1.6.0

@​tauri-apps/cli v1.5.14

[1.5.14]

Dependencies

  • Upgraded to tauri-cli@1.5.14
Commits

Updates @testing-library/dom from 9.3.4 to 10.4.0

Release notes

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

v10.4.0

10.4.0 (2024-07-22)

Features

  • Reduce caught exceptions in prettyDom (reland) (#1323) (a86c54c)

v10.3.2

10.3.2 (2024-07-15)

Bug Fixes

v10.3.1

10.3.1 (2024-07-05)

Bug Fixes

v10.3.0

10.3.0 (2024-07-02)

Features

v10.2.0

10.2.0 (2024-06-24)

Features

  • Support anonymous custom elements when pretty printing DOM (#1319) (0a8ad65)

v10.1.0

10.1.0 (2024-04-29)

Features

  • Add window events "pagehide" / "pageshow" (#1308) (56543d5)

v10.0.0

10.0.0 (2024-04-08)

... (truncated)

Commits

Bumps the all group with 32 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.0.4` | `1.1.0` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.0.2` | `1.1.0` |
| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.6.0` |
| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.378.0` | `0.417.0` |
| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.5` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.3` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.3.0` | `2.4.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.8.3` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.6.0` |
| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.4.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.8` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `16.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `22.0.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.17.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.4` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.8.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.5` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.3` |
| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.7` |
| [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.40` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.5` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.3` | `3.4.7` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.5.4` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.23.0` | `4.23.2` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001643` |
| [node-releases](https://github.com/chicoxyzzy/node-releases) | `2.0.14` | `2.0.18` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.0` | `1.0.1` |



Updates `@radix-ui/react-avatar` from 1.0.4 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-slot` from 1.0.2 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@tauri-apps/api` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.6)

Updates `clsx` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/lukeed/clsx/releases)
- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)

Updates `lucide-react` from 0.378.0 to 0.417.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.417.0/packages/lucide-react)

Updates `next` from 14.1.4 to 14.2.5
- [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/compare/v14.1.4...v14.2.5)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

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

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

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

Updates `tailwind-merge` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](https://github.com/dcastil/tailwind-merge/compare/v2.3.0...v2.4.0)

Updates `@biomejs/biome` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@tauri-apps/cli` from 1.5.11 to 1.6.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.6.0)

Updates `@testing-library/dom` from 9.3.4 to 10.4.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](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.4.0)

Updates `@testing-library/jest-dom` from 6.4.2 to 6.4.8
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.8)

Updates `@testing-library/react` from 14.2.2 to 16.0.0
- [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](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v16.0.0)

Updates `@types/node` from 20.12.2 to 22.0.0
- [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.3.3
- [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.3.0
- [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.17.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.17.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 7.4.0 to 7.17.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.17.0/packages/parser)

Updates `cssnano` from 6.1.2 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.4)

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

Updates `eslint-config-next` from 14.1.4 to 14.2.5
- [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.5/packages/eslint-config-next)

Updates `husky` from 9.0.11 to 9.1.3
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.11...v9.1.3)

Updates `lint-staged` from 15.2.2 to 15.2.7
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.7)

Updates `postcss` from 8.4.38 to 8.4.40
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.38...8.4.40)

Updates `postcss-nesting` from 12.1.1 to 12.1.5
- [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 `tailwindcss` from 3.4.3 to 3.4.7
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.7)

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

Updates `@adobe/css-tools` from 4.3.3 to 4.4.0
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

Updates `@babel/code-frame` from 7.24.2 to 7.24.7
- [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.7/packages/babel-code-frame)

Updates `@babel/helper-validator-identifier` from 7.22.20 to 7.24.7
- [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.7/packages/babel-helper-validator-identifier)

Updates `@babel/highlight` from 7.24.2 to 7.24.7
- [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.7/packages/babel-highlight)

Updates `@babel/runtime` from 7.24.1 to 7.25.0
- [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.25.0/packages/babel-runtime)

Updates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-linux-x64` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@biomejs/cli-win32-x64` from 1.6.3 to 1.8.3
- [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.8.3/packages/@biomejs/biome)

Updates `@csstools/selector-specificity` from 3.0.3 to 3.1.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/selector-specificity/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/selector-specificity)

Updates `@eslint-community/regexpp` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/eslint-community/regexpp/releases)
- [Commits](https://github.com/eslint-community/regexpp/compare/v4.10.0...v4.11.0)

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

Updates `@eslint/js` from 8.57.0 to 9.8.0
- [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/v9.8.0/packages/js)

Updates `@jridgewell/sourcemap-codec` from 1.4.15 to 1.5.0
- [Release notes](https://github.com/jridgewell/sourcemap-codec/releases)
- [Changelog](https://github.com/jridgewell/sourcemap-codec/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemap-codec/compare/v1.4.15...v1.5.0)

Updates `@next/env` from 14.1.4 to 14.2.5
- [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.5/packages/next-env)

Updates `@next/eslint-plugin-next` from 14.1.4 to 14.2.5
- [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.5/packages/eslint-plugin-next)

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

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

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

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

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

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

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

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

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

Updates `@radix-ui/react-compose-refs` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-context` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-primitive` from 1.0.3 to 2.0.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-use-callback-ref` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@radix-ui/react-use-layout-effect` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

Updates `@rushstack/eslint-patch` from 1.10.1 to 1.10.4
- [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.4/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 `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.6.0

Updates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.6.0

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.17.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.17.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.17.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.17.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 `acorn` from 8.11.3 to 8.12.1
- [Commits](https://github.com/acornjs/acorn/compare/8.11.3...8.12.1)

Updates `ansi-escapes` from 6.2.1 to 7.0.0
- [Release notes](https://github.com/sindresorhus/ansi-escapes/releases)
- [Commits](https://github.com/sindresorhus/ansi-escapes/compare/v6.2.1...v7.0.0)

Updates `array.prototype.tosorted` from 1.1.3 to 1.1.4
- [Changelog](https://github.com/es-shims/Array.prototype.toSorted/blob/main/CHANGELOG.md)
- [Commits](https://github.com/es-shims/Array.prototype.toSorted/compare/v1.1.3...v1.1.4)

Updates `axe-core` from 4.7.0 to 4.9.1
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core/compare/v4.7.0...v4.9.1)

Updates `axobject-query` from 3.2.1 to 3.1.1
- [Changelog](https://github.com/A11yance/axobject-query/blob/main/CHANGELOG.md)
- [Commits](https://github.com/A11yance/axobject-query/compare/v3.2.1...v3.1.1)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

Updates `browserslist` from 4.23.0 to 4.23.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.23.0...4.23.2)

Updates `caniuse-lite` from 1.0.30001603 to 1.0.30001643
- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001643)

Updates `cli-cursor` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/sindresorhus/cli-cursor/releases)
- [Commits](https://github.com/sindresorhus/cli-cursor/compare/v4.0.0...v5.0.0)

Updates `cssnano-preset-default` from 6.1.2 to 7.0.4
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.4)

Updates `cssnano-utils` from 4.0.2 to 5.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)

Updates `electron-to-chromium` from 1.4.722 to 1.5.2
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.5.2)

Updates `enhanced-resolve` from 5.16.0 to 5.17.1
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.16.0...v5.17.1)

Updates `es-iterator-helpers` from 1.0.18 to 1.0.19
- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)

Updates `eslint-plugin-jsx-a11y` from 6.8.0 to 6.9.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0)

Updates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react` from 7.34.1 to 7.35.0
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.35.0)

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

Updates `espree` from 9.6.1 to 10.1.0
- [Release notes](https://github.com/eslint/espree/releases)
- [Changelog](https://github.com/eslint/espree/blob/v10.1.0/CHANGELOG.md)
- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.1.0)

Updates `esquery` from 1.5.0 to 1.6.0
- [Commits](https://github.com/estools/esquery/compare/v1.5.0...v1.6.0)

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

Updates `fill-range` from 7.0.1 to 7.1.1
- [Release notes](https://github.com/jonschlinkert/fill-range/releases)
- [Commits](https://github.com/jonschlinkert/fill-range/commits/7.1.1)

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

Updates `foreground-child` from 3.1.1 to 3.2.1
- [Changelog](https://github.com/tapjs/foreground-child/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tapjs/foreground-child/compare/v3.1.1...v3.2.1)

Updates `get-tsconfig` from 4.7.3 to 4.7.6
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.7.3...v4.7.6)

Updates `glob` from 7.2.3 to 10.3.10
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/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](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)

Updates `globalthis` from 1.0.3 to 1.0.4
- [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/System.global/compare/v1.0.3...v1.0.4)

Updates `is-core-module` from 2.13.1 to 2.15.0
- [Changelog](https://github.com/inspect-js/is-core-module/blob/main/CHANGELOG.md)
- [Commits](https://github.com/inspect-js/is-core-module/compare/v2.13.1...v2.15.0)

Updates `jiti` from 1.21.0 to 1.21.6
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/v1.21.6/CHANGELOG.md)
- [Commits](https://github.com/unjs/jiti/compare/v1.21.0...v1.21.6)

Updates `language-subtag-registry` from 0.3.22 to 0.3.23
- [Commits](https://github.com/mattcg/language-subtag-registry/commits)

Updates `listr2` from 8.0.1 to 8.2.4
- [Release notes](https://github.com/listr2/listr2/releases)
- [Changelog](https://github.com/listr2/listr2/blob/master/release.config.cjs)
- [Commits](https://github.com/listr2/listr2/compare/listr2@8.0.1...listr2@8.2.4)

Updates `log-update` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/sindresorhus/log-update/releases)
- [Commits](https://github.com/sindresorhus/log-update/compare/v6.0.0...v6.1.0)

Updates `lru-cache` from 6.0.0 to 10.4.3
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v10.4.3)

Updates `micromatch` from 4.0.5 to 4.0.7
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.7)

Updates `mimic-fn` from 2.1.0 to 4.0.0
- [Release notes](https://github.com/sindresorhus/mimic-fn/releases)
- [Commits](https://github.com/sindresorhus/mimic-fn/compare/v2.1.0...v4.0.0)

Updates `minipass` from 7.0.4 to 7.1.2
- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/minipass/compare/v7.0.4...v7.1.2)

Updates `node-releases` from 2.0.14 to 2.0.18
- [Commits](https://github.com/chicoxyzzy/node-releases/compare/v2.0.14...v2.0.18)

Updates `object-inspect` from 1.13.1 to 1.13.2
- [Release notes](https://github.com/inspect-js/object-inspect/releases)
- [Changelog](https://github.com/inspect-js/object-inspect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/inspect-js/object-inspect/compare/v1.13.1...v1.13.2)

Updates `onetime` from 5.1.2 to 6.0.0
- [Release notes](https://github.com/sindresorhus/onetime/releases)
- [Commits](https://github.com/sindresorhus/onetime/compare/v5.1.2...v6.0.0)

Updates `optionator` from 0.9.3 to 0.9.4
- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gkz/optionator/commits)

Updates `path-scurry` from 1.10.2 to 1.11.1
- [Changelog](https://github.com/isaacs/path-scurry/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/path-scurry/compare/v1.10.2...v1.11.1)

Updates `picocolors` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.0.0...v1.0.1)

Updates `postcss-calc` from 9.0.1 to 10.0.0
- [Release notes](https://github.com/postcss/postcss-calc/releases)
- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)

Updates `postcss-colormin` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.1)

Updates `postcss-convert-values` from 6.1.0 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.2)

Updates `postcss-discard-comments` from 6.0.2 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.1)

Updates `postcss-discard-duplicates` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)

Updates `postcss-discard-empty` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)

Updates `postcss-discard-overridden` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)

Updates `postcss-merge-longhand` from 6.0.5 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.2)

Updates `postcss-merge-rules` from 6.1.1 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.2)

Updates `postcss-minify-font-values` from 6.1.0 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)

Updates `postcss-minify-gradients` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)

Updates `postcss-minify-params` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.1)

Updates `postcss-minify-selectors` from 6.0.4 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.2)

Updates `postcss-nested` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/postcss/postcss-nested/releases)
- [Changelog](https://github.com/postcss/postcss-nested/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-nested/compare/6.0.1...6.2.0)

Updates `postcss-normalize-charset` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)

Updates `postcss-normalize-display-values` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)

Updates `postcss-normalize-positions` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)

Updates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)

Updates `postcss-normalize-string` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)

Updates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)

Updates `postcss-normalize-unicode` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.1)

Updates `postcss-normalize-url` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)

Updates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)

Updates `postcss-ordered-values` from 6.0.2 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.1)

Updates `postcss-reduce-initial` from 6.1.0 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.1)

Updates `postcss-reduce-transforms` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)

Updates `postcss-selector-parser` from 6.0.16 to 6.1.1
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-selector-parser/compare/v6.0.16...v6.1.1)

Updates `postcss-svgo` from 6.0.3 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.1)

Updates `postcss-unique-selectors` from 6.0.4 to 7.0.1
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.1)

Updates `restore-cursor` from 4.0.0 to 5.1.0
- [Release notes](https://github.com/sindresorhus/restore-cursor/releases)
- [Commits](https://github.com/sindresorhus/restore-cursor/compare/v4.0.0...v5.1.0)

Updates `rfdc` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/davidmarkclements/rfdc/releases)
- [Commits](https://github.com/davidmarkclements/rfdc/compare/v1.3.1...1.4.1)

Updates `scheduler` from 0.23.0 to 0.23.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)

Updates `signal-exit` from 3.0.7 to 4.1.0
- [Changelog](https://github.com/tapjs/signal-exit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tapjs/signal-exit/compare/v3.0.7...v4.1.0)

Updates `stylehacks` from 6.1.1 to 7.0.2
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.2)

Updates `svgo` from 3.2.0 to 3.3.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](https://github.com/svg/svgo/compare/v3.2.0...v3.3.2)

Updates `tslib` from 2.6.2 to 2.6.3
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.6.2...v2.6.3)

Updates `undici-types` from 5.26.5 to 6.11.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.26.5...v6.11.1)

Updates `update-browserslist-db` from 1.0.13 to 1.1.0
- [Release notes](https://github.com/browserslist/update-db/releases)
- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/update-db/commits)

Updates `yaml` from 2.3.4 to 2.4.5
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.5)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-avatar"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@radix-ui/react-slot"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: clsx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tailwind-merge
  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: "@tauri-apps/cli"
  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/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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-major
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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: cssnano
  dependency-type: direct:development
  update-type: version-update:semver-major
  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: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-nesting
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tailwindcss
  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-minor
  dependency-group: all
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@babel/code-frame"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@babel/helper-validator-identifier"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@babel/highlight"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@babel/runtime"
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: "@csstools/selector-specificity"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@eslint-community/regexpp"
  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: "@jridgewell/sourcemap-codec"
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: "@radix-ui/react-compose-refs"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@radix-ui/react-context"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@radix-ui/react-primitive"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@radix-ui/react-use-callback-ref"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@radix-ui/react-use-layout-effect"
  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: "@tauri-apps/cli-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm-gnueabihf"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: acorn
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ansi-escapes
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: array.prototype.tosorted
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: axe-core
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: axobject-query
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: braces
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: browserslist
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cli-cursor
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: cssnano-preset-default
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: cssnano-utils
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: electron-to-chromium
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: enhanced-resolve
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: es-iterator-helpers
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-jsx-a11y
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-react-hooks
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-plugin-react
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: esquery
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: file-entry-cache
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: fill-range
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: flat-cache
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: foreground-child
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: get-tsconfig
  dependency-type: indirect
  update-type: version-update:semver-patch
  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
- dependency-name: globalthis
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: is-core-module
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: jiti
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: language-subtag-registry
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: listr2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: log-update
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: lru-cache
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: micromatch
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mimic-fn
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: minipass
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: node-releases
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: object-inspect
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: onetime
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: optionator
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: path-scurry
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: picocolors
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-calc
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-colormin
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-convert-values
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-discard-comments
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-discard-duplicates
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-discard-empty
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-discard-overridden
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-merge-longhand
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-merge-rules
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-minify-font-values
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-minify-gradients
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-minify-params
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-minify-selectors
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-nested
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss-normalize-charset
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-display-values
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-positions
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-repeat-style
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-string
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-timing-functions
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-unicode
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-url
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-normalize-whitespace
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-ordered-values
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-reduce-initial
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-reduce-transforms
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-selector-parser
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss-svgo
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: postcss-unique-selectors
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: restore-cursor
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: rfdc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: scheduler
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: signal-exit
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: stylehacks
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: svgo
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tslib
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: undici-types
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: update-browserslist-db
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: yaml
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

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

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-15094bca9a branch August 5, 2024 04:33
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