From f28b6bed3f4984a0921d36b4fe9f9aabead12946 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Mon, 9 Dec 2024 20:42:57 +0100 Subject: [PATCH] Fix installation --- .changeset/fluffy-starfishes-unite.md | 5 - examples/with-apq/package.json | 2 +- .../with-defer-stream-directives/package.json | 2 +- .../with-graphcache-pagination/package.json | 2 +- examples/with-graphcache-updates/package.json | 2 +- .../with-infinite-pagination/package.json | 2 +- examples/with-multipart/package.json | 2 +- examples/with-next/package.json | 2 +- examples/with-pagination/package.json | 2 +- examples/with-react-native/package.json | 2 +- examples/with-react/package.json | 2 +- examples/with-refresh-auth/package.json | 2 +- examples/with-retry/package.json | 2 +- .../with-subscriptions-via-fetch/package.json | 2 +- examples/with-svelte/package.json | 2 +- examples/with-vue3/package.json | 2 +- exchanges/auth/package.json | 2 +- exchanges/context/package.json | 2 +- exchanges/execute/package.json | 2 +- exchanges/graphcache/package.json | 2 +- exchanges/persisted/package.json | 2 +- exchanges/populate/package.json | 2 +- exchanges/refocus/package.json | 2 +- exchanges/request-policy/package.json | 2 +- exchanges/retry/package.json | 2 +- exchanges/throw-on-error/package.json | 2 +- packages/core/CHANGELOG.md | 7 + packages/core/jsr.json | 4 +- packages/core/package.json | 2 +- packages/preact-urql/package.json | 2 +- packages/react-urql/package.json | 2 +- packages/solid-urql/package.json | 2 +- packages/svelte-urql/package.json | 2 +- packages/vue-urql/package.json | 2 +- pnpm-lock.yaml | 361 +++++++++++++++--- scripts/changesets/version.mjs | 3 +- 36 files changed, 351 insertions(+), 91 deletions(-) delete mode 100644 .changeset/fluffy-starfishes-unite.md diff --git a/.changeset/fluffy-starfishes-unite.md b/.changeset/fluffy-starfishes-unite.md deleted file mode 100644 index 44bdf95df2..0000000000 --- a/.changeset/fluffy-starfishes-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@urql/core': minor ---- - -Remove `addMetadata` transform where we'd strip out metadata for production environments, this particularly affects `OperationResult.context.metadata.cacheOutcome` diff --git a/examples/with-apq/package.json b/examples/with-apq/package.json index 873c218f41..ea061b5782 100644 --- a/examples/with-apq/package.json +++ b/examples/with-apq/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-persisted": "^4.3.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-defer-stream-directives/package.json b/examples/with-defer-stream-directives/package.json index a5e2fce969..2493e9ed35 100644 --- a/examples/with-defer-stream-directives/package.json +++ b/examples/with-defer-stream-directives/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@graphql-yoga/plugin-defer-stream": "^1.7.1", - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-graphcache": "^7.2.1", "graphql": "17.0.0-alpha.2", "react": "^18.2.0", diff --git a/examples/with-graphcache-pagination/package.json b/examples/with-graphcache-pagination/package.json index 608d8a8889..0270410571 100644 --- a/examples/with-graphcache-pagination/package.json +++ b/examples/with-graphcache-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-graphcache": "^7.2.1", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-graphcache-updates/package.json b/examples/with-graphcache-updates/package.json index d19c726bbe..471418a521 100644 --- a/examples/with-graphcache-updates/package.json +++ b/examples/with-graphcache-updates/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-auth": "^2.2.0", "@urql/exchange-graphcache": "^7.2.1", "graphql": "^16.6.0", diff --git a/examples/with-infinite-pagination/package.json b/examples/with-infinite-pagination/package.json index 1273c18872..8d3fb37f6c 100644 --- a/examples/with-infinite-pagination/package.json +++ b/examples/with-infinite-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-multipart/package.json b/examples/with-multipart/package.json index 771dc19835..676cba29fe 100644 --- a/examples/with-multipart/package.json +++ b/examples/with-multipart/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-next/package.json b/examples/with-next/package.json index b755c7d73f..4fbf143f4b 100644 --- a/examples/with-next/package.json +++ b/examples/with-next/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/next": "^1.1.3", "graphql": "^16.6.0", "next": "13.4.2", diff --git a/examples/with-pagination/package.json b/examples/with-pagination/package.json index 1273c18872..8d3fb37f6c 100644 --- a/examples/with-pagination/package.json +++ b/examples/with-pagination/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-react-native/package.json b/examples/with-react-native/package.json index 0aa700f3d0..b3ede493b2 100644 --- a/examples/with-react-native/package.json +++ b/examples/with-react-native/package.json @@ -8,7 +8,7 @@ "start": "react-native start" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "graphql": "^16.6.0", "react": "18.2.0", "react-native": "0.71.4", diff --git a/examples/with-react/package.json b/examples/with-react/package.json index fdb0895075..225d16ca53 100644 --- a/examples/with-react/package.json +++ b/examples/with-react/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "graphql": "^16.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/with-refresh-auth/package.json b/examples/with-refresh-auth/package.json index fe630639ed..3e44731657 100644 --- a/examples/with-refresh-auth/package.json +++ b/examples/with-refresh-auth/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-auth": "^2.2.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-retry/package.json b/examples/with-retry/package.json index cfd7b268a8..3504d7e772 100644 --- a/examples/with-retry/package.json +++ b/examples/with-retry/package.json @@ -6,7 +6,7 @@ "start": "vite" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-retry": "^1.3.0", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-subscriptions-via-fetch/package.json b/examples/with-subscriptions-via-fetch/package.json index 4df426824a..48f4a46dc6 100644 --- a/examples/with-subscriptions-via-fetch/package.json +++ b/examples/with-subscriptions-via-fetch/package.json @@ -8,7 +8,7 @@ "start": "run-p client server" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/exchange-graphcache": "^7.2.1", "graphql": "^16.6.0", "react": "^18.2.0", diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 8fef14401b..0f700101c8 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/svelte": "^4.2.2", "graphql": "^16.6.0", "svelte": "^4.0.5" diff --git a/examples/with-vue3/package.json b/examples/with-vue3/package.json index fd11a0224b..a196d29270 100644 --- a/examples/with-vue3/package.json +++ b/examples/with-vue3/package.json @@ -8,7 +8,7 @@ "serve": "vite preview" }, "dependencies": { - "@urql/core": "^5.0.8", + "@urql/core": "^5.1.0", "@urql/vue": "^1.4.2", "graphql": "^16.6.0", "vue": "^3.2.47" diff --git a/exchanges/auth/package.json b/exchanges/auth/package.json index 34e53c315d..346b194ef7 100644 --- a/exchanges/auth/package.json +++ b/exchanges/auth/package.json @@ -52,7 +52,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/context/package.json b/exchanges/context/package.json index a140d759f8..21c709b476 100644 --- a/exchanges/context/package.json +++ b/exchanges/context/package.json @@ -51,7 +51,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/execute/package.json b/exchanges/execute/package.json index 70ee091df9..19ead894c8 100644 --- a/exchanges/execute/package.json +++ b/exchanges/execute/package.json @@ -49,7 +49,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "peerDependencies": { diff --git a/exchanges/graphcache/package.json b/exchanges/graphcache/package.json index 57119243cc..a5f18c66b6 100644 --- a/exchanges/graphcache/package.json +++ b/exchanges/graphcache/package.json @@ -67,7 +67,7 @@ }, "dependencies": { "@0no-co/graphql.web": "^1.0.5", - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/persisted/package.json b/exchanges/persisted/package.json index e676398316..7d7fc85476 100644 --- a/exchanges/persisted/package.json +++ b/exchanges/persisted/package.json @@ -50,7 +50,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/exchanges/populate/package.json b/exchanges/populate/package.json index f64a8000fd..2124a8f4eb 100644 --- a/exchanges/populate/package.json +++ b/exchanges/populate/package.json @@ -47,7 +47,7 @@ "prepublishOnly": "run-s clean build" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "peerDependencies": { diff --git a/exchanges/refocus/package.json b/exchanges/refocus/package.json index 9a621171f6..e3d3fac2a7 100644 --- a/exchanges/refocus/package.json +++ b/exchanges/refocus/package.json @@ -57,7 +57,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/request-policy/package.json b/exchanges/request-policy/package.json index b72b1f1f33..31d2b4290c 100644 --- a/exchanges/request-policy/package.json +++ b/exchanges/request-policy/package.json @@ -55,7 +55,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/retry/package.json b/exchanges/retry/package.json index 7edae9ec3b..6562047fe4 100644 --- a/exchanges/retry/package.json +++ b/exchanges/retry/package.json @@ -55,7 +55,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/exchanges/throw-on-error/package.json b/exchanges/throw-on-error/package.json index 2dfced47ae..7d00c8cefc 100644 --- a/exchanges/throw-on-error/package.json +++ b/exchanges/throw-on-error/package.json @@ -55,7 +55,7 @@ "@urql/core": "^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "graphql-toe": "0.1.2", "wonka": "^6.3.2" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 026537e8fa..60ec21370a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @urql/core +## 5.1.0 + +### Minor Changes + +- Remove `addMetadata` transform where we'd strip out metadata for production environments, this particularly affects `OperationResult.context.metadata.cacheOutcome` + Submitted by [@alpavlove](https://github.com/alpavlove) (See [#3714](https://github.com/urql-graphql/urql/pull/3714)) + ## 5.0.8 ### Patch Changes diff --git a/packages/core/jsr.json b/packages/core/jsr.json index 5fc6f2528a..d36f81198f 100644 --- a/packages/core/jsr.json +++ b/packages/core/jsr.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.8", + "version": "5.1.0", "exports": { ".": "./src/index.ts", "./internal": "./src/internal/index.ts" @@ -13,4 +13,4 @@ "**/*.test.*.snap", "**/*.spec.*.snap" ] -} \ No newline at end of file +} diff --git a/packages/core/package.json b/packages/core/package.json index 11c683907d..52470e8ee4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@urql/core", - "version": "5.0.8", + "version": "5.1.0", "description": "The shared core for the highly customizable and versatile GraphQL client", "sideEffects": false, "homepage": "https://formidable.com/open-source/urql/docs/", diff --git a/packages/preact-urql/package.json b/packages/preact-urql/package.json index 337f22ce39..6187fc6bc7 100644 --- a/packages/preact-urql/package.json +++ b/packages/preact-urql/package.json @@ -59,7 +59,7 @@ "preact": ">= 10.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/react-urql/package.json b/packages/react-urql/package.json index 81699c27c5..0de38f42a7 100644 --- a/packages/react-urql/package.json +++ b/packages/react-urql/package.json @@ -60,7 +60,7 @@ "react": ">= 16.8.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/solid-urql/package.json b/packages/solid-urql/package.json index 1dee2328c9..ce9e5101a0 100644 --- a/packages/solid-urql/package.json +++ b/packages/solid-urql/package.json @@ -60,7 +60,7 @@ "solid-js": "^1.7.7" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/packages/svelte-urql/package.json b/packages/svelte-urql/package.json index f0445021ab..a0889ec658 100644 --- a/packages/svelte-urql/package.json +++ b/packages/svelte-urql/package.json @@ -53,7 +53,7 @@ "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "devDependencies": { diff --git a/packages/vue-urql/package.json b/packages/vue-urql/package.json index 6349a7c168..768997d580 100644 --- a/packages/vue-urql/package.json +++ b/packages/vue-urql/package.json @@ -59,7 +59,7 @@ "vue": "^2.7.0 || ^3.0.0" }, "dependencies": { - "@urql/core": "^5.0.0", + "@urql/core": "workspace:^5.1.0", "wonka": "^6.3.2" }, "publishConfig": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d3ddaea6a..c2d93c6129 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -180,8 +180,8 @@ importers: exchanges/auth: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -193,8 +193,8 @@ importers: exchanges/context: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -206,8 +206,8 @@ importers: exchanges/execute: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -222,8 +222,8 @@ importers: specifier: ^1.0.5 version: 1.0.5(graphql@16.6.0) '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -256,8 +256,8 @@ importers: exchanges/persisted: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -269,8 +269,8 @@ importers: exchanges/populate: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -282,8 +282,8 @@ importers: exchanges/refocus: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -298,8 +298,8 @@ importers: exchanges/request-policy: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -311,8 +311,8 @@ importers: exchanges/retry: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -324,8 +324,8 @@ importers: exchanges/throw-on-error: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../../packages/core graphql-toe: specifier: 0.1.2 version: 0.1.2 @@ -382,8 +382,8 @@ importers: packages/preact-urql: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -401,8 +401,8 @@ importers: packages/react-urql: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -550,8 +550,8 @@ importers: packages/solid-urql: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../core solid-js: specifier: ^1.7.7 version: 1.8.17 @@ -590,8 +590,8 @@ importers: packages/svelte-urql: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -606,8 +606,8 @@ importers: packages/vue-urql: dependencies: '@urql/core': - specifier: ^5.0.0 - version: 5.0.6(graphql@16.6.0) + specifier: workspace:^5.1.0 + version: link:../core wonka: specifier: ^6.3.2 version: 6.3.2 @@ -1730,6 +1730,12 @@ packages: cpu: [arm64] os: [android] + '@esbuild/android-arm@0.15.18': + resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + '@esbuild/android-arm@0.21.5': resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} @@ -1784,6 +1790,12 @@ packages: cpu: [ia32] os: [linux] + '@esbuild/linux-loong64@0.15.18': + resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + '@esbuild/linux-loong64@0.21.5': resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} engines: {node: '>=12'} @@ -2247,8 +2259,8 @@ packages: '@reach/router@1.3.4': resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} peerDependencies: - react: 15.x || 16.x || 16.4.0-alpha.0911da3 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 + react: ^17.0.2 + react-dom: ^17.0.2 '@react-native-async-storage/async-storage@1.21.0': resolution: {integrity: sha512-JL0w36KuFHFCvnbOXRekqVAUplmOyT/OuCQkogo6X98MtpSaJOKEAeZnYO8JB0U/RIEixZaGI5px73YbRm/oag==} @@ -2792,9 +2804,6 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@urql/core@5.0.6': - resolution: {integrity: sha512-38rgSDqVNihFDauw1Pm9V7XLWIKuK8V9CKgrUF7/xEKinze8ENKP1ZeBhkG+dxWzJan7CHK+SLl46kAdvZwIlA==} - '@vitest/expect@2.1.1': resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} @@ -4708,6 +4717,131 @@ packages: resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} engines: {node: '>= 0.4'} + esbuild-android-64@0.15.18: + resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + esbuild-android-arm64@0.15.18: + resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + esbuild-darwin-64@0.15.18: + resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + esbuild-darwin-arm64@0.15.18: + resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + esbuild-freebsd-64@0.15.18: + resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + esbuild-freebsd-arm64@0.15.18: + resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + esbuild-linux-32@0.15.18: + resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + esbuild-linux-64@0.15.18: + resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + esbuild-linux-arm64@0.15.18: + resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + esbuild-linux-arm@0.15.18: + resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + esbuild-linux-mips64le@0.15.18: + resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + esbuild-linux-ppc64le@0.15.18: + resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + esbuild-linux-riscv64@0.15.18: + resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + esbuild-linux-s390x@0.15.18: + resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + esbuild-netbsd-64@0.15.18: + resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + esbuild-openbsd-64@0.15.18: + resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + esbuild-sunos-64@0.15.18: + resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + esbuild-windows-32@0.15.18: + resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + esbuild-windows-64@0.15.18: + resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + esbuild-windows-arm64@0.15.18: + resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + esbuild@0.15.18: + resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} + engines: {node: '>=12'} + hasBin: true + esbuild@0.21.5: resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} engines: {node: '>=12'} @@ -5208,7 +5342,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 + deprecated: Upgrade to fsevents v2 to mitigate potential security issues fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} @@ -8525,6 +8659,11 @@ packages: rollup: optional: true + rollup@2.79.2: + resolution: {integrity: sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==} + engines: {node: '>=10.0.0'} + hasBin: true + rollup@3.29.4: resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -9853,6 +9992,31 @@ packages: vite: optional: true + vite@3.2.11: + resolution: {integrity: sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + vite@5.4.7: resolution: {integrity: sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==} engines: {node: ^18.0.0 || >=20.0.0} @@ -10306,10 +10470,6 @@ snapshots: optionalDependencies: graphql: 16.9.0 - '@0no-co/graphql.web@1.0.8(graphql@16.6.0)': - optionalDependencies: - graphql: 16.6.0 - '@0no-co/graphql.web@1.0.8(graphql@16.9.0)': optionalDependencies: graphql: 16.9.0 @@ -12513,6 +12673,9 @@ snapshots: '@esbuild/android-arm64@0.21.5': optional: true + '@esbuild/android-arm@0.15.18': + optional: true + '@esbuild/android-arm@0.21.5': optional: true @@ -12540,6 +12703,9 @@ snapshots: '@esbuild/linux-ia32@0.21.5': optional: true + '@esbuild/linux-loong64@0.15.18': + optional: true + '@esbuild/linux-loong64@0.21.5': optional: true @@ -13845,13 +14011,6 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@urql/core@5.0.6(graphql@16.6.0)': - dependencies: - '@0no-co/graphql.web': 1.0.8(graphql@16.6.0) - wonka: 6.3.2 - transitivePeerDependencies: - - graphql - '@vitest/expect@2.1.1': dependencies: '@vitest/spy': 2.1.1 @@ -13859,13 +14018,13 @@ snapshots: chai: 5.1.1 tinyrainbow: 1.2.0 - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@18.19.50)(terser@5.32.0))': + '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@3.2.11(@types/node@18.19.50)(terser@5.32.0))': dependencies: '@vitest/spy': 2.1.1 estree-walker: 3.0.3 magic-string: 0.30.11 optionalDependencies: - vite: 5.4.7(@types/node@18.19.50)(terser@5.32.0) + vite: 3.2.11(@types/node@18.19.50)(terser@5.32.0) '@vitest/pretty-format@2.1.1': dependencies: @@ -16317,6 +16476,91 @@ snapshots: is-date-object: 1.0.5 is-symbol: 1.0.4 + esbuild-android-64@0.15.18: + optional: true + + esbuild-android-arm64@0.15.18: + optional: true + + esbuild-darwin-64@0.15.18: + optional: true + + esbuild-darwin-arm64@0.15.18: + optional: true + + esbuild-freebsd-64@0.15.18: + optional: true + + esbuild-freebsd-arm64@0.15.18: + optional: true + + esbuild-linux-32@0.15.18: + optional: true + + esbuild-linux-64@0.15.18: + optional: true + + esbuild-linux-arm64@0.15.18: + optional: true + + esbuild-linux-arm@0.15.18: + optional: true + + esbuild-linux-mips64le@0.15.18: + optional: true + + esbuild-linux-ppc64le@0.15.18: + optional: true + + esbuild-linux-riscv64@0.15.18: + optional: true + + esbuild-linux-s390x@0.15.18: + optional: true + + esbuild-netbsd-64@0.15.18: + optional: true + + esbuild-openbsd-64@0.15.18: + optional: true + + esbuild-sunos-64@0.15.18: + optional: true + + esbuild-windows-32@0.15.18: + optional: true + + esbuild-windows-64@0.15.18: + optional: true + + esbuild-windows-arm64@0.15.18: + optional: true + + esbuild@0.15.18: + optionalDependencies: + '@esbuild/android-arm': 0.15.18 + '@esbuild/linux-loong64': 0.15.18 + esbuild-android-64: 0.15.18 + esbuild-android-arm64: 0.15.18 + esbuild-darwin-64: 0.15.18 + esbuild-darwin-arm64: 0.15.18 + esbuild-freebsd-64: 0.15.18 + esbuild-freebsd-arm64: 0.15.18 + esbuild-linux-32: 0.15.18 + esbuild-linux-64: 0.15.18 + esbuild-linux-arm: 0.15.18 + esbuild-linux-arm64: 0.15.18 + esbuild-linux-mips64le: 0.15.18 + esbuild-linux-ppc64le: 0.15.18 + esbuild-linux-riscv64: 0.15.18 + esbuild-linux-s390x: 0.15.18 + esbuild-netbsd-64: 0.15.18 + esbuild-openbsd-64: 0.15.18 + esbuild-sunos-64: 0.15.18 + esbuild-windows-32: 0.15.18 + esbuild-windows-64: 0.15.18 + esbuild-windows-arm64: 0.15.18 + esbuild@0.21.5: optionalDependencies: '@esbuild/aix-ppc64': 0.21.5 @@ -20937,6 +21181,10 @@ snapshots: optionalDependencies: rollup: 3.29.4 + rollup@2.79.2: + optionalDependencies: + fsevents: 2.3.3 + rollup@3.29.4: optionalDependencies: fsevents: 2.3.3 @@ -22513,6 +22761,17 @@ snapshots: - supports-color - typescript + vite@3.2.11(@types/node@18.19.50)(terser@5.32.0): + dependencies: + esbuild: 0.15.18 + postcss: 8.4.45 + resolve: 1.22.8 + rollup: 2.79.2 + optionalDependencies: + '@types/node': 18.19.50 + fsevents: 2.3.3 + terser: 5.32.0 + vite@5.4.7(@types/node@18.19.50)(terser@5.32.0): dependencies: esbuild: 0.21.5 @@ -22540,7 +22799,7 @@ snapshots: vitest@2.1.1(@types/node@18.19.50)(jsdom@25.0.0)(terser@5.32.0): dependencies: '@vitest/expect': 2.1.1 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@18.19.50)(terser@5.32.0)) + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@3.2.11(@types/node@18.19.50)(terser@5.32.0)) '@vitest/pretty-format': 2.1.1 '@vitest/runner': 2.1.1 '@vitest/snapshot': 2.1.1 @@ -22555,7 +22814,7 @@ snapshots: tinyexec: 0.3.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.7(@types/node@18.19.50)(terser@5.32.0) + vite: 3.2.11(@types/node@18.19.50)(terser@5.32.0) vite-node: 2.1.1(@types/node@18.19.50)(terser@5.32.0) why-is-node-running: 2.3.0 optionalDependencies: diff --git a/scripts/changesets/version.mjs b/scripts/changesets/version.mjs index eaa417a981..85ae9d5446 100644 --- a/scripts/changesets/version.mjs +++ b/scripts/changesets/version.mjs @@ -14,7 +14,7 @@ const versionRe = /^\d+\.\d+\.\d+/i; const execaOpts = { stdio: 'inherit' }; await execa('changeset', ['version'], execaOpts); -// await execa('pnpm', ['install', '--lockfile-only'], execaOpts); +await execa('pnpm', ['install', '--lockfile-only'], execaOpts); const packages = (await listPackages()).reduce((map, dir) => { const manifest = getPackageManifest(dir); @@ -30,7 +30,6 @@ const packages = (await listPackages()).reduce((map, dir) => { const examples = (await glob('./examples/*/')).filter( x => !/node_modules$/.test(x) ); -console.log(`Scope: updating ${examples.length} examples`); for (const example of examples) { let hadMatch = false;