diff --git a/packages/backend/package.json b/packages/backend/package.json index c0ac12de7..b463bc77b 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -48,7 +48,7 @@ "cron": "3.1.7", "discord-api-types": "0.37.93", "dotenv": "16.4.5", - "drizzle-orm": "0.32.1", + "drizzle-orm": "0.32.2", "drizzle-zod": "0.5.1", "eventemitter3": "5.0.1", "fastify": "4.28.1", @@ -67,7 +67,7 @@ "@types/passport-discord": "0.1.13", "@types/uuid": "10.0.0", "@types/ws": "8.5.12", - "drizzle-kit": "0.23.1", + "drizzle-kit": "0.23.2", "prettier": "3.3.3", "tsup": "8.2.4", "typescript": "5.5.4" diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 871474e44..c29007a1c 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -58,7 +58,7 @@ "@biomejs/biome": "1.8.3", "@swc/plugin-emotion": "3.0.12", "@tanstack/router-plugin": "1.46.6", - "@tauri-apps/cli": "2.0.0-rc.1", + "@tauri-apps/cli": "2.0.0-rc.2", "@trpc/client": "11.0.0-rc.477", "@trpc/react-query": "11.0.0-rc.477", "@trpc/server": "11.0.0-rc.477", diff --git a/packages/frontend/src-tauri/Cargo.lock b/packages/frontend/src-tauri/Cargo.lock index 4a7761037..341ca4e98 100644 --- a/packages/frontend/src-tauri/Cargo.lock +++ b/packages/frontend/src-tauri/Cargo.lock @@ -2194,7 +2194,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2caa5afb8bf9f3a2652760ce7d4f62d21c4d5a423e68466fca30df82f2330164" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -4035,9 +4035,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "tauri" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "255e746089a370802ec4eb896dccc6f27c1dd2a203c1dc484fd996db954e2300" +checksum = "7e2200ca115a6812984431f07fb0daa00afcd68b09d3ca24941b470f79462aa6" dependencies = [ "anyhow", "bytes", @@ -4084,9 +4084,9 @@ dependencies = [ [[package]] name = "tauri-build" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85ceb8d082c3b17b4b2eb134a39363a22c696ddba473d6e5c0ab1caadad4cfca" +checksum = "be3ff85695ade2315c82a7c04ac8904b12c0cc9981187cf4cd38700a6c739bfd" dependencies = [ "anyhow", "cargo_toml", @@ -4106,9 +4106,9 @@ dependencies = [ [[package]] name = "tauri-codegen" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2407c7d37a491b16e530445c9611d91091cae198eea2ed424913b740215605f2" +checksum = "ba3751f726e0180dfe43e66d6a73fe891eb898a06118b59547228ce8d331a0df" dependencies = [ "base64 0.22.0", "brotli", @@ -4133,9 +4133,9 @@ dependencies = [ [[package]] name = "tauri-macros" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d210893b693be00f569b4f54456803debe104b7675f368205f2b6e94bac09b34" +checksum = "b03b174fc38ac96701f57fa1a8cfcc0686b10d1112e1ed98e9788689745c61e2" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -4360,9 +4360,9 @@ dependencies = [ [[package]] name = "tauri-runtime" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6624fdf383ccafc9e8ad9205fe6e5c976b318efcd6b3662dde658c74e4254792" +checksum = "68b0586932e7fd72778fb1067c16b5edf0d0d23c3fe1a1d9a6d9b212e7ab8394" dependencies = [ "dpi", "gtk", @@ -4379,9 +4379,9 @@ dependencies = [ [[package]] name = "tauri-runtime-wry" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd1a785c4281f8231b091593393b40cb3a800810c407b1ffed52de27ff1640a" +checksum = "0ebb9ec03b2418a29f56da626da9c1b00ce085effd48bc7444bd864d889fe7ae" dependencies = [ "cocoa", "gtk", @@ -4403,9 +4403,9 @@ dependencies = [ [[package]] name = "tauri-utils" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f435eeaae1e69cf93cf19da0f727989eed2e5eb6fc63a8d21432f59dd3ac4ac" +checksum = "a640df6551e1d47f3c05c5296aa6c8b41ffad0f6fdcd42e244c2eaec160cb428" dependencies = [ "brotli", "cargo_metadata", diff --git a/packages/frontend/src-tauri/Cargo.toml b/packages/frontend/src-tauri/Cargo.toml index b0f251023..0aba0ceab 100644 --- a/packages/frontend/src-tauri/Cargo.toml +++ b/packages/frontend/src-tauri/Cargo.toml @@ -8,10 +8,10 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "=2.0.0-rc.0", features = [] } +tauri-build = { version = "=2.0.0-rc.1", features = [] } [dependencies] -tauri = { version = "=2.0.0-rc.0", features = ["devtools"] } +tauri = { version = "=2.0.0-rc.1", features = ["devtools"] } tauri-plugin-shell = "=2.0.0-rc.0" serde_json = "=1.0.122" tauri-plugin-websocket = "=2.0.0-rc.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 478bf1325..d24036b44 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -69,11 +69,11 @@ importers: specifier: 16.4.5 version: 16.4.5 drizzle-orm: - specifier: 0.32.1 - version: 0.32.1(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1) + specifier: 0.32.2 + version: 0.32.2(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1) drizzle-zod: specifier: 0.5.1 - version: 0.5.1(drizzle-orm@0.32.1(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1))(zod@3.23.8) + version: 0.5.1(drizzle-orm@0.32.2(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1))(zod@3.23.8) eventemitter3: specifier: 5.0.1 version: 5.0.1 @@ -121,8 +121,8 @@ importers: specifier: 8.5.12 version: 8.5.12 drizzle-kit: - specifier: 0.23.1 - version: 0.23.1 + specifier: 0.23.2 + version: 0.23.2 prettier: specifier: 3.3.3 version: 3.3.3 @@ -375,8 +375,8 @@ importers: specifier: 1.46.6 version: 1.46.6(vite@5.4.0(@types/node@20.14.14)) '@tauri-apps/cli': - specifier: 2.0.0-rc.1 - version: 2.0.0-rc.1 + specifier: 2.0.0-rc.2 + version: 2.0.0-rc.2 '@trpc/client': specifier: 11.0.0-rc.477 version: 11.0.0-rc.477(@trpc/server@11.0.0-rc.477) @@ -2188,68 +2188,68 @@ packages: resolution: {integrity: sha512-v454Qs3REHc3Za59U+/eSmBsdmF+3NE5+76+lFDaitVqN4ZglDHENDaMARYKGJVZuxiSkzyqG0SeG7lLQjVkPA==} engines: {node: '>= 18.18', npm: '>= 6.6.0', yarn: '>= 1.19.1'} - '@tauri-apps/cli-darwin-arm64@2.0.0-rc.1': - resolution: {integrity: sha512-dJxyAi4P9fOkklBZXuwUVnHgdM/20fgM4zYdfejQfju5+q9GUqnMbrrIUqlJbQGf8EnrIdSWnieO8wU8GOwT0g==} + '@tauri-apps/cli-darwin-arm64@2.0.0-rc.2': + resolution: {integrity: sha512-ocZP+mLsLrObq1FVi2TTtIEjR4YLRH8VTCq3PpnJq444rNCLu55IJE9u22E1owQAocByyXnGfUHEgBEmGpFo8Q==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@tauri-apps/cli-darwin-x64@2.0.0-rc.1': - resolution: {integrity: sha512-dwrqLzNIFk8a1Vf2YI8axHm7uvLfo4M4TSWCw2ZkgeSGWWK6Y6CYVZbBEjOEGIOf+GFAa9rVOSZRuMwpiufNng==} + '@tauri-apps/cli-darwin-x64@2.0.0-rc.2': + resolution: {integrity: sha512-UzYhsFnb/UYo5kfG29AdOM4PD3HQHC35uvas5uBuKebaF2dP0vkgy/50KamqXd2s/VoXf0Wmt/UCuF2mjEWojw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-rc.1': - resolution: {integrity: sha512-jvMF4UNc3Jr/xHnw+4NNsWfk8WrcFrQVImAtKlCev9QepqfBmDh+FgXTvfysoBCSxEBS626TvYms3OhI0LOO4A==} + '@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-rc.2': + resolution: {integrity: sha512-szxDAa2QRk0RG6UGmAispi/YvkHWP3TXsL7CH1wku290RBxTlYw9lByl/B07EaAkSnSsYuebEf3yCelp0L/upw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] - '@tauri-apps/cli-linux-arm64-gnu@2.0.0-rc.1': - resolution: {integrity: sha512-TGmadGW8BjTq864AYrv/u+vTnAodnOuzv1VCUOV23O8st35GZG6V47jwNsSjQjhrcO1XzmJiRAtrcVKuTZ/xUA==} + '@tauri-apps/cli-linux-arm64-gnu@2.0.0-rc.2': + resolution: {integrity: sha512-JkB38D/AfhI60c3w1e/Q8wrWyVZMpdoLQ+66SKZrOVICzBjYehyfuMi+uw4ild23Hr9Ap+8tZPu5lb9iU7PF7A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tauri-apps/cli-linux-arm64-musl@2.0.0-rc.1': - resolution: {integrity: sha512-+SJsRTW0PvvD7awEn+tIPJ3s12s6RpKXdOib2mztoKocasrGRfz+EFZuXc42Iwk3xROsrQkiw2UAmcNLkW5NwA==} + '@tauri-apps/cli-linux-arm64-musl@2.0.0-rc.2': + resolution: {integrity: sha512-BDCDHcZY02vXuRAA0EdPADGqSuw/ox9RcEPveKfGPnlL5tulsbA8RgADL2X3gsnPTcewv5wX3YQ7dono72OcxA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@tauri-apps/cli-linux-x64-gnu@2.0.0-rc.1': - resolution: {integrity: sha512-vjPrj2btS97IOp6cU42IrkI49SQZDSg8TPqwOwFqyQeAotCT1i0F38pLZWe1gLyPUowO8XdaaBdwYg6IRDKcZg==} + '@tauri-apps/cli-linux-x64-gnu@2.0.0-rc.2': + resolution: {integrity: sha512-O0nlL+T626+S4OJ2QDIHd/OK3XrpVjm4ZU9ovzWFxAI5twsm0MMs4v0G/qeoZpzndeNkqJQ1Vt/ewiEzatMVmw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tauri-apps/cli-linux-x64-musl@2.0.0-rc.1': - resolution: {integrity: sha512-MrE68/u6rMrkM1uM/DR1MNnMXiYebhSPGqqxshJ12SmFdk3yQ/Z73Wzvk8xv78eOExh4lTtEXI22YwaBCf9AEg==} + '@tauri-apps/cli-linux-x64-musl@2.0.0-rc.2': + resolution: {integrity: sha512-cuOV1+lEHmbRFODfik9CwV0bEKZW0lC+vic46ULV6Wb89PCU5AWCJHdhxi2uAhV0sK0FL92tvIJk81swviOmng==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@tauri-apps/cli-win32-arm64-msvc@2.0.0-rc.1': - resolution: {integrity: sha512-SLulbiUjg8BGf/zX+U1PGjB+JpsN2nLRGuW07BYwSDW3s3mp2aagLuOwaTaOPBrDzfIMRYq8KT54A4jfRjEZlg==} + '@tauri-apps/cli-win32-arm64-msvc@2.0.0-rc.2': + resolution: {integrity: sha512-RcpRJXKVSq1zkuSBCUIKHwJFKTROMiM1vRxYBc3+b6LeX9HJc5Hln4w+qe20Brdo7myi2nUPyNJHMlD18O1lPw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@tauri-apps/cli-win32-ia32-msvc@2.0.0-rc.1': - resolution: {integrity: sha512-rz85riTjcWdZlgTku6HcBx625Otdc0/NwDjRXgdXakL1ybw7E+G5YlLZNcQX25u17RKUAWX/2/VZ1pSz945Ovw==} + '@tauri-apps/cli-win32-ia32-msvc@2.0.0-rc.2': + resolution: {integrity: sha512-QvZo+pABn0ONuqDqJ+R1CPs30P2/VwNauY1h6LAz+Zf/O+f94rWEGRiBReWZTuzqElttnELDA3Qc1Y/8DtRi0Q==} engines: {node: '>= 10'} cpu: [ia32] os: [win32] - '@tauri-apps/cli-win32-x64-msvc@2.0.0-rc.1': - resolution: {integrity: sha512-aRO70dDbn4w3CbALMG+b7g460xmbSTuUiGmRh0r/MNVeoZk/YbqluBUyhXdWGxJb8OVubw/4RlczKYcPmJceMw==} + '@tauri-apps/cli-win32-x64-msvc@2.0.0-rc.2': + resolution: {integrity: sha512-UZzN5jCDTFNkq22owSDeoT700Fo6kmyBKzj7GCB7ZwUun2eYe7JDAi21E67i/GIMGI0kYN+vyUhaDL6xYAHvqA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] - '@tauri-apps/cli@2.0.0-rc.1': - resolution: {integrity: sha512-9AzVrUMdb6EZ/Lwtdqt03XqqG6d/3gTJPOw2E9zmCHprJWEwqEp4JIVHYYfrqkkZyKclD3m5ggXwfYwclcYLdw==} + '@tauri-apps/cli@2.0.0-rc.2': + resolution: {integrity: sha512-XBVQxMDRf8Xl1ccebKrAahmRL2TShcqWsQTa+/U40vnhOrObIIIXoTrEzmN0CUYc1nwvJtIpp+AoYocnmHOeqA==} engines: {node: '>= 10'} hasBin: true @@ -2897,12 +2897,12 @@ packages: resolution: {integrity: sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==} engines: {node: '>=10'} - drizzle-kit@0.23.1: - resolution: {integrity: sha512-posGQhj8/K4S4CPhk7BO9+IcpNdIh96t0DvcAr/NvMKhPhe5D0MELzmpq9R2MpmSP3fd+Z3upwidtetrw7xnjg==} + drizzle-kit@0.23.2: + resolution: {integrity: sha512-NWkQ7GD2OTbQ7HzcjsaCOf3n0tlFPSEAF38fvDpwDj8jRbGWGFtN2cD8I8wp4lU+5Os/oyP2xycTKGLHdPipUw==} hasBin: true - drizzle-orm@0.32.1: - resolution: {integrity: sha512-Wq1J+lL8PzwR5K3a1FfoWsbs8powjr3pGA4+5+2ueN1VTLDNFYEolUyUWFtqy8DVRvYbL2n7sXZkgVmK9dQkng==} + drizzle-orm@0.32.2: + resolution: {integrity: sha512-3fXKzPzrgZIcnWCSLiERKN5Opf9Iagrag75snfFlKeKSYB1nlgPBshzW3Zn6dQymkyiib+xc4nIz0t8U+Xdpuw==} peerDependencies: '@aws-sdk/client-rds-data': '>=3' '@cloudflare/workers-types': '>=3' @@ -6573,48 +6573,48 @@ snapshots: '@tauri-apps/api@2.0.0-rc.0': {} - '@tauri-apps/cli-darwin-arm64@2.0.0-rc.1': + '@tauri-apps/cli-darwin-arm64@2.0.0-rc.2': optional: true - '@tauri-apps/cli-darwin-x64@2.0.0-rc.1': + '@tauri-apps/cli-darwin-x64@2.0.0-rc.2': optional: true - '@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-rc.1': + '@tauri-apps/cli-linux-arm-gnueabihf@2.0.0-rc.2': optional: true - '@tauri-apps/cli-linux-arm64-gnu@2.0.0-rc.1': + '@tauri-apps/cli-linux-arm64-gnu@2.0.0-rc.2': optional: true - '@tauri-apps/cli-linux-arm64-musl@2.0.0-rc.1': + '@tauri-apps/cli-linux-arm64-musl@2.0.0-rc.2': optional: true - '@tauri-apps/cli-linux-x64-gnu@2.0.0-rc.1': + '@tauri-apps/cli-linux-x64-gnu@2.0.0-rc.2': optional: true - '@tauri-apps/cli-linux-x64-musl@2.0.0-rc.1': + '@tauri-apps/cli-linux-x64-musl@2.0.0-rc.2': optional: true - '@tauri-apps/cli-win32-arm64-msvc@2.0.0-rc.1': + '@tauri-apps/cli-win32-arm64-msvc@2.0.0-rc.2': optional: true - '@tauri-apps/cli-win32-ia32-msvc@2.0.0-rc.1': + '@tauri-apps/cli-win32-ia32-msvc@2.0.0-rc.2': optional: true - '@tauri-apps/cli-win32-x64-msvc@2.0.0-rc.1': + '@tauri-apps/cli-win32-x64-msvc@2.0.0-rc.2': optional: true - '@tauri-apps/cli@2.0.0-rc.1': + '@tauri-apps/cli@2.0.0-rc.2': optionalDependencies: - '@tauri-apps/cli-darwin-arm64': 2.0.0-rc.1 - '@tauri-apps/cli-darwin-x64': 2.0.0-rc.1 - '@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-rc.1 - '@tauri-apps/cli-linux-arm64-gnu': 2.0.0-rc.1 - '@tauri-apps/cli-linux-arm64-musl': 2.0.0-rc.1 - '@tauri-apps/cli-linux-x64-gnu': 2.0.0-rc.1 - '@tauri-apps/cli-linux-x64-musl': 2.0.0-rc.1 - '@tauri-apps/cli-win32-arm64-msvc': 2.0.0-rc.1 - '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-rc.1 - '@tauri-apps/cli-win32-x64-msvc': 2.0.0-rc.1 + '@tauri-apps/cli-darwin-arm64': 2.0.0-rc.2 + '@tauri-apps/cli-darwin-x64': 2.0.0-rc.2 + '@tauri-apps/cli-linux-arm-gnueabihf': 2.0.0-rc.2 + '@tauri-apps/cli-linux-arm64-gnu': 2.0.0-rc.2 + '@tauri-apps/cli-linux-arm64-musl': 2.0.0-rc.2 + '@tauri-apps/cli-linux-x64-gnu': 2.0.0-rc.2 + '@tauri-apps/cli-linux-x64-musl': 2.0.0-rc.2 + '@tauri-apps/cli-win32-arm64-msvc': 2.0.0-rc.2 + '@tauri-apps/cli-win32-ia32-msvc': 2.0.0-rc.2 + '@tauri-apps/cli-win32-x64-msvc': 2.0.0-rc.2 '@tauri-apps/plugin-deep-link@2.0.0-rc.0': dependencies: @@ -7305,7 +7305,7 @@ snapshots: dotenv@8.6.0: {} - drizzle-kit@0.23.1: + drizzle-kit@0.23.2: dependencies: '@drizzle-team/brocli': 0.8.2 '@esbuild-kit/esm-loader': 2.6.5 @@ -7314,7 +7314,7 @@ snapshots: transitivePeerDependencies: - supports-color - drizzle-orm@0.32.1(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1): + drizzle-orm@0.32.2(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1): optionalDependencies: '@opentelemetry/api': 1.9.0 '@types/pg': 8.6.1 @@ -7322,9 +7322,9 @@ snapshots: postgres: 3.4.4 react: 18.3.1 - drizzle-zod@0.5.1(drizzle-orm@0.32.1(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1))(zod@3.23.8): + drizzle-zod@0.5.1(drizzle-orm@0.32.2(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1))(zod@3.23.8): dependencies: - drizzle-orm: 0.32.1(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1) + drizzle-orm: 0.32.2(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(postgres@3.4.4)(react@18.3.1) zod: 3.23.8 duplexify@4.1.2: