-5
.changeset/plenty-carrots-confess.md
-5
.changeset/plenty-carrots-confess.md
-5
.changeset/shiny-eagles-join.md
-5
.changeset/shiny-eagles-join.md
+2
-2
examples/with-apq/package.json
+2
-2
examples/with-apq/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"@urql/exchange-persisted": "^4.3.0",
11
11
"graphql": "^16.6.0",
12
12
"react": "^18.2.0",
13
13
"react-dom": "^18.2.0",
14
-
"urql": "^4.1.0"
14
+
"urql": "^4.2.0"
15
15
},
16
16
"devDependencies": {
17
17
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-defer-stream-directives/package.json
+2
-2
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.6",
20
+
"@urql/core": "^5.0.7",
21
21
"@urql/exchange-graphcache": "^7.2.0",
22
22
"graphql": "17.0.0-alpha.2",
23
23
"react": "^18.2.0",
24
24
"react-dom": "^18.2.0",
25
-
"urql": "^4.1.0"
25
+
"urql": "^4.2.0"
26
26
},
27
27
"devDependencies": {
28
28
"@apollo/server": "^4.4.1",
+2
-2
examples/with-graphcache-pagination/package.json
+2
-2
examples/with-graphcache-pagination/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"@urql/exchange-graphcache": "^7.2.0",
11
11
"graphql": "^16.6.0",
12
12
"react": "^18.2.0",
13
13
"react-dom": "^18.2.0",
14
-
"urql": "^4.1.0"
14
+
"urql": "^4.2.0"
15
15
},
16
16
"devDependencies": {
17
17
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-graphcache-updates/package.json
+2
-2
examples/with-graphcache-updates/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"@urql/exchange-auth": "^2.2.0",
11
11
"@urql/exchange-graphcache": "^7.2.0",
12
12
"graphql": "^16.6.0",
13
13
"react": "^18.2.0",
14
14
"react-dom": "^18.2.0",
15
-
"urql": "^4.1.0"
15
+
"urql": "^4.2.0"
16
16
},
17
17
"devDependencies": {
18
18
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-infinite-pagination/package.json
+2
-2
examples/with-infinite-pagination/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"graphql": "^16.6.0",
11
11
"react": "^18.2.0",
12
12
"react-dom": "^18.2.0",
13
-
"urql": "^4.1.0"
13
+
"urql": "^4.2.0"
14
14
},
15
15
"devDependencies": {
16
16
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-multipart/package.json
+2
-2
examples/with-multipart/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"graphql": "^16.6.0",
11
11
"react": "^18.2.0",
12
12
"react-dom": "^18.2.0",
13
-
"urql": "^4.1.0"
13
+
"urql": "^4.2.0"
14
14
},
15
15
"devDependencies": {
16
16
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-next/package.json
+2
-2
examples/with-next/package.json
···
3
3
"version": "0.0.0",
4
4
"private": true,
5
5
"dependencies": {
6
-
"@urql/core": "^5.0.6",
6
+
"@urql/core": "^5.0.7",
7
7
"@urql/next": "^1.1.2",
8
8
"graphql": "^16.6.0",
9
9
"next": "13.4.2",
10
10
"react": "^18.2.0",
11
11
"react-dom": "^18.2.0",
12
-
"urql": "^4.1.0"
12
+
"urql": "^4.2.0"
13
13
},
14
14
"scripts": {
15
15
"dev": "next dev",
+2
-2
examples/with-pagination/package.json
+2
-2
examples/with-pagination/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"graphql": "^16.6.0",
11
11
"react": "^18.2.0",
12
12
"react-dom": "^18.2.0",
13
-
"urql": "^4.1.0"
13
+
"urql": "^4.2.0"
14
14
},
15
15
"devDependencies": {
16
16
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-react-native/package.json
+2
-2
examples/with-react-native/package.json
···
8
8
"start": "react-native start"
9
9
},
10
10
"dependencies": {
11
-
"@urql/core": "^5.0.6",
11
+
"@urql/core": "^5.0.7",
12
12
"graphql": "^16.6.0",
13
13
"react": "18.2.0",
14
14
"react-native": "0.71.4",
15
-
"urql": "^4.1.0"
15
+
"urql": "^4.2.0"
16
16
},
17
17
"devDependencies": {
18
18
"@babel/core": "^7.12.9",
+2
-2
examples/with-react/package.json
+2
-2
examples/with-react/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"graphql": "^16.6.0",
11
11
"react": "^18.2.0",
12
12
"react-dom": "^18.2.0",
13
-
"urql": "^4.1.0"
13
+
"urql": "^4.2.0"
14
14
},
15
15
"devDependencies": {
16
16
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-refresh-auth/package.json
+2
-2
examples/with-refresh-auth/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"@urql/exchange-auth": "^2.2.0",
11
11
"graphql": "^16.6.0",
12
12
"react": "^18.2.0",
13
13
"react-dom": "^18.2.0",
14
-
"urql": "^4.1.0"
14
+
"urql": "^4.2.0"
15
15
},
16
16
"devDependencies": {
17
17
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-retry/package.json
+2
-2
examples/with-retry/package.json
···
6
6
"start": "vite"
7
7
},
8
8
"dependencies": {
9
-
"@urql/core": "^5.0.6",
9
+
"@urql/core": "^5.0.7",
10
10
"@urql/exchange-retry": "^1.3.0",
11
11
"graphql": "^16.6.0",
12
12
"react": "^18.2.0",
13
13
"react-dom": "^18.2.0",
14
-
"urql": "^4.1.0"
14
+
"urql": "^4.2.0"
15
15
},
16
16
"devDependencies": {
17
17
"@vitejs/plugin-react": "^3.1.0",
+2
-2
examples/with-subscriptions-via-fetch/package.json
+2
-2
examples/with-subscriptions-via-fetch/package.json
···
8
8
"start": "run-p client server"
9
9
},
10
10
"dependencies": {
11
-
"@urql/core": "^5.0.6",
11
+
"@urql/core": "^5.0.7",
12
12
"@urql/exchange-graphcache": "^7.2.0",
13
13
"graphql": "^16.6.0",
14
14
"react": "^18.2.0",
15
15
"react-dom": "^18.2.0",
16
-
"urql": "^4.1.0"
16
+
"urql": "^4.2.0"
17
17
},
18
18
"devDependencies": {
19
19
"@vitejs/plugin-react": "^3.1.0",
+1
-1
examples/with-svelte/package.json
+1
-1
examples/with-svelte/package.json
+1
-1
examples/with-vue3/package.json
+1
-1
examples/with-vue3/package.json
+7
packages/core/CHANGELOG.md
+7
packages/core/CHANGELOG.md
···
1
1
# @urql/core
2
2
3
+
## 5.0.7
4
+
5
+
### Patch Changes
6
+
7
+
- Remove `for-of` syntax from `@urql/core` helpers for JSC memory reduction
8
+
Submitted by [@kitten](https://github.com/kitten) (See [#3690](https://github.com/urql-graphql/urql/pull/3690))
9
+
3
10
## 5.0.6
4
11
5
12
### Patch Changes
+1
-1
packages/core/jsr.json
+1
-1
packages/core/jsr.json
+1
-1
packages/core/package.json
+1
-1
packages/core/package.json
+7
packages/react-urql/CHANGELOG.md
+7
packages/react-urql/CHANGELOG.md
+1
-1
packages/react-urql/jsr.json
+1
-1
packages/react-urql/jsr.json