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 71 updates #22

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

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

Package From To
@tauri-apps/plugin-clipboard-manager 2.0.0-rc.1 2.0.0-rc.2
next 14.2.7 14.2.11
@biomejs/biome 1.8.3 1.9.1
@tauri-apps/cli 2.0.0-rc.10 2.0.0-rc.15
@types/jest 29.5.12 29.5.13
@types/node 22.5.2 22.5.5
@types/react 18.3.5 18.3.6
@typescript-eslint/eslint-plugin 8.4.0 8.6.0
@typescript-eslint/parser 8.4.0 8.6.0
cssnano 7.0.5 7.0.6
eslint 8.57.0 8.57.1
eslint-config-next 14.2.7 14.2.11
postcss 8.4.44 8.4.47
tailwindcss 3.4.10 3.4.11
typescript 5.5.4 5.6.2
caniuse-lite 1.0.30001655 1.0.30001660
electron-to-chromium 1.5.13 1.5.23
picocolors 1.0.1 1.1.0

Updates @tauri-apps/plugin-clipboard-manager from 2.0.0-rc.1 to 2.0.0-rc.2

Release notes

Sourced from @​tauri-apps/plugin-clipboard-manager's releases.

nfc v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-nfc v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/nfc)
    Packaged 42 files, 113.3KiB (34.5KiB compressed)
   Uploading tauri-plugin-nfc v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/nfc)
    Uploaded tauri-plugin-nfc v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-nfc v2.0.0-rc.2` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-nfc v2.0.0-rc.2 at registry `crates-io`

notification v2.0.0-rc.2

[2.0.0-rc.2]

Updating crates.io index
   Packaging tauri-plugin-notification v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/notification)
    Packaged 70 files, 259.2KiB (106.8KiB compressed)
   Uploading tauri-plugin-notification v2.0.0-rc.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/notification)
    Uploaded tauri-plugin-notification v2.0.0-rc.2 to registry `crates-io`
note: waiting for `tauri-plugin-notification v2.0.0-rc.2` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-notification v2.0.0-rc.2 at registry `crates-io`

shell v2.0.0-rc.2

[2.0.0-rc.2]

... (truncated)

Commits
  • c565a08 publish new versions (#1711)
  • cf4d7d4 chore: adjust prettier config, .gitignore and use taplo to format toml files ...
  • 72c2ce8 chore(deep-link): fix example, update documentation (#1725)
  • 4654591 fix(deep-link): allow empty config values (#1732)
  • feb1e93 feat(dialog): implement save API on iOS (#1707)
  • ff134a8 Remove authenticator plugin (#1723)
  • f8255e1 feat(updater): allow passing headers & timeout in Update.download* methods ...
  • b9bcb2b chore(deps): update dependency typescript-eslint to v8.4.0 (v2) (#1721)
  • 51819c6 fix(fs): writeFile command implementation on Android (#1708)
  • f7280c8 fix(fs): can't use Windows path (#1710)
  • Additional commits viewable in compare view

Updates next from 14.2.7 to 14.2.11

Release notes

Sourced from next's releases.

v14.2.11

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

Core Changes

  • fix: correct metadata url suffix (vercel/next.js#69959)
  • fix: setting assetPrefix to URL format breaks HMR (#70040)
  • Update revalidateTag to batch tags in one request (#65296)

Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

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

Core Changes

Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.9

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

Core Changes

  • Revert "Fix esm property def in flight loader (#66990)" (#69749)
  • Disable experimental.optimizeServer by default to fix failed server action (#69788)
  • Fix middleware fallback: false case (#69799)
  • Fix status code for /_not-found route (#64058) (#69808)
  • Fix metadata prop merging (#69807)
  • create-next-app: fix font file corruption when using import alias (#69806)

Credits

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

v14.2.8

What's Changed

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

Support esmExternals in app directory

... (truncated)

Commits

Updates @biomejs/biome from 1.8.3 to 1.9.1

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.1

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

What's Changed

Other changes

New Contributors

Full Changelog: biomejs/biome@cli/v1.9.1-nightly.12688b6...cli/v1.9.1

CLI v1.9.1-nightly.12688b6

Analyzer

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Configuration

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.1 (2024-09-15)

CLI

Bug fixes

  • useEditorConfig now loads the editorconfig when running biome ci #3864. Contributed by @​dyc3

Editors

Bug fixes

  • Revert #3731 to fix broken quick fixes and code actions. Contributed by @​nhedger

Linter

New Features

Bug fixes

v1.9.0 (2024-09-12)

Analyzer

CLI

New features

  • Add --graphql-linter-enabled option, to control whether the linter should be enabled or not for GraphQL files. Contributed by @​ematipico

  • New EXPERIMENTAL search command. The search command allows you to search a Biome project using GritQL syntax.

    GritQL is a powerful language that lets you do structural searches on your codebase. This means that trivia such as whitespace or even the type of strings quotes used will be ignored in your search query. It also has many features for querying the structure of your code, making it much more elegant for searching code than regular expressions.

    While we believe this command may already be useful to users in some situations (especially when integrated in the IDE extensions!), we also had an ulterior motive for adding this command: We intend to utilize GritQL for our plugin efforts, and by allowing our users to try it out in a first iteration, we hope to gain insight in the type of queries you want to do, as well as the bugs we need to focus on.

    For now, the search command is explicitly marked as EXPERIMENTAL, since many bugs remain. Keep this in mind when you try it out, and please let us know your issues!

    Note: GritQL escapes code snippets using backticks, but most shells interpret backticks as command invocations. To avoid this, it's best to put single quotes around your Grit queries.

    biome search '`console.log($message)`' # find all `console.log` invocations

... (truncated)

Commits

Updates @tauri-apps/cli from 2.0.0-rc.10 to 2.0.0-rc.15

Release notes

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

@​tauri-apps/cli v2.0.0-rc.15

[2.0.0-rc.15]

Enhancements

  • 5a0e922d4 (#11007 by @​lucasfernog) Automatically discover the src-tauri/src/main.rs binary when it is not explicitly defined in the Cargo manifest bin array.

Bug Fixes

Dependencies

@​tauri-apps/cli v2.0.0-rc.14

[2.0.0-rc.14]

Enhancements

Dependencies

@​tauri-apps/cli v2.0.0-rc.13

[2.0.0-rc.13]

Bug Fixes

  • a5848af65 (#10944 by @​lucasfernog) Synchronize app version (tauri.conf.json > version or Cargo.toml > package > version) with the CFBundleVersion and CFBundleShortVersionString Info.plist values.

Dependencies

@​tauri-apps/cli v2.0.0-rc.12

[2.0.0-rc.12]

Dependencies

@​tauri-apps/cli v2.0.0-rc.11

[2.0.0-rc.11]

Enhancements

... (truncated)

Commits
  • 63264a2 Apply Version Updates From Current Changes (#11010)
  • 94e9d47 fix: fix main_binary_name includes .exe regression on Windows (#11011)
  • 5a0e922 feat(cli): discover src/main.rs binary automatically (#11007)
  • 4f44ebf Apply Version Updates From Current Changes (#10953)
  • db64d08 chore(deps) Update Rust crate syn to v2.0.77 (#10954)
  • 0b00428 chore(deps) Update Tauri Build to v1.0.87 (#10955)
  • 71f4ca5 chore(deps) Update Tauri Bundler (#10957)
  • 184f0ad chore(deps) Update Tauri Codegen (#10958)
  • 54be2f7 chore(deps) Update Tauri macOSSign to v1.0.87 (#10960)
  • 44d54a0 fix(bundler): Use appimage files instead of debian files when building appima...
  • Additional commits viewable in compare view

Updates @types/jest from 29.5.12 to 29.5.13

Commits

Updates @types/node from 22.5.2 to 22.5.5

Commits

Updates @types/react from 18.3.5 to 18.3.6

Commits

Updates @typescript-eslint/eslint-plugin from 8.4.0 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

... (truncated)

Changelog

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

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions

  • type-utils: isNullableType add Void logic

  • eslint-plugin: [no-unnecessary-condition] check switch cases

  • eslint-plugin: [no-misused-promises] check array predicate return

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice

  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment

  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types

  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message

❤️ Thank You

  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Kim Sang Du
  • YeonJuan

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

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary `

  • eslint-plugin: [no-unsafe-argument] differentiate error types

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer

  • eslint-plugin: [no-misused-promises] handle static method

... (truncated)

Commits
  • 343710e chore(release): publish 8.6.0
  • 454d37e feat(eslint-plugin): [no-misused-promises] check array predicate return (#9955)
  • af92611 feat: add allow option for restrict-template-expressions (#8556)
  • 2a809e2 test(eslint-plugin): [no-unnecessary-type-parameters] add tests with intrinsi...
  • 682299e feat(eslint-plugin): [no-unnecessary-condition] check switch cases (#9912)
  • 77e65df fix(eslint-plugin): [no-unnecessary-condition] properly reflect multiple nega...
  • c11ca06 chore(eslint-plugin): make utility for static member access (#9836)
  • 2a956b2 fix(eslint-plugin): [no-deprecated] report on deprecated properties with func...
  • 9a80067 fix(eslint-plugin): [no-deprecated] report on deprecated variables used in de...
  • 3710c9c feat(type-utils): isNullableType add Void logic (#9937)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.4.0 to 8.6.0

Release notes

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

v8.6.0

8.6.0 (2024-09-16)

🚀 Features

  • add allow option for restrict-template-expressions (#8556)
  • eslint-plugin: [no-unnecessary-condition] check switch cases (#9912)
  • eslint-plugin: [no-misused-promises] check array predicate return (#9955)
  • type-utils: isNullableType add Void logic (#9937)
  • typescript-estree: disable plugin loading by default in project service (#9964)

🩹 Fixes

  • eslint-plugin: [no-deprecated] don't report recursive types in destructuring assignment twice (#9969)
  • eslint-plugin: [no-deprecated] report on deprecated variables used in destructuring assignment (#9978)
  • eslint-plugin: [no-deprecated] report on deprecated properties with function-like types (#9977)
  • eslint-plugin: [no-unnecessary-condition] properly reflect multiple negations in message (#9940)
  • typescript-estree: don't throw on missing tsconfig.json by default in project service (#9989)

❤️ Thank You

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

v8.5.0

8.5.0 (2024-09-09)

🚀 Features

  • eslint-plugin: [no-duplicate-type-constituents] prevent unnecessary | undefined for optional parameters (#9479)
  • eslint-plugin: [no-unsafe-argument] differentiate error types (#9920)
  • typescript-estree: default projectService.defaultProject to 'tsconfig.json' (#9893)

🩹 Fixes

  • deps: update dependency prism-react-renderer to v2.4.0 (#9943)
  • eslint-plugin: [no-unnecessary-type-assertion] fix TSNonNullExpression fixer (#9898)
  • eslint-plugin: [no-misused-promises] handle static method (#9951)
  • eslint-plugin: [no-unnecessary-type-parameters] fix AST quick path scope analysis (#9900)
  • eslint-plugin: [consistent-type-assertions] access parser services lazily (#9921)

❤️ Thank You

... (truncated)

Changelog

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

8.6.0 (2024-09-16)

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.

8.5.0 (2024-09-09)

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.

Commits

Updates cssnano from 7.0.5 to 7.0.6

Release notes

Sourced from cssnano's releases.

v7.0.6

What's Changed

Full Changelog: https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6

Commits
  • 26c83f5 Publish cssnano 7.0.6
  • e43f9bf chore: update development dependencies
  • 34bdcb8 chore: add changeset
  • a4e2c51 fix(postcss-convert-values): convert 0ms to 0s (#1665)
  • 7e86cfd chore: update Node type definitions
  • 1d65a10 fix: update postcss-selector-parser
  • 024ddef fix(cssnano-preset-default): update postcss-calc
  • 842b7f3 chore: update development dependencies
  • 104c303 docs: Update website for release
  • See full diff in compare view

Updates eslint from 8.57.0 to 8.57.1

Release notes

Sourced from eslint's releases.

v8.57.1

Bug Fixes

  • a19072f fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)

Documentation

  • 6a5add4 docs: v8.x Add EOL banner (#18744) (Amaresh S M)
  • b034575 docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)
  • 760ef7d docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)
  • 428b7ea docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)
  • c68c07f docs: version selectors synchronization (#18265) (Milos Djermanovic)

Build Related

  • 35d366a build: Support updates to previous major versions (#18870) (Milos Djermanovic)

Chores

Changelog

Sourced from eslint's changelog.

v8.57.1 - September 16, 2024

  • 140ec45 chore: upgrade @​eslint/js@​8.57.1 (#18913) (Milos Djermanovic)
  • bcdfc04 chore: package.json update for @​eslint/js release (Jenkins)
  • 3f6ce8d chore: pin [email protected] (#18910) (Milos Djermanovic)
  • a19072f fix: add logic to handle fixTypes in the lintText() method (#18900) (Francesco Trotta)
  • 04c7188 fix: Don't lint same file multiple times (#18899) (Francesco Trotta)
  • 87ec3c4 fix: do not throw when defining a global named __defineSetter__ (#18898) (Francesco Trotta)
  • 60a1267 fix: Provide helpful error message for nullish configs (#18889) (Milos Djermanovic)
  • 35d366a build: Support updates to previous major versions (#18870) (Milos Djermanovic)
  • a0dea8e fix: allow name in global ignores, fix --no-ignore for non-global (#18875) (Milos Djermanovic)
  • 3836bb4 fix: do not crash on error in fs.walk filter (#18886) (Milos Djermanovic)
  • 2dec349 fix: skip processor code blocks that match only universal patterns (#18880) (Milos Djermanovic)
  • 6a5add4 docs: v8.x Add EOL banner (#18744) (Amaresh S M)
  • b034575 docs: v8.x add version support page to the dropdown (#18731) (Amaresh S M)
  • 760ef7d docs: v8.x add version support page in the side navbar (#18740) (Amaresh S M)
  • 428b7ea docs: Add Powered by Algolia label to the search (#18658) (Amaresh S M)
  • 9f07549 chore: ignore /docs/v8.x in link checker (#18660) (Milos Djermanovic)
  • c68c07f docs: version selectors synchronization (#18265) (Milos Djermanovic)

v9.10.0 - September 6, 2024

  • 24c3ff7 chore: upgrade to @​eslint/js@​9.10.0 (#18866) (Francesco Trotta)
  • 1ebdde1 chore: package.json update for @​eslint/js release (Jenkins)
  • 301b90d feat: Add types (#18854) (Nicholas C. Zakas)
  • bee0e7a docs: update README (#18865) (Milos Djermanovic)
  • bcf0df5 feat: limit namespace import identifier in id-length rule (#18849) (ChaedongIm)
  • 45c18e1 feat: add requireFlag option to require-unicode-regexp rule (#18836) (Brett Zamir)
  • 5d80b59 docs: specify that ruleId can be null in custom formatter docs (#18857) (Milos Djermanovic)
  • 156b1c3 docs: Update README (GitHub Actions Bot)
  • e8fc5bd chore: update dependency @​eslint/core to ^0.5.0 (#18848) (renovate[bot])
  • 343f992 refactor: don't use node.value when removing unused directives (#18835) (Milos Djermanovic)
  • 183b459 feat: add error message for duplicate flags in no-invalid-regexp (#18837) (Tanuj Kanti)
  • f6fdef9 docs: Update README (GitHub Actions Bot)
  • c69b406 feat: report duplicate allowed flags in no-invalid-regexp (#18754) (Tanuj Kanti)
  • a20c870 docs: Update README (GitHub Actions Bot)
  • 90e699b docs: Update README (GitHub Actions Bot)
  • 3db18b0 refactor: Extract FileContext into class (#18831) (Nicholas C. Zakas)
  • 931d650 refactor: Use @​eslint/plugin-kit (#18822) (Nicholas C. Zakas)
  • ed5cf0c chore: update dependency @​eslint/json to ^0.4.0 (#18829) (Milos Djermanovic)
  • d1f0831 chore: added missing ids (#18817) (Strek)
  • ec92813 refactor: Config class (#18763) (Nicholas C. Zakas)

v9.9.1 - August 23, 2024

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

| Package | From | To |
| --- | --- | --- |
| [@tauri-apps/plugin-clipboard-manager](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0-rc.2` |
| [next](https://github.com/vercel/next.js) | `14.2.7` | `14.2.11` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.8.3` | `1.9.1` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.0.0-rc.15` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.5.5` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.6.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.6.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.5` | `7.0.6` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `8.57.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.7` | `14.2.11` |
| [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.47` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.11` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001655` | `1.0.30001660` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.13` | `1.5.23` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.1` | `1.1.0` |



Updates `@tauri-apps/plugin-clipboard-manager` from 2.0.0-rc.1 to 2.0.0-rc.2
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.0.0-rc.1...fs-v2.0.0-rc.2)

Updates `next` from 14.2.7 to 14.2.11
- [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.2.7...v14.2.11)

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

Updates `@tauri-apps/cli` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.0-rc.10...@tauri-apps/cli-v2.0.0-rc.15)

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

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

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

Updates `@typescript-eslint/eslint-plugin` from 8.4.0 to 8.6.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/v8.6.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.4.0 to 8.6.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/v8.6.0/packages/parser)

Updates `cssnano` from 7.0.5 to 7.0.6
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/[email protected]@7.0.6)

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

Updates `eslint-config-next` from 14.2.7 to 14.2.11
- [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.11/packages/eslint-config-next)

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

Updates `tailwindcss` from 3.4.10 to 3.4.11
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.11/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.10...v3.4.11)

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

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

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

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

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

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

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

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

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

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

Updates `@eslint/js` from 8.57.0 to 8.57.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/v8.57.1/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 `@next/env` from 14.2.7 to 14.2.11
- [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.11/packages/next-env)

Updates `@next/eslint-plugin-next` from 14.2.7 to 14.2.11
- [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.11/packages/eslint-plugin-next)

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

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

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

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

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

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

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

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

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

Updates `@tauri-apps/cli-darwin-arm64` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-darwin-x64` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-linux-arm-gnueabihf` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-linux-arm64-gnu` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-linux-arm64-musl` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-linux-x64-gnu` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-linux-x64-musl` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-win32-arm64-msvc` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-win32-ia32-msvc` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

Updates `@tauri-apps/cli-win32-x64-msvc` from 2.0.0-rc.10 to 2.0.0-rc.15
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-cli-v2.0.0-rc.15)

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

Updates `@typescript-eslint/type-utils` from 8.4.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/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.4.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/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/utils)

Updates `axobject-query` from 3.1.1 to 4.1.0
- [Changelog](https://github.com/A11yance/axobject-query/blob/main/CHANGELOG.md)
- [Commits](A11yance/axobject-query@v3.1.1...v4.1.0)

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

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

Updates `electron-to-chromium` from 1.5.13 to 1.5.23
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.13...v1.5.23)

Updates `eslint-module-utils` from 2.8.2 to 2.11.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/utils/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/commits/v2.11.0/utils)

Updates `eslint-plugin-import` from 2.29.1 to 2.30.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.29.1...v2.30.0)

Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.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](jsx-eslint/eslint-plugin-jsx-a11y@v6.9.0...v6.10.0)

Updates `eslint-plugin-react` from 7.35.0 to 7.36.1
- [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](jsx-eslint/eslint-plugin-react@v7.35.0...v7.36.1)

Updates `get-tsconfig` from 4.8.0 to 4.8.1
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](privatenumber/get-tsconfig@v4.8.0...v4.8.1)

Updates `is-bun-module` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/SunsetTechuila/is-bun-module/releases)
- [Changelog](https://github.com/SunsetTechuila/is-bun-module/blob/master/.releaserc.json)
- [Commits](SunsetTechuila/is-bun-module@v1.1.0...v1.2.1)

Updates `ms` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/vercel/ms/releases)
- [Commits](vercel/ms@2.1.2...2.1.3)

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

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

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

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

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

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

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

Updates `source-map-js` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/7rulnik/source-map-js/releases)
- [Changelog](https://github.com/7rulnik/source-map-js/blob/patch-0.6.1/CHANGELOG.md)
- [Commits](7rulnik/source-map-js@v1.2.0...v1.2.1)

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

Updates `yaml` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: "@tauri-apps/plugin-clipboard-manager"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: all
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: "@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-patch
  dependency-group: all
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: eslint-config-next
  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: 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: "@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-community/regexpp"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@eslint/js"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@humanwhocodes/config-array"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/env"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@next/swc-win32-x64-msvc"
  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-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm-gnueabihf"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-ia32-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/cli-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/prop-types"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/type-utils"
  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-major
  dependency-group: all
- dependency-name: axobject-query
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cssnano-preset-default
  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-module-utils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-import
  dependency-type: indirect
  update-type: version-update:semver-minor
  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
  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: is-bun-module
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ms
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: picocolors
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: postcss-convert-values
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-discard-comments
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-merge-longhand
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-merge-rules
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-minify-selectors
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-unique-selectors
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: source-map-js
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: stylehacks
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: yaml
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

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

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-37ddfdc919 branch September 23, 2024 20:48
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