Skip to content

Commit

Permalink
chore: Upgrade @0no-co/graphql.web to 1.0.5 (#3553)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten authored Apr 2, 2024
1 parent a6f5162 commit fe47189
Show file tree
Hide file tree
Showing 10 changed files with 233 additions and 148 deletions.
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`
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

0 comments on commit fe47189

Please sign in to comment.