{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":513734670,"defaultBranch":"main","name":"tauri-nextjs-template","ownerLogin":"kvnxiao","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-07-14T02:32:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14130413?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716819520.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"46db401629fa8b395691f2ba47ee089eb14c6872","ref":"refs/heads/dependabot/cargo/src-tauri/all-cd94fdddff","pushedAt":"2024-05-27T14:18:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 36 updates\n\nBumps the all group with 24 updates in the /src-tauri directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.203` |\n| [tauri](https://github.com/tauri-apps/tauri) | `1.6.2` | `1.6.7` |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.83` | `1.0.86` |\n| [async-executor](https://github.com/smol-rs/async-executor) | `1.11.0` | `1.12.0` |\n| [blocking](https://github.com/smol-rs/blocking) | `1.6.0` | `1.6.1` |\n| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.15.0` | `1.16.0` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` |\n| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.4.0` | `1.4.2` |\n| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.12` | `0.5.13` |\n| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.19` | `0.8.20` |\n| [darling](https://github.com/TedDriggs/darling) | `0.20.8` | `0.20.9` |\n| [instant](https://github.com/sebcrozet/instant) | `0.1.12` | `0.1.13` |\n| [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` |\n| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.13` | `0.4.14` |\n| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.2` | `0.7.3` |\n| [objc-sys](https://github.com/madsmtm/objc2) | `0.3.3` | `0.3.5` |\n| [objc2](https://github.com/madsmtm/objc2) | `0.5.1` | `0.5.2` |\n| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.2` | `0.12.3` |\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.82` | `1.0.84` |\n| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.16` | `1.0.17` |\n| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |\n| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |\n| [zbus](https://github.com/dbus2/zbus) | `4.2.1` | `4.2.2` |\n\n\n\nUpdates `serde` from 1.0.201 to 1.0.203\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.203)\n\nUpdates `tauri` from 1.6.2 to 1.6.7\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.2...tauri-v1.6.7)\n\nUpdates `anyhow` from 1.0.83 to 1.0.86\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86)\n\nUpdates `async-executor` from 1.11.0 to 1.12.0\n- [Release notes](https://github.com/smol-rs/async-executor/releases)\n- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-executor/compare/v1.11.0...v1.12.0)\n\nUpdates `blocking` from 1.6.0 to 1.6.1\n- [Release notes](https://github.com/smol-rs/blocking/releases)\n- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/blocking/compare/v1.6.0...v1.6.1)\n\nUpdates `bytemuck` from 1.15.0 to 1.16.0\n- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)\n- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.15.0...v1.16.0)\n\nUpdates `cc` from 1.0.97 to 1.0.98\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98)\n\nUpdates `crc32fast` from 1.4.0 to 1.4.2\n- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.0...v1.4.2)\n\nUpdates `crossbeam-channel` from 0.5.12 to 0.5.13\n- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)\n- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.12...crossbeam-channel-0.5.13)\n\nUpdates `crossbeam-utils` from 0.8.19 to 0.8.20\n- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)\n- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.19...crossbeam-utils-0.8.20)\n\nUpdates `darling` from 0.20.8 to 0.20.9\n- [Release notes](https://github.com/TedDriggs/darling/releases)\n- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TedDriggs/darling/commits)\n\nUpdates `darling_core` from 0.20.8 to 0.20.9\n- [Release notes](https://github.com/TedDriggs/darling/releases)\n- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TedDriggs/darling/commits)\n\nUpdates `darling_macro` from 0.20.8 to 0.20.9\n- [Release notes](https://github.com/TedDriggs/darling/releases)\n- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TedDriggs/darling/commits)\n\nUpdates `instant` from 0.1.12 to 0.1.13\n- [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/sebcrozet/instant/commits)\n\nUpdates `libc` from 0.2.154 to 0.2.155\n- [Release notes](https://github.com/rust-lang/libc/releases)\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)\n\nUpdates `linux-raw-sys` from 0.4.13 to 0.4.14\n- [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.13...v0.4.14)\n\nUpdates `miniz_oxide` from 0.7.2 to 0.7.3\n- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.7.2...0.7.3)\n\nUpdates `objc-sys` from 0.3.3 to 0.3.5\n- [Commits](https://github.com/madsmtm/objc2/compare/objc-sys-0.3.3...objc-sys-0.3.5)\n\nUpdates `objc2` from 0.5.1 to 0.5.2\n- [Commits](https://github.com/madsmtm/objc2/compare/objc-0.5.1...objc-0.5.2)\n\nUpdates `objc2-encode` from 4.0.1 to 4.0.3\n- [Commits](https://github.com/madsmtm/objc2/compare/objc-encode-4.0.1...objc-encode-4.0.3)\n\nUpdates `parking_lot` from 0.12.2 to 0.12.3\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.2...0.12.3)\n\nUpdates `proc-macro2` from 1.0.82 to 1.0.84\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.82...1.0.84)\n\nUpdates `rustversion` from 1.0.16 to 1.0.17\n- [Release notes](https://github.com/dtolnay/rustversion/releases)\n- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.16...1.0.17)\n\nUpdates `serde_derive` from 1.0.201 to 1.0.203\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.203)\n\nUpdates `serde_spanned` from 0.6.5 to 0.6.6\n- [Commits](https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.5...serde_spanned-v0.6.6)\n\nUpdates `strsim` from 0.10.0 to 0.11.1\n- [Release notes](https://github.com/rapidfuzz/strsim-rs/releases)\n- [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...v0.11.1)\n\nUpdates `tauri-runtime-wry` from 0.14.7 to 0.14.8\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-wry-v0.14.7...tauri-runtime-wry-v0.14.8)\n\nUpdates `thiserror` from 1.0.60 to 1.0.61\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\n\nUpdates `thiserror-impl` from 1.0.60 to 1.0.61\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\n\nUpdates `toml_datetime` from 0.6.5 to 0.6.6\n- [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.5...toml_datetime-v0.6.6)\n\nUpdates `wry` from 0.24.9 to 0.24.10\n- [Release notes](https://github.com/tauri-apps/wry/releases)\n- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.10/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.24.9...wry-v0.24.10)\n\nUpdates `zbus` from 4.2.1 to 4.2.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.2.1...zbus-4.2.2)\n\nUpdates `zbus_macros` from 4.2.1 to 4.2.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.2.1...zbus-4.2.2)\n\nUpdates `zvariant` from 4.1.0 to 4.1.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant-4.1.0...zvariant-4.1.1)\n\nUpdates `zvariant_derive` from 4.1.0 to 4.1.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.0...zbus-4.1.1)\n\nUpdates `zvariant_utils` from 1.1.1 to 2.0.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_utils-1.1.1...zvariant_utils-2.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: anyhow\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-executor\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: blocking\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: bytemuck\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: crc32fast\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: crossbeam-channel\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: crossbeam-utils\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: darling\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: darling_core\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: darling_macro\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: instant\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: libc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: linux-raw-sys\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: miniz_oxide\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: objc-sys\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: objc2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: objc2-encode\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: parking_lot\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: proc-macro2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: rustversion\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_spanned\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: strsim\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: tauri-runtime-wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror-impl\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: toml_datetime\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus_macros\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zvariant\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zvariant_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zvariant_utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 36 updates"}},{"before":"05845f174daa8881ee002b706ee796b7df2993f3","after":null,"ref":"refs/heads/dependabot/cargo/src-tauri/all-0c022ef652","pushedAt":"2024-05-27T14:17:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"21cfada19c86112bb1767bfd913a7bddd16d4ace","ref":"refs/heads/dependabot/npm_and_yarn/all-5f8906783b","pushedAt":"2024-05-27T14:09:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 126 updates\n\nBumps the all group with 25 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.6` |\n| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |\n| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.3` |\n| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.3` |\n| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.5.14` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.1.0` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.7` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.12` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.10.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.10.0` |\n| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.3.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` |\n| [lint-staged](https://github.com/okonet/lint-staged) | `15.2.2` | `15.2.5` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.5` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001623` |\n| [micromatch](https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.7` |\n| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.0` | `1.0.1` |\n| [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) | `6.0.16` | `6.1.0` |\n\n\n\nUpdates `@tauri-apps/api` from 1.5.3 to 1.5.6\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.5.6)\n\nUpdates `clsx` from 2.1.0 to 2.1.1\n- [Release notes](https://github.com/lukeed/clsx/releases)\n- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)\n\nUpdates `next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3)\n\nUpdates `react` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)\n\nUpdates `@types/react` from 18.2.73 to 18.3.3\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `react-dom` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@tauri-apps/cli` from 1.5.11 to 1.5.14\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.14)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.1.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.1.0)\n\nUpdates `@testing-library/jest-dom` from 6.4.2 to 6.4.5\n- [Release notes](https://github.com/testing-library/jest-dom/releases)\n- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.7\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.7)\n\nUpdates `@types/node` from 20.12.2 to 20.12.12\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.3.3\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.10.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.10.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/parser)\n\nUpdates `cssnano` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1)\n\nUpdates `eslint` from 8.57.0 to 9.3.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.3.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next)\n\nUpdates `lint-staged` from 15.2.2 to 15.2.5\n- [Release notes](https://github.com/okonet/lint-staged/releases)\n- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.2...v15.2.5)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.5\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/code-frame` from 7.24.2 to 7.24.6\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-code-frame)\n\nUpdates `@babel/helper-validator-identifier` from 7.22.20 to 7.24.6\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-helper-validator-identifier)\n\nUpdates `@babel/highlight` from 7.24.2 to 7.24.6\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-highlight)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.6\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.6/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@csstools/selector-specificity` from 3.0.3 to 3.1.1\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/selector-specificity/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/selector-specificity)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.1.0\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.1.0)\n\nUpdates `@eslint/js` from 8.57.0 to 9.3.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.3.0/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.3\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.3/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.5.14\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.10.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.10.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `braces` from 3.0.2 to 3.0.3\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001623\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001623)\n\nUpdates `cssnano-preset-default` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.1)\n\nUpdates `cssnano-utils` from 4.0.2 to 5.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.783\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.783)\n\nUpdates `enhanced-resolve` from 5.16.0 to 5.16.1\n- [Release notes](https://github.com/webpack/enhanced-resolve/releases)\n- [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.16.0...v5.16.1)\n\nUpdates `es-iterator-helpers` from 1.0.18 to 1.0.19\n- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)\n\nUpdates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `fill-range` from 7.0.1 to 7.1.1\n- [Release notes](https://github.com/jonschlinkert/fill-range/releases)\n- [Commits](https://github.com/jonschlinkert/fill-range/commits/7.1.1)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `get-tsconfig` from 4.7.3 to 4.7.5\n- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)\n- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.7.3...v4.7.5)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\nUpdates `globalthis` from 1.0.3 to 1.0.4\n- [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/System.global/compare/v1.0.3...v1.0.4)\n\nUpdates `language-subtag-registry` from 0.3.22 to 0.3.23\n- [Commits](https://github.com/mattcg/language-subtag-registry/commits)\n\nUpdates `listr2` from 8.0.1 to 8.2.1\n- [Release notes](https://github.com/listr2/listr2/releases)\n- [Changelog](https://github.com/listr2/listr2/blob/master/release.config.cjs)\n- [Commits](https://github.com/listr2/listr2/compare/listr2@8.0.1...listr2@8.2.1)\n\nUpdates `lru-cache` from 6.0.0 to 10.2.2\n- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v10.2.2)\n\nUpdates `micromatch` from 4.0.5 to 4.0.7\n- [Release notes](https://github.com/micromatch/micromatch/releases)\n- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.7)\n\nUpdates `minipass` from 7.0.4 to 7.1.2\n- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/minipass/compare/v7.0.4...v7.1.2)\n\nUpdates `optionator` from 0.9.3 to 0.9.4\n- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gkz/optionator/commits)\n\nUpdates `path-scurry` from 1.10.2 to 1.11.1\n- [Changelog](https://github.com/isaacs/path-scurry/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/path-scurry/compare/v1.10.2...v1.11.1)\n\nUpdates `picocolors` from 1.0.0 to 1.0.1\n- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)\n- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.0.0...v1.0.1)\n\nUpdates `postcss-calc` from 9.0.1 to 10.0.0\n- [Release notes](https://github.com/postcss/postcss-calc/releases)\n- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)\n\nUpdates `postcss-colormin` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.0)\n\nUpdates `postcss-convert-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.0)\n\nUpdates `postcss-discard-comments` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.0)\n\nUpdates `postcss-discard-duplicates` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)\n\nUpdates `postcss-discard-empty` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)\n\nUpdates `postcss-discard-overridden` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)\n\nUpdates `postcss-merge-longhand` from 6.0.5 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.0)\n\nUpdates `postcss-merge-rules` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.0)\n\nUpdates `postcss-minify-font-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)\n\nUpdates `postcss-minify-gradients` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)\n\nUpdates `postcss-minify-params` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.0)\n\nUpdates `postcss-minify-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.0)\n\nUpdates `postcss-normalize-charset` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)\n\nUpdates `postcss-normalize-display-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)\n\nUpdates `postcss-normalize-positions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)\n\nUpdates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)\n\nUpdates `postcss-normalize-string` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)\n\nUpdates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)\n\nUpdates `postcss-normalize-unicode` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.0)\n\nUpdates `postcss-normalize-url` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)\n\nUpdates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)\n\nUpdates `postcss-ordered-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.0)\n\nUpdates `postcss-reduce-initial` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.0)\n\nUpdates `postcss-reduce-transforms` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)\n\nUpdates `postcss-selector-parser` from 6.0.16 to 6.1.0\n- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)\n- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-selector-parser/compare/v6.0.16...v6.1.0)\n\nUpdates `postcss-svgo` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.0)\n\nUpdates `postcss-unique-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.0)\n\nUpdates `scheduler` from 0.23.0 to 0.23.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)\n\nUpdates `stylehacks` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.0)\n\nUpdates `svgo` from 3.2.0 to 3.3.2\n- [Release notes](https://github.com/svg/svgo/releases)\n- [Commits](https://github.com/svg/svgo/compare/v3.2.0...v3.3.2)\n\nUpdates `update-browserslist-db` from 1.0.13 to 1.0.16\n- [Release notes](https://github.com/browserslist/update-db/releases)\n- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/browserslist/update-db/compare/1.0.13...1.0.16)\n\nUpdates `yaml` from 2.3.4 to 2.4.2\n- [Release notes](https://github.com/eemeli/yaml/releases)\n- [Commits](https://github.com/eemeli/yaml/compare/v2.3.4...v2.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tauri-apps/api\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clsx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react-dom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/jest-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cssnano\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: lint-staged\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/code-frame\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/helper-validator-identifier\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@babel/highlight\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@csstools/selector-specificity\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm-gnueabihf\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: braces\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cssnano-preset-default\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: cssnano-utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: enhanced-resolve\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: es-iterator-helpers\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-plugin-react-hooks\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: fill-range\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: get-tsconfig\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globalthis\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: language-subtag-registry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: listr2\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: lru-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: micromatch\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: minipass\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: optionator\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: path-scurry\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: picocolors\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: postcss-calc\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-colormin\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-convert-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-comments\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-duplicates\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-empty\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-overridden\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-longhand\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-rules\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-font-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-gradients\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-params\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-charset\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-display-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-positions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-repeat-style\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-string\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-timing-functions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-unicode\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-url\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-whitespace\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-ordered-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-initial\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-transforms\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-selector-parser\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-svgo\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-unique-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: scheduler\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: stylehacks\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: svgo\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: update-browserslist-db\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: yaml\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 126 updates"}},{"before":"f542bea62e5130b381b7af488c1f2fee2c60a0f0","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-559237bf96","pushedAt":"2024-05-27T14:01:48.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"05845f174daa8881ee002b706ee796b7df2993f3","ref":"refs/heads/dependabot/cargo/src-tauri/all-0c022ef652","pushedAt":"2024-05-20T14:15:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 29 updates\n\nBumps the all group in /src-tauri with 29 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` |\n| [tauri](https://github.com/tauri-apps/tauri) | `1.6.2` | `1.6.6` |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.83` | `1.0.86` |\n| [bytemuck](https://github.com/Lokathor/bytemuck) | `1.15.0` | `1.16.0` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.97` | `1.0.98` |\n| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.4.0` | `1.4.1` |\n| [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.12` | `0.5.13` |\n| [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.19` | `0.8.20` |\n| [darling](https://github.com/TedDriggs/darling) | `0.20.8` | `0.20.9` |\n| [darling_core](https://github.com/TedDriggs/darling) | `0.20.8` | `0.20.9` |\n| [darling_macro](https://github.com/TedDriggs/darling) | `0.20.8` | `0.20.9` |\n| [instant](https://github.com/sebcrozet/instant) | `0.1.12` | `0.1.13` |\n| [libc](https://github.com/rust-lang/libc) | `0.2.154` | `0.2.155` |\n| [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) | `0.4.13` | `0.4.14` |\n| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.7.2` | `0.7.3` |\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.82` | `1.0.83` |\n| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.16` | `1.0.17` |\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` |\n| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |\n| [strsim](https://github.com/rapidfuzz/strsim-rs) | `0.10.0` | `0.11.1` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |\n| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.60` | `1.0.61` |\n| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.5` | `0.6.6` |\n| [wry](https://github.com/tauri-apps/wry) | `0.24.9` | `0.24.10` |\n| [zbus](https://github.com/dbus2/zbus) | `4.2.1` | `4.2.2` |\n| [zbus_macros](https://github.com/dbus2/zbus) | `4.2.1` | `4.2.2` |\n| [zvariant](https://github.com/dbus2/zbus) | `4.1.0` | `4.1.1` |\n| [zvariant_derive](https://github.com/dbus2/zbus) | `4.1.0` | `4.1.1` |\n| [zvariant_utils](https://github.com/dbus2/zbus) | `1.1.1` | `2.0.0` |\n\n\nUpdates `serde` from 1.0.201 to 1.0.202\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202)\n\nUpdates `tauri` from 1.6.2 to 1.6.6\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.2...tauri-v1.6.6)\n\nUpdates `anyhow` from 1.0.83 to 1.0.86\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.83...1.0.86)\n\nUpdates `bytemuck` from 1.15.0 to 1.16.0\n- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)\n- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.15.0...v1.16.0)\n\nUpdates `cc` from 1.0.97 to 1.0.98\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.97...1.0.98)\n\nUpdates `crc32fast` from 1.4.0 to 1.4.1\n- [Commits](https://github.com/srijs/rust-crc32fast/compare/v1.4.0...v1.4.1)\n\nUpdates `crossbeam-channel` from 0.5.12 to 0.5.13\n- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)\n- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.12...crossbeam-channel-0.5.13)\n\nUpdates `crossbeam-utils` from 0.8.19 to 0.8.20\n- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)\n- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.19...crossbeam-utils-0.8.20)\n\nUpdates `darling` from 0.20.8 to 0.20.9\n- [Release notes](https://github.com/TedDriggs/darling/releases)\n- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TedDriggs/darling/commits)\n\nUpdates `darling_core` from 0.20.8 to 0.20.9\n- [Release notes](https://github.com/TedDriggs/darling/releases)\n- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TedDriggs/darling/commits)\n\nUpdates `darling_macro` from 0.20.8 to 0.20.9\n- [Release notes](https://github.com/TedDriggs/darling/releases)\n- [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/TedDriggs/darling/commits)\n\nUpdates `instant` from 0.1.12 to 0.1.13\n- [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/sebcrozet/instant/commits)\n\nUpdates `libc` from 0.2.154 to 0.2.155\n- [Release notes](https://github.com/rust-lang/libc/releases)\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155)\n\nUpdates `linux-raw-sys` from 0.4.13 to 0.4.14\n- [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.13...v0.4.14)\n\nUpdates `miniz_oxide` from 0.7.2 to 0.7.3\n- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Frommi/miniz_oxide/compare/0.7.2...0.7.3)\n\nUpdates `proc-macro2` from 1.0.82 to 1.0.83\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.82...1.0.83)\n\nUpdates `rustversion` from 1.0.16 to 1.0.17\n- [Release notes](https://github.com/dtolnay/rustversion/releases)\n- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.16...1.0.17)\n\nUpdates `serde_derive` from 1.0.201 to 1.0.202\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202)\n\nUpdates `serde_spanned` from 0.6.5 to 0.6.6\n- [Commits](https://github.com/toml-rs/toml/compare/serde_spanned-v0.6.5...serde_spanned-v0.6.6)\n\nUpdates `strsim` from 0.10.0 to 0.11.1\n- [Release notes](https://github.com/rapidfuzz/strsim-rs/releases)\n- [Changelog](https://github.com/rapidfuzz/strsim-rs/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rapidfuzz/strsim-rs/compare/0.10.0...v0.11.1)\n\nUpdates `thiserror` from 1.0.60 to 1.0.61\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\n\nUpdates `thiserror-impl` from 1.0.60 to 1.0.61\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61)\n\nUpdates `toml_datetime` from 0.6.5 to 0.6.6\n- [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.6.5...toml_datetime-v0.6.6)\n\nUpdates `wry` from 0.24.9 to 0.24.10\n- [Release notes](https://github.com/tauri-apps/wry/releases)\n- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.10/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.24.9...wry-v0.24.10)\n\nUpdates `zbus` from 4.2.1 to 4.2.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.2.1...zbus-4.2.2)\n\nUpdates `zbus_macros` from 4.2.1 to 4.2.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.2.1...zbus-4.2.2)\n\nUpdates `zvariant` from 4.1.0 to 4.1.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant-4.1.0...zvariant-4.1.1)\n\nUpdates `zvariant_derive` from 4.1.0 to 4.1.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.0...zbus-4.1.1)\n\nUpdates `zvariant_utils` from 1.1.1 to 2.0.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_utils-1.1.1...zvariant_utils-2.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: anyhow\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: bytemuck\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: crc32fast\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: crossbeam-channel\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: crossbeam-utils\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: darling\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: darling_core\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: darling_macro\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: instant\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: libc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: linux-raw-sys\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: miniz_oxide\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: proc-macro2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: rustversion\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_spanned\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: strsim\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: thiserror\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror-impl\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: toml_datetime\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus_macros\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zvariant\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zvariant_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zvariant_utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group in /src-tauri with 29 updates"}},{"before":null,"after":"f542bea62e5130b381b7af488c1f2fee2c60a0f0","ref":"refs/heads/dependabot/npm_and_yarn/all-559237bf96","pushedAt":"2024-05-20T13:30:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 117 updates\n\nBumps the all group with 22 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.6` |\n| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |\n| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.2` |\n| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.3` |\n| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.5.14` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.1.0` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.7` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.12` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.9.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.9.0` |\n| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.3.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.4` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001620` |\n| [picocolors](https://github.com/alexeyraspopov/picocolors) | `1.0.0` | `1.0.1` |\n\n\n\nUpdates `@tauri-apps/api` from 1.5.3 to 1.5.6\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.5.6)\n\nUpdates `clsx` from 2.1.0 to 2.1.1\n- [Release notes](https://github.com/lukeed/clsx/releases)\n- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)\n\nUpdates `next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3)\n\nUpdates `react` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)\n\nUpdates `@types/react` from 18.2.73 to 18.3.2\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `react-dom` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@tauri-apps/cli` from 1.5.11 to 1.5.14\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.14)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.1.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.1.0)\n\nUpdates `@testing-library/jest-dom` from 6.4.2 to 6.4.5\n- [Release notes](https://github.com/testing-library/jest-dom/releases)\n- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.7\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.7)\n\nUpdates `@types/node` from 20.12.2 to 20.12.12\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.3.2\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/parser)\n\nUpdates `cssnano` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1)\n\nUpdates `eslint` from 8.57.0 to 9.3.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.3.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.4\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/helper-validator-identifier` from 7.22.20 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-helper-validator-identifier)\n\nUpdates `@babel/highlight` from 7.24.2 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-highlight)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@csstools/selector-specificity` from 3.0.3 to 3.1.1\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/selector-specificity/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/selector-specificity)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.1.0\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.1.0)\n\nUpdates `@eslint/js` from 8.57.0 to 9.3.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.3.0/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.3\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.3/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.5.14\n\nUpdates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.5.14\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.9.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.9.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001620\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001620)\n\nUpdates `cssnano-preset-default` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.1)\n\nUpdates `cssnano-utils` from 4.0.2 to 5.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.774\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.774)\n\nUpdates `enhanced-resolve` from 5.16.0 to 5.16.1\n- [Release notes](https://github.com/webpack/enhanced-resolve/releases)\n- [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.16.0...v5.16.1)\n\nUpdates `es-iterator-helpers` from 1.0.18 to 1.0.19\n- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)\n\nUpdates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `get-tsconfig` from 4.7.3 to 4.7.5\n- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)\n- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.7.3...v4.7.5)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\nUpdates `globalthis` from 1.0.3 to 1.0.4\n- [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/System.global/compare/v1.0.3...v1.0.4)\n\nUpdates `lru-cache` from 6.0.0 to 10.2.2\n- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v10.2.2)\n\nUpdates `minipass` from 7.0.4 to 7.1.1\n- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/minipass/compare/v7.0.4...v7.1.1)\n\nUpdates `optionator` from 0.9.3 to 0.9.4\n- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gkz/optionator/commits)\n\nUpdates `path-scurry` from 1.10.2 to 1.11.1\n- [Changelog](https://github.com/isaacs/path-scurry/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/path-scurry/compare/v1.10.2...v1.11.1)\n\nUpdates `picocolors` from 1.0.0 to 1.0.1\n- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)\n- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/alexeyraspopov/picocolors/compare/v1.0.0...v1.0.1)\n\nUpdates `postcss-calc` from 9.0.1 to 10.0.0\n- [Release notes](https://github.com/postcss/postcss-calc/releases)\n- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)\n\nUpdates `postcss-colormin` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.0)\n\nUpdates `postcss-convert-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.0)\n\nUpdates `postcss-discard-comments` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.0)\n\nUpdates `postcss-discard-duplicates` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)\n\nUpdates `postcss-discard-empty` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)\n\nUpdates `postcss-discard-overridden` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)\n\nUpdates `postcss-merge-longhand` from 6.0.5 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.0)\n\nUpdates `postcss-merge-rules` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.0)\n\nUpdates `postcss-minify-font-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)\n\nUpdates `postcss-minify-gradients` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)\n\nUpdates `postcss-minify-params` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.0)\n\nUpdates `postcss-minify-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.0)\n\nUpdates `postcss-normalize-charset` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)\n\nUpdates `postcss-normalize-display-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)\n\nUpdates `postcss-normalize-positions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)\n\nUpdates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)\n\nUpdates `postcss-normalize-string` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)\n\nUpdates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)\n\nUpdates `postcss-normalize-unicode` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.0)\n\nUpdates `postcss-normalize-url` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)\n\nUpdates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)\n\nUpdates `postcss-ordered-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.0)\n\nUpdates `postcss-reduce-initial` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.0)\n\nUpdates `postcss-reduce-transforms` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)\n\nUpdates `postcss-svgo` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.0)\n\nUpdates `postcss-unique-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.0)\n\nUpdates `scheduler` from 0.23.0 to 0.23.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)\n\nUpdates `stylehacks` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.0)\n\nUpdates `svgo` from 3.2.0 to 3.3.2\n- [Release notes](https://github.com/svg/svgo/releases)\n- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)\n- [Commits](https://github.com/svg/svgo/compare/v3.2.0...v3.3.2)\n\nUpdates `update-browserslist-db` from 1.0.13 to 1.0.16\n- [Release notes](https://github.com/browserslist/update-db/releases)\n- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/browserslist/update-db/compare/1.0.13...1.0.16)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tauri-apps/api\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clsx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react-dom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/jest-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cssnano\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/helper-validator-identifier\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@babel/highlight\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@csstools/selector-specificity\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm-gnueabihf\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cssnano-preset-default\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: cssnano-utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: enhanced-resolve\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: es-iterator-helpers\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-plugin-react-hooks\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: get-tsconfig\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globalthis\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: lru-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: minipass\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: optionator\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: path-scurry\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: picocolors\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: postcss-calc\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-colormin\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-convert-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-comments\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-duplicates\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-empty\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-overridden\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-longhand\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-rules\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-font-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-gradients\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-params\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-charset\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-display-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-positions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-repeat-style\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-string\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-timing-functions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-unicode\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-url\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-whitespace\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-ordered-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-initial\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-transforms\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-svgo\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-unique-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: scheduler\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: stylehacks\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: svgo\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: update-browserslist-db\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 117 updates"}},{"before":"b042c53c2b87653fc2fbf65d591d64ba6d8b4085","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-879e324f5a","pushedAt":"2024-05-20T13:22:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"b042c53c2b87653fc2fbf65d591d64ba6d8b4085","ref":"refs/heads/dependabot/npm_and_yarn/all-879e324f5a","pushedAt":"2024-05-13T14:12:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 116 updates\n\nBumps the all group with 21 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.5` |\n| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |\n| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.2` |\n| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.3` |\n| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.5.13` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.1.0` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.7` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.11` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.8.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.8.0` |\n| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.2.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.3` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001617` |\n\n\n\nUpdates `@tauri-apps/api` from 1.5.3 to 1.5.5\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.5.5)\n\nUpdates `clsx` from 2.1.0 to 2.1.1\n- [Release notes](https://github.com/lukeed/clsx/releases)\n- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)\n\nUpdates `next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3)\n\nUpdates `react` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)\n\nUpdates `@types/react` from 18.2.73 to 18.3.2\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `react-dom` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@tauri-apps/cli` from 1.5.11 to 1.5.13\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.13)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.1.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.1.0)\n\nUpdates `@testing-library/jest-dom` from 6.4.2 to 6.4.5\n- [Release notes](https://github.com/testing-library/jest-dom/releases)\n- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.7\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.7)\n\nUpdates `@types/node` from 20.12.2 to 20.12.11\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.3.2\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)\n\nUpdates `cssnano` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1)\n\nUpdates `eslint` from 8.57.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.2.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.3\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/helper-validator-identifier` from 7.22.20 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-helper-validator-identifier)\n\nUpdates `@babel/highlight` from 7.24.2 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-highlight)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@csstools/selector-specificity` from 3.0.3 to 3.1.0\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/packages/selector-specificity/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/packages/selector-specificity)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.0.2\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.0.2)\n\nUpdates `@eslint/js` from 8.57.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.2.0/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.5.13\n\nUpdates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.5.13\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001617\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001617)\n\nUpdates `cssnano-preset-default` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.1)\n\nUpdates `cssnano-utils` from 4.0.2 to 5.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.763\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.763)\n\nUpdates `enhanced-resolve` from 5.16.0 to 5.16.1\n- [Release notes](https://github.com/webpack/enhanced-resolve/releases)\n- [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.16.0...v5.16.1)\n\nUpdates `es-iterator-helpers` from 1.0.18 to 1.0.19\n- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)\n\nUpdates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `get-tsconfig` from 4.7.3 to 4.7.5\n- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)\n- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.7.3...v4.7.5)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\nUpdates `globalthis` from 1.0.3 to 1.0.4\n- [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/System.global/compare/v1.0.3...v1.0.4)\n\nUpdates `lru-cache` from 6.0.0 to 10.2.2\n- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v10.2.2)\n\nUpdates `minipass` from 7.0.4 to 7.1.1\n- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/minipass/compare/v7.0.4...v7.1.1)\n\nUpdates `optionator` from 0.9.3 to 0.9.4\n- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gkz/optionator/commits)\n\nUpdates `path-scurry` from 1.10.2 to 1.11.1\n- [Changelog](https://github.com/isaacs/path-scurry/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/path-scurry/compare/v1.10.2...v1.11.1)\n\nUpdates `postcss-calc` from 9.0.1 to 10.0.0\n- [Release notes](https://github.com/postcss/postcss-calc/releases)\n- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)\n\nUpdates `postcss-colormin` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.0)\n\nUpdates `postcss-convert-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.0)\n\nUpdates `postcss-discard-comments` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.0)\n\nUpdates `postcss-discard-duplicates` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)\n\nUpdates `postcss-discard-empty` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)\n\nUpdates `postcss-discard-overridden` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)\n\nUpdates `postcss-merge-longhand` from 6.0.5 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.0)\n\nUpdates `postcss-merge-rules` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.0)\n\nUpdates `postcss-minify-font-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)\n\nUpdates `postcss-minify-gradients` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)\n\nUpdates `postcss-minify-params` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.0)\n\nUpdates `postcss-minify-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.0)\n\nUpdates `postcss-normalize-charset` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)\n\nUpdates `postcss-normalize-display-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)\n\nUpdates `postcss-normalize-positions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)\n\nUpdates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)\n\nUpdates `postcss-normalize-string` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)\n\nUpdates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)\n\nUpdates `postcss-normalize-unicode` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.0)\n\nUpdates `postcss-normalize-url` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)\n\nUpdates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)\n\nUpdates `postcss-ordered-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.0)\n\nUpdates `postcss-reduce-initial` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.0)\n\nUpdates `postcss-reduce-transforms` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)\n\nUpdates `postcss-svgo` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.0)\n\nUpdates `postcss-unique-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.0)\n\nUpdates `scheduler` from 0.23.0 to 0.23.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)\n\nUpdates `stylehacks` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.0)\n\nUpdates `svgo` from 3.2.0 to 3.3.2\n- [Release notes](https://github.com/svg/svgo/releases)\n- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)\n- [Commits](https://github.com/svg/svgo/compare/v3.2.0...v3.3.2)\n\nUpdates `update-browserslist-db` from 1.0.13 to 1.0.15\n- [Release notes](https://github.com/browserslist/update-db/releases)\n- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/browserslist/update-db/compare/1.0.13...1.0.15)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tauri-apps/api\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clsx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react-dom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/jest-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cssnano\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/helper-validator-identifier\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@babel/highlight\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@csstools/selector-specificity\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm-gnueabihf\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cssnano-preset-default\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: cssnano-utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: enhanced-resolve\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: es-iterator-helpers\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-plugin-react-hooks\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: get-tsconfig\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globalthis\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: lru-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: minipass\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: optionator\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: path-scurry\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-calc\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-colormin\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-convert-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-comments\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-duplicates\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-empty\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-overridden\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-longhand\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-rules\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-font-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-gradients\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-params\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-charset\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-display-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-positions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-repeat-style\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-string\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-timing-functions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-unicode\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-url\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-whitespace\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-ordered-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-initial\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-transforms\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-svgo\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-unique-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: scheduler\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: stylehacks\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: svgo\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: update-browserslist-db\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 116 updates"}},{"before":"8a26cc139f7fd81dcd2a1f5122730814ab205ffd","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-da42871684","pushedAt":"2024-05-13T14:04:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"34cba844eee47ebce7369966b9c31c9981537720","after":null,"ref":"refs/heads/dependabot/cargo/src-tauri/all-e7dea7e4f5","pushedAt":"2024-05-13T13:47:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"fb0ad15e424f219d0d4a4335fb02ba6134fc191d","after":"2a297136284a313194bd8581aab7419e174fcbfc","ref":"refs/heads/main","pushedAt":"2024-05-13T13:47:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 37 updates (#221)\n\nBumps the all group in /src-tauri with 37 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |\n| [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` |\n| [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.1` | `1.5.2` |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.83` |\n| [async-channel](https://github.com/smol-rs/async-channel) | `2.2.1` | `2.3.0` |\n| [autocfg](https://github.com/cuviper/autocfg) | `1.2.0` | `1.3.0` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.95` | `1.0.97` |\n| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` |\n| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.29` | `1.0.30` |\n| [json-patch](https://github.com/idubrov/json-patch) | `1.2.0` | `1.4.0` |\n| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` |\n| [num-traits](https://github.com/rust-num/num-traits) | `0.2.18` | `0.2.19` |\n| [petgraph](https://github.com/petgraph/petgraph) | `0.6.4` | `0.6.5` |\n| [piper](https://github.com/notgull/piper) | `0.2.1` | `0.2.2` |\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.82` |\n| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.23` | `0.1.24` |\n| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.16` |\n| [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` |\n| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.10.0` | `2.11.0` |\n| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` |\n| [tauri-codegen](https://github.com/tauri-apps/tauri) | `1.4.2` | `1.4.3` |\n| [tauri-macros](https://github.com/tauri-apps/tauri) | `1.4.3` | `1.4.4` |\n| [tauri-runtime](https://github.com/tauri-apps/tauri) | `0.14.2` | `0.14.3` |\n| [tauri-runtime-wry](https://github.com/tauri-apps/tauri) | `0.14.5` | `0.14.7` |\n| [tauri-utils](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |\n| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |\n| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` |\n| [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.9` |\n| [x11rb](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` |\n| [x11rb-protocol](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` |\n| [zbus](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` |\n| [zbus_macros](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` |\n| [zvariant](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` |\n| [zvariant_derive](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` |\n| [zvariant_utils](https://github.com/dbus2/zbus) | `1.1.0` | `1.1.1` |\n\n\nUpdates `serde_json` from 1.0.116 to 1.0.117\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117)\n\nUpdates `serde` from 1.0.199 to 1.0.201\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.201)\n\nUpdates `tauri-build` from 1.5.1 to 1.5.2\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5.1...tauri-build-v1.5.2)\n\nUpdates `anyhow` from 1.0.82 to 1.0.83\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83)\n\nUpdates `async-channel` from 2.2.1 to 2.3.0\n- [Release notes](https://github.com/smol-rs/async-channel/releases)\n- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-channel/compare/v2.2.1...v2.3.0)\n\nUpdates `autocfg` from 1.2.0 to 1.3.0\n- [Commits](https://github.com/cuviper/autocfg/compare/1.2.0...1.3.0)\n\nUpdates `cc` from 1.0.95 to 1.0.97\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.97)\n\nUpdates `errno` from 0.3.8 to 0.3.9\n- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/lambda-fairy/rust-errno/commits)\n\nUpdates `flate2` from 1.0.29 to 1.0.30\n- [Release notes](https://github.com/rust-lang/flate2-rs/releases)\n- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30)\n\nUpdates `json-patch` from 1.2.0 to 1.4.0\n- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/idubrov/json-patch/compare/v1.2.0...v1.4.0)\n\nUpdates `libc` from 0.2.153 to 0.2.154\n- [Release notes](https://github.com/rust-lang/libc/releases)\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154)\n\nUpdates `num-traits` from 0.2.18 to 0.2.19\n- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)\n- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19)\n\nUpdates `petgraph` from 0.6.4 to 0.6.5\n- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)\n- [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.4...petgraph@v0.6.5)\n\nUpdates `piper` from 0.2.1 to 0.2.2\n- [Release notes](https://github.com/notgull/piper/releases)\n- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/notgull/piper/compare/v0.2.1...v0.2.2)\n\nUpdates `proc-macro2` from 1.0.81 to 1.0.82\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.81...1.0.82)\n\nUpdates `rustc-demangle` from 0.1.23 to 0.1.24\n- [Commits](https://github.com/rust-lang/rustc-demangle/compare/0.1.23...0.1.24)\n\nUpdates `rustversion` from 1.0.15 to 1.0.16\n- [Release notes](https://github.com/dtolnay/rustversion/releases)\n- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.15...1.0.16)\n\nUpdates `ryu` from 1.0.17 to 1.0.18\n- [Release notes](https://github.com/dtolnay/ryu/releases)\n- [Commits](https://github.com/dtolnay/ryu/compare/1.0.17...1.0.18)\n\nUpdates `security-framework-sys` from 2.10.0 to 2.11.0\n- [Release notes](https://github.com/kornelski/rust-security-framework/releases)\n- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0)\n\nUpdates `semver` from 1.0.22 to 1.0.23\n- [Release notes](https://github.com/dtolnay/semver/releases)\n- [Commits](https://github.com/dtolnay/semver/compare/1.0.22...1.0.23)\n\nUpdates `serde_derive` from 1.0.199 to 1.0.201\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.201)\n\nUpdates `tauri-codegen` from 1.4.2 to 1.4.3\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-codegen-v1.4.2...tauri-codegen-v1.4.3)\n\nUpdates `tauri-macros` from 1.4.3 to 1.4.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-macros-v1.4.3...tauri-macros-v1.4.4)\n\nUpdates `tauri-runtime` from 0.14.2 to 0.14.3\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-v0.14.2...tauri-runtime-v0.14.3)\n\nUpdates `tauri-runtime-wry` from 0.14.5 to 0.14.7\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-wry-v0.14.5...tauri-runtime-wry-v0.14.7)\n\nUpdates `tauri-utils` from 1.5.3 to 1.5.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-utils-v1.5.3...tauri-utils-v1.5.4)\n\nUpdates `thiserror` from 1.0.59 to 1.0.60\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60)\n\nUpdates `thiserror-impl` from 1.0.59 to 1.0.60\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60)\n\nUpdates `tokio-util` from 0.7.10 to 0.7.11\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11)\n\nUpdates `wry` from 0.24.8 to 0.24.9\n- [Release notes](https://github.com/tauri-apps/wry/releases)\n- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.9/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.24.8...wry-v0.24.9)\n\nUpdates `x11rb` from 0.13.0 to 0.13.1\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\nUpdates `x11rb-protocol` from 0.13.0 to 0.13.1\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\nUpdates `zbus` from 4.1.2 to 4.2.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.2...zbus-4.2.1)\n\nUpdates `zbus_macros` from 4.1.2 to 4.2.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus_macros-4.1.2...zbus-4.2.1)\n\nUpdates `zvariant` from 4.0.2 to 4.1.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant-4.0.2...zvariant-4.1.0)\n\nUpdates `zvariant_derive` from 4.0.2 to 4.1.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_derive-4.0.2...zbus-4.1.0)\n\nUpdates `zvariant_utils` from 1.1.0 to 1.1.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_utils-1.1.0...zvariant_utils-1.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-build\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: anyhow\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-channel\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: autocfg\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: errno\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: flate2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: json-patch\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: libc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: num-traits\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: petgraph\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: piper\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: proc-macro2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: rustc-demangle\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: rustversion\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: ryu\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: security-framework-sys\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: semver\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-codegen\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-macros\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-runtime\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-runtime-wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-utils\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror-impl\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tokio-util\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: x11rb\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: x11rb-protocol\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zbus_macros\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zvariant\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zvariant_derive\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zvariant_utils\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump the all group in /src-tauri with 37 updates (#221)"}},{"before":null,"after":"34cba844eee47ebce7369966b9c31c9981537720","ref":"refs/heads/dependabot/cargo/src-tauri/all-e7dea7e4f5","pushedAt":"2024-05-13T13:47:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 37 updates\n\nBumps the all group in /src-tauri with 37 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.117` |\n| [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` |\n| [tauri-build](https://github.com/tauri-apps/tauri) | `1.5.1` | `1.5.2` |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.83` |\n| [async-channel](https://github.com/smol-rs/async-channel) | `2.2.1` | `2.3.0` |\n| [autocfg](https://github.com/cuviper/autocfg) | `1.2.0` | `1.3.0` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.95` | `1.0.97` |\n| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.8` | `0.3.9` |\n| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.29` | `1.0.30` |\n| [json-patch](https://github.com/idubrov/json-patch) | `1.2.0` | `1.4.0` |\n| [libc](https://github.com/rust-lang/libc) | `0.2.153` | `0.2.154` |\n| [num-traits](https://github.com/rust-num/num-traits) | `0.2.18` | `0.2.19` |\n| [petgraph](https://github.com/petgraph/petgraph) | `0.6.4` | `0.6.5` |\n| [piper](https://github.com/notgull/piper) | `0.2.1` | `0.2.2` |\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.81` | `1.0.82` |\n| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.23` | `0.1.24` |\n| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.15` | `1.0.16` |\n| [ryu](https://github.com/dtolnay/ryu) | `1.0.17` | `1.0.18` |\n| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.10.0` | `2.11.0` |\n| [semver](https://github.com/dtolnay/semver) | `1.0.22` | `1.0.23` |\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.201` |\n| [tauri-codegen](https://github.com/tauri-apps/tauri) | `1.4.2` | `1.4.3` |\n| [tauri-macros](https://github.com/tauri-apps/tauri) | `1.4.3` | `1.4.4` |\n| [tauri-runtime](https://github.com/tauri-apps/tauri) | `0.14.2` | `0.14.3` |\n| [tauri-runtime-wry](https://github.com/tauri-apps/tauri) | `0.14.5` | `0.14.7` |\n| [tauri-utils](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |\n| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.60` |\n| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.10` | `0.7.11` |\n| [wry](https://github.com/tauri-apps/wry) | `0.24.8` | `0.24.9` |\n| [x11rb](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` |\n| [x11rb-protocol](https://github.com/psychon/x11rb) | `0.13.0` | `0.13.1` |\n| [zbus](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` |\n| [zbus_macros](https://github.com/dbus2/zbus) | `4.1.2` | `4.2.1` |\n| [zvariant](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` |\n| [zvariant_derive](https://github.com/dbus2/zbus) | `4.0.2` | `4.1.0` |\n| [zvariant_utils](https://github.com/dbus2/zbus) | `1.1.0` | `1.1.1` |\n\n\nUpdates `serde_json` from 1.0.116 to 1.0.117\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117)\n\nUpdates `serde` from 1.0.199 to 1.0.201\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.201)\n\nUpdates `tauri-build` from 1.5.1 to 1.5.2\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-build-v1.5.1...tauri-build-v1.5.2)\n\nUpdates `anyhow` from 1.0.82 to 1.0.83\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83)\n\nUpdates `async-channel` from 2.2.1 to 2.3.0\n- [Release notes](https://github.com/smol-rs/async-channel/releases)\n- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-channel/compare/v2.2.1...v2.3.0)\n\nUpdates `autocfg` from 1.2.0 to 1.3.0\n- [Commits](https://github.com/cuviper/autocfg/compare/1.2.0...1.3.0)\n\nUpdates `cc` from 1.0.95 to 1.0.97\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.95...1.0.97)\n\nUpdates `errno` from 0.3.8 to 0.3.9\n- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/lambda-fairy/rust-errno/commits)\n\nUpdates `flate2` from 1.0.29 to 1.0.30\n- [Release notes](https://github.com/rust-lang/flate2-rs/releases)\n- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.29...1.0.30)\n\nUpdates `json-patch` from 1.2.0 to 1.4.0\n- [Changelog](https://github.com/idubrov/json-patch/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/idubrov/json-patch/compare/v1.2.0...v1.4.0)\n\nUpdates `libc` from 0.2.153 to 0.2.154\n- [Release notes](https://github.com/rust-lang/libc/releases)\n- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.154)\n\nUpdates `num-traits` from 0.2.18 to 0.2.19\n- [Changelog](https://github.com/rust-num/num-traits/blob/master/RELEASES.md)\n- [Commits](https://github.com/rust-num/num-traits/compare/num-traits-0.2.18...num-traits-0.2.19)\n\nUpdates `petgraph` from 0.6.4 to 0.6.5\n- [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst)\n- [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.4...petgraph@v0.6.5)\n\nUpdates `piper` from 0.2.1 to 0.2.2\n- [Release notes](https://github.com/notgull/piper/releases)\n- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/notgull/piper/compare/v0.2.1...v0.2.2)\n\nUpdates `proc-macro2` from 1.0.81 to 1.0.82\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.81...1.0.82)\n\nUpdates `rustc-demangle` from 0.1.23 to 0.1.24\n- [Commits](https://github.com/rust-lang/rustc-demangle/compare/0.1.23...0.1.24)\n\nUpdates `rustversion` from 1.0.15 to 1.0.16\n- [Release notes](https://github.com/dtolnay/rustversion/releases)\n- [Commits](https://github.com/dtolnay/rustversion/compare/1.0.15...1.0.16)\n\nUpdates `ryu` from 1.0.17 to 1.0.18\n- [Release notes](https://github.com/dtolnay/ryu/releases)\n- [Commits](https://github.com/dtolnay/ryu/compare/1.0.17...1.0.18)\n\nUpdates `security-framework-sys` from 2.10.0 to 2.11.0\n- [Release notes](https://github.com/kornelski/rust-security-framework/releases)\n- [Commits](https://github.com/kornelski/rust-security-framework/compare/v2.10.0...v2.11.0)\n\nUpdates `semver` from 1.0.22 to 1.0.23\n- [Release notes](https://github.com/dtolnay/semver/releases)\n- [Commits](https://github.com/dtolnay/semver/compare/1.0.22...1.0.23)\n\nUpdates `serde_derive` from 1.0.199 to 1.0.201\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.199...v1.0.201)\n\nUpdates `tauri-codegen` from 1.4.2 to 1.4.3\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-codegen-v1.4.2...tauri-codegen-v1.4.3)\n\nUpdates `tauri-macros` from 1.4.3 to 1.4.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-macros-v1.4.3...tauri-macros-v1.4.4)\n\nUpdates `tauri-runtime` from 0.14.2 to 0.14.3\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-v0.14.2...tauri-runtime-v0.14.3)\n\nUpdates `tauri-runtime-wry` from 0.14.5 to 0.14.7\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-runtime-wry-v0.14.5...tauri-runtime-wry-v0.14.7)\n\nUpdates `tauri-utils` from 1.5.3 to 1.5.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-utils-v1.5.3...tauri-utils-v1.5.4)\n\nUpdates `thiserror` from 1.0.59 to 1.0.60\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60)\n\nUpdates `thiserror-impl` from 1.0.59 to 1.0.60\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60)\n\nUpdates `tokio-util` from 0.7.10 to 0.7.11\n- [Release notes](https://github.com/tokio-rs/tokio/releases)\n- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11)\n\nUpdates `wry` from 0.24.8 to 0.24.9\n- [Release notes](https://github.com/tauri-apps/wry/releases)\n- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.9/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.24.8...wry-v0.24.9)\n\nUpdates `x11rb` from 0.13.0 to 0.13.1\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\nUpdates `x11rb-protocol` from 0.13.0 to 0.13.1\n- [Changelog](https://github.com/psychon/x11rb/blob/master/doc/changelog.md)\n- [Commits](https://github.com/psychon/x11rb/compare/v0.13.0...v0.13.1)\n\nUpdates `zbus` from 4.1.2 to 4.2.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-4.1.2...zbus-4.2.1)\n\nUpdates `zbus_macros` from 4.1.2 to 4.2.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus_macros-4.1.2...zbus-4.2.1)\n\nUpdates `zvariant` from 4.0.2 to 4.1.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant-4.0.2...zvariant-4.1.0)\n\nUpdates `zvariant_derive` from 4.0.2 to 4.1.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_derive-4.0.2...zbus-4.1.0)\n\nUpdates `zvariant_utils` from 1.1.0 to 1.1.1\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_utils-1.1.0...zvariant_utils-1.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-build\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: anyhow\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-channel\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: autocfg\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: errno\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: flate2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: json-patch\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: libc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: num-traits\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: petgraph\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: piper\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: proc-macro2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: rustc-demangle\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: rustversion\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: ryu\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: security-framework-sys\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: semver\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-codegen\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-macros\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-runtime\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-runtime-wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-utils\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror-impl\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tokio-util\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: x11rb\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: x11rb-protocol\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zbus_macros\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zvariant\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zvariant_derive\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: zvariant_utils\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group in /src-tauri with 37 updates"}},{"before":"dae084c55b1b43a2c3f48a2899d3effb949747a9","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-013ac7dbe0","pushedAt":"2024-05-06T14:00:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"8a26cc139f7fd81dcd2a1f5122730814ab205ffd","ref":"refs/heads/dependabot/npm_and_yarn/all-da42871684","pushedAt":"2024-05-06T14:00:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 111 updates\n\nBumps the all group with 23 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` |\n| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |\n| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.1` |\n| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.3` |\n| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.5.12` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.1.0` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.6` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.8` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.8.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.8.0` |\n| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.2.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.2` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001616` |\n| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.4.722` | `1.4.756` |\n| [update-browserslist-db](https://github.com/browserslist/update-db) | `1.0.13` | `1.0.15` |\n\n\n\nUpdates `@tauri-apps/api` from 1.5.3 to 1.5.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.5.4)\n\nUpdates `clsx` from 2.1.0 to 2.1.1\n- [Release notes](https://github.com/lukeed/clsx/releases)\n- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)\n\nUpdates `next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3)\n\nUpdates `react` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)\n\nUpdates `@types/react` from 18.2.73 to 18.3.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `react-dom` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@tauri-apps/cli` from 1.5.11 to 1.5.12\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.12)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.1.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.1.0)\n\nUpdates `@testing-library/jest-dom` from 6.4.2 to 6.4.5\n- [Release notes](https://github.com/testing-library/jest-dom/releases)\n- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.6\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.6)\n\nUpdates `@types/node` from 20.12.2 to 20.12.8\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.3.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)\n\nUpdates `cssnano` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1)\n\nUpdates `eslint` from 8.57.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.2.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.2\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/helper-validator-identifier` from 7.22.20 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-helper-validator-identifier)\n\nUpdates `@babel/highlight` from 7.24.2 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-highlight)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.3\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.3/packages/@biomejs/biome)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.0.2\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.0.2)\n\nUpdates `@eslint/js` from 8.57.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.2.0/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001616\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001616)\n\nUpdates `cssnano-preset-default` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.1)\n\nUpdates `cssnano-utils` from 4.0.2 to 5.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.756\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.756)\n\nUpdates `es-iterator-helpers` from 1.0.18 to 1.0.19\n- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)\n\nUpdates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `get-tsconfig` from 4.7.3 to 4.7.4\n- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)\n- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.7.3...v4.7.4)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\nUpdates `globalthis` from 1.0.3 to 1.0.4\n- [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/System.global/compare/v1.0.3...v1.0.4)\n\nUpdates `minipass` from 7.0.4 to 7.1.0\n- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/minipass/compare/v7.0.4...v7.1.0)\n\nUpdates `optionator` from 0.9.3 to 0.9.4\n- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gkz/optionator/commits)\n\nUpdates `postcss-calc` from 9.0.1 to 10.0.0\n- [Release notes](https://github.com/postcss/postcss-calc/releases)\n- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)\n\nUpdates `postcss-colormin` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.0)\n\nUpdates `postcss-convert-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.0)\n\nUpdates `postcss-discard-comments` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.0)\n\nUpdates `postcss-discard-duplicates` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)\n\nUpdates `postcss-discard-empty` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)\n\nUpdates `postcss-discard-overridden` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)\n\nUpdates `postcss-merge-longhand` from 6.0.5 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.0)\n\nUpdates `postcss-merge-rules` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.0)\n\nUpdates `postcss-minify-font-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)\n\nUpdates `postcss-minify-gradients` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)\n\nUpdates `postcss-minify-params` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.0)\n\nUpdates `postcss-minify-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.0)\n\nUpdates `postcss-normalize-charset` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)\n\nUpdates `postcss-normalize-display-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)\n\nUpdates `postcss-normalize-positions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)\n\nUpdates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)\n\nUpdates `postcss-normalize-string` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)\n\nUpdates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)\n\nUpdates `postcss-normalize-unicode` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.0)\n\nUpdates `postcss-normalize-url` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)\n\nUpdates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)\n\nUpdates `postcss-ordered-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.0)\n\nUpdates `postcss-reduce-initial` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.0)\n\nUpdates `postcss-reduce-transforms` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)\n\nUpdates `postcss-svgo` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.0)\n\nUpdates `postcss-unique-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.0)\n\nUpdates `scheduler` from 0.23.0 to 0.23.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)\n\nUpdates `stylehacks` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.0)\n\nUpdates `update-browserslist-db` from 1.0.13 to 1.0.15\n- [Release notes](https://github.com/browserslist/update-db/releases)\n- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/browserslist/update-db/compare/1.0.13...1.0.15)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tauri-apps/api\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clsx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react-dom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/jest-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cssnano\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/helper-validator-identifier\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@babel/highlight\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm-gnueabihf\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cssnano-preset-default\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: cssnano-utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: es-iterator-helpers\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-plugin-react-hooks\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: get-tsconfig\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globalthis\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: minipass\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: optionator\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: postcss-calc\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-colormin\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-convert-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-comments\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-duplicates\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-empty\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-overridden\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-longhand\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-rules\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-font-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-gradients\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-params\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-charset\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-display-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-positions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-repeat-style\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-string\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-timing-functions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-unicode\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-url\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-whitespace\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-ordered-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-initial\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-transforms\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-svgo\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-unique-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: scheduler\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: stylehacks\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: update-browserslist-db\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 111 updates"}},{"before":null,"after":"dae084c55b1b43a2c3f48a2899d3effb949747a9","ref":"refs/heads/dependabot/npm_and_yarn/all-013ac7dbe0","pushedAt":"2024-05-06T07:12:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 111 updates\n\nBumps the all group with 21 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` |\n| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |\n| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.1` |\n| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.2` |\n| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.5.12` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.1.0` |\n| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.6` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.8` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.8.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.8.0` |\n| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.2.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.2` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001616` |\n\n\n\nUpdates `@tauri-apps/api` from 1.5.3 to 1.5.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.5.4)\n\nUpdates `clsx` from 2.1.0 to 2.1.1\n- [Release notes](https://github.com/lukeed/clsx/releases)\n- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)\n\nUpdates `next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3)\n\nUpdates `react` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)\n\nUpdates `@types/react` from 18.2.73 to 18.3.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `react-dom` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@tauri-apps/cli` from 1.5.11 to 1.5.12\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.12)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.1.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.1.0)\n\nUpdates `@testing-library/jest-dom` from 6.4.2 to 6.4.5\n- [Release notes](https://github.com/testing-library/jest-dom/releases)\n- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.6\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.6)\n\nUpdates `@types/node` from 20.12.2 to 20.12.8\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.3.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)\n\nUpdates `cssnano` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1)\n\nUpdates `eslint` from 8.57.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.2.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.2\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/helper-validator-identifier` from 7.22.20 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-helper-validator-identifier)\n\nUpdates `@babel/highlight` from 7.24.2 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-highlight)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.5\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.2\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.2/packages/@biomejs/biome)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.0.2\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.0.2)\n\nUpdates `@eslint/js` from 8.57.0 to 9.2.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.2.0/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.8.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001616\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001616)\n\nUpdates `cssnano-preset-default` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.1)\n\nUpdates `cssnano-utils` from 4.0.2 to 5.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.756\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.756)\n\nUpdates `es-iterator-helpers` from 1.0.18 to 1.0.19\n- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)\n\nUpdates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `get-tsconfig` from 4.7.3 to 4.7.4\n- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)\n- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.7.3...v4.7.4)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\nUpdates `globalthis` from 1.0.3 to 1.0.4\n- [Changelog](https://github.com/es-shims/globalThis/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/ljharb/System.global/compare/v1.0.3...v1.0.4)\n\nUpdates `minipass` from 7.0.4 to 7.1.0\n- [Changelog](https://github.com/isaacs/minipass/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/minipass/compare/v7.0.4...v7.1.0)\n\nUpdates `optionator` from 0.9.3 to 0.9.4\n- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gkz/optionator/commits)\n\nUpdates `postcss-calc` from 9.0.1 to 10.0.0\n- [Release notes](https://github.com/postcss/postcss-calc/releases)\n- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)\n\nUpdates `postcss-colormin` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.0)\n\nUpdates `postcss-convert-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.0)\n\nUpdates `postcss-discard-comments` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.0)\n\nUpdates `postcss-discard-duplicates` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)\n\nUpdates `postcss-discard-empty` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)\n\nUpdates `postcss-discard-overridden` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)\n\nUpdates `postcss-merge-longhand` from 6.0.5 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.0)\n\nUpdates `postcss-merge-rules` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.0)\n\nUpdates `postcss-minify-font-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)\n\nUpdates `postcss-minify-gradients` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)\n\nUpdates `postcss-minify-params` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.0)\n\nUpdates `postcss-minify-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.0)\n\nUpdates `postcss-normalize-charset` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)\n\nUpdates `postcss-normalize-display-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)\n\nUpdates `postcss-normalize-positions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)\n\nUpdates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)\n\nUpdates `postcss-normalize-string` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)\n\nUpdates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)\n\nUpdates `postcss-normalize-unicode` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.0)\n\nUpdates `postcss-normalize-url` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)\n\nUpdates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)\n\nUpdates `postcss-ordered-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.0)\n\nUpdates `postcss-reduce-initial` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.0)\n\nUpdates `postcss-reduce-transforms` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)\n\nUpdates `postcss-svgo` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.0)\n\nUpdates `postcss-unique-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.0)\n\nUpdates `scheduler` from 0.23.0 to 0.23.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)\n\nUpdates `stylehacks` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.0)\n\nUpdates `update-browserslist-db` from 1.0.13 to 1.0.15\n- [Release notes](https://github.com/browserslist/update-db/releases)\n- [Changelog](https://github.com/browserslist/update-db/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/browserslist/update-db/compare/1.0.13...1.0.15)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tauri-apps/api\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clsx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react-dom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/jest-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cssnano\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/helper-validator-identifier\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@babel/highlight\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm-gnueabihf\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cssnano-preset-default\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: cssnano-utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: es-iterator-helpers\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-plugin-react-hooks\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: get-tsconfig\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globalthis\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: minipass\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: optionator\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: postcss-calc\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-colormin\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-convert-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-comments\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-duplicates\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-empty\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-overridden\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-longhand\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-rules\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-font-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-gradients\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-params\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-charset\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-display-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-positions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-repeat-style\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-string\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-timing-functions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-unicode\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-url\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-whitespace\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-ordered-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-initial\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-transforms\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-svgo\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-unique-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: scheduler\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: stylehacks\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: update-browserslist-db\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 111 updates"}},{"before":"e5fb59571c29531b9f4e157b5eb429cdb3986e7e","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-bea669234b","pushedAt":"2024-05-06T07:05:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"69edb2d7ef8dca152964685799da189e501c3686","after":"fb0ad15e424f219d0d4a4335fb02ba6134fc191d","ref":"refs/heads/main","pushedAt":"2024-05-06T06:40:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kvnxiao","name":"Kevin Xiao","path":"/kvnxiao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14130413?s=80&v=4"},"commit":{"message":"fix: modify husky deprecated command (#218)","shortMessageHtmlLink":"fix: modify husky deprecated command (#218)"}},{"before":null,"after":"e5fb59571c29531b9f4e157b5eb429cdb3986e7e","ref":"refs/heads/dependabot/npm_and_yarn/all-bea669234b","pushedAt":"2024-04-29T13:36:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group across 1 directory with 104 updates\n\nBumps the all group with 21 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@tauri-apps/api](https://github.com/tauri-apps/tauri) | `1.5.3` | `1.5.4` |\n| [clsx](https://github.com/lukeed/clsx) | `2.1.0` | `2.1.1` |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |\n| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.3.1` |\n| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.3.0` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.1` |\n| [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `1.5.11` | `1.5.12` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.1.0` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.5` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.7` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.7.1` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.7.1` |\n| [cssnano](https://github.com/cssnano/cssnano) | `6.1.2` | `7.0.1` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.1` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.3` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.2` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.1` | `7.24.4` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001614` |\n\n\n\nUpdates `@tauri-apps/api` from 1.5.3 to 1.5.4\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/api-v1.5.3...@tauri-apps/api-v1.5.4)\n\nUpdates `clsx` from 2.1.0 to 2.1.1\n- [Release notes](https://github.com/lukeed/clsx/releases)\n- [Commits](https://github.com/lukeed/clsx/compare/v2.1.0...v2.1.1)\n\nUpdates `next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.3)\n\nUpdates `react` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)\n\nUpdates `@types/react` from 18.2.73 to 18.3.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `react-dom` from 18.2.0 to 18.3.1\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@tauri-apps/cli` from 1.5.11 to 1.5.12\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v1.5.11...@tauri-apps/cli-v1.5.12)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.1.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.1.0)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.5\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.5)\n\nUpdates `@types/node` from 20.12.2 to 20.12.7\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.3.1\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.3.0\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.7.1\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.7.1\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/parser)\n\nUpdates `cssnano` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano@6.1.2...cssnano@7.0.1)\n\nUpdates `eslint` from 8.57.0 to 9.1.1\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.1.1)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-config-next)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.2\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.4\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.1\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.1/packages/@biomejs/biome)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.0.2\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.0.2)\n\nUpdates `@eslint/js` from 8.57.0 to 9.1.1\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.1.1/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.3\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@tauri-apps/cli-darwin-arm64` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-darwin-x64` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm-gnueabihf` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm64-gnu` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-arm64-musl` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-x64-gnu` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-linux-x64-musl` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-arm64-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-ia32-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@tauri-apps/cli-win32-x64-msvc` from 1.5.11 to 1.5.12\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.7.1\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.7.1\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.1/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001614\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001614)\n\nUpdates `cssnano-preset-default` from 6.1.2 to 7.0.1\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-preset-default@6.1.2...cssnano-preset-default@7.0.1)\n\nUpdates `cssnano-utils` from 4.0.2 to 5.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/cssnano-utils@4.0.2...cssnano-utils@5.0.0)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.750\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.750)\n\nUpdates `es-iterator-helpers` from 1.0.18 to 1.0.19\n- [Changelog](https://github.com/es-shims/iterator-helpers/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/es-shims/iterator-helpers/compare/v1.0.18...v1.0.19)\n\nUpdates `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\nUpdates `optionator` from 0.9.3 to 0.9.4\n- [Changelog](https://github.com/gkz/optionator/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/gkz/optionator/commits)\n\nUpdates `postcss-calc` from 9.0.1 to 10.0.0\n- [Release notes](https://github.com/postcss/postcss-calc/releases)\n- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/postcss/postcss-calc/compare/v9.0.1...v10.0.0)\n\nUpdates `postcss-colormin` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-colormin@6.1.0...postcss-colormin@7.0.0)\n\nUpdates `postcss-convert-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-convert-values@6.1.0...postcss-convert-values@7.0.0)\n\nUpdates `postcss-discard-comments` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-comments@6.0.2...postcss-discard-comments@7.0.0)\n\nUpdates `postcss-discard-duplicates` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-duplicates@6.0.3...postcss-discard-duplicates@7.0.0)\n\nUpdates `postcss-discard-empty` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-empty@6.0.3...postcss-discard-empty@7.0.0)\n\nUpdates `postcss-discard-overridden` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-discard-overridden@6.0.2...postcss-discard-overridden@7.0.0)\n\nUpdates `postcss-merge-longhand` from 6.0.5 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-longhand@6.0.5...postcss-merge-longhand@7.0.0)\n\nUpdates `postcss-merge-rules` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-merge-rules@6.1.1...postcss-merge-rules@7.0.0)\n\nUpdates `postcss-minify-font-values` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-font-values@6.1.0...postcss-minify-font-values@7.0.0)\n\nUpdates `postcss-minify-gradients` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-gradients@6.0.3...postcss-minify-gradients@7.0.0)\n\nUpdates `postcss-minify-params` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-params@6.1.0...postcss-minify-params@7.0.0)\n\nUpdates `postcss-minify-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-minify-selectors@6.0.4...postcss-minify-selectors@7.0.0)\n\nUpdates `postcss-normalize-charset` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-charset@6.0.2...postcss-normalize-charset@7.0.0)\n\nUpdates `postcss-normalize-display-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-display-values@6.0.2...postcss-normalize-display-values@7.0.0)\n\nUpdates `postcss-normalize-positions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-positions@6.0.2...postcss-normalize-positions@7.0.0)\n\nUpdates `postcss-normalize-repeat-style` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-repeat-style@6.0.2...postcss-normalize-repeat-style@7.0.0)\n\nUpdates `postcss-normalize-string` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-string@6.0.2...postcss-normalize-string@7.0.0)\n\nUpdates `postcss-normalize-timing-functions` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@6.0.2...postcss-normalize-timing-functions@7.0.0)\n\nUpdates `postcss-normalize-unicode` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-unicode@6.1.0...postcss-normalize-unicode@7.0.0)\n\nUpdates `postcss-normalize-url` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-url@6.0.2...postcss-normalize-url@7.0.0)\n\nUpdates `postcss-normalize-whitespace` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-normalize-whitespace@6.0.2...postcss-normalize-whitespace@7.0.0)\n\nUpdates `postcss-ordered-values` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-ordered-values@6.0.2...postcss-ordered-values@7.0.0)\n\nUpdates `postcss-reduce-initial` from 6.1.0 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@6.1.0...postcss-reduce-initial@7.0.0)\n\nUpdates `postcss-reduce-transforms` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-reduce-transforms@6.0.2...postcss-reduce-transforms@7.0.0)\n\nUpdates `postcss-svgo` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-svgo@6.0.3...postcss-svgo@7.0.0)\n\nUpdates `postcss-unique-selectors` from 6.0.4 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/postcss-unique-selectors@6.0.4...postcss-unique-selectors@7.0.0)\n\nUpdates `scheduler` from 0.23.0 to 0.23.2\n- [Release notes](https://github.com/facebook/react/releases)\n- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/facebook/react/commits/HEAD/packages/scheduler)\n\nUpdates `stylehacks` from 6.1.1 to 7.0.0\n- [Release notes](https://github.com/cssnano/cssnano/releases)\n- [Commits](https://github.com/cssnano/cssnano/compare/stylehacks@6.1.1...stylehacks@7.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: \"@tauri-apps/api\"\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clsx\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: react-dom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cssnano\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm-gnueabihf\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@tauri-apps/cli-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cssnano-preset-default\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: cssnano-utils\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: es-iterator-helpers\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-plugin-react-hooks\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: optionator\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: postcss-calc\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-colormin\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-convert-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-comments\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-duplicates\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-empty\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-discard-overridden\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-longhand\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-merge-rules\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-font-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-gradients\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-params\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-minify-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-charset\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-display-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-positions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-repeat-style\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-string\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-timing-functions\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-unicode\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-url\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-normalize-whitespace\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-ordered-values\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-initial\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-reduce-transforms\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-svgo\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: postcss-unique-selectors\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: scheduler\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: stylehacks\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group across 1 directory with 104 updates"}},{"before":"2a38cef24abe0a59e97953a762ce767c81f5b1ba","after":null,"ref":"refs/heads/dependabot/cargo/src-tauri/all-1faae1bed0","pushedAt":"2024-04-29T13:33:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"237e83281f8b039ea4b77510ac6826af427f1190","after":"69edb2d7ef8dca152964685799da189e501c3686","ref":"refs/heads/main","pushedAt":"2024-04-29T13:33:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 22 updates (#216)\n\nBumps the all group in /src-tauri with 22 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |\n| [tauri](https://github.com/tauri-apps/tauri) | `1.6.1` | `1.6.2` |\n| [arboard](https://github.com/1Password/arboard) | `3.3.2` | `3.4.0` |\n| [async-fs](https://github.com/smol-rs/async-fs) | `2.1.1` | `2.1.2` |\n| [async-io](https://github.com/smol-rs/async-io) | `2.3.1` | `2.3.2` |\n| [async-recursion](https://github.com/dcchut/async-recursion) | `1.1.0` | `1.1.1` |\n| [async-task](https://github.com/smol-rs/async-task) | `4.7.0` | `4.7.1` |\n| [blocking](https://github.com/smol-rs/blocking) | `1.5.1` | `1.6.0` |\n| [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.4.0` | `2.5.0` |\n| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.1` | `2.1.0` |\n| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.29` |\n| [futures-lite](https://github.com/smol-rs/futures-lite) | `2.2.0` | `2.3.0` |\n| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` |\n| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.2` |\n| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` |\n| [polling](https://github.com/smol-rs/polling) | `3.4.0` | `3.7.0` |\n| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.31` | `0.38.34` |\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |\n| [serde_with](https://github.com/jonasbb/serde_with) | `3.7.0` | `3.8.1` |\n| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.7.0` | `3.8.1` |\n| [socket2](https://github.com/rust-lang/socket2) | `0.5.5` | `0.5.7` |\n| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |\n\n\nUpdates `serde` from 1.0.198 to 1.0.199\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)\n\nUpdates `tauri` from 1.6.1 to 1.6.2\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.1...tauri-v1.6.2)\n\nUpdates `arboard` from 3.3.2 to 3.4.0\n- [Release notes](https://github.com/1Password/arboard/releases)\n- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/1Password/arboard/compare/v3.3.2...v3.4.0)\n\nUpdates `async-fs` from 2.1.1 to 2.1.2\n- [Release notes](https://github.com/smol-rs/async-fs/releases)\n- [Changelog](https://github.com/smol-rs/async-fs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-fs/compare/v2.1.1...v2.1.2)\n\nUpdates `async-io` from 2.3.1 to 2.3.2\n- [Release notes](https://github.com/smol-rs/async-io/releases)\n- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-io/compare/v2.3.1...v2.3.2)\n\nUpdates `async-recursion` from 1.1.0 to 1.1.1\n- [Release notes](https://github.com/dcchut/async-recursion/releases)\n- [Commits](https://github.com/dcchut/async-recursion/compare/v1.1.0...v1.1.1)\n\nUpdates `async-task` from 4.7.0 to 4.7.1\n- [Release notes](https://github.com/smol-rs/async-task/releases)\n- [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-task/compare/v4.7.0...v4.7.1)\n\nUpdates `blocking` from 1.5.1 to 1.6.0\n- [Release notes](https://github.com/smol-rs/blocking/releases)\n- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/blocking/compare/v1.5.1...v1.6.0)\n\nUpdates `concurrent-queue` from 2.4.0 to 2.5.0\n- [Release notes](https://github.com/smol-rs/concurrent-queue/releases)\n- [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/concurrent-queue/compare/v2.4.0...v2.5.0)\n\nUpdates `fastrand` from 2.0.1 to 2.1.0\n- [Release notes](https://github.com/smol-rs/fastrand/releases)\n- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.1...v2.1.0)\n\nUpdates `flate2` from 1.0.28 to 1.0.29\n- [Release notes](https://github.com/rust-lang/flate2-rs/releases)\n- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29)\n\nUpdates `futures-lite` from 2.2.0 to 2.3.0\n- [Release notes](https://github.com/smol-rs/futures-lite/releases)\n- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.2.0...v2.3.0)\n\nUpdates `lock_api` from 0.4.11 to 0.4.12\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.11...lock_api-0.4.12)\n\nUpdates `parking_lot` from 0.12.1 to 0.12.2\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2)\n\nUpdates `parking_lot_core` from 0.9.9 to 0.9.10\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/core-0.9.9...core-0.9.10)\n\nUpdates `polling` from 3.4.0 to 3.7.0\n- [Release notes](https://github.com/smol-rs/polling/releases)\n- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/polling/compare/v3.4.0...v3.7.0)\n\nUpdates `rustix` from 0.38.31 to 0.38.34\n- [Release notes](https://github.com/bytecodealliance/rustix/releases)\n- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.31...v0.38.34)\n\nUpdates `serde_derive` from 1.0.198 to 1.0.199\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)\n\nUpdates `serde_with` from 3.7.0 to 3.8.1\n- [Release notes](https://github.com/jonasbb/serde_with/releases)\n- [Commits](https://github.com/jonasbb/serde_with/compare/v3.7.0...v3.8.1)\n\nUpdates `serde_with_macros` from 3.7.0 to 3.8.1\n- [Release notes](https://github.com/jonasbb/serde_with/releases)\n- [Commits](https://github.com/jonasbb/serde_with/compare/v3.7.0...v3.8.1)\n\nUpdates `socket2` from 0.5.5 to 0.5.7\n- [Release notes](https://github.com/rust-lang/socket2/releases)\n- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/socket2/compare/v0.5.5...v0.5.7)\n\nUpdates `winapi-util` from 0.1.6 to 0.1.8\n- [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.6...0.1.8)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: arboard\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: async-fs\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-io\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-recursion\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-task\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: blocking\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: concurrent-queue\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: fastrand\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: flate2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: futures-lite\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: lock_api\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: parking_lot\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: parking_lot_core\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: polling\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: rustix\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_with\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: serde_with_macros\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: socket2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: winapi-util\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump the all group in /src-tauri with 22 updates (#216)"}},{"before":null,"after":"2a38cef24abe0a59e97953a762ce767c81f5b1ba","ref":"refs/heads/dependabot/cargo/src-tauri/all-1faae1bed0","pushedAt":"2024-04-29T13:33:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 22 updates\n\nBumps the all group in /src-tauri with 22 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |\n| [tauri](https://github.com/tauri-apps/tauri) | `1.6.1` | `1.6.2` |\n| [arboard](https://github.com/1Password/arboard) | `3.3.2` | `3.4.0` |\n| [async-fs](https://github.com/smol-rs/async-fs) | `2.1.1` | `2.1.2` |\n| [async-io](https://github.com/smol-rs/async-io) | `2.3.1` | `2.3.2` |\n| [async-recursion](https://github.com/dcchut/async-recursion) | `1.1.0` | `1.1.1` |\n| [async-task](https://github.com/smol-rs/async-task) | `4.7.0` | `4.7.1` |\n| [blocking](https://github.com/smol-rs/blocking) | `1.5.1` | `1.6.0` |\n| [concurrent-queue](https://github.com/smol-rs/concurrent-queue) | `2.4.0` | `2.5.0` |\n| [fastrand](https://github.com/smol-rs/fastrand) | `2.0.1` | `2.1.0` |\n| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.29` |\n| [futures-lite](https://github.com/smol-rs/futures-lite) | `2.2.0` | `2.3.0` |\n| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.11` | `0.4.12` |\n| [parking_lot](https://github.com/Amanieu/parking_lot) | `0.12.1` | `0.12.2` |\n| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.9` | `0.9.10` |\n| [polling](https://github.com/smol-rs/polling) | `3.4.0` | `3.7.0` |\n| [rustix](https://github.com/bytecodealliance/rustix) | `0.38.31` | `0.38.34` |\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |\n| [serde_with](https://github.com/jonasbb/serde_with) | `3.7.0` | `3.8.1` |\n| [serde_with_macros](https://github.com/jonasbb/serde_with) | `3.7.0` | `3.8.1` |\n| [socket2](https://github.com/rust-lang/socket2) | `0.5.5` | `0.5.7` |\n| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |\n\n\nUpdates `serde` from 1.0.198 to 1.0.199\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)\n\nUpdates `tauri` from 1.6.1 to 1.6.2\n- [Release notes](https://github.com/tauri-apps/tauri/releases)\n- [Commits](https://github.com/tauri-apps/tauri/compare/tauri-v1.6.1...tauri-v1.6.2)\n\nUpdates `arboard` from 3.3.2 to 3.4.0\n- [Release notes](https://github.com/1Password/arboard/releases)\n- [Changelog](https://github.com/1Password/arboard/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/1Password/arboard/compare/v3.3.2...v3.4.0)\n\nUpdates `async-fs` from 2.1.1 to 2.1.2\n- [Release notes](https://github.com/smol-rs/async-fs/releases)\n- [Changelog](https://github.com/smol-rs/async-fs/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-fs/compare/v2.1.1...v2.1.2)\n\nUpdates `async-io` from 2.3.1 to 2.3.2\n- [Release notes](https://github.com/smol-rs/async-io/releases)\n- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-io/compare/v2.3.1...v2.3.2)\n\nUpdates `async-recursion` from 1.1.0 to 1.1.1\n- [Release notes](https://github.com/dcchut/async-recursion/releases)\n- [Commits](https://github.com/dcchut/async-recursion/compare/v1.1.0...v1.1.1)\n\nUpdates `async-task` from 4.7.0 to 4.7.1\n- [Release notes](https://github.com/smol-rs/async-task/releases)\n- [Changelog](https://github.com/smol-rs/async-task/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-task/compare/v4.7.0...v4.7.1)\n\nUpdates `blocking` from 1.5.1 to 1.6.0\n- [Release notes](https://github.com/smol-rs/blocking/releases)\n- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/blocking/compare/v1.5.1...v1.6.0)\n\nUpdates `concurrent-queue` from 2.4.0 to 2.5.0\n- [Release notes](https://github.com/smol-rs/concurrent-queue/releases)\n- [Changelog](https://github.com/smol-rs/concurrent-queue/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/concurrent-queue/compare/v2.4.0...v2.5.0)\n\nUpdates `fastrand` from 2.0.1 to 2.1.0\n- [Release notes](https://github.com/smol-rs/fastrand/releases)\n- [Changelog](https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/fastrand/compare/v2.0.1...v2.1.0)\n\nUpdates `flate2` from 1.0.28 to 1.0.29\n- [Release notes](https://github.com/rust-lang/flate2-rs/releases)\n- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.28...1.0.29)\n\nUpdates `futures-lite` from 2.2.0 to 2.3.0\n- [Release notes](https://github.com/smol-rs/futures-lite/releases)\n- [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/futures-lite/compare/v2.2.0...v2.3.0)\n\nUpdates `lock_api` from 0.4.11 to 0.4.12\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/lock_api-0.4.11...lock_api-0.4.12)\n\nUpdates `parking_lot` from 0.12.1 to 0.12.2\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/0.12.1...0.12.2)\n\nUpdates `parking_lot_core` from 0.9.9 to 0.9.10\n- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Amanieu/parking_lot/compare/core-0.9.9...core-0.9.10)\n\nUpdates `polling` from 3.4.0 to 3.7.0\n- [Release notes](https://github.com/smol-rs/polling/releases)\n- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/polling/compare/v3.4.0...v3.7.0)\n\nUpdates `rustix` from 0.38.31 to 0.38.34\n- [Release notes](https://github.com/bytecodealliance/rustix/releases)\n- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.31...v0.38.34)\n\nUpdates `serde_derive` from 1.0.198 to 1.0.199\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.198...v1.0.199)\n\nUpdates `serde_with` from 3.7.0 to 3.8.1\n- [Release notes](https://github.com/jonasbb/serde_with/releases)\n- [Commits](https://github.com/jonasbb/serde_with/compare/v3.7.0...v3.8.1)\n\nUpdates `serde_with_macros` from 3.7.0 to 3.8.1\n- [Release notes](https://github.com/jonasbb/serde_with/releases)\n- [Commits](https://github.com/jonasbb/serde_with/compare/v3.7.0...v3.8.1)\n\nUpdates `socket2` from 0.5.5 to 0.5.7\n- [Release notes](https://github.com/rust-lang/socket2/releases)\n- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/socket2/compare/v0.5.5...v0.5.7)\n\nUpdates `winapi-util` from 0.1.6 to 0.1.8\n- [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.6...0.1.8)\n\n---\nupdated-dependencies:\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: arboard\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: async-fs\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-io\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-recursion\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-task\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: blocking\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: concurrent-queue\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: fastrand\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: flate2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: futures-lite\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: lock_api\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: parking_lot\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: parking_lot_core\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: polling\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: rustix\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_with\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: serde_with_macros\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: socket2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: winapi-util\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group in /src-tauri with 22 updates"}},{"before":"78876f2a103d00210bad0f07e423b940376ac6e7","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-6738e5d36c","pushedAt":"2024-04-29T13:27:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"25af881e0a54f70f0f27033b348054df127ac67f","after":null,"ref":"refs/heads/dependabot/cargo/src-tauri/all-a176b44a8b","pushedAt":"2024-04-26T20:22:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kvnxiao","name":"Kevin Xiao","path":"/kvnxiao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14130413?s=80&v=4"}},{"before":"db5a30dac23a4d1dbefbd6b5e44373bb78d21a53","after":"237e83281f8b039ea4b77510ac6826af427f1190","ref":"refs/heads/main","pushedAt":"2024-04-26T20:22:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kvnxiao","name":"Kevin Xiao","path":"/kvnxiao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14130413?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 26 updates (#215)\n\nBumps the all group in /src-tauri with 26 updates:\r\n\r\n| Package | From | To |\r\n| --- | --- | --- |\r\n| [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.116` |\r\n| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.198` |\r\n| [async-signal](https://github.com/smol-rs/async-signal) | `0.2.5` | `0.2.6` |\r\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.94` | `1.0.95` |\r\n| [clipboard-win](https://github.com/DoumanAsh/clipboard-win) | `5.3.0` | `5.3.1` |\r\n| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.7` | `0.2.8` |\r\n| [notify-rust](https://github.com/hoodie/notify-rust) | `4.10.0` | `4.11.0` |\r\n| [polling](https://github.com/smol-rs/polling) | `2.8.0` | `3.4.0` |\r\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.80` | `1.0.81` |\r\n| [quick-xml](https://github.com/tafia/quick-xml) | `0.30.0` | `0.31.0` |\r\n| [rustix](https://github.com/bytecodealliance/rustix) | `0.37.27` | `0.38.31` |\r\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.198` |\r\n| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.1` | `1.4.2` |\r\n| [socket2](https://github.com/rust-lang/socket2) | `0.4.10` | `0.5.5` |\r\n| [tao](https://github.com/tauri-apps/tao) | `0.16.8` | `0.16.9` |\r\n| [tauri-winrt-notification](https://github.com/tauri-apps/winrt-notification) | `0.1.3` | `0.2.1` |\r\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |\r\n| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |\r\n| [windows-core](https://github.com/microsoft/windows-rs) | `0.51.1` | `0.52.0` |\r\n| [wry](https://github.com/tauri-apps/wry) | `0.24.7` | `0.24.8` |\r\n| [zbus](https://github.com/dbus2/zbus) | `3.15.2` | `4.1.2` |\r\n| [zbus_macros](https://github.com/dbus2/zbus) | `3.15.2` | `4.1.2` |\r\n| [zbus_names](https://github.com/dbus2/zbus) | `2.6.1` | `3.0.0` |\r\n| [zvariant](https://github.com/dbus2/zbus) | `3.15.2` | `4.0.2` |\r\n| [zvariant_derive](https://github.com/dbus2/zbus) | `3.15.2` | `4.0.2` |\r\n| [zvariant_utils](https://github.com/dbus2/zbus) | `1.0.1` | `1.1.0` |\r\n\r\n\r\nUpdates `serde_json` from 1.0.115 to 1.0.116\r\n- [Release notes](https://github.com/serde-rs/json/releases)\r\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116)\r\n\r\nUpdates `serde` from 1.0.197 to 1.0.198\r\n- [Release notes](https://github.com/serde-rs/serde/releases)\r\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)\r\n\r\nUpdates `async-signal` from 0.2.5 to 0.2.6\r\n- [Release notes](https://github.com/smol-rs/async-signal/releases)\r\n- [Changelog](https://github.com/smol-rs/async-signal/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/smol-rs/async-signal/compare/v0.2.5...v0.2.6)\r\n\r\nUpdates `cc` from 1.0.94 to 1.0.95\r\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\r\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.94...1.0.95)\r\n\r\nUpdates `clipboard-win` from 5.3.0 to 5.3.1\r\n- [Commits](https://github.com/DoumanAsh/clipboard-win/commits)\r\n\r\nUpdates `ctor` from 0.2.7 to 0.2.8\r\n- [Commits](https://github.com/mmastrac/rust-ctor/commits)\r\n\r\nUpdates `notify-rust` from 4.10.0 to 4.11.0\r\n- [Release notes](https://github.com/hoodie/notify-rust/releases)\r\n- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md)\r\n- [Commits](https://github.com/hoodie/notify-rust/compare/v4.10.0...v4.11.0)\r\n\r\nUpdates `polling` from 2.8.0 to 3.4.0\r\n- [Release notes](https://github.com/smol-rs/polling/releases)\r\n- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/smol-rs/polling/compare/v2.8.0...v3.4.0)\r\n\r\nUpdates `proc-macro2` from 1.0.80 to 1.0.81\r\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\r\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.80...1.0.81)\r\n\r\nUpdates `quick-xml` from 0.30.0 to 0.31.0\r\n- [Release notes](https://github.com/tafia/quick-xml/releases)\r\n- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)\r\n- [Commits](https://github.com/tafia/quick-xml/compare/v0.30.0...v0.31.0)\r\n\r\nUpdates `rustix` from 0.37.27 to 0.38.31\r\n- [Release notes](https://github.com/bytecodealliance/rustix/releases)\r\n- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.27...v0.38.31)\r\n\r\nUpdates `serde_derive` from 1.0.197 to 1.0.198\r\n- [Release notes](https://github.com/serde-rs/serde/releases)\r\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)\r\n\r\nUpdates `signal-hook-registry` from 1.4.1 to 1.4.2\r\n- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/vorner/signal-hook/compare/registry-v1.4.1...registry-v1.4.2)\r\n\r\nUpdates `socket2` from 0.4.10 to 0.5.5\r\n- [Release notes](https://github.com/rust-lang/socket2/releases)\r\n- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/rust-lang/socket2/compare/v0.4.10...v0.5.5)\r\n\r\nUpdates `tao` from 0.16.8 to 0.16.9\r\n- [Release notes](https://github.com/tauri-apps/tao/releases)\r\n- [Changelog](https://github.com/tauri-apps/tao/blob/tao-v0.16.9/CHANGELOG.md)\r\n- [Commits](https://github.com/tauri-apps/tao/compare/tao-v0.16.8...tao-v0.16.9)\r\n\r\nUpdates `tauri-winrt-notification` from 0.1.3 to 0.2.1\r\n- [Release notes](https://github.com/tauri-apps/winrt-notification/releases)\r\n- [Changelog](https://github.com/tauri-apps/winrt-notification/blob/dev/CHANGELOG.md)\r\n- [Commits](https://github.com/tauri-apps/winrt-notification/compare/tauri-winrt-notification-v0.1.3...tauri-winrt-notification-v0.2.1)\r\n\r\nUpdates `thiserror` from 1.0.58 to 1.0.59\r\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\r\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59)\r\n\r\nUpdates `thiserror-impl` from 1.0.58 to 1.0.59\r\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\r\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59)\r\n\r\nUpdates `windows-core` from 0.51.1 to 0.52.0\r\n- [Release notes](https://github.com/microsoft/windows-rs/releases)\r\n- [Commits](https://github.com/microsoft/windows-rs/compare/0.51.1...0.52.0)\r\n\r\nUpdates `wry` from 0.24.7 to 0.24.8\r\n- [Release notes](https://github.com/tauri-apps/wry/releases)\r\n- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.8/CHANGELOG.md)\r\n- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.24.7...wry-v0.24.8)\r\n\r\nUpdates `zbus` from 3.15.2 to 4.1.2\r\n- [Release notes](https://github.com/dbus2/zbus/releases)\r\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-3.15.2...zbus-4.1.2)\r\n\r\nUpdates `zbus_macros` from 3.15.2 to 4.1.2\r\n- [Release notes](https://github.com/dbus2/zbus/releases)\r\n- [Commits](https://github.com/dbus2/zbus/compare/zbus_macros-3.15.2...zbus_macros-4.1.2)\r\n\r\nUpdates `zbus_names` from 2.6.1 to 3.0.0\r\n- [Release notes](https://github.com/dbus2/zbus/releases)\r\n- [Commits](https://github.com/dbus2/zbus/compare/zbus_names-2.6.1...zbus_names-3.0.0)\r\n\r\nUpdates `zvariant` from 3.15.2 to 4.0.2\r\n- [Release notes](https://github.com/dbus2/zbus/releases)\r\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant-3.15.2...zvariant-4.0.2)\r\n\r\nUpdates `zvariant_derive` from 3.15.2 to 4.0.2\r\n- [Release notes](https://github.com/dbus2/zbus/releases)\r\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_derive-3.15.2...zvariant_derive-4.0.2)\r\n\r\nUpdates `zvariant_utils` from 1.0.1 to 1.1.0\r\n- [Release notes](https://github.com/dbus2/zbus/releases)\r\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_utils-1.0.1...zvariant_utils-1.1.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: serde_json\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: serde\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: async-signal\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: cc\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: clipboard-win\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: ctor\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: notify-rust\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n- dependency-name: polling\r\n dependency-type: indirect\r\n update-type: version-update:semver-major\r\n dependency-group: all\r\n- dependency-name: proc-macro2\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: quick-xml\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n- dependency-name: rustix\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n- dependency-name: serde_derive\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: signal-hook-registry\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: socket2\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n- dependency-name: tao\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: tauri-winrt-notification\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n- dependency-name: thiserror\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: thiserror-impl\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: windows-core\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n- dependency-name: wry\r\n dependency-type: indirect\r\n update-type: version-update:semver-patch\r\n dependency-group: all\r\n- dependency-name: zbus\r\n dependency-type: indirect\r\n update-type: version-update:semver-major\r\n dependency-group: all\r\n- dependency-name: zbus_macros\r\n dependency-type: indirect\r\n update-type: version-update:semver-major\r\n dependency-group: all\r\n- dependency-name: zbus_names\r\n dependency-type: indirect\r\n update-type: version-update:semver-major\r\n dependency-group: all\r\n- dependency-name: zvariant\r\n dependency-type: indirect\r\n update-type: version-update:semver-major\r\n dependency-group: all\r\n- dependency-name: zvariant_derive\r\n dependency-type: indirect\r\n update-type: version-update:semver-major\r\n dependency-group: all\r\n- dependency-name: zvariant_utils\r\n dependency-type: indirect\r\n update-type: version-update:semver-minor\r\n dependency-group: all\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump the all group in /src-tauri with 26 updates (#215)"}},{"before":null,"after":"25af881e0a54f70f0f27033b348054df127ac67f","ref":"refs/heads/dependabot/cargo/src-tauri/all-a176b44a8b","pushedAt":"2024-04-22T14:25:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 26 updates\n\nBumps the all group in /src-tauri with 26 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [serde_json](https://github.com/serde-rs/json) | `1.0.115` | `1.0.116` |\n| [serde](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.198` |\n| [async-signal](https://github.com/smol-rs/async-signal) | `0.2.5` | `0.2.6` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.94` | `1.0.95` |\n| [clipboard-win](https://github.com/DoumanAsh/clipboard-win) | `5.3.0` | `5.3.1` |\n| [ctor](https://github.com/mmastrac/rust-ctor) | `0.2.7` | `0.2.8` |\n| [notify-rust](https://github.com/hoodie/notify-rust) | `4.10.0` | `4.11.0` |\n| [polling](https://github.com/smol-rs/polling) | `2.8.0` | `3.4.0` |\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.80` | `1.0.81` |\n| [quick-xml](https://github.com/tafia/quick-xml) | `0.30.0` | `0.31.0` |\n| [rustix](https://github.com/bytecodealliance/rustix) | `0.37.27` | `0.38.31` |\n| [serde_derive](https://github.com/serde-rs/serde) | `1.0.197` | `1.0.198` |\n| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.1` | `1.4.2` |\n| [socket2](https://github.com/rust-lang/socket2) | `0.4.10` | `0.5.5` |\n| [tao](https://github.com/tauri-apps/tao) | `0.16.8` | `0.16.9` |\n| [tauri-winrt-notification](https://github.com/tauri-apps/winrt-notification) | `0.1.3` | `0.2.1` |\n| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |\n| [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.59` |\n| [windows-core](https://github.com/microsoft/windows-rs) | `0.51.1` | `0.52.0` |\n| [wry](https://github.com/tauri-apps/wry) | `0.24.7` | `0.24.8` |\n| [zbus](https://github.com/dbus2/zbus) | `3.15.2` | `4.1.2` |\n| [zbus_macros](https://github.com/dbus2/zbus) | `3.15.2` | `4.1.2` |\n| [zbus_names](https://github.com/dbus2/zbus) | `2.6.1` | `3.0.0` |\n| [zvariant](https://github.com/dbus2/zbus) | `3.15.2` | `4.0.2` |\n| [zvariant_derive](https://github.com/dbus2/zbus) | `3.15.2` | `4.0.2` |\n| [zvariant_utils](https://github.com/dbus2/zbus) | `1.0.1` | `1.1.0` |\n\n\nUpdates `serde_json` from 1.0.115 to 1.0.116\n- [Release notes](https://github.com/serde-rs/json/releases)\n- [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116)\n\nUpdates `serde` from 1.0.197 to 1.0.198\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)\n\nUpdates `async-signal` from 0.2.5 to 0.2.6\n- [Release notes](https://github.com/smol-rs/async-signal/releases)\n- [Changelog](https://github.com/smol-rs/async-signal/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-signal/compare/v0.2.5...v0.2.6)\n\nUpdates `cc` from 1.0.94 to 1.0.95\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.94...1.0.95)\n\nUpdates `clipboard-win` from 5.3.0 to 5.3.1\n- [Commits](https://github.com/DoumanAsh/clipboard-win/commits)\n\nUpdates `ctor` from 0.2.7 to 0.2.8\n- [Commits](https://github.com/mmastrac/rust-ctor/commits)\n\nUpdates `notify-rust` from 4.10.0 to 4.11.0\n- [Release notes](https://github.com/hoodie/notify-rust/releases)\n- [Changelog](https://github.com/hoodie/notify-rust/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/hoodie/notify-rust/compare/v4.10.0...v4.11.0)\n\nUpdates `polling` from 2.8.0 to 3.4.0\n- [Release notes](https://github.com/smol-rs/polling/releases)\n- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/polling/compare/v2.8.0...v3.4.0)\n\nUpdates `proc-macro2` from 1.0.80 to 1.0.81\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.80...1.0.81)\n\nUpdates `quick-xml` from 0.30.0 to 0.31.0\n- [Release notes](https://github.com/tafia/quick-xml/releases)\n- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)\n- [Commits](https://github.com/tafia/quick-xml/compare/v0.30.0...v0.31.0)\n\nUpdates `rustix` from 0.37.27 to 0.38.31\n- [Release notes](https://github.com/bytecodealliance/rustix/releases)\n- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.27...v0.38.31)\n\nUpdates `serde_derive` from 1.0.197 to 1.0.198\n- [Release notes](https://github.com/serde-rs/serde/releases)\n- [Commits](https://github.com/serde-rs/serde/compare/v1.0.197...v1.0.198)\n\nUpdates `signal-hook-registry` from 1.4.1 to 1.4.2\n- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/vorner/signal-hook/compare/registry-v1.4.1...registry-v1.4.2)\n\nUpdates `socket2` from 0.4.10 to 0.5.5\n- [Release notes](https://github.com/rust-lang/socket2/releases)\n- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/socket2/compare/v0.4.10...v0.5.5)\n\nUpdates `tao` from 0.16.8 to 0.16.9\n- [Release notes](https://github.com/tauri-apps/tao/releases)\n- [Changelog](https://github.com/tauri-apps/tao/blob/tao-v0.16.9/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/tao/compare/tao-v0.16.8...tao-v0.16.9)\n\nUpdates `tauri-winrt-notification` from 0.1.3 to 0.2.1\n- [Release notes](https://github.com/tauri-apps/winrt-notification/releases)\n- [Changelog](https://github.com/tauri-apps/winrt-notification/blob/dev/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/winrt-notification/compare/tauri-winrt-notification-v0.1.3...tauri-winrt-notification-v0.2.1)\n\nUpdates `thiserror` from 1.0.58 to 1.0.59\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59)\n\nUpdates `thiserror-impl` from 1.0.58 to 1.0.59\n- [Release notes](https://github.com/dtolnay/thiserror/releases)\n- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.59)\n\nUpdates `windows-core` from 0.51.1 to 0.52.0\n- [Release notes](https://github.com/microsoft/windows-rs/releases)\n- [Commits](https://github.com/microsoft/windows-rs/compare/0.51.1...0.52.0)\n\nUpdates `wry` from 0.24.7 to 0.24.8\n- [Release notes](https://github.com/tauri-apps/wry/releases)\n- [Changelog](https://github.com/tauri-apps/wry/blob/wry-v0.24.8/CHANGELOG.md)\n- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.24.7...wry-v0.24.8)\n\nUpdates `zbus` from 3.15.2 to 4.1.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus-3.15.2...zbus-4.1.2)\n\nUpdates `zbus_macros` from 3.15.2 to 4.1.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus_macros-3.15.2...zbus_macros-4.1.2)\n\nUpdates `zbus_names` from 2.6.1 to 3.0.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zbus_names-2.6.1...zbus_names-3.0.0)\n\nUpdates `zvariant` from 3.15.2 to 4.0.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant-3.15.2...zvariant-4.0.2)\n\nUpdates `zvariant_derive` from 3.15.2 to 4.0.2\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_derive-3.15.2...zvariant_derive-4.0.2)\n\nUpdates `zvariant_utils` from 1.0.1 to 1.1.0\n- [Release notes](https://github.com/dbus2/zbus/releases)\n- [Commits](https://github.com/dbus2/zbus/compare/zvariant_utils-1.0.1...zvariant_utils-1.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: serde_json\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-signal\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: cc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: clipboard-win\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: ctor\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: notify-rust\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: polling\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: proc-macro2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: quick-xml\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: rustix\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: serde_derive\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: signal-hook-registry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: socket2\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: tao\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: tauri-winrt-notification\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: thiserror\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: thiserror-impl\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: windows-core\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: wry\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: zbus\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: zbus_macros\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: zbus_names\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: zvariant\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: zvariant_derive\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: zvariant_utils\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group in /src-tauri with 26 updates"}},{"before":null,"after":"78876f2a103d00210bad0f07e423b940376ac6e7","ref":"refs/heads/dependabot/npm_and_yarn/all-6738e5d36c","pushedAt":"2024-04-22T14:07:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group with 54 updates\n\nBumps the all group with 54 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.2` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.0.0` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.2` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.7` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.2.79` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.2.25` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.7.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.7.0` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.1.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.2` |\n| [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting) | `12.1.1` | `12.1.2` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.1` | `7.24.4` |\n| [@biomejs/cli-darwin-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-darwin-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-arm64-musl](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-x64-musl](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-win32-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-win32-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `2.1.4` | `3.0.2` |\n| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.1.1` |\n| [@humanwhocodes/config-array](https://github.com/humanwhocodes/config-array) | `0.11.14` | `0.13.0` |\n| [@humanwhocodes/object-schema](https://github.com/humanwhocodes/object-schema) | `2.0.2` | `2.0.3` |\n| [@next/env](https://github.com/vercel/next.js/tree/HEAD/packages/next-env) | `14.1.4` | `14.2.2` |\n| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.1.4` | `14.2.2` |\n| [@next/swc-darwin-arm64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-arm64) | `14.1.4` | `14.2.2` |\n| [@next/swc-darwin-x64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-x64) | `14.1.4` | `14.2.2` |\n| [@next/swc-linux-arm64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-gnu) | `14.1.4` | `14.2.2` |\n| [@next/swc-linux-arm64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-musl) | `14.1.4` | `14.2.2` |\n| [@next/swc-linux-x64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-gnu) | `14.1.4` | `14.2.2` |\n| [@next/swc-linux-x64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-musl) | `14.1.4` | `14.2.2` |\n| [@next/swc-win32-arm64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-arm64-msvc) | `14.1.4` | `14.2.2` |\n| [@next/swc-win32-ia32-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-ia32-msvc) | `14.1.4` | `14.2.2` |\n| [@next/swc-win32-x64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-x64-msvc) | `14.1.4` | `14.2.2` |\n| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.10.1` | `1.10.2` |\n| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.2` | `0.5.5` |\n| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/scope-manager) | `6.21.0` | `7.2.0` |\n| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `7.4.0` | `7.7.0` |\n| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `6.21.0` | `7.2.0` |\n| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `6.21.0` | `7.2.0` |\n| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `7.4.0` | `7.7.0` |\n| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `6.21.0` | `7.2.0` |\n| [aria-query](https://github.com/A11yance/aria-query) | `5.1.3` | `5.3.0` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001612` |\n| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.4.722` | `1.4.745` |\n| [eslint-scope](https://github.com/eslint/eslint-scope) | `7.2.2` | `8.0.1` |\n| [espree](https://github.com/eslint/espree) | `9.6.1` | `10.0.1` |\n| [file-entry-cache](https://github.com/jaredwray/file-entry-cache) | `6.0.1` | `8.0.0` |\n| [flat-cache](https://github.com/jaredwray/flat-cache) | `3.2.0` | `4.0.1` |\n| [glob](https://github.com/isaacs/node-glob) | `7.2.3` | `10.3.10` |\n| [globals](https://github.com/sindresorhus/globals) | `13.24.0` | `14.0.0` |\n\n\nUpdates `next` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.2)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.0.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.2\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.2)\n\nUpdates `@types/node` from 20.12.2 to 20.12.7\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.2.79\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.2.25\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.7.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.7.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/parser)\n\nUpdates `eslint` from 8.57.0 to 9.1.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.1.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/eslint-config-next)\n\nUpdates `postcss-nesting` from 12.1.1 to 12.1.2\n- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md)\n- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.4\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.0.2\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.0.2)\n\nUpdates `@eslint/js` from 8.57.0 to 9.1.1\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.13.0\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.13.0)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.2\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.2/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.7.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.7.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.7.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001612\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001612)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.745\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.745)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: postcss-nesting\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group with 54 updates"}},{"before":"1c0b3ed20031dc78ff733fa81028e41f6c73c317","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/all-a8d8c29332","pushedAt":"2024-04-16T01:56:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"1c0b3ed20031dc78ff733fa81028e41f6c73c317","ref":"refs/heads/dependabot/npm_and_yarn/all-a8d8c29332","pushedAt":"2024-04-15T14:01:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump the all group with 53 updates\n\nBumps the all group with 53 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.1` |\n| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@testing-library/dom](https://github.com/testing-library/dom-testing-library) | `9.3.4` | `10.0.0` |\n| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.2.2` | `15.0.2` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.2` | `20.12.7` |\n| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.73` | `18.2.78` |\n| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.23` | `18.2.25` |\n| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.6.0` |\n| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.6.0` |\n| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.0.0` |\n| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.1.4` | `14.2.1` |\n| [typescript](https://github.com/Microsoft/TypeScript) | `5.4.3` | `5.4.5` |\n| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.24.1` | `7.24.4` |\n| [@biomejs/cli-darwin-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-darwin-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-arm64-musl](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-x64-musl](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-linux-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-win32-arm64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@biomejs/cli-win32-x64](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.6.3` | `1.7.0` |\n| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `2.1.4` | `3.0.2` |\n| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `8.57.0` | `9.0.0` |\n| [@humanwhocodes/config-array](https://github.com/humanwhocodes/config-array) | `0.11.14` | `0.12.3` |\n| [@humanwhocodes/object-schema](https://github.com/humanwhocodes/object-schema) | `2.0.2` | `2.0.3` |\n| [@next/env](https://github.com/vercel/next.js/tree/HEAD/packages/next-env) | `14.1.4` | `14.2.1` |\n| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `14.1.4` | `14.2.1` |\n| [@next/swc-darwin-arm64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-arm64) | `14.1.4` | `14.2.1` |\n| [@next/swc-darwin-x64](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/darwin-x64) | `14.1.4` | `14.2.1` |\n| [@next/swc-linux-arm64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-gnu) | `14.1.4` | `14.2.1` |\n| [@next/swc-linux-arm64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-arm64-musl) | `14.1.4` | `14.2.1` |\n| [@next/swc-linux-x64-gnu](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-gnu) | `14.1.4` | `14.2.1` |\n| [@next/swc-linux-x64-musl](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/linux-x64-musl) | `14.1.4` | `14.2.1` |\n| [@next/swc-win32-arm64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-arm64-msvc) | `14.1.4` | `14.2.1` |\n| [@next/swc-win32-ia32-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-ia32-msvc) | `14.1.4` | `14.2.1` |\n| [@next/swc-win32-x64-msvc](https://github.com/vercel/next.js/tree/HEAD/packages/next-swc/crates/napi/npm/win32-x64-msvc) | `14.1.4` | `14.2.1` |\n| [@rushstack/eslint-patch](https://github.com/microsoft/rushstack/tree/HEAD/eslint/eslint-patch) | `1.10.1` | `1.10.2` |\n| [@swc/helpers](https://github.com/swc-project/swc) | `0.5.2` | `0.5.5` |\n| [@typescript-eslint/scope-manager](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/scope-manager) | `6.21.0` | `7.2.0` |\n| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `7.4.0` | `7.6.0` |\n| [@typescript-eslint/types](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/types) | `6.21.0` | `7.2.0` |\n| [@typescript-eslint/typescript-estree](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-estree) | `6.21.0` | `7.2.0` |\n| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `7.4.0` | `7.6.0` |\n| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `6.21.0` | `7.2.0` |\n| [aria-query](https://github.com/A11yance/aria-query) | `5.1.3` | `5.3.0` |\n| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001603` | `1.0.30001610` |\n| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.4.722` | `1.4.736` |\n| [eslint-scope](https://github.com/eslint/eslint-scope) | `7.2.2` | `8.0.1` |\n| [espree](https://github.com/eslint/espree) | `9.6.1` | `10.0.1` |\n| [file-entry-cache](https://github.com/jaredwray/file-entry-cache) | `6.0.1` | `8.0.0` |\n| [flat-cache](https://github.com/jaredwray/flat-cache) | `3.2.0` | `4.0.1` |\n| [glob](https://github.com/isaacs/node-glob) | `7.2.3` | `10.3.10` |\n| [globals](https://github.com/sindresorhus/globals) | `13.24.0` | `14.0.0` |\n\n\nUpdates `next` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/compare/v14.1.4...v14.2.1)\n\nUpdates `@biomejs/biome` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@testing-library/dom` from 9.3.4 to 10.0.0\n- [Release notes](https://github.com/testing-library/dom-testing-library/releases)\n- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/dom-testing-library/compare/v9.3.4...v10.0.0)\n\nUpdates `@testing-library/react` from 14.2.2 to 15.0.2\n- [Release notes](https://github.com/testing-library/react-testing-library/releases)\n- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.2.2...v15.0.2)\n\nUpdates `@types/node` from 20.12.2 to 20.12.7\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\nUpdates `@types/react` from 18.2.73 to 18.2.78\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)\n\nUpdates `@types/react-dom` from 18.2.23 to 18.2.25\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)\n\nUpdates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.6.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)\n\nUpdates `@typescript-eslint/parser` from 7.4.0 to 7.6.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser)\n\nUpdates `eslint` from 8.57.0 to 9.0.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.0.0)\n\nUpdates `eslint-config-next` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/eslint-config-next)\n\nUpdates `typescript` from 5.4.3 to 5.4.5\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\nUpdates `@babel/runtime` from 7.24.1 to 7.24.4\n- [Release notes](https://github.com/babel/babel/releases)\n- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-runtime)\n\nUpdates `@biomejs/cli-darwin-arm64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-darwin-x64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64-musl` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-arm64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64-musl` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-linux-x64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-arm64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@biomejs/cli-win32-x64` from 1.6.3 to 1.7.0\n- [Release notes](https://github.com/biomejs/biome/releases)\n- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/biomejs/biome/commits/cli/v1.7.0/packages/@biomejs/biome)\n\nUpdates `@eslint/eslintrc` from 2.1.4 to 3.0.2\n- [Release notes](https://github.com/eslint/eslintrc/releases)\n- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslintrc/compare/v2.1.4...v3.0.2)\n\nUpdates `@eslint/js` from 8.57.0 to 9.0.0\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/commits/v9.0.0/packages/js)\n\nUpdates `@humanwhocodes/config-array` from 0.11.14 to 0.12.3\n- [Release notes](https://github.com/humanwhocodes/config-array/releases)\n- [Changelog](https://github.com/humanwhocodes/config-array/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/config-array/compare/v0.11.14...v0.12.3)\n\nUpdates `@humanwhocodes/object-schema` from 2.0.2 to 2.0.3\n- [Release notes](https://github.com/humanwhocodes/object-schema/releases)\n- [Changelog](https://github.com/humanwhocodes/object-schema/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/humanwhocodes/object-schema/compare/v2.0.2...v2.0.3)\n\nUpdates `@next/env` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-env)\n\nUpdates `@next/eslint-plugin-next` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/eslint-plugin-next)\n\nUpdates `@next/swc-darwin-arm64` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/darwin-arm64)\n\nUpdates `@next/swc-darwin-x64` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/darwin-x64)\n\nUpdates `@next/swc-linux-arm64-gnu` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/linux-arm64-gnu)\n\nUpdates `@next/swc-linux-arm64-musl` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/linux-arm64-musl)\n\nUpdates `@next/swc-linux-x64-gnu` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/linux-x64-gnu)\n\nUpdates `@next/swc-linux-x64-musl` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/linux-x64-musl)\n\nUpdates `@next/swc-win32-arm64-msvc` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/win32-arm64-msvc)\n\nUpdates `@next/swc-win32-ia32-msvc` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/win32-ia32-msvc)\n\nUpdates `@next/swc-win32-x64-msvc` from 14.1.4 to 14.2.1\n- [Release notes](https://github.com/vercel/next.js/releases)\n- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)\n- [Commits](https://github.com/vercel/next.js/commits/v14.2.1/packages/next-swc/crates/napi/npm/win32-x64-msvc)\n\nUpdates `@rushstack/eslint-patch` from 1.10.1 to 1.10.2\n- [Changelog](https://github.com/microsoft/rushstack/blob/main/eslint/eslint-patch/CHANGELOG.md)\n- [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/eslint-patch_v1.10.2/eslint/eslint-patch)\n\nUpdates `@swc/helpers` from 0.5.2 to 0.5.5\n- [Release notes](https://github.com/swc-project/swc/releases)\n- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/swc-project/swc/commits)\n\nUpdates `@typescript-eslint/scope-manager` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/scope-manager)\n\nUpdates `@typescript-eslint/type-utils` from 7.4.0 to 7.6.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/type-utils)\n\nUpdates `@typescript-eslint/types` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/types)\n\nUpdates `@typescript-eslint/typescript-estree` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/typescript-estree)\n\nUpdates `@typescript-eslint/utils` from 7.4.0 to 7.6.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/utils)\n\nUpdates `@typescript-eslint/visitor-keys` from 6.21.0 to 7.2.0\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)\n- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.2.0/packages/visitor-keys)\n\nUpdates `aria-query` from 5.1.3 to 5.3.0\n- [Changelog](https://github.com/A11yance/aria-query/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/A11yance/aria-query/compare/v5.1.3...v5.3.0)\n\nUpdates `caniuse-lite` from 1.0.30001603 to 1.0.30001610\n- [Commits](https://github.com/browserslist/caniuse-lite/compare/1.0.30001603...1.0.30001610)\n\nUpdates `electron-to-chromium` from 1.4.722 to 1.4.736\n- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/kilian/electron-to-chromium/compare/v1.4.722...v1.4.736)\n\nUpdates `eslint-scope` from 7.2.2 to 8.0.1\n- [Release notes](https://github.com/eslint/eslint-scope/releases)\n- [Changelog](https://github.com/eslint/eslint-scope/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint-scope/compare/v7.2.2...v8.0.1)\n\nUpdates `espree` from 9.6.1 to 10.0.1\n- [Release notes](https://github.com/eslint/espree/releases)\n- [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/espree/compare/v9.6.1...v10.0.1)\n\nUpdates `file-entry-cache` from 6.0.1 to 8.0.0\n- [Release notes](https://github.com/jaredwray/file-entry-cache/releases)\n- [Commits](https://github.com/jaredwray/file-entry-cache/compare/v6.0.1...v8.0.0)\n\nUpdates `flat-cache` from 3.2.0 to 4.0.1\n- [Release notes](https://github.com/jaredwray/flat-cache/releases)\n- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)\n- [Commits](https://github.com/jaredwray/flat-cache/compare/v3.2.0...v4.0.1)\n\nUpdates `glob` from 7.2.3 to 10.3.10\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v7.2.3...v10.3.10)\n\nUpdates `globals` from 13.24.0 to 14.0.0\n- [Release notes](https://github.com/sindresorhus/globals/releases)\n- [Commits](https://github.com/sindresorhus/globals/compare/v13.24.0...v14.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: next\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/biome\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@testing-library/dom\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@testing-library/react\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@types/node\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@types/react-dom\"\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: eslint\n dependency-type: direct:development\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: eslint-config-next\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@babel/runtime\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-linux-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@biomejs/cli-win32-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@eslint/eslintrc\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@eslint/js\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@humanwhocodes/config-array\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@humanwhocodes/object-schema\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@next/env\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/eslint-plugin-next\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-arm64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-darwin-x64\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-arm64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-gnu\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-linux-x64-musl\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-arm64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-ia32-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@next/swc-win32-x64-msvc\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@rushstack/eslint-patch\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@swc/helpers\"\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: \"@typescript-eslint/scope-manager\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/type-utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/types\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/typescript-estree\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: \"@typescript-eslint/utils\"\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: \"@typescript-eslint/visitor-keys\"\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: aria-query\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: caniuse-lite\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: electron-to-chromium\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: eslint-scope\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: espree\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: file-entry-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: flat-cache\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: glob\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n- dependency-name: globals\n dependency-type: indirect\n update-type: version-update:semver-major\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump the all group with 53 updates"}},{"before":"9a95467e42252fbe0d3c2adf1fc449f6d5f5ad00","after":null,"ref":"refs/heads/dependabot/cargo/src-tauri/all-30a542cd2c","pushedAt":"2024-04-15T13:38:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"4a59410778aabab230c8913c6271aeef05a70b1f","after":"db5a30dac23a4d1dbefbd6b5e44373bb78d21a53","ref":"refs/heads/main","pushedAt":"2024-04-15T13:38:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Bump the all group in /src-tauri with 15 updates (#212)\n\nBumps the all group in /src-tauri with 15 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.82` |\n| [async-channel](https://github.com/smol-rs/async-channel) | `2.2.0` | `2.2.1` |\n| [async-executor](https://github.com/smol-rs/async-executor) | `1.10.0` | `1.11.0` |\n| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.79` | `0.1.80` |\n| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.15.4` | `3.16.0` |\n| [cc](https://github.com/rust-lang/cc-rs) | `1.0.91` | `1.0.94` |\n| [chrono](https://github.com/chronotope/chrono) | `0.4.37` | `0.4.38` |\n| [combine](https://github.com/Marwes/combine) | `4.6.6` | `4.6.7` |\n| [encoding_rs](https://github.com/hsivonen/encoding_rs) | `0.8.33` | `0.8.34` |\n| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.79` | `1.0.80` |\n| [quote](https://github.com/dtolnay/quote) | `1.0.35` | `1.0.36` |\n| [serde_repr](https://github.com/dtolnay/serde-repr) | `0.1.18` | `0.1.19` |\n| [time](https://github.com/time-rs/time) | `0.3.34` | `0.3.36` |\n| [time-macros](https://github.com/time-rs/time) | `0.2.17` | `0.2.18` |\n| [windows-version](https://github.com/microsoft/windows-rs) | `0.1.0` | `0.1.1` |\n\n\nUpdates `anyhow` from 1.0.81 to 1.0.82\n- [Release notes](https://github.com/dtolnay/anyhow/releases)\n- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82)\n\nUpdates `async-channel` from 2.2.0 to 2.2.1\n- [Release notes](https://github.com/smol-rs/async-channel/releases)\n- [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-channel/compare/v2.2.0...v2.2.1)\n\nUpdates `async-executor` from 1.10.0 to 1.11.0\n- [Release notes](https://github.com/smol-rs/async-executor/releases)\n- [Changelog](https://github.com/smol-rs/async-executor/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/smol-rs/async-executor/compare/v1.10.0...v1.11.0)\n\nUpdates `async-trait` from 0.1.79 to 0.1.80\n- [Release notes](https://github.com/dtolnay/async-trait/releases)\n- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.79...0.1.80)\n\nUpdates `bumpalo` from 3.15.4 to 3.16.0\n- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/fitzgen/bumpalo/compare/3.15.4...3.16.0)\n\nUpdates `cc` from 1.0.91 to 1.0.94\n- [Release notes](https://github.com/rust-lang/cc-rs/releases)\n- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.91...1.0.94)\n\nUpdates `chrono` from 0.4.37 to 0.4.38\n- [Release notes](https://github.com/chronotope/chrono/releases)\n- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38)\n\nUpdates `combine` from 4.6.6 to 4.6.7\n- [Changelog](https://github.com/Marwes/combine/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/Marwes/combine/compare/v4.6.6...v4.6.7)\n\nUpdates `encoding_rs` from 0.8.33 to 0.8.34\n- [Commits](https://github.com/hsivonen/encoding_rs/compare/v0.8.33...v0.8.34)\n\nUpdates `proc-macro2` from 1.0.79 to 1.0.80\n- [Release notes](https://github.com/dtolnay/proc-macro2/releases)\n- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.79...1.0.80)\n\nUpdates `quote` from 1.0.35 to 1.0.36\n- [Release notes](https://github.com/dtolnay/quote/releases)\n- [Commits](https://github.com/dtolnay/quote/compare/1.0.35...1.0.36)\n\nUpdates `serde_repr` from 0.1.18 to 0.1.19\n- [Release notes](https://github.com/dtolnay/serde-repr/releases)\n- [Commits](https://github.com/dtolnay/serde-repr/compare/0.1.18...0.1.19)\n\nUpdates `time` from 0.3.34 to 0.3.36\n- [Release notes](https://github.com/time-rs/time/releases)\n- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/time-rs/time/compare/v0.3.34...v0.3.36)\n\nUpdates `time-macros` from 0.2.17 to 0.2.18\n- [Release notes](https://github.com/time-rs/time/releases)\n- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/time-rs/time/compare/v0.2.17...v0.2.18)\n\nUpdates `windows-version` from 0.1.0 to 0.1.1\n- [Release notes](https://github.com/microsoft/windows-rs/releases)\n- [Commits](https://github.com/microsoft/windows-rs/commits)\n\n---\nupdated-dependencies:\n- dependency-name: anyhow\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-channel\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: async-executor\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: async-trait\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: bumpalo\n dependency-type: indirect\n update-type: version-update:semver-minor\n dependency-group: all\n- dependency-name: cc\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: chrono\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: combine\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: encoding_rs\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: proc-macro2\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: quote\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: serde_repr\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: time\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: time-macros\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n- dependency-name: windows-version\n dependency-type: indirect\n update-type: version-update:semver-patch\n dependency-group: all\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump the all group in /src-tauri with 15 updates (#212)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVPmfwQA","startCursor":null,"endCursor":null}},"title":"Activity ยท kvnxiao/tauri-nextjs-template"}