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 114 updates #37

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

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

Package From To
@tauri-apps/api 2.0.0-rc.4 2.1.1
@tauri-apps/plugin-clipboard-manager 2.0.0-rc.1 2.0.0
@tauri-apps/plugin-dialog 2.0.0-rc.1 2.0.1
@tauri-apps/plugin-fs 2.0.0-rc.2 2.0.2
@tauri-apps/plugin-global-shortcut 2.0.0-rc.1 2.0.0
@tauri-apps/plugin-http 2.0.0-rc.2 2.0.1
@tauri-apps/plugin-notification 2.0.0-rc.1 2.0.0
@tauri-apps/plugin-os 2.0.0-rc.1 2.0.0
@tauri-apps/plugin-process 2.0.0-rc.1 2.0.0
@tauri-apps/plugin-shell 2.0.0-rc.1 2.0.1
next 14.2.7 15.0.3
@biomejs/biome 1.8.3 1.9.4
@tauri-apps/cli 2.0.0-rc.10 2.1.0
@testing-library/jest-dom 6.5.0 6.6.3
@types/jest 29.5.12 29.5.14
@types/node 22.5.2 22.9.0
@types/react 18.3.5 18.3.12
@types/react-dom 18.3.0 18.3.1
@typescript-eslint/eslint-plugin 8.4.0 8.14.0
@typescript-eslint/parser 8.4.0 8.14.0
cssnano 7.0.5 7.0.6
eslint-config-next 14.2.7 15.0.3
postcss 8.4.44 8.4.49
postcss-nesting 13.0.0 13.0.1
tailwindcss 3.4.10 3.4.14
typescript 5.5.4 5.6.3
@babel/code-frame 7.24.7 7.26.2
@babel/runtime 7.25.6 7.26.0
@eslint-community/eslint-utils 4.4.0 4.4.1
@eslint-community/regexpp 4.11.0 4.12.1
acorn 8.12.1 8.14.0
browserslist 4.23.3 4.24.2
caniuse-lite 1.0.30001655 1.0.30001680
cross-spawn 7.0.3 7.0.5
package-json-from-dist 1.0.0 1.0.1
picocolors 1.0.1 1.1.1

Updates @tauri-apps/api from 2.0.0-rc.4 to 2.1.1

Release notes

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

@​tauri-apps/api v2.1.1

No known vulnerabilities found

[2.1.1]

Bug Fixes

  • 5e9435487 (#11645 by dgerhardt) Fix regression in toLogical and toPhysical for position types in dpi module returning incorrect y value.
  • e8a50f6d7 (#11645) Fix integer values of BasDirectory.Home and BaseDirectory.Font regression which broke path APIs in JS.
> @tauri-apps/[email protected] npm-publish /home/runner/work/tauri/tauri/packages/api
> pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks

> @​tauri-apps/api@​2.1.1 build /home/runner/work/tauri/tauri/packages/api > rollup -c --configPlugin typescript

�[36m �[1m./src/app.ts, ./src/core.ts, ./src/dpi.ts, ./src/event.ts, ./src/image.ts, ./src/index.ts, ./src/menu.ts, ./src/mocks.ts, ./src/path.ts, ./src/tray.ts, ./src/webview.ts, ./src/webviewWindow.ts, ./src/window.ts�[22m → �[1m./dist, ./dist�[22m...�[39m �[32mcreated �[1m./dist, ./dist�[22m in �[1m1.3s�[22m�[39m �[36m �[1msrc/index.ts�[22m → �[1m../../crates/tauri/scripts/bundle.global.js�[22m...�[39m �[32mcreated �[1m../../crates/tauri/scripts/bundle.global.js�[22m in �[1m1.8s�[22m�[39m npm verbose cli /opt/hostedtoolcache/node/20.18.0/x64/bin/node /opt/hostedtoolcache/node/20.18.0/x64/bin/npm npm info using [email protected] npm info using [email protected] npm silly config load:file:/opt/hostedtoolcache/node/20.18.0/x64/lib/node_modules/npm/npmrc npm silly config load:file:/tmp/6ad0a380b775be1a5293f739102d3639/.npmrc npm silly config load:file:/home/runner/work/_temp/.npmrc npm silly config load:file:/opt/hostedtoolcache/node/20.18.0/x64/etc/npmrc npm verbose title npm publish tauri-apps-api-2.1.1.tgz npm verbose argv "publish" "--ignore-scripts" "tauri-apps-api-2.1.1.tgz" "--access" "public" "--loglevel" "silly" "--no-git-checks" npm verbose logfile logs-max:10 dir:/home/runner/.npm/_logs/2024-11-11T14_49_08_178Z- npm verbose logfile /home/runner/.npm/_logs/2024-11-11T14_49_08_178Z-debug-0.log npm verbose publish [ 'tauri-apps-api-2.1.1.tgz' ] npm silly logfile done cleaning log files npm notice npm notice 📦 @​tauri-apps/api@​2.1.1 npm notice Tarball Contents </tr></table>

... (truncated)

Commits
  • ef2592b Apply Version Updates From Current Changes (#11646)
  • 7f81f05 chore: rename change file
  • e8a50f6 fix(core): hard code BaseDirectory integer values to avoid regressions when...
  • 5e94354 fix(api/dpi): fix toLogical and toPhysical for positions (#11639)
  • 0fcef3f docs: document vanilla JS import alternative (#11632)
  • 86f22f0 apply version updates (#11440)
  • 3f6f07a chore(deps): update wry to 0.47 and tao to 0.30.6 (#11627)
  • 60e86d5 fix(cli): android dev not working on Windows without --host (#11624)
  • b284358 chore(deps) Update Rust crate thiserror to v2 (dev) (#11604)
  • 229d7f8 fix(core): fix child webviews on macOS and Windows treated as full webview wi...
  • Additional commits viewable in compare view

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

Release notes

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

haptics-js v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-haptics@​2.0.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.8kB README.md npm notice 718B dist-js/bindings.d.ts npm notice 2.4kB dist-js/index.cjs npm notice 589B dist-js/index.d.ts npm notice 2.3kB dist-js/index.js npm notice 657B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-haptics npm notice version: 2.0.0 npm notice filename: tauri-apps-plugin-haptics-2.0.0.tgz npm notice package size: 3.2 kB npm notice unpacked size: 11.4 kB npm notice shasum: fdce95a0a2d2b8678aeddf5076a47fac5d557ada npm notice integrity: sha512-/cD9KjzvbRCbs[...]wTBn+6m4G6C2Q== npm notice total files: 7 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=136157023

  • @​tauri-apps/plugin-haptics@​2.0.0

haptics v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.
Updating crates.io index
   Packaging tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Packaged 47 files, 82.4KiB (32.0KiB compressed)
   Uploading tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Uploaded tauri-plugin-haptics v2.0.0 to registry `crates-io`
note: waiting for `tauri-plugin-haptics v2.0.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
</tr></table> 

... (truncated)

Commits
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • 654a729 fix(positioner): pass correct values through IPC (#1858)
  • 58eab11 chore: document supported platforms on README, clarify unsupported APIs (#1857)
  • fb62d03 publish new versions (#1807)
  • 7e5e344 Cancel auto save on save (#1859)
  • f12d356 feat(store)!: fully rework and add auto save (#1550)
  • 44273b9 fix(shell): fix schema requiring sidecar property even though it is optiona...
  • 2f7e32b [positioner] handleIconState in JS (#1822)
  • 30bcf5d refactor(sql): Allow multiple drivers at the same time (#1838)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-dialog from 2.0.0-rc.1 to 2.0.1

Release notes

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

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-fs from 2.0.0-rc.2 to 2.0.2

Release notes

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

updater v2.0.2

[2.0.2]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 174.0KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.2 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.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-updater v2.0.2 at registry `crates-io`

dialog v2.0.2

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-dialog v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Packaged 48 files, 199.7KiB (90.5KiB compressed)
   Uploading tauri-plugin-dialog v2.0.2 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/dialog)
    Uploaded tauri-plugin-dialog v2.0.2 to registry `crates-io`
note: waiting for `tauri-plugin-dialog v2.0.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-dialog v2.0.2 at registry `crates-io`

fs v2.0.2

[2.0.1]

... (truncated)

Commits

Updates @tauri-apps/plugin-global-shortcut from 2.0.0-rc.1 to 2.0.0

Release notes

Sourced from @​tauri-apps/plugin-global-shortcut's releases.

haptics-js v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-haptics@​2.0.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.8kB README.md npm notice 718B dist-js/bindings.d.ts npm notice 2.4kB dist-js/index.cjs npm notice 589B dist-js/index.d.ts npm notice 2.3kB dist-js/index.js npm notice 657B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-haptics npm notice version: 2.0.0 npm notice filename: tauri-apps-plugin-haptics-2.0.0.tgz npm notice package size: 3.2 kB npm notice unpacked size: 11.4 kB npm notice shasum: fdce95a0a2d2b8678aeddf5076a47fac5d557ada npm notice integrity: sha512-/cD9KjzvbRCbs[...]wTBn+6m4G6C2Q== npm notice total files: 7 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=136157023

  • @​tauri-apps/plugin-haptics@​2.0.0

haptics v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.
Updating crates.io index
   Packaging tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Packaged 47 files, 82.4KiB (32.0KiB compressed)
   Uploading tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Uploaded tauri-plugin-haptics v2.0.0 to registry `crates-io`
note: waiting for `tauri-plugin-haptics v2.0.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
</tr></table> 

... (truncated)

Commits
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • 654a729 fix(positioner): pass correct values through IPC (#1858)
  • 58eab11 chore: document supported platforms on README, clarify unsupported APIs (#1857)
  • fb62d03 publish new versions (#1807)
  • 7e5e344 Cancel auto save on save (#1859)
  • f12d356 feat(store)!: fully rework and add auto save (#1550)
  • 44273b9 fix(shell): fix schema requiring sidecar property even though it is optiona...
  • 2f7e32b [positioner] handleIconState in JS (#1822)
  • 30bcf5d refactor(sql): Allow multiple drivers at the same time (#1838)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-http from 2.0.0-rc.2 to 2.0.1

Release notes

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

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-notification from 2.0.0-rc.1 to 2.0.0

Release notes

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

haptics-js v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-haptics@​2.0.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.8kB README.md npm notice 718B dist-js/bindings.d.ts npm notice 2.4kB dist-js/index.cjs npm notice 589B dist-js/index.d.ts npm notice 2.3kB dist-js/index.js npm notice 657B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-haptics npm notice version: 2.0.0 npm notice filename: tauri-apps-plugin-haptics-2.0.0.tgz npm notice package size: 3.2 kB npm notice unpacked size: 11.4 kB npm notice shasum: fdce95a0a2d2b8678aeddf5076a47fac5d557ada npm notice integrity: sha512-/cD9KjzvbRCbs[...]wTBn+6m4G6C2Q== npm notice total files: 7 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=136157023

  • @​tauri-apps/plugin-haptics@​2.0.0

haptics v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.
Updating crates.io index
   Packaging tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Packaged 47 files, 82.4KiB (32.0KiB compressed)
   Uploading tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Uploaded tauri-plugin-haptics v2.0.0 to registry `crates-io`
note: waiting for `tauri-plugin-haptics v2.0.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
</tr></table> 

... (truncated)

Commits
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • 654a729 fix(positioner): pass correct values through IPC (#1858)
  • 58eab11 chore: document supported platforms on README, clarify unsupported APIs (#1857)
  • fb62d03 publish new versions (#1807)
  • 7e5e344 Cancel auto save on save (#1859)
  • f12d356 feat(store)!: fully rework and add auto save (#1550)
  • 44273b9 fix(shell): fix schema requiring sidecar property even though it is optiona...
  • 2f7e32b [positioner] handleIconState in JS (#1822)
  • 30bcf5d refactor(sql): Allow multiple drivers at the same time (#1838)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-os from 2.0.0-rc.1 to 2.0.0

Release notes

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

haptics-js v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-haptics@​2.0.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.8kB README.md npm notice 718B dist-js/bindings.d.ts npm notice 2.4kB dist-js/index.cjs npm notice 589B dist-js/index.d.ts npm notice 2.3kB dist-js/index.js npm notice 657B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-haptics npm notice version: 2.0.0 npm notice filename: tauri-apps-plugin-haptics-2.0.0.tgz npm notice package size: 3.2 kB npm notice unpacked size: 11.4 kB npm notice shasum: fdce95a0a2d2b8678aeddf5076a47fac5d557ada npm notice integrity: sha512-/cD9KjzvbRCbs[...]wTBn+6m4G6C2Q== npm notice total files: 7 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=136157023

  • @​tauri-apps/plugin-haptics@​2.0.0

haptics v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.
Updating crates.io index
   Packaging tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Packaged 47 files, 82.4KiB (32.0KiB compressed)
   Uploading tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Uploaded tauri-plugin-haptics v2.0.0 to registry `crates-io`
note: waiting for `tauri-plugin-haptics v2.0.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
</tr></table> 

... (truncated)

Commits
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • 654a729 fix(positioner): pass correct values through IPC (#1858)
  • 58eab11 chore: document supported platforms on README, clarify unsupported APIs (#1857)
  • fb62d03 publish new versions (#1807)
  • 7e5e344 Cancel auto save on save (#1859)
  • f12d356 feat(store)!: fully rework and add auto save (#1550)
  • 44273b9 fix(shell): fix schema requiring sidecar property even though it is optiona...
  • 2f7e32b [positioner] handleIconState in JS (#1822)
  • 30bcf5d refactor(sql): Allow multiple drivers at the same time (#1838)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-process from 2.0.0-rc.1 to 2.0.0

Release notes

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

haptics-js v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

npm warn publish npm auto-corrected some errors in your package.json when publishing. Please run "npm pkg fix" to address these errors. npm warn publish errors corrected: npm warn publish "repository" was changed from a string to an object npm warn publish "repository.url" was normalized to "git+https://github.com/tauri-apps/plugins-workspace.git" npm notice npm notice 📦 @​tauri-apps/plugin-haptics@​2.0.0 npm notice Tarball Contents npm notice 888B LICENSE.spdx npm notice 3.8kB README.md npm notice 718B dist-js/bindings.d.ts npm notice 2.4kB dist-js/index.cjs npm notice 589B dist-js/index.d.ts npm notice 2.3kB dist-js/index.js npm notice 657B package.json npm notice Tarball Details npm notice name: @​tauri-apps/plugin-haptics npm notice version: 2.0.0 npm notice filename: tauri-apps-plugin-haptics-2.0.0.tgz npm notice package size: 3.2 kB npm notice unpacked size: 11.4 kB npm notice shasum: fdce95a0a2d2b8678aeddf5076a47fac5d557ada npm notice integrity: sha512-/cD9KjzvbRCbs[...]wTBn+6m4G6C2Q== npm notice total files: 7 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and public access npm notice publish Signed provenance statement with source and build information from GitHub Actions npm notice publish Provenance statement published to transparency log: https://search.sigstore.dev/?logIndex=136157023

  • @​tauri-apps/plugin-haptics@​2.0.0

haptics v2.0.0

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.
Updating crates.io index
   Packaging tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Packaged 47 files, 82.4KiB (32.0KiB compressed)
   Uploading tauri-plugin-haptics v2.0.0 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/haptics)
    Uploaded tauri-plugin-haptics v2.0.0 to registry `crates-io`
note: waiting for `tauri-plugin-haptics v2.0.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
</tr></table> 

... (truncated)

Commits
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • 654a729 fix(positioner): pass correct values through IPC (#1858)
  • 58eab11 chore: document supported platforms on README, clarify unsupported APIs (#1857)
  • fb62d03 publish new versions (#1807)
  • 7e5e344 Cancel auto save on save (#1859)
  • f12d356 feat(store)!: fully rework and add auto save (#1550)
  • 44273b9 fix(shell): fix schema requiring sidecar property even though it is optiona...
  • 2f7e32b [positioner] handleIconState in JS (#1822)
  • 30bcf5d refactor(sql): Allow multiple drivers at the same time (#1838)
  • Additional commits viewable in compare view

Updates @tauri-apps/plugin-shell from 2.0.0-rc.1 to 2.0.1

Release notes

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

updater v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Packaged 28 files, 173.7KiB (87.1KiB compressed)
   Uploading tauri-plugin-updater v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/updater)
    Uploaded tauri-plugin-updater v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-updater v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-updater v2.0.1 at registry `crates-io`

autostart v2.0.1

[2.0.1]

Updating crates.io index
   Packaging tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Packaged 23 files, 88.6KiB (57.6KiB compressed)
   Uploading tauri-plugin-autostart v2.0.1 (/home/runner/work/plugins-workspace/plugins-workspace/plugins/autostart)
    Uploaded tauri-plugin-autostart v2.0.1 to registry `crates-io`
note: waiting for `tauri-plugin-autostart v2.0.1` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published tauri-plugin-autostart v2.0.1 at registry `crates-io`

barcode-scanner v2.0.1

[2.0.1]

... (truncated)

Commits
  • fd785ab publish new versions (#1878)
  • a1a8220 chore: change MSRV to 1.77.2 to support Windows 7 (#1873)
  • dc49de5 chore(deps): update dependency typescript-eslint to v8.8.0 (#1854)
  • 4c2454d sync readme with metadata (#1872)
  • fe6dd0f fix(deps): update dependency @​tauri-apps/api to v2.0.1 (#1862)
  • ab8d089 chore(barcode-scanner): fix banner link in readme (#1870)
  • ee02ea7 publish new versions (#1869)
  • 9501cfa fix(updater): validate endpoint scheme before printing warning (#1868)
  • e8069af feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
  • 0975a68 fix: make package.json licenses SPDX compliant (#1861)
  • Additional commits viewable in compare view

Updates next from 14.2.7 to 15.0.3

Release notes

Sourced from next's releases.

v15.0.3

Core Changes

  • Read page name from work store in server module map proxy: #71669
  • codemod: should not transform when param is not used: Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `2.0.0-rc.4` | `2.1.1` |
| [@tauri-apps/plugin-clipboard-manager](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0` |
| [@tauri-apps/plugin-dialog](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.1` |
| [@tauri-apps/plugin-fs](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.2` | `2.0.2` |
| [@tauri-apps/plugin-global-shortcut](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0` |
| [@tauri-apps/plugin-http](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.2` | `2.0.1` |
| [@tauri-apps/plugin-notification](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0` |
| [@tauri-apps/plugin-os](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0` |
| [@tauri-apps/plugin-process](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.0` |
| [@tauri-apps/plugin-shell](https://github.com/tauri-apps/plugins-workspace) | `2.0.0-rc.1` | `2.0.1` |
| [next](https://github.com/vercel/next.js) | `14.2.7` | `15.0.3` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.8.3` | `1.9.4` |
| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.0.0-rc.10` | `2.1.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.5.0` | `6.6.3` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.14` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.2` | `22.9.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.5` | `18.3.12` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.4.0` | `8.14.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.4.0` | `8.14.0` |
| [cssnano](https://github.com/cssnano/cssnano) | `7.0.5` | `7.0.6` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.7` | `15.0.3` |
| [postcss](https://github.com/postcss/postcss) | `8.4.44` | `8.4.49` |
| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `13.0.0` | `13.0.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.10` | `3.4.14` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` |
| [@babel/code-frame](https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame) | `7.24.7` | `7.26.2` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.25.6` | `7.26.0` |
| [@eslint-community/eslint-utils](https://github.com/eslint-community/eslint-utils) | `4.4.0` | `4.4.1` |
| [@eslint-community/regexpp](https://github.com/eslint-community/regexpp) | `4.11.0` | `4.12.1` |
| [acorn](https://github.com/acornjs/acorn) | `8.12.1` | `8.14.0` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.23.3` | `4.24.2` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001655` | `1.0.30001680` |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.5` |
| [package-json-from-dist](https://github.com/isaacs/package-json-from-dist) | `1.0.0` | `1.0.1` |
| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.1` | `1.1.1` |



Updates `@tauri-apps/api` from 2.0.0-rc.4 to 2.1.1
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v2.0.0-rc.4...@tauri-apps/api-v2.1.1)

Updates `@tauri-apps/plugin-clipboard-manager` from 2.0.0-rc.1 to 2.0.0
- [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)

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

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

Updates `@tauri-apps/plugin-global-shortcut` from 2.0.0-rc.1 to 2.0.0
- [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)

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

Updates `@tauri-apps/plugin-notification` from 2.0.0-rc.1 to 2.0.0
- [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)

Updates `@tauri-apps/plugin-os` from 2.0.0-rc.1 to 2.0.0
- [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)

Updates `@tauri-apps/plugin-process` from 2.0.0-rc.1 to 2.0.0
- [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)

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

Updates `next` from 14.2.7 to 15.0.3
- [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...v15.0.3)

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

Updates `@tauri-apps/cli` from 2.0.0-rc.10 to 2.1.0
- [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.1.0)

Updates `@testing-library/jest-dom` from 6.5.0 to 6.6.3
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.5.0...v6.6.3)

Updates `@types/jest` from 29.5.12 to 29.5.14
- [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.9.0
- [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.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.3.0 to 18.3.1
- [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 8.4.0 to 8.14.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.14.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.4.0 to 8.14.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.14.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-config-next` from 14.2.7 to 15.0.3
- [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/v15.0.3/packages/eslint-config-next)

Updates `postcss` from 8.4.44 to 8.4.49
- [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.49)

Updates `postcss-nesting` from 13.0.0 to 13.0.1
- [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.10 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.10...v3.4.14)

Updates `typescript` from 5.5.4 to 5.6.3
- [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.3)

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

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

Updates `@babel/runtime` from 7.25.6 to 7.26.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.26.0/packages/babel-runtime)

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

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

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

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

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

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

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

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

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

Updates `@csstools/selector-specificity` from 4.0.0 to 5.0.0
- [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/eslint-utils` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](eslint-community/eslint-utils@v4.4.0...v4.4.1)

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

Updates `@next/env` from 14.2.7 to 15.0.3
- [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/v15.0.3/packages/next-env)

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

Updates `@next/swc-darwin-arm64` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/darwin-arm64)

Updates `@next/swc-darwin-x64` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/darwin-x64)

Updates `@next/swc-linux-arm64-gnu` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/linux-arm64-gnu)

Updates `@next/swc-linux-arm64-musl` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/linux-arm64-musl)

Updates `@next/swc-linux-x64-gnu` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/linux-x64-gnu)

Updates `@next/swc-linux-x64-musl` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/linux-x64-musl)

Updates `@next/swc-win32-arm64-msvc` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/win32-arm64-msvc)

Updates `@next/swc-win32-x64-msvc` from 14.2.7 to 15.0.3
- [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/v15.0.3/crates/napi/npm/win32-x64-msvc)

Updates `@swc/helpers` from 0.5.5 to 0.5.13
- [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 2.0.0-rc.10 to 2.1.0
- [Release notes](https://github.com/tauri-apps/tauri/releases)
- [Commits](tauri-apps/tauri@tauri-v2.0.0-rc.10...tauri-v2.1.0)

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

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

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

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

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

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

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

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

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

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/scope-manager` from 7.2.0 to 8.14.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/scope-manager)

Updates `@typescript-eslint/type-utils` from 8.4.0 to 8.14.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/v8.14.0/packages/type-utils)

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

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

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

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

Updates `acorn` from 8.12.1 to 8.14.0
- [Commits](acornjs/acorn@8.12.1...8.14.0)

Updates `ansi-styles` from 3.2.1 to 4.3.0
- [Release notes](https://github.com/chalk/ansi-styles/releases)
- [Commits](chalk/ansi-styles@v3.2.1...v4.3.0)

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

Updates `axe-core` from 4.10.0 to 4.10.2
- [Release notes](https://github.com/dequelabs/axe-core/releases)
- [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md)
- [Commits](dequelabs/axe-core@v4.10.0...v4.10.2)

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 `browserslist` from 4.23.3 to 4.24.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.23.3...4.24.2)

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

Updates `chalk` from 2.4.2 to 3.0.0
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v2.4.2...v3.0.0)

Updates `color-convert` from 1.9.3 to 2.0.1
- [Release notes](https://github.com/Qix-/color-convert/releases)
- [Changelog](https://github.com/Qix-/color-convert/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-convert@1.9.3...2.0.1)

Updates `color-name` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/colorjs/color-name/releases)
- [Commits](colorjs/color-name@v1.1.3...v1.1.4)

Updates `cross-spawn` from 7.0.3 to 7.0.5
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.5)

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.56
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.13...v1.5.56)

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

Updates `escape-string-regexp` from 1.0.5 to 2.0.0
- [Release notes](https://github.com/sindresorhus/escape-string-regexp/releases)
- [Commits](sindresorhus/escape-string-regexp@v1.0.5...v2.0.0)

Updates `eslint-module-utils` from 2.8.2 to 2.12.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.12.0/utils)

Updates `eslint-plugin-import` from 2.29.1 to 2.31.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.31.0)

Updates `eslint-plugin-jsx-a11y` from 6.9.0 to 6.10.2
- [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.2)

Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0
- [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/[email protected]/packages/eslint-plugin-react-hooks)

Updates `eslint-plugin-react` from 7.35.0 to 7.37.2
- [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.37.2)

Updates `fast-glob` from 3.3.2 to 3.3.1
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.3.2...3.3.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 `has-flag` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/sindresorhus/has-flag/releases)
- [Commits](sindresorhus/has-flag@v3.0.0...v4.0.0)

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 `iterator.prototype` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/ljharb/Iterator.prototype/blob/main/CHANGELOG.md)
- [Commits](es-shims/Iterator.prototype@v1.1.2...v1.1.3)

Updates `jackspeak` from 2.3.6 to 3.4.3
- [Changelog](https://github.com/isaacs/jackspeak/blob/main/changelog.md)
- [Commits](isaacs/jackspeak@v2.3.6...v3.4.3)

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

Updates `package-json-from-dist` from 1.0.0 to 1.0.1
- [Commits](isaacs/package-json-from-dist@v1.0.0...v1.0.1)

Updates `picocolors` from 1.0.1 to 1.1.1
- [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.1)

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 `regexp.prototype.flags` from 1.5.2 to 1.5.3
- [Changelog](https://github.com/es-shims/RegExp.prototype.flags/blob/main/CHANGELOG.md)
- [Commits](es-shims/RegExp.prototype.flags@v1.5.2...v1.5.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 `string.prototype.includes` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/mathiasbynens/String.prototype.includes/releases)
- [Commits](mathiasbynens/String.prototype.includes@v2.0.0...v2.0.1)

Updates `styled-jsx` from 5.1.1 to 5.1.6
- [Release notes](https://github.com/vercel/styled-jsx/releases)
- [Changelog](https://github.com/vercel/styled-jsx/blob/main/Changelog.md)
- [Commits](vercel/styled-jsx@v5.1.1...v5.1.6)

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 `supports-color` from 5.5.0 to 7.2.0
- [Release notes](https://github.com/chalk/supports-color/releases)
- [Commits](chalk/supports-color@v5.5.0...v7.2.0)

Updates `ts-api-utils` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/JoshuaKGoldberg/ts-api-utils/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JoshuaKGoldberg/ts-api-utils/commits/v1.4.0)

Updates `tslib` from 2.7.0 to 2.8.1
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@v2.7.0...v2.8.1)

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

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

---
updated-dependencies:
- dependency-name: "@tauri-apps/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-clipboard-manager"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-dialog"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-fs"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-global-shortcut"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-http"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-notification"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-os"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-process"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@tauri-apps/plugin-shell"
  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-major
  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/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cssnano
  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-major
  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: "@babel/code-frame"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@babel/helper-validator-identifier"
  dependency-type: indirect
  update-type: version-update:semver-minor
  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-resolve-nested"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@csstools/selector-specificity"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@eslint-community/eslint-utils"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@eslint-community/regexpp"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@next/env"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/eslint-plugin-next"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-darwin-arm64"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-darwin-x64"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-linux-arm64-musl"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-gnu"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-linux-x64-musl"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-win32-arm64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@next/swc-win32-x64-msvc"
  dependency-type: indirect
  update-type: version-update:semver-major
  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: "@types/prop-types"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/scope-manager"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/type-utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/types"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/typescript-estree"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: "@typescript-eslint/utils"
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: acorn
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ansi-styles
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: aria-query
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: axe-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: axobject-query
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: browserslist
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: caniuse-lite
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: chalk
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: color-convert
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: color-name
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: cross-spawn
  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: es-iterator-helpers
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: escape-string-regexp
  dependency-type: indirect
  update-type: version-update:semver-major
  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-hooks
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: eslint-plugin-react
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: fast-glob
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: get-tsconfig
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: has-flag
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: is-bun-module
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: iterator.prototype
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jackspeak
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: object-inspect
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: package-json-from-dist
  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: regexp.prototype.flags
  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: string.prototype.includes
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: styled-jsx
  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: supports-color
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: ts-api-utils
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tslib
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: update-browserslist-db
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: yaml
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Nov 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

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

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-323300b9a0 branch November 18, 2024 21:46
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