From 6aab3d6c2373606d30ab610f9efa4bfe2d01a524 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:55:37 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-minor-and-patch group across 1 directory with 9 updates Bumps the dev-minor-and-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` | | [eslint](https://github.com/eslint/eslint) | `10.9.0` | `10.9.1` | | [turbo](https://github.com/vercel/turborepo) | `2.10.11` | `2.10.12` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.67.0` | `8.68.0` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.4` | `19.2.5` | | [@expo/config-plugins](https://github.com/expo/expo/tree/HEAD/packages/@expo/config-plugins) | `57.0.8` | `57.0.9` | | [@react-native/jest-preset](https://github.com/react/react-native/tree/HEAD/packages/jest-preset) | `0.86.2` | `0.87.1` | | [jest-expo](https://github.com/expo/expo/tree/HEAD/packages/jest-expo) | `57.0.4` | `57.0.5` | Updates `@types/node` from 26.2.0 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 10.9.0 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.9.0...v10.9.1) Updates `turbo` from 2.10.11 to 2.10.12 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.10.11...v2.10.12) Updates `typescript-eslint` from 8.67.0 to 8.68.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.68.0/packages/typescript-eslint) Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.2...v16.3.3) Updates `@types/react-dom` from 19.2.4 to 19.2.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `@expo/config-plugins` from 57.0.8 to 57.0.9 - [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/@expo/config-plugins) Updates `@react-native/jest-preset` from 0.86.2 to 0.87.1 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/jest-preset) Updates `jest-expo` from 57.0.4 to 57.0.5 - [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/jest-expo) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch - dependency-name: turbo dependency-version: 2.10.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.68.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch - dependency-name: "@types/react-dom" dependency-version: 19.2.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch - dependency-name: "@expo/config-plugins" dependency-version: 57.0.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch - dependency-name: "@react-native/jest-preset" dependency-version: 0.87.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch - dependency-name: jest-expo dependency-version: 57.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-minor-and-patch ... Signed-off-by: dependabot[bot] --- apps/admin/package.json | 4 +- apps/mobile/package.json | 10 +- apps/server/package.json | 2 +- apps/web/package.json | 4 +- package.json | 8 +- yarn.lock | 324 ++++++++++++++++++++++----------------- 6 files changed, 198 insertions(+), 154 deletions(-) diff --git a/apps/admin/package.json b/apps/admin/package.json index 929390a2..1977ebf5 100644 --- a/apps/admin/package.json +++ b/apps/admin/package.json @@ -27,10 +27,10 @@ "@sentry/vite-plugin": "^5.4.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.1", - "@testing-library/react": "^16.3.2", + "@testing-library/react": "^16.3.3", "@trm/tsc7": "workspace:*", "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.4", + "@types/react-dom": "^19.2.5", "@vitejs/plugin-react": "^6.1.0", "jsdom": "^30.0.1", "typescript": "npm:@typescript/typescript6@^6.0.2", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index c2fed412..42119644 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -83,18 +83,18 @@ }, "devDependencies": { "@expo-google-fonts/noto-sans-tc": "^0.4.3", - "@expo/config-plugins": "~57.0.8", + "@expo/config-plugins": "~57.0.9", "@expo/ngrok": "^4.1.3", - "@react-native/jest-preset": "0.86.2", + "@react-native/jest-preset": "0.87.1", "@testing-library/react-native": "^14.0.1", "@trm/tsc7": "workspace:*", "@types/jest": "^29.5.12", "@types/react": "~19.2.18", - "@types/react-dom": "^19.2.4", + "@types/react-dom": "^19.2.5", "@types/react-native-web": "^0", - "eslint": "^10.8.1", + "eslint": "^10.9.1", "jest": "^29.7.0", - "jest-expo": "~57.0.4", + "jest-expo": "~57.0.5", "react-test-renderer": "19.2.8", "test-renderer": "^1.2.0", "typescript": "npm:@typescript/typescript6@^6.0.2", diff --git a/apps/server/package.json b/apps/server/package.json index 37c8414f..0a5f94ee 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -50,7 +50,7 @@ "@trm/tsc7": "workspace:*", "@types/cookie-parser": "^1.4.10", "@types/express": "^5.0.6", - "@types/node": "^26.2.0", + "@types/node": "^26.4.0", "@types/supertest": "^7.2.1", "@types/ws": "^8.18.1", "mongodb-memory-server": "^11.2.0", diff --git a/apps/web/package.json b/apps/web/package.json index 77a226f4..d7602a7b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -36,11 +36,11 @@ "@sentry/vite-plugin": "^5.4.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.1", - "@testing-library/react": "^16.3.2", + "@testing-library/react": "^16.3.3", "@trm/tsc7": "workspace:*", "@types/canvas-confetti": "^1.9.0", "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.4", + "@types/react-dom": "^19.2.5", "@vitejs/plugin-react": "^6.1.0", "jsdom": "^30.0.1", "typescript": "npm:@typescript/typescript6@^6.0.2", diff --git a/package.json b/package.json index d376bab1..54a764f4 100644 --- a/package.json +++ b/package.json @@ -23,12 +23,12 @@ }, "devDependencies": { "@eslint/js": "^10.0.1", - "@types/node": "^26.2.0", - "eslint": "^10.8.1", + "@types/node": "^26.4.0", + "eslint": "^10.9.1", "prettier": "^3.9.6", - "turbo": "^2.10.11", + "turbo": "^2.10.12", "typescript": "npm:@typescript/typescript6@^6.0.2", - "typescript-eslint": "^8.67.0", + "typescript-eslint": "^8.68.0", "vitest": "^4.1.11" } } diff --git a/yarn.lock b/yarn.lock index 56ecb3ab..dc2ebead 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1568,6 +1568,27 @@ __metadata: languageName: node linkType: hard +"@expo/config-plugins@npm:~57.0.9": + version: 57.0.9 + resolution: "@expo/config-plugins@npm:57.0.9" + dependencies: + "@expo/config-types": "npm:^57.0.2" + "@expo/json-file": "npm:~11.0.1" + "@expo/plist": "npm:^0.8.1" + "@expo/require-utils": "npm:^57.0.5" + "@expo/sdk-runtime-versions": "npm:^1.0.0" + chalk: "npm:^4.1.2" + debug: "npm:^4.3.5" + getenv: "npm:^2.0.0" + glob: "npm:^13.0.0" + semver: "npm:^7.5.4" + slugify: "npm:^1.6.6" + xcode: "npm:^3.0.1" + xml2js: "npm:0.6.0" + checksum: 10/20cd957f568fcb92a9e708db8ee5b45cc0095f20801c1ae510261387de6cef64046e8a3a4334fcf44526d64b53302944939a6d2eb78382b320c23d77afc3688f + languageName: node + linkType: hard + "@expo/config-types@npm:*, @expo/config-types@npm:^57.0.2": version: 57.0.2 resolution: "@expo/config-types@npm:57.0.2" @@ -2041,6 +2062,22 @@ __metadata: languageName: node linkType: hard +"@expo/require-utils@npm:^57.0.5": + version: 57.0.5 + resolution: "@expo/require-utils@npm:57.0.5" + dependencies: + "@babel/code-frame": "npm:^7.20.0" + "@babel/core": "npm:^7.25.2" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.8" + peerDependencies: + typescript: ^5.0.0 || ^5.0.0-0 || ^6.0.0 || ^7.0.0 + peerDependenciesMeta: + typescript: + optional: true + checksum: 10/e7c6e1c33d4f6645fd9a4fbaf60079a3dff5f0376f8c73df247463f1604320128731c5e42f9627aa771f612110e43a0257d69fe0d569812697c799048e14ddf0 + languageName: node + linkType: hard + "@expo/router-server@npm:^57.0.7": version: 57.0.7 resolution: "@expo/router-server@npm:57.0.7" @@ -3552,18 +3589,18 @@ __metadata: languageName: node linkType: hard -"@react-native/jest-preset@npm:0.86.2": - version: 0.86.2 - resolution: "@react-native/jest-preset@npm:0.86.2" +"@react-native/jest-preset@npm:0.87.1": + version: 0.87.1 + resolution: "@react-native/jest-preset@npm:0.87.1" dependencies: "@jest/create-cache-key-function": "npm:^29.7.0" - "@react-native/js-polyfills": "npm:0.86.2" + "@react-native/js-polyfills": "npm:0.87.1" babel-jest: "npm:^29.7.0" jest-environment-node: "npm:^29.7.0" regenerator-runtime: "npm:^0.13.2" peerDependencies: react: ^19.2.3 - checksum: 10/5b8b434fedee7982ae891145dad6b8a0f34b5d0fa0e6398196ea7df6f98b805a392da13253dde701a751534ecd20ea9a56b9b58d51641acc25d3fcc1ebca7429 + checksum: 10/8beb5659d70aa58be56b75f3ddf74d8e9f358ab9cf0e69eb0f8cdd91a34516470ef666268d148534a7a3c0a1b44df7446f66a6f4c4e378b51f6327037e57f6f9 languageName: node linkType: hard @@ -3581,6 +3618,13 @@ __metadata: languageName: node linkType: hard +"@react-native/js-polyfills@npm:0.87.1": + version: 0.87.1 + resolution: "@react-native/js-polyfills@npm:0.87.1" + checksum: 10/18801f8ae70273723374011d275b751476c3280c7ed3738476acdf3834d9ce67ccac0effe5540d0f63122a7e0418bfc3e826f59d594422ef73a73725d516b603 + languageName: node + linkType: hard + "@react-native/normalize-colors@npm:0.86.0": version: 0.86.0 resolution: "@react-native/normalize-colors@npm:0.86.0" @@ -4997,9 +5041,9 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:^16.3.2": - version: 16.3.2 - resolution: "@testing-library/react@npm:16.3.2" +"@testing-library/react@npm:^16.3.3": + version: 16.3.3 + resolution: "@testing-library/react@npm:16.3.3" dependencies: "@babel/runtime": "npm:^7.12.5" peerDependencies: @@ -5013,7 +5057,7 @@ __metadata: optional: true "@types/react-dom": optional: true - checksum: 10/0ca88c6f672d00c2afd1bdedeff9b5382dd8157038efeb9762dc016731030075624be7106b92d2b5e5c52812faea85263e69272c14b6f8700eb48a4a8af6feef + checksum: 10/c330e2d8158fd0f4b059cb1cd30f74265c6e80b204cf7245c9b2c4117582d6deb985d51edb62bd1b94e79ef48a2eaba4d002278d06caf725830a8b0f475e0118 languageName: node linkType: hard @@ -5049,12 +5093,12 @@ __metadata: "@sentry/vite-plugin": "npm:^5.4.0" "@testing-library/dom": "npm:^10.4.1" "@testing-library/jest-dom": "npm:^7.0.1" - "@testing-library/react": "npm:^16.3.2" + "@testing-library/react": "npm:^16.3.3" "@trm/map-data": "workspace:*" "@trm/shared": "workspace:*" "@trm/tsc7": "workspace:*" "@types/react": "npm:^19.2.18" - "@types/react-dom": "npm:^19.2.4" + "@types/react-dom": "npm:^19.2.5" "@vitejs/plugin-react": "npm:^6.1.0" i18next: "npm:^26.4.0" jsdom: "npm:^30.0.1" @@ -5147,7 +5191,7 @@ __metadata: "@bottom-tabs/react-navigation": "npm:^1.4.0" "@bufbuild/protobuf": "npm:^2.14.0" "@expo-google-fonts/noto-sans-tc": "npm:^0.4.3" - "@expo/config-plugins": "npm:~57.0.8" + "@expo/config-plugins": "npm:~57.0.9" "@expo/metro-runtime": "npm:~57.0.12" "@expo/ngrok": "npm:^4.1.3" "@formatjs/intl-getcanonicallocales": "npm:^3.2.11" @@ -5156,7 +5200,7 @@ __metadata: "@react-native-async-storage/async-storage": "npm:3.1.1" "@react-native-community/netinfo": "npm:12.0.1" "@react-native-google-signin/google-signin": "npm:^16.1.4" - "@react-native/jest-preset": "npm:0.86.2" + "@react-native/jest-preset": "npm:0.87.1" "@react-navigation/bottom-tabs": "npm:^7.18.17" "@react-navigation/elements": "npm:^2.9.39" "@react-navigation/native": "npm:^7.3.17" @@ -5175,9 +5219,9 @@ __metadata: "@trm/tsc7": "workspace:*" "@types/jest": "npm:^29.5.12" "@types/react": "npm:~19.2.18" - "@types/react-dom": "npm:^19.2.4" + "@types/react-dom": "npm:^19.2.5" "@types/react-native-web": "npm:^0" - eslint: "npm:^10.8.1" + eslint: "npm:^10.9.1" expo: "npm:~57.0.15" expo-apple-authentication: "npm:~57.0.1" expo-application: "npm:~57.0.2" @@ -5203,7 +5247,7 @@ __metadata: i18next: "npm:^26.4.0" immer: "npm:^11.1.18" jest: "npm:^29.7.0" - jest-expo: "npm:~57.0.4" + jest-expo: "npm:~57.0.5" lucide-react-native: "npm:^1.33.0" react: "npm:19.2.8" react-dom: "npm:19.2.8" @@ -5268,7 +5312,7 @@ __metadata: "@trm/tsc7": "workspace:*" "@types/cookie-parser": "npm:^1.4.10" "@types/express": "npm:^5.0.6" - "@types/node": "npm:^26.2.0" + "@types/node": "npm:^26.4.0" "@types/supertest": "npm:^7.2.1" "@types/ws": "npm:^8.18.1" cookie-parser: "npm:^1.4.7" @@ -5319,7 +5363,7 @@ __metadata: "@sentry/vite-plugin": "npm:^5.4.0" "@testing-library/dom": "npm:^10.4.1" "@testing-library/jest-dom": "npm:^7.0.1" - "@testing-library/react": "npm:^16.3.2" + "@testing-library/react": "npm:^16.3.3" "@trm/client-core": "workspace:*" "@trm/codec": "workspace:*" "@trm/engine": "workspace:*" @@ -5329,7 +5373,7 @@ __metadata: "@trm/tsc7": "workspace:*" "@types/canvas-confetti": "npm:^1.9.0" "@types/react": "npm:^19.2.18" - "@types/react-dom": "npm:^19.2.4" + "@types/react-dom": "npm:^19.2.5" "@vitejs/plugin-react": "npm:^6.1.0" canvas-confetti: "npm:^1.9.4" i18next: "npm:^26.4.0" @@ -5348,44 +5392,44 @@ __metadata: languageName: unknown linkType: soft -"@turbo/darwin-64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/darwin-64@npm:2.10.11" +"@turbo/darwin-64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/darwin-64@npm:2.10.12" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@turbo/darwin-arm64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/darwin-arm64@npm:2.10.11" +"@turbo/darwin-arm64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/darwin-arm64@npm:2.10.12" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@turbo/linux-64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/linux-64@npm:2.10.11" +"@turbo/linux-64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/linux-64@npm:2.10.12" conditions: (os=android | os=linux) & cpu=x64 languageName: node linkType: hard -"@turbo/linux-arm64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/linux-arm64@npm:2.10.11" +"@turbo/linux-arm64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/linux-arm64@npm:2.10.12" conditions: (os=android | os=linux) & cpu=arm64 languageName: node linkType: hard -"@turbo/windows-64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/windows-64@npm:2.10.11" +"@turbo/windows-64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/windows-64@npm:2.10.12" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"@turbo/windows-arm64@npm:2.10.11": - version: 2.10.11 - resolution: "@turbo/windows-arm64@npm:2.10.11" +"@turbo/windows-arm64@npm:2.10.12": + version: 2.10.12 + resolution: "@turbo/windows-arm64@npm:2.10.12" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -5680,12 +5724,12 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^26.2.0": - version: 26.2.0 - resolution: "@types/node@npm:26.2.0" +"@types/node@npm:^26.4.0": + version: 26.4.0 + resolution: "@types/node@npm:26.4.0" dependencies: undici-types: "npm:~8.3.0" - checksum: 10/3829dd8c82e7d4858f3cc946ec9e5133c9fa39a0a9173874a6392230665121b42dac1b134e5e10ee132a5487293708c77df253cf41a125e9fd838cc3af72d700 + checksum: 10/90e2a82f8c17200c74515753ed48f6e13987b657d4c93e9b9922860a0abef0627b66037eb77d2a315d0255e9cd0115d71e791d13446ec02d93f85d8ab02dec69 languageName: node linkType: hard @@ -5703,12 +5747,12 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^19.2.4": - version: 19.2.4 - resolution: "@types/react-dom@npm:19.2.4" +"@types/react-dom@npm:^19.2.5": + version: 19.2.5 + resolution: "@types/react-dom@npm:19.2.5" peerDependencies: "@types/react": ^19.2.0 - checksum: 10/e055ef08805768b2e6abc39955b1ac25a8bfd0f8034e6dc62846d007982e40fb69400c3b9440e35335bf4175d1789bf71dacf6007d2ba57385ed8433d16286fc + checksum: 10/e6b752ad923b70638a44bb537d2866bed98f08bba973bc2199365875c003abe1e5f0e5a6d73ba8778e97f13eca36fdb2ab47f530793238eff92e4df04df18f70 languageName: node linkType: hard @@ -5863,105 +5907,105 @@ __metadata: languageName: node linkType: hard -"@typescript-eslint/eslint-plugin@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/eslint-plugin@npm:8.67.0" +"@typescript-eslint/eslint-plugin@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/eslint-plugin@npm:8.68.0" dependencies: "@eslint-community/regexpp": "npm:^4.12.2" - "@typescript-eslint/scope-manager": "npm:8.67.0" - "@typescript-eslint/type-utils": "npm:8.67.0" - "@typescript-eslint/utils": "npm:8.67.0" - "@typescript-eslint/visitor-keys": "npm:8.67.0" + "@typescript-eslint/scope-manager": "npm:8.68.0" + "@typescript-eslint/type-utils": "npm:8.68.0" + "@typescript-eslint/utils": "npm:8.68.0" + "@typescript-eslint/visitor-keys": "npm:8.68.0" ignore: "npm:^7.0.5" natural-compare: "npm:^1.4.0" ts-api-utils: "npm:^2.5.0" peerDependencies: - "@typescript-eslint/parser": ^8.67.0 + "@typescript-eslint/parser": ^8.68.0 eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/d53f9e51c6be98ff4cdcb94de24e2951f5e2b7a1dfc56c4f8a2d81e61346c511c0478117626d9cfd5d5d63f5e7a0e0653dc1abe1e7d926a3f9806aaf1fa11bd2 + checksum: 10/8776fd8ffde8eceae3b1aeca57e528e8ee61a683223c3bef455ca3c5e28e52275e6cd6ebf8ee284a46883e6220bbf297312084e1ee85e00cef017a78c169a674 languageName: node linkType: hard -"@typescript-eslint/parser@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/parser@npm:8.67.0" +"@typescript-eslint/parser@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/parser@npm:8.68.0" dependencies: - "@typescript-eslint/scope-manager": "npm:8.67.0" - "@typescript-eslint/types": "npm:8.67.0" - "@typescript-eslint/typescript-estree": "npm:8.67.0" - "@typescript-eslint/visitor-keys": "npm:8.67.0" + "@typescript-eslint/scope-manager": "npm:8.68.0" + "@typescript-eslint/types": "npm:8.68.0" + "@typescript-eslint/typescript-estree": "npm:8.68.0" + "@typescript-eslint/visitor-keys": "npm:8.68.0" debug: "npm:^4.4.3" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/fa156ade066d0886ea0daa0f872940cdb450a2b5dbd1687e0df64ec19aac86711dde51e17e6b20e72387aa38daec811736821e9db950e8557affa7faea63d65c + checksum: 10/979ae0d2c6a391fd5b9b0218189fda5112ff0b5ab2538eef1da4cd77ac8ae46f9b590db9779f2614bd193105b40cf12635b565c840f4cdbbb4a683e24cf5ec4b languageName: node linkType: hard -"@typescript-eslint/project-service@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/project-service@npm:8.67.0" +"@typescript-eslint/project-service@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/project-service@npm:8.68.0" dependencies: - "@typescript-eslint/tsconfig-utils": "npm:^8.67.0" - "@typescript-eslint/types": "npm:^8.67.0" + "@typescript-eslint/tsconfig-utils": "npm:^8.68.0" + "@typescript-eslint/types": "npm:^8.68.0" debug: "npm:^4.4.3" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/3beccdee1e74060eac4e6c5e7edd14a800c8c98e3313dbfe5838a357e83babc22c41c3ebe637c331c4b93db2da50f5479ccf4677db7b6b1a760f3cd27795b36f + checksum: 10/37521df3731f9069c7df55362342dd0027f43947241de33c2a1c029b4553fe092e2ac69a534153aaf08c862e6b2390d864cb6c88a0714fc276395390df276fb6 languageName: node linkType: hard -"@typescript-eslint/scope-manager@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/scope-manager@npm:8.67.0" +"@typescript-eslint/scope-manager@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/scope-manager@npm:8.68.0" dependencies: - "@typescript-eslint/types": "npm:8.67.0" - "@typescript-eslint/visitor-keys": "npm:8.67.0" - checksum: 10/a0ca8d52e6c5b2538f7df860acd5a36437cce8e6d5bcededdfde04c02489f4b523cb178b502c266d138cff6758ea375ebe311b2b6af373b127ded4876a697ffb + "@typescript-eslint/types": "npm:8.68.0" + "@typescript-eslint/visitor-keys": "npm:8.68.0" + checksum: 10/494d499315b4f3ab8eaa114aa53a4b2b9f533b82eb007cd5b5617cececfd8ad6938edb74f734479ae6e40a4086f510b6b984de8e66d06c518cb47817549db780 languageName: node linkType: hard -"@typescript-eslint/tsconfig-utils@npm:8.67.0, @typescript-eslint/tsconfig-utils@npm:^8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/tsconfig-utils@npm:8.67.0" +"@typescript-eslint/tsconfig-utils@npm:8.68.0, @typescript-eslint/tsconfig-utils@npm:^8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/tsconfig-utils@npm:8.68.0" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/736d0ab8a273b4e4e17d412b390386eec0171cd3f7ba451bacd92c4f931051bba2049e040fdae84603ea0e07430afb05b49c6d8b6d429f9012d3c6b03eb69f54 + checksum: 10/b527a7c5deaad40bb72f78eec1bfea5997a7e792e64666984605e9a167246cf856c8d40290a7b3d39cefb3a242538e22a3a4fc136132e4669a314887e2de5f08 languageName: node linkType: hard -"@typescript-eslint/type-utils@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/type-utils@npm:8.67.0" +"@typescript-eslint/type-utils@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/type-utils@npm:8.68.0" dependencies: - "@typescript-eslint/types": "npm:8.67.0" - "@typescript-eslint/typescript-estree": "npm:8.67.0" - "@typescript-eslint/utils": "npm:8.67.0" + "@typescript-eslint/types": "npm:8.68.0" + "@typescript-eslint/typescript-estree": "npm:8.68.0" + "@typescript-eslint/utils": "npm:8.68.0" debug: "npm:^4.4.3" ts-api-utils: "npm:^2.5.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/a0b943e5a8f3c2e8490ec28599eb94561d7ad029fcf42f2e9a0e8d2685ce625898371cd0a7d3a906fe8b4077d72fee8329cad512a5b0521bc2167f7d88a984fb + checksum: 10/ed6b6fe74eee017a79c9dbfa72b3a08748dac8de5702314494d8849feee516c20e2907ad730fd82e50be81c5984c575b29e35eb8b5c99091445b4bc5102ce836 languageName: node linkType: hard -"@typescript-eslint/types@npm:8.67.0, @typescript-eslint/types@npm:^8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/types@npm:8.67.0" - checksum: 10/8edc1a14a52c7566409c19b34fb72ba3a62a3b409c98b1d496de9fcd83179fb128c8df2fde391c199316a54cdc5d314ba70ce7b440161dd850b73a44f3e54e6d +"@typescript-eslint/types@npm:8.68.0, @typescript-eslint/types@npm:^8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/types@npm:8.68.0" + checksum: 10/f9337e0263d95e6edca6e364f9b1f70d5840b9648b5aa0d02065bcee5809a50c92d024ba17b458182ec4e7fffe5efd05584f1667b1e43ff3e7121b218283a207 languageName: node linkType: hard -"@typescript-eslint/typescript-estree@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/typescript-estree@npm:8.67.0" +"@typescript-eslint/typescript-estree@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/typescript-estree@npm:8.68.0" dependencies: - "@typescript-eslint/project-service": "npm:8.67.0" - "@typescript-eslint/tsconfig-utils": "npm:8.67.0" - "@typescript-eslint/types": "npm:8.67.0" - "@typescript-eslint/visitor-keys": "npm:8.67.0" + "@typescript-eslint/project-service": "npm:8.68.0" + "@typescript-eslint/tsconfig-utils": "npm:8.68.0" + "@typescript-eslint/types": "npm:8.68.0" + "@typescript-eslint/visitor-keys": "npm:8.68.0" debug: "npm:^4.4.3" minimatch: "npm:^10.2.2" semver: "npm:^7.7.3" @@ -5969,32 +6013,32 @@ __metadata: ts-api-utils: "npm:^2.5.0" peerDependencies: typescript: ">=4.8.4 <6.1.0" - checksum: 10/31c5be812f67c997b9d1e9324c4289b6268a12e9948492403fdd9c9b5df12dcc00f845ae93ae37c78f717583519060175f2147f165b65112eef1e40acf44ad1d + checksum: 10/47d75cbc9c10842aeb3c1cc8d0625bd578b3b43b75d3dc86d3543a739b2fc8d0b524fd86b5af1f1493a3f0ae1b9e65c3200bf01a6bde0162efe6414708eac553 languageName: node linkType: hard -"@typescript-eslint/utils@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/utils@npm:8.67.0" +"@typescript-eslint/utils@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/utils@npm:8.68.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.9.1" - "@typescript-eslint/scope-manager": "npm:8.67.0" - "@typescript-eslint/types": "npm:8.67.0" - "@typescript-eslint/typescript-estree": "npm:8.67.0" + "@typescript-eslint/scope-manager": "npm:8.68.0" + "@typescript-eslint/types": "npm:8.68.0" + "@typescript-eslint/typescript-estree": "npm:8.68.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/8703468cdea3630275c6faacc031e7e4bd7fb8f8988e80ab987811ae3c63a9a9677496cee2b4811f49cb9bc9e6f6c0bdb91cb213353019ce31df0a2b351cea51 + checksum: 10/6581a1e7ced23cce82279df001d643844c97408bc84826da77ec77d52b77047004b202ff8cfcfbc0b0fef15bf2cafb5ae21bafbda24c9b58102ce634f66c2af9 languageName: node linkType: hard -"@typescript-eslint/visitor-keys@npm:8.67.0": - version: 8.67.0 - resolution: "@typescript-eslint/visitor-keys@npm:8.67.0" +"@typescript-eslint/visitor-keys@npm:8.68.0": + version: 8.68.0 + resolution: "@typescript-eslint/visitor-keys@npm:8.68.0" dependencies: - "@typescript-eslint/types": "npm:8.67.0" + "@typescript-eslint/types": "npm:8.68.0" eslint-visitor-keys: "npm:^5.0.0" - checksum: 10/c92c9b202105a8f398ab2ad4be58c8c8fd9af6b5ddd28cdcd57d75f7f04f69561a56a05aac9a008668c64faa7222ebb3fefe19097923a18eb2b9f7a90809a5be + checksum: 10/d802bc2c4569495f3d83f9bcf169e3a432ac1c6672e243399886409dbc55d7fa30375d9d0b2cf0d9466b81fc2b01b991483eb56e8cdb8141721009978d3b078b languageName: node linkType: hard @@ -8386,9 +8430,9 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^10.8.1": - version: 10.9.0 - resolution: "eslint@npm:10.9.0" +"eslint@npm:^10.9.1": + version: 10.9.1 + resolution: "eslint@npm:10.9.1" dependencies: "@eslint-community/eslint-utils": "npm:^4.8.0" "@eslint-community/regexpp": "npm:^4.12.2" @@ -8427,7 +8471,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10/1cd63bbf4f2c003ed759ab6ae9e2030be0abafdcd7b9ffb5be9e9c3aa3ea6142e6af0a337aac21044957750807fde06c9d052e2c9734cca6792dc2d095f9c180 + checksum: 10/4cee237c7d2c445a05330e595b18521d7452fd3f419241bf1ccf81c769a6761c10ca5a06988197482d4842ed1a26b1dcb51b9526408990cee84559e6c08cb3ab languageName: node linkType: hard @@ -10364,9 +10408,9 @@ __metadata: languageName: node linkType: hard -"jest-expo@npm:~57.0.4": - version: 57.0.4 - resolution: "jest-expo@npm:57.0.4" +"jest-expo@npm:~57.0.5": + version: 57.0.5 + resolution: "jest-expo@npm:57.0.5" dependencies: "@jest/create-cache-key-function": "npm:^29.2.1" "@jest/globals": "npm:^29.2.1" @@ -10381,7 +10425,7 @@ __metadata: server-only: "npm:^0.0.1" stacktrace-js: "npm:^2.0.2" peerDependencies: - "@react-native/jest-preset": ^0.86.2 + "@react-native/jest-preset": ^0.86.3 expo: "*" react-native: "*" react-server-dom-webpack: ~19.0.4 || ~19.1.5 || ~19.2.4 @@ -10392,7 +10436,7 @@ __metadata: optional: true bin: jest: bin/jest.js - checksum: 10/63a4df62af17b0a63378aefa6adaa8ecaa3185cc8ad91b6756eeeb09f9ce5cbae8bca63af6c1a0257ef2fe9fda7555408e78e4d20d93a52f0d362f5861bf70e9 + checksum: 10/3297ce32335877e2312774f695eb34e6707accc536f2069a7078a81c96a8d9e1544e1707ab8c65decd216e3bd01ac1907675e5e506f603873dade8ca9cd85f93 languageName: node linkType: hard @@ -14698,12 +14742,12 @@ __metadata: resolution: "trmission@workspace:." dependencies: "@eslint/js": "npm:^10.0.1" - "@types/node": "npm:^26.2.0" - eslint: "npm:^10.8.1" + "@types/node": "npm:^26.4.0" + eslint: "npm:^10.9.1" prettier: "npm:^3.9.6" - turbo: "npm:^2.10.11" + turbo: "npm:^2.10.12" typescript: "npm:@typescript/typescript6@^6.0.2" - typescript-eslint: "npm:^8.67.0" + typescript-eslint: "npm:^8.68.0" vitest: "npm:^4.1.11" languageName: unknown linkType: soft @@ -14724,16 +14768,16 @@ __metadata: languageName: node linkType: hard -"turbo@npm:^2.10.11": - version: 2.10.11 - resolution: "turbo@npm:2.10.11" +"turbo@npm:^2.10.12": + version: 2.10.12 + resolution: "turbo@npm:2.10.12" dependencies: - "@turbo/darwin-64": "npm:2.10.11" - "@turbo/darwin-arm64": "npm:2.10.11" - "@turbo/linux-64": "npm:2.10.11" - "@turbo/linux-arm64": "npm:2.10.11" - "@turbo/windows-64": "npm:2.10.11" - "@turbo/windows-arm64": "npm:2.10.11" + "@turbo/darwin-64": "npm:2.10.12" + "@turbo/darwin-arm64": "npm:2.10.12" + "@turbo/linux-64": "npm:2.10.12" + "@turbo/linux-arm64": "npm:2.10.12" + "@turbo/windows-64": "npm:2.10.12" + "@turbo/windows-arm64": "npm:2.10.12" dependenciesMeta: "@turbo/darwin-64": optional: true @@ -14749,7 +14793,7 @@ __metadata: optional: true bin: turbo: bin/turbo - checksum: 10/f367be9b4accf4030e0e5550bc29ae5fb54a92af65f7911a6d05e77f99ad10294b3d67ac3619fcb17fadd5a842c473414a360c4eaf2afc83840d68ab8d340a53 + checksum: 10/d92ff6c947dacd9a25ceed9267ad45ec3ee89ca7776e8b4851098c234d811e090656958f52c72a1ee6e1d825a29907d649775f1feb4c628a38194d522c659e27 languageName: node linkType: hard @@ -14811,18 +14855,18 @@ __metadata: languageName: node linkType: hard -"typescript-eslint@npm:^8.67.0": - version: 8.67.0 - resolution: "typescript-eslint@npm:8.67.0" +"typescript-eslint@npm:^8.68.0": + version: 8.68.0 + resolution: "typescript-eslint@npm:8.68.0" dependencies: - "@typescript-eslint/eslint-plugin": "npm:8.67.0" - "@typescript-eslint/parser": "npm:8.67.0" - "@typescript-eslint/typescript-estree": "npm:8.67.0" - "@typescript-eslint/utils": "npm:8.67.0" + "@typescript-eslint/eslint-plugin": "npm:8.68.0" + "@typescript-eslint/parser": "npm:8.68.0" + "@typescript-eslint/typescript-estree": "npm:8.68.0" + "@typescript-eslint/utils": "npm:8.68.0" peerDependencies: eslint: ^8.57.0 || ^9.0.0 || ^10.0.0 typescript: ">=4.8.4 <6.1.0" - checksum: 10/4efc2cea5b067f65d58e010fda3888ec94f2e67ebfa289be78c3a02458787b7125cf8f6095776b912005fb69e8748ad4018777b16436a0658957c163ef213bf9 + checksum: 10/451c64296ac5f48e4621a03324f5aaef4a26f1dd9d4df63bd3cb07f136e8379185a800731f83634eb5d909c696fad820ba74d31ab3d7cf263328504275d1305b languageName: node linkType: hard