Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix installation

+351 -91
-5
.changeset/fluffy-starfishes-unite.md
··· 1 - --- 2 - '@urql/core': minor 3 - --- 4 - 5 - Remove `addMetadata` transform where we'd strip out metadata for production environments, this particularly affects `OperationResult.context.metadata.cacheOutcome`
+1 -1
examples/with-apq/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "@urql/exchange-persisted": "^4.3.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-defer-stream-directives/package.json
··· 17 17 }, 18 18 "dependencies": { 19 19 "@graphql-yoga/plugin-defer-stream": "^1.7.1", 20 - "@urql/core": "^5.0.8", 20 + "@urql/core": "^5.1.0", 21 21 "@urql/exchange-graphcache": "^7.2.1", 22 22 "graphql": "17.0.0-alpha.2", 23 23 "react": "^18.2.0",
+1 -1
examples/with-graphcache-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "@urql/exchange-graphcache": "^7.2.1", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-graphcache-updates/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "@urql/exchange-auth": "^2.2.0", 11 11 "@urql/exchange-graphcache": "^7.2.1", 12 12 "graphql": "^16.6.0",
+1 -1
examples/with-infinite-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-multipart/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-next/package.json
··· 3 3 "version": "0.0.0", 4 4 "private": true, 5 5 "dependencies": { 6 - "@urql/core": "^5.0.8", 6 + "@urql/core": "^5.1.0", 7 7 "@urql/next": "^1.1.3", 8 8 "graphql": "^16.6.0", 9 9 "next": "13.4.2",
+1 -1
examples/with-pagination/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-react-native/package.json
··· 8 8 "start": "react-native start" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.0.8", 11 + "@urql/core": "^5.1.0", 12 12 "graphql": "^16.6.0", 13 13 "react": "18.2.0", 14 14 "react-native": "0.71.4",
+1 -1
examples/with-react/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "graphql": "^16.6.0", 11 11 "react": "^18.2.0", 12 12 "react-dom": "^18.2.0",
+1 -1
examples/with-refresh-auth/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "@urql/exchange-auth": "^2.2.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-retry/package.json
··· 6 6 "start": "vite" 7 7 }, 8 8 "dependencies": { 9 - "@urql/core": "^5.0.8", 9 + "@urql/core": "^5.1.0", 10 10 "@urql/exchange-retry": "^1.3.0", 11 11 "graphql": "^16.6.0", 12 12 "react": "^18.2.0",
+1 -1
examples/with-subscriptions-via-fetch/package.json
··· 8 8 "start": "run-p client server" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.0.8", 11 + "@urql/core": "^5.1.0", 12 12 "@urql/exchange-graphcache": "^7.2.1", 13 13 "graphql": "^16.6.0", 14 14 "react": "^18.2.0",
+1 -1
examples/with-svelte/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.0.8", 11 + "@urql/core": "^5.1.0", 12 12 "@urql/svelte": "^4.2.2", 13 13 "graphql": "^16.6.0", 14 14 "svelte": "^4.0.5"
+1 -1
examples/with-vue3/package.json
··· 8 8 "serve": "vite preview" 9 9 }, 10 10 "dependencies": { 11 - "@urql/core": "^5.0.8", 11 + "@urql/core": "^5.1.0", 12 12 "@urql/vue": "^1.4.2", 13 13 "graphql": "^16.6.0", 14 14 "vue": "^3.2.47"
+1 -1
exchanges/auth/package.json
··· 52 52 "@urql/core": "^5.0.0" 53 53 }, 54 54 "dependencies": { 55 - "@urql/core": "^5.0.0", 55 + "@urql/core": "workspace:^5.1.0", 56 56 "wonka": "^6.3.2" 57 57 }, 58 58 "devDependencies": {
+1 -1
exchanges/context/package.json
··· 51 51 "@urql/core": "^5.0.0" 52 52 }, 53 53 "dependencies": { 54 - "@urql/core": "^5.0.0", 54 + "@urql/core": "workspace:^5.1.0", 55 55 "wonka": "^6.3.2" 56 56 }, 57 57 "devDependencies": {
+1 -1
exchanges/execute/package.json
··· 49 49 "prepublishOnly": "run-s clean build" 50 50 }, 51 51 "dependencies": { 52 - "@urql/core": "^5.0.0", 52 + "@urql/core": "workspace:^5.1.0", 53 53 "wonka": "^6.3.2" 54 54 }, 55 55 "peerDependencies": {
+1 -1
exchanges/graphcache/package.json
··· 67 67 }, 68 68 "dependencies": { 69 69 "@0no-co/graphql.web": "^1.0.5", 70 - "@urql/core": "^5.0.0", 70 + "@urql/core": "workspace:^5.1.0", 71 71 "wonka": "^6.3.2" 72 72 }, 73 73 "devDependencies": {
+1 -1
exchanges/persisted/package.json
··· 50 50 "@urql/core": "^5.0.0" 51 51 }, 52 52 "dependencies": { 53 - "@urql/core": "^5.0.0", 53 + "@urql/core": "workspace:^5.1.0", 54 54 "wonka": "^6.3.2" 55 55 }, 56 56 "devDependencies": {
+1 -1
exchanges/populate/package.json
··· 47 47 "prepublishOnly": "run-s clean build" 48 48 }, 49 49 "dependencies": { 50 - "@urql/core": "^5.0.0", 50 + "@urql/core": "workspace:^5.1.0", 51 51 "wonka": "^6.3.2" 52 52 }, 53 53 "peerDependencies": {
+1 -1
exchanges/refocus/package.json
··· 57 57 "@urql/core": "^5.0.0" 58 58 }, 59 59 "dependencies": { 60 - "@urql/core": "^5.0.0", 60 + "@urql/core": "workspace:^5.1.0", 61 61 "wonka": "^6.3.2" 62 62 }, 63 63 "publishConfig": {
+1 -1
exchanges/request-policy/package.json
··· 55 55 "@urql/core": "^5.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "^5.0.0", 58 + "@urql/core": "workspace:^5.1.0", 59 59 "wonka": "^6.3.2" 60 60 }, 61 61 "publishConfig": {
+1 -1
exchanges/retry/package.json
··· 55 55 "@urql/core": "^5.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "^5.0.0", 58 + "@urql/core": "workspace:^5.1.0", 59 59 "wonka": "^6.3.2" 60 60 }, 61 61 "publishConfig": {
+1 -1
exchanges/throw-on-error/package.json
··· 55 55 "@urql/core": "^5.0.0" 56 56 }, 57 57 "dependencies": { 58 - "@urql/core": "^5.0.0", 58 + "@urql/core": "workspace:^5.1.0", 59 59 "graphql-toe": "0.1.2", 60 60 "wonka": "^6.3.2" 61 61 },
+7
packages/core/CHANGELOG.md
··· 1 1 # @urql/core 2 2 3 + ## 5.1.0 4 + 5 + ### Minor Changes 6 + 7 + - Remove `addMetadata` transform where we'd strip out metadata for production environments, this particularly affects `OperationResult.context.metadata.cacheOutcome` 8 + Submitted by [@alpavlove](https://github.com/alpavlove) (See [#3714](https://github.com/urql-graphql/urql/pull/3714)) 9 + 3 10 ## 5.0.8 4 11 5 12 ### Patch Changes
+2 -2
packages/core/jsr.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.0.8", 3 + "version": "5.1.0", 4 4 "exports": { 5 5 ".": "./src/index.ts", 6 6 "./internal": "./src/internal/index.ts" ··· 13 13 "**/*.test.*.snap", 14 14 "**/*.spec.*.snap" 15 15 ] 16 - } 16 + }
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@urql/core", 3 - "version": "5.0.8", 3 + "version": "5.1.0", 4 4 "description": "The shared core for the highly customizable and versatile GraphQL client", 5 5 "sideEffects": false, 6 6 "homepage": "https://formidable.com/open-source/urql/docs/",
+1 -1
packages/preact-urql/package.json
··· 59 59 "preact": ">= 10.0.0" 60 60 }, 61 61 "dependencies": { 62 - "@urql/core": "^5.0.0", 62 + "@urql/core": "workspace:^5.1.0", 63 63 "wonka": "^6.3.2" 64 64 }, 65 65 "publishConfig": {
+1 -1
packages/react-urql/package.json
··· 60 60 "react": ">= 16.8.0" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "^5.0.0", 63 + "@urql/core": "workspace:^5.1.0", 64 64 "wonka": "^6.3.2" 65 65 }, 66 66 "publishConfig": {
+1 -1
packages/solid-urql/package.json
··· 60 60 "solid-js": "^1.7.7" 61 61 }, 62 62 "dependencies": { 63 - "@urql/core": "^5.0.0", 63 + "@urql/core": "workspace:^5.1.0", 64 64 "wonka": "^6.3.2" 65 65 }, 66 66 "publishConfig": {
+1 -1
packages/svelte-urql/package.json
··· 53 53 "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0" 54 54 }, 55 55 "dependencies": { 56 - "@urql/core": "^5.0.0", 56 + "@urql/core": "workspace:^5.1.0", 57 57 "wonka": "^6.3.2" 58 58 }, 59 59 "devDependencies": {
+1 -1
packages/vue-urql/package.json
··· 59 59 "vue": "^2.7.0 || ^3.0.0" 60 60 }, 61 61 "dependencies": { 62 - "@urql/core": "^5.0.0", 62 + "@urql/core": "workspace:^5.1.0", 63 63 "wonka": "^6.3.2" 64 64 }, 65 65 "publishConfig": {
+310 -51
pnpm-lock.yaml
··· 180 180 exchanges/auth: 181 181 dependencies: 182 182 '@urql/core': 183 - specifier: ^5.0.0 184 - version: 5.0.6(graphql@16.6.0) 183 + specifier: workspace:^5.1.0 184 + version: link:../../packages/core 185 185 wonka: 186 186 specifier: ^6.3.2 187 187 version: 6.3.2 ··· 193 193 exchanges/context: 194 194 dependencies: 195 195 '@urql/core': 196 - specifier: ^5.0.0 197 - version: 5.0.6(graphql@16.6.0) 196 + specifier: workspace:^5.1.0 197 + version: link:../../packages/core 198 198 wonka: 199 199 specifier: ^6.3.2 200 200 version: 6.3.2 ··· 206 206 exchanges/execute: 207 207 dependencies: 208 208 '@urql/core': 209 - specifier: ^5.0.0 210 - version: 5.0.6(graphql@16.6.0) 209 + specifier: workspace:^5.1.0 210 + version: link:../../packages/core 211 211 wonka: 212 212 specifier: ^6.3.2 213 213 version: 6.3.2 ··· 222 222 specifier: ^1.0.5 223 223 version: 1.0.5(graphql@16.6.0) 224 224 '@urql/core': 225 - specifier: ^5.0.0 226 - version: 5.0.6(graphql@16.6.0) 225 + specifier: workspace:^5.1.0 226 + version: link:../../packages/core 227 227 wonka: 228 228 specifier: ^6.3.2 229 229 version: 6.3.2 ··· 256 256 exchanges/persisted: 257 257 dependencies: 258 258 '@urql/core': 259 - specifier: ^5.0.0 260 - version: 5.0.6(graphql@16.6.0) 259 + specifier: workspace:^5.1.0 260 + version: link:../../packages/core 261 261 wonka: 262 262 specifier: ^6.3.2 263 263 version: 6.3.2 ··· 269 269 exchanges/populate: 270 270 dependencies: 271 271 '@urql/core': 272 - specifier: ^5.0.0 273 - version: 5.0.6(graphql@16.6.0) 272 + specifier: workspace:^5.1.0 273 + version: link:../../packages/core 274 274 wonka: 275 275 specifier: ^6.3.2 276 276 version: 6.3.2 ··· 282 282 exchanges/refocus: 283 283 dependencies: 284 284 '@urql/core': 285 - specifier: ^5.0.0 286 - version: 5.0.6(graphql@16.6.0) 285 + specifier: workspace:^5.1.0 286 + version: link:../../packages/core 287 287 wonka: 288 288 specifier: ^6.3.2 289 289 version: 6.3.2 ··· 298 298 exchanges/request-policy: 299 299 dependencies: 300 300 '@urql/core': 301 - specifier: ^5.0.0 302 - version: 5.0.6(graphql@16.6.0) 301 + specifier: workspace:^5.1.0 302 + version: link:../../packages/core 303 303 wonka: 304 304 specifier: ^6.3.2 305 305 version: 6.3.2 ··· 311 311 exchanges/retry: 312 312 dependencies: 313 313 '@urql/core': 314 - specifier: ^5.0.0 315 - version: 5.0.6(graphql@16.6.0) 314 + specifier: workspace:^5.1.0 315 + version: link:../../packages/core 316 316 wonka: 317 317 specifier: ^6.3.2 318 318 version: 6.3.2 ··· 324 324 exchanges/throw-on-error: 325 325 dependencies: 326 326 '@urql/core': 327 - specifier: ^5.0.0 328 - version: 5.0.6(graphql@16.6.0) 327 + specifier: workspace:^5.1.0 328 + version: link:../../packages/core 329 329 graphql-toe: 330 330 specifier: 0.1.2 331 331 version: 0.1.2 ··· 382 382 packages/preact-urql: 383 383 dependencies: 384 384 '@urql/core': 385 - specifier: ^5.0.0 386 - version: 5.0.6(graphql@16.6.0) 385 + specifier: workspace:^5.1.0 386 + version: link:../core 387 387 wonka: 388 388 specifier: ^6.3.2 389 389 version: 6.3.2 ··· 401 401 packages/react-urql: 402 402 dependencies: 403 403 '@urql/core': 404 - specifier: ^5.0.0 405 - version: 5.0.6(graphql@16.6.0) 404 + specifier: workspace:^5.1.0 405 + version: link:../core 406 406 wonka: 407 407 specifier: ^6.3.2 408 408 version: 6.3.2 ··· 550 550 packages/solid-urql: 551 551 dependencies: 552 552 '@urql/core': 553 - specifier: ^5.0.0 554 - version: 5.0.6(graphql@16.6.0) 553 + specifier: workspace:^5.1.0 554 + version: link:../core 555 555 solid-js: 556 556 specifier: ^1.7.7 557 557 version: 1.8.17 ··· 590 590 packages/svelte-urql: 591 591 dependencies: 592 592 '@urql/core': 593 - specifier: ^5.0.0 594 - version: 5.0.6(graphql@16.6.0) 593 + specifier: workspace:^5.1.0 594 + version: link:../core 595 595 wonka: 596 596 specifier: ^6.3.2 597 597 version: 6.3.2 ··· 606 606 packages/vue-urql: 607 607 dependencies: 608 608 '@urql/core': 609 - specifier: ^5.0.0 610 - version: 5.0.6(graphql@16.6.0) 609 + specifier: workspace:^5.1.0 610 + version: link:../core 611 611 wonka: 612 612 specifier: ^6.3.2 613 613 version: 6.3.2 ··· 1730 1730 cpu: [arm64] 1731 1731 os: [android] 1732 1732 1733 + '@esbuild/android-arm@0.15.18': 1734 + resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} 1735 + engines: {node: '>=12'} 1736 + cpu: [arm] 1737 + os: [android] 1738 + 1733 1739 '@esbuild/android-arm@0.21.5': 1734 1740 resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} 1735 1741 engines: {node: '>=12'} ··· 1784 1790 cpu: [ia32] 1785 1791 os: [linux] 1786 1792 1793 + '@esbuild/linux-loong64@0.15.18': 1794 + resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} 1795 + engines: {node: '>=12'} 1796 + cpu: [loong64] 1797 + os: [linux] 1798 + 1787 1799 '@esbuild/linux-loong64@0.21.5': 1788 1800 resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} 1789 1801 engines: {node: '>=12'} ··· 2247 2259 '@reach/router@1.3.4': 2248 2260 resolution: {integrity: sha512-+mtn9wjlB9NN2CNnnC/BRYtwdKBfSyyasPYraNAyvaV1occr/5NnB4CVzjEZipNHwYebQwcndGUmpFzxAUoqSA==} 2249 2261 peerDependencies: 2250 - react: 15.x || 16.x || 16.4.0-alpha.0911da3 2251 - react-dom: 15.x || 16.x || 16.4.0-alpha.0911da3 2262 + react: ^17.0.2 2263 + react-dom: ^17.0.2 2252 2264 2253 2265 '@react-native-async-storage/async-storage@1.21.0': 2254 2266 resolution: {integrity: sha512-JL0w36KuFHFCvnbOXRekqVAUplmOyT/OuCQkogo6X98MtpSaJOKEAeZnYO8JB0U/RIEixZaGI5px73YbRm/oag==} ··· 2791 2803 2792 2804 '@ungap/structured-clone@1.2.0': 2793 2805 resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 2794 - 2795 - '@urql/core@5.0.6': 2796 - resolution: {integrity: sha512-38rgSDqVNihFDauw1Pm9V7XLWIKuK8V9CKgrUF7/xEKinze8ENKP1ZeBhkG+dxWzJan7CHK+SLl46kAdvZwIlA==} 2797 2806 2798 2807 '@vitest/expect@2.1.1': 2799 2808 resolution: {integrity: sha512-YeueunS0HiHiQxk+KEOnq/QMzlUuOzbU1Go+PgAsHvvv3tUkJPm9xWt+6ITNTlzsMXUjmgm5T+U7KBPK2qQV6w==} ··· 4708 4717 resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} 4709 4718 engines: {node: '>= 0.4'} 4710 4719 4720 + esbuild-android-64@0.15.18: 4721 + resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} 4722 + engines: {node: '>=12'} 4723 + cpu: [x64] 4724 + os: [android] 4725 + 4726 + esbuild-android-arm64@0.15.18: 4727 + resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} 4728 + engines: {node: '>=12'} 4729 + cpu: [arm64] 4730 + os: [android] 4731 + 4732 + esbuild-darwin-64@0.15.18: 4733 + resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} 4734 + engines: {node: '>=12'} 4735 + cpu: [x64] 4736 + os: [darwin] 4737 + 4738 + esbuild-darwin-arm64@0.15.18: 4739 + resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} 4740 + engines: {node: '>=12'} 4741 + cpu: [arm64] 4742 + os: [darwin] 4743 + 4744 + esbuild-freebsd-64@0.15.18: 4745 + resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} 4746 + engines: {node: '>=12'} 4747 + cpu: [x64] 4748 + os: [freebsd] 4749 + 4750 + esbuild-freebsd-arm64@0.15.18: 4751 + resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} 4752 + engines: {node: '>=12'} 4753 + cpu: [arm64] 4754 + os: [freebsd] 4755 + 4756 + esbuild-linux-32@0.15.18: 4757 + resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} 4758 + engines: {node: '>=12'} 4759 + cpu: [ia32] 4760 + os: [linux] 4761 + 4762 + esbuild-linux-64@0.15.18: 4763 + resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} 4764 + engines: {node: '>=12'} 4765 + cpu: [x64] 4766 + os: [linux] 4767 + 4768 + esbuild-linux-arm64@0.15.18: 4769 + resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} 4770 + engines: {node: '>=12'} 4771 + cpu: [arm64] 4772 + os: [linux] 4773 + 4774 + esbuild-linux-arm@0.15.18: 4775 + resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} 4776 + engines: {node: '>=12'} 4777 + cpu: [arm] 4778 + os: [linux] 4779 + 4780 + esbuild-linux-mips64le@0.15.18: 4781 + resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} 4782 + engines: {node: '>=12'} 4783 + cpu: [mips64el] 4784 + os: [linux] 4785 + 4786 + esbuild-linux-ppc64le@0.15.18: 4787 + resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} 4788 + engines: {node: '>=12'} 4789 + cpu: [ppc64] 4790 + os: [linux] 4791 + 4792 + esbuild-linux-riscv64@0.15.18: 4793 + resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} 4794 + engines: {node: '>=12'} 4795 + cpu: [riscv64] 4796 + os: [linux] 4797 + 4798 + esbuild-linux-s390x@0.15.18: 4799 + resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} 4800 + engines: {node: '>=12'} 4801 + cpu: [s390x] 4802 + os: [linux] 4803 + 4804 + esbuild-netbsd-64@0.15.18: 4805 + resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} 4806 + engines: {node: '>=12'} 4807 + cpu: [x64] 4808 + os: [netbsd] 4809 + 4810 + esbuild-openbsd-64@0.15.18: 4811 + resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} 4812 + engines: {node: '>=12'} 4813 + cpu: [x64] 4814 + os: [openbsd] 4815 + 4816 + esbuild-sunos-64@0.15.18: 4817 + resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} 4818 + engines: {node: '>=12'} 4819 + cpu: [x64] 4820 + os: [sunos] 4821 + 4822 + esbuild-windows-32@0.15.18: 4823 + resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} 4824 + engines: {node: '>=12'} 4825 + cpu: [ia32] 4826 + os: [win32] 4827 + 4828 + esbuild-windows-64@0.15.18: 4829 + resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} 4830 + engines: {node: '>=12'} 4831 + cpu: [x64] 4832 + os: [win32] 4833 + 4834 + esbuild-windows-arm64@0.15.18: 4835 + resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} 4836 + engines: {node: '>=12'} 4837 + cpu: [arm64] 4838 + os: [win32] 4839 + 4840 + esbuild@0.15.18: 4841 + resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} 4842 + engines: {node: '>=12'} 4843 + hasBin: true 4844 + 4711 4845 esbuild@0.21.5: 4712 4846 resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} 4713 4847 engines: {node: '>=12'} ··· 5208 5342 resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} 5209 5343 engines: {node: '>= 4.0'} 5210 5344 os: [darwin] 5211 - deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 5345 + deprecated: Upgrade to fsevents v2 to mitigate potential security issues 5212 5346 5213 5347 fsevents@2.3.3: 5214 5348 resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} ··· 8525 8659 rollup: 8526 8660 optional: true 8527 8661 8662 + rollup@2.79.2: 8663 + resolution: {integrity: sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==} 8664 + engines: {node: '>=10.0.0'} 8665 + hasBin: true 8666 + 8528 8667 rollup@3.29.4: 8529 8668 resolution: {integrity: sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==} 8530 8669 engines: {node: '>=14.18.0', npm: '>=8.0.0'} ··· 9853 9992 vite: 9854 9993 optional: true 9855 9994 9995 + vite@3.2.11: 9996 + resolution: {integrity: sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==} 9997 + engines: {node: ^14.18.0 || >=16.0.0} 9998 + hasBin: true 9999 + peerDependencies: 10000 + '@types/node': '>= 14' 10001 + less: '*' 10002 + sass: '*' 10003 + stylus: '*' 10004 + sugarss: '*' 10005 + terser: ^5.4.0 10006 + peerDependenciesMeta: 10007 + '@types/node': 10008 + optional: true 10009 + less: 10010 + optional: true 10011 + sass: 10012 + optional: true 10013 + stylus: 10014 + optional: true 10015 + sugarss: 10016 + optional: true 10017 + terser: 10018 + optional: true 10019 + 9856 10020 vite@5.4.7: 9857 10021 resolution: {integrity: sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==} 9858 10022 engines: {node: ^18.0.0 || >=20.0.0} ··· 10305 10469 '@0no-co/graphql.web@1.0.5(graphql@16.9.0)': 10306 10470 optionalDependencies: 10307 10471 graphql: 16.9.0 10308 - 10309 - '@0no-co/graphql.web@1.0.8(graphql@16.6.0)': 10310 - optionalDependencies: 10311 - graphql: 16.6.0 10312 10472 10313 10473 '@0no-co/graphql.web@1.0.8(graphql@16.9.0)': 10314 10474 optionalDependencies: ··· 12513 12673 '@esbuild/android-arm64@0.21.5': 12514 12674 optional: true 12515 12675 12676 + '@esbuild/android-arm@0.15.18': 12677 + optional: true 12678 + 12516 12679 '@esbuild/android-arm@0.21.5': 12517 12680 optional: true 12518 12681 ··· 12538 12701 optional: true 12539 12702 12540 12703 '@esbuild/linux-ia32@0.21.5': 12704 + optional: true 12705 + 12706 + '@esbuild/linux-loong64@0.15.18': 12541 12707 optional: true 12542 12708 12543 12709 '@esbuild/linux-loong64@0.21.5': ··· 13845 14011 13846 14012 '@ungap/structured-clone@1.2.0': {} 13847 14013 13848 - '@urql/core@5.0.6(graphql@16.6.0)': 13849 - dependencies: 13850 - '@0no-co/graphql.web': 1.0.8(graphql@16.6.0) 13851 - wonka: 6.3.2 13852 - transitivePeerDependencies: 13853 - - graphql 13854 - 13855 14014 '@vitest/expect@2.1.1': 13856 14015 dependencies: 13857 14016 '@vitest/spy': 2.1.1 ··· 13859 14018 chai: 5.1.1 13860 14019 tinyrainbow: 1.2.0 13861 14020 13862 - '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@18.19.50)(terser@5.32.0))': 14021 + '@vitest/mocker@2.1.1(@vitest/spy@2.1.1)(vite@3.2.11(@types/node@18.19.50)(terser@5.32.0))': 13863 14022 dependencies: 13864 14023 '@vitest/spy': 2.1.1 13865 14024 estree-walker: 3.0.3 13866 14025 magic-string: 0.30.11 13867 14026 optionalDependencies: 13868 - vite: 5.4.7(@types/node@18.19.50)(terser@5.32.0) 14027 + vite: 3.2.11(@types/node@18.19.50)(terser@5.32.0) 13869 14028 13870 14029 '@vitest/pretty-format@2.1.1': 13871 14030 dependencies: ··· 16317 16476 is-date-object: 1.0.5 16318 16477 is-symbol: 1.0.4 16319 16478 16479 + esbuild-android-64@0.15.18: 16480 + optional: true 16481 + 16482 + esbuild-android-arm64@0.15.18: 16483 + optional: true 16484 + 16485 + esbuild-darwin-64@0.15.18: 16486 + optional: true 16487 + 16488 + esbuild-darwin-arm64@0.15.18: 16489 + optional: true 16490 + 16491 + esbuild-freebsd-64@0.15.18: 16492 + optional: true 16493 + 16494 + esbuild-freebsd-arm64@0.15.18: 16495 + optional: true 16496 + 16497 + esbuild-linux-32@0.15.18: 16498 + optional: true 16499 + 16500 + esbuild-linux-64@0.15.18: 16501 + optional: true 16502 + 16503 + esbuild-linux-arm64@0.15.18: 16504 + optional: true 16505 + 16506 + esbuild-linux-arm@0.15.18: 16507 + optional: true 16508 + 16509 + esbuild-linux-mips64le@0.15.18: 16510 + optional: true 16511 + 16512 + esbuild-linux-ppc64le@0.15.18: 16513 + optional: true 16514 + 16515 + esbuild-linux-riscv64@0.15.18: 16516 + optional: true 16517 + 16518 + esbuild-linux-s390x@0.15.18: 16519 + optional: true 16520 + 16521 + esbuild-netbsd-64@0.15.18: 16522 + optional: true 16523 + 16524 + esbuild-openbsd-64@0.15.18: 16525 + optional: true 16526 + 16527 + esbuild-sunos-64@0.15.18: 16528 + optional: true 16529 + 16530 + esbuild-windows-32@0.15.18: 16531 + optional: true 16532 + 16533 + esbuild-windows-64@0.15.18: 16534 + optional: true 16535 + 16536 + esbuild-windows-arm64@0.15.18: 16537 + optional: true 16538 + 16539 + esbuild@0.15.18: 16540 + optionalDependencies: 16541 + '@esbuild/android-arm': 0.15.18 16542 + '@esbuild/linux-loong64': 0.15.18 16543 + esbuild-android-64: 0.15.18 16544 + esbuild-android-arm64: 0.15.18 16545 + esbuild-darwin-64: 0.15.18 16546 + esbuild-darwin-arm64: 0.15.18 16547 + esbuild-freebsd-64: 0.15.18 16548 + esbuild-freebsd-arm64: 0.15.18 16549 + esbuild-linux-32: 0.15.18 16550 + esbuild-linux-64: 0.15.18 16551 + esbuild-linux-arm: 0.15.18 16552 + esbuild-linux-arm64: 0.15.18 16553 + esbuild-linux-mips64le: 0.15.18 16554 + esbuild-linux-ppc64le: 0.15.18 16555 + esbuild-linux-riscv64: 0.15.18 16556 + esbuild-linux-s390x: 0.15.18 16557 + esbuild-netbsd-64: 0.15.18 16558 + esbuild-openbsd-64: 0.15.18 16559 + esbuild-sunos-64: 0.15.18 16560 + esbuild-windows-32: 0.15.18 16561 + esbuild-windows-64: 0.15.18 16562 + esbuild-windows-arm64: 0.15.18 16563 + 16320 16564 esbuild@0.21.5: 16321 16565 optionalDependencies: 16322 16566 '@esbuild/aix-ppc64': 0.21.5 ··· 20937 21181 optionalDependencies: 20938 21182 rollup: 3.29.4 20939 21183 21184 + rollup@2.79.2: 21185 + optionalDependencies: 21186 + fsevents: 2.3.3 21187 + 20940 21188 rollup@3.29.4: 20941 21189 optionalDependencies: 20942 21190 fsevents: 2.3.3 ··· 22513 22761 - supports-color 22514 22762 - typescript 22515 22763 22764 + vite@3.2.11(@types/node@18.19.50)(terser@5.32.0): 22765 + dependencies: 22766 + esbuild: 0.15.18 22767 + postcss: 8.4.45 22768 + resolve: 1.22.8 22769 + rollup: 2.79.2 22770 + optionalDependencies: 22771 + '@types/node': 18.19.50 22772 + fsevents: 2.3.3 22773 + terser: 5.32.0 22774 + 22516 22775 vite@5.4.7(@types/node@18.19.50)(terser@5.32.0): 22517 22776 dependencies: 22518 22777 esbuild: 0.21.5 ··· 22540 22799 vitest@2.1.1(@types/node@18.19.50)(jsdom@25.0.0)(terser@5.32.0): 22541 22800 dependencies: 22542 22801 '@vitest/expect': 2.1.1 22543 - '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@5.4.7(@types/node@18.19.50)(terser@5.32.0)) 22802 + '@vitest/mocker': 2.1.1(@vitest/spy@2.1.1)(vite@3.2.11(@types/node@18.19.50)(terser@5.32.0)) 22544 22803 '@vitest/pretty-format': 2.1.1 22545 22804 '@vitest/runner': 2.1.1 22546 22805 '@vitest/snapshot': 2.1.1 ··· 22555 22814 tinyexec: 0.3.0 22556 22815 tinypool: 1.0.1 22557 22816 tinyrainbow: 1.2.0 22558 - vite: 5.4.7(@types/node@18.19.50)(terser@5.32.0) 22817 + vite: 3.2.11(@types/node@18.19.50)(terser@5.32.0) 22559 22818 vite-node: 2.1.1(@types/node@18.19.50)(terser@5.32.0) 22560 22819 why-is-node-running: 2.3.0 22561 22820 optionalDependencies:
+1 -2
scripts/changesets/version.mjs
··· 14 14 const execaOpts = { stdio: 'inherit' }; 15 15 16 16 await execa('changeset', ['version'], execaOpts); 17 - // await execa('pnpm', ['install', '--lockfile-only'], execaOpts); 17 + await execa('pnpm', ['install', '--lockfile-only'], execaOpts); 18 18 19 19 const packages = (await listPackages()).reduce((map, dir) => { 20 20 const manifest = getPackageManifest(dir); ··· 30 30 const examples = (await glob('./examples/*/')).filter( 31 31 x => !/node_modules$/.test(x) 32 32 ); 33 - console.log(`Scope: updating ${examples.length} examples`); 34 33 for (const example of examples) { 35 34 let hadMatch = false; 36 35