Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade @0no-co/graphql.web to 1.0.5 #3553

Merged
merged 3 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/silly-vans-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@urql/exchange-graphcache': patch
'@urql/core': patch
---

Upgrade `@0no-co/graphql.web` to `1.0.5`
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ you can take it from getting started with your first GraphQL project all the way
<tr>
<td align="center"><a href="https://bigcommerce.com/"><img src="https://avatars.githubusercontent.com/u/186342?s=200&v=4" width="150" alt="BigCommerce"/><br />BigCommerce</a></td>
<td align="center"><a href="https://wundergraph.com/"><img src="https://avatars.githubusercontent.com/u/64281914?s=200&v=4" width="150" alt="WunderGraph"/><br />WunderGraph</a></td>
<td align="center"><a href="https://the-guild.dev/"><img src="https://avatars.githubusercontent.com/u/42573040?s=200&v=4" width="150" alt="The Guild "/><br />The Guild</a></td>
</tr>
</table>
<table>
Expand Down
2 changes: 1 addition & 1 deletion exchanges/graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.1",
"@0no-co/graphql.web": "^1.0.5",
"@urql/core": ">=4.3.0",
"wonka": "^6.3.2"
},
Expand Down
24 changes: 12 additions & 12 deletions exchanges/graphcache/src/operations/shared.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ describe('makeSelectionIterator', () => {
[
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -58,8 +58,8 @@ describe('makeSelectionIterator', () => {
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -69,8 +69,8 @@ describe('makeSelectionIterator', () => {
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand Down Expand Up @@ -138,8 +138,8 @@ describe('makeSelectionIterator', () => {
[
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -149,8 +149,8 @@ describe('makeSelectionIterator', () => {
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -160,8 +160,8 @@ describe('makeSelectionIterator', () => {
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}
},
"devDependencies": {
"@0no-co/graphql.web": "^1.0.1",
"@0no-co/graphql.web": "^1.0.5",
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0",
"@babel/core": "^7.21.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prepublishOnly": "run-s clean build"
},
"dependencies": {
"@0no-co/graphql.web": "^1.0.1",
"@0no-co/graphql.web": "^1.0.5",
"wonka": "^6.3.2"
},
"publishConfig": {
Expand Down
54 changes: 27 additions & 27 deletions packages/core/src/exchanges/__snapshots__/fetch.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`on error > returns error data 1`] = `
"__key": -2395444236,
"definitions": [
{
"directives": [],
"directives": undefined,
"kind": "OperationDefinition",
"name": {
"kind": "Name",
Expand Down Expand Up @@ -48,7 +48,7 @@ exports[`on error > returns error data 1`] = `
},
},
],
"directives": [],
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -59,8 +59,8 @@ exports[`on error > returns error data 1`] = `
"selections": [
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -70,8 +70,8 @@ exports[`on error > returns error data 1`] = `
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -81,8 +81,8 @@ exports[`on error > returns error data 1`] = `
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -98,7 +98,7 @@ exports[`on error > returns error data 1`] = `
"variableDefinitions": [
{
"defaultValue": undefined,
"directives": [],
"directives": undefined,
"kind": "VariableDefinition",
"type": {
"kind": "NamedType",
Expand Down Expand Up @@ -176,7 +176,7 @@ exports[`on error > returns error data with status 400 and manual redirect mode
"__key": -2395444236,
"definitions": [
{
"directives": [],
"directives": undefined,
"kind": "OperationDefinition",
"name": {
"kind": "Name",
Expand Down Expand Up @@ -204,7 +204,7 @@ exports[`on error > returns error data with status 400 and manual redirect mode
},
},
],
"directives": [],
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -215,8 +215,8 @@ exports[`on error > returns error data with status 400 and manual redirect mode
"selections": [
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -226,8 +226,8 @@ exports[`on error > returns error data with status 400 and manual redirect mode
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -237,8 +237,8 @@ exports[`on error > returns error data with status 400 and manual redirect mode
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -254,7 +254,7 @@ exports[`on error > returns error data with status 400 and manual redirect mode
"variableDefinitions": [
{
"defaultValue": undefined,
"directives": [],
"directives": undefined,
"kind": "VariableDefinition",
"type": {
"kind": "NamedType",
Expand Down Expand Up @@ -334,7 +334,7 @@ exports[`on success > returns response data 1`] = `
"__key": -2395444236,
"definitions": [
{
"directives": [],
"directives": undefined,
"kind": "OperationDefinition",
"name": {
"kind": "Name",
Expand Down Expand Up @@ -362,7 +362,7 @@ exports[`on success > returns response data 1`] = `
},
},
],
"directives": [],
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -373,8 +373,8 @@ exports[`on success > returns response data 1`] = `
"selections": [
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -384,8 +384,8 @@ exports[`on success > returns response data 1`] = `
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -395,8 +395,8 @@ exports[`on success > returns response data 1`] = `
},
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -412,7 +412,7 @@ exports[`on success > returns response data 1`] = `
"variableDefinitions": [
{
"defaultValue": undefined,
"directives": [],
"directives": undefined,
"kind": "VariableDefinition",
"type": {
"kind": "NamedType",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`should return response data from forwardSubscription observable 1`] = `
"__key": 7623921801,
"definitions": [
{
"directives": [],
"directives": undefined,
"kind": "OperationDefinition",
"name": {
"kind": "Name",
Expand Down Expand Up @@ -48,7 +48,7 @@ exports[`should return response data from forwardSubscription observable 1`] = `
},
},
],
"directives": [],
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -59,8 +59,8 @@ exports[`should return response data from forwardSubscription observable 1`] = `
"selections": [
{
"alias": undefined,
"arguments": [],
"directives": [],
"arguments": undefined,
"directives": undefined,
"kind": "Field",
"name": {
"kind": "Name",
Expand All @@ -76,7 +76,7 @@ exports[`should return response data from forwardSubscription observable 1`] = `
"variableDefinitions": [
{
"defaultValue": undefined,
"directives": [],
"directives": undefined,
"kind": "VariableDefinition",
"type": {
"kind": "NamedType",
Expand Down
Loading