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

Fix installation

Changed files
+351 -91
.changeset
examples
with-apq
with-defer-stream-directives
with-graphcache-pagination
with-graphcache-updates
with-infinite-pagination
with-multipart
with-next
with-pagination
with-react
with-react-native
with-refresh-auth
with-retry
with-subscriptions-via-fetch
with-svelte
with-vue3
exchanges
auth
context
execute
graphcache
persisted
populate
refocus
request-policy
retry
throw-on-error
packages
core
preact-urql
react-urql
solid-urql
svelte-urql
vue-urql
scripts
changesets
-5
.changeset/fluffy-starfishes-unite.md
···
-
---
-
'@urql/core': minor
-
---
-
-
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
···
"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",
+1 -1
examples/with-defer-stream-directives/package.json
···
},
"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",
+1 -1
examples/with-graphcache-pagination/package.json
···
"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",
+1 -1
examples/with-graphcache-updates/package.json
···
"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",
+1 -1
examples/with-infinite-pagination/package.json
···
"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",
+1 -1
examples/with-multipart/package.json
···
"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",
+1 -1
examples/with-next/package.json
···
"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",
+1 -1
examples/with-pagination/package.json
···
"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",
+1 -1
examples/with-react-native/package.json
···
"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",
+1 -1
examples/with-react/package.json
···
"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",
+1 -1
examples/with-refresh-auth/package.json
···
"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",
+1 -1
examples/with-retry/package.json
···
"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",
+1 -1
examples/with-subscriptions-via-fetch/package.json
···
"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",
+1 -1
examples/with-svelte/package.json
···
"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"
+1 -1
examples/with-vue3/package.json
···
"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"
+1 -1
exchanges/auth/package.json
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
+1 -1
exchanges/context/package.json
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
+1 -1
exchanges/execute/package.json
···
"prepublishOnly": "run-s clean build"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
+1 -1
exchanges/graphcache/package.json
···
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.5",
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
+1 -1
exchanges/persisted/package.json
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"devDependencies": {
+1 -1
exchanges/populate/package.json
···
"prepublishOnly": "run-s clean build"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"peerDependencies": {
+1 -1
exchanges/refocus/package.json
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+1 -1
exchanges/request-policy/package.json
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+1 -1
exchanges/retry/package.json
···
"@urql/core": "^5.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+1 -1
exchanges/throw-on-error/package.json
···
"@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"
},
+7
packages/core/CHANGELOG.md
···
# @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
+2 -2
packages/core/jsr.json
···
{
"name": "@urql/core",
-
"version": "5.0.8",
+
"version": "5.1.0",
"exports": {
".": "./src/index.ts",
"./internal": "./src/internal/index.ts"
···
"**/*.test.*.snap",
"**/*.spec.*.snap"
]
-
}
+
}
+1 -1
packages/core/package.json
···
{
"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/",
+1 -1
packages/preact-urql/package.json
···
"preact": ">= 10.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+1 -1
packages/react-urql/package.json
···
"react": ">= 16.8.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+1 -1
packages/solid-urql/package.json
···
"solid-js": "^1.7.7"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+1 -1
packages/svelte-urql/package.json
···
"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": {
+1 -1
packages/vue-urql/package.json
···
"vue": "^2.7.0 || ^3.0.0"
},
"dependencies": {
-
"@urql/core": "^5.0.0",
+
"@urql/core": "workspace:^5.1.0",
"wonka": "^6.3.2"
},
"publishConfig": {
+310 -51
pnpm-lock.yaml
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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
···
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'}
···
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'}
···
'@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==}
···
'@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==}
···
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'}
···
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==}
···
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'}
···
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}
···
'@0no-co/graphql.web@1.0.5(graphql@16.9.0)':
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:
···
'@esbuild/android-arm64@0.21.5':
optional: true
+
'@esbuild/android-arm@0.15.18':
+
optional: true
+
'@esbuild/android-arm@0.21.5':
optional: true
···
optional: true
'@esbuild/linux-ia32@0.21.5':
+
optional: true
+
+
'@esbuild/linux-loong64@0.15.18':
optional: true
'@esbuild/linux-loong64@0.21.5':
···
'@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
···
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:
···
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
···
optionalDependencies:
rollup: 3.29.4
+
rollup@2.79.2:
+
optionalDependencies:
+
fsevents: 2.3.3
+
rollup@3.29.4:
optionalDependencies:
fsevents: 2.3.3
···
- 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
···
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
···
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:
+1 -2
scripts/changesets/version.mjs
···
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);
···
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;