From 769471906ca8b141b2071a7faa3b6e34c23283a2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 20 Oct 2023 21:39:02 +0900
Subject: [PATCH] chore: version packages (#244)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @suspensive/react@1.17.2
### Patch Changes
- 7e01577: fix(react): remove ``
## @suspensive/react-await@0.0.1
### Patch Changes
- 7e01577: fix(react): remove ``
## @suspensive/react-query@1.17.2
### Patch Changes
- Updated dependencies [7e01577]
- @suspensive/react@1.17.2
Co-authored-by: Jonghyeon Ko
Co-authored-by: Chanhyuk Park
Co-authored-by: Minsoo Kim
---
.changeset/modern-geese-shave.md | 6 --
packages/react-await/CHANGELOG.md | 7 +++
packages/react-await/package.json | 2 +-
packages/react-query/CHANGELOG.md | 7 +++
packages/react-query/package.json | 4 +-
packages/react/CHANGELOG.md | 6 ++
packages/react/package.json | 2 +-
pnpm-lock.yaml | 96 ++++++++++++++++++++---------
websites/visualization/package.json | 6 +-
9 files changed, 93 insertions(+), 43 deletions(-)
delete mode 100644 .changeset/modern-geese-shave.md
create mode 100644 packages/react-await/CHANGELOG.md
diff --git a/.changeset/modern-geese-shave.md b/.changeset/modern-geese-shave.md
deleted file mode 100644
index d70afb726..000000000
--- a/.changeset/modern-geese-shave.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-"@suspensive/react-await": patch
-"@suspensive/react": patch
----
-
-fix(react): remove ``
diff --git a/packages/react-await/CHANGELOG.md b/packages/react-await/CHANGELOG.md
new file mode 100644
index 000000000..cb22f17de
--- /dev/null
+++ b/packages/react-await/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @suspensive/react-await
+
+## 0.0.1
+
+### Patch Changes
+
+- 7e01577: fix(react): remove ``
diff --git a/packages/react-await/package.json b/packages/react-await/package.json
index 45d398f8e..7874c72c3 100644
--- a/packages/react-await/package.json
+++ b/packages/react-await/package.json
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-await",
- "version": "0.0.0",
+ "version": "0.0.1",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
diff --git a/packages/react-query/CHANGELOG.md b/packages/react-query/CHANGELOG.md
index bb1359e64..dd2fb3cb6 100644
--- a/packages/react-query/CHANGELOG.md
+++ b/packages/react-query/CHANGELOG.md
@@ -1,5 +1,12 @@
# @suspensive/react-query
+## 1.17.2
+
+### Patch Changes
+
+- Updated dependencies [7e01577]
+ - @suspensive/react@1.17.2
+
## 1.17.1
### Patch Changes
diff --git a/packages/react-query/package.json b/packages/react-query/package.json
index 8686edc42..af99a0eb6 100644
--- a/packages/react-query/package.json
+++ b/packages/react-query/package.json
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react-query",
- "version": "1.17.1",
+ "version": "1.17.2",
"description": "Useful helpers for @tanstack/react-query with suspense",
"keywords": [
"suspensive",
@@ -70,7 +70,7 @@
"tsd": "^0.28.1"
},
"peerDependencies": {
- "@suspensive/react": "workspace:^1.17.1",
+ "@suspensive/react": "workspace:^1.17.2",
"@tanstack/react-query": "^4",
"react": "^16.8 || ^17 || ^18"
},
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index ee20a3cb3..cad6a4984 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @suspensive/react
+## 1.17.2
+
+### Patch Changes
+
+- 7e01577: fix(react): remove ``
+
## 1.17.1
### Patch Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index f1889ebd8..828ef1a93 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@suspensive/react",
- "version": "1.17.1",
+ "version": "1.17.2",
"description": "Useful interfaces for React Suspense",
"keywords": [
"suspensive",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index be54a5bf4..b8b208a7c 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -81,7 +81,7 @@ importers:
version: 7.1.0(ts-node@10.9.1)(typescript@5.1.6)
turbo:
specifier: latest
- version: 1.10.15
+ version: 1.10.16
typescript:
specifier: ^5.1.6
version: 5.1.6
@@ -325,13 +325,13 @@ importers:
specifier: ^1.3.9
version: 1.3.9(@emotion/react@11.11.0)(react@18.2.0)
'@suspensive/react':
- specifier: workspace:1.17.1
+ specifier: workspace:1.17.2
version: link:../../packages/react
'@suspensive/react-await':
- specifier: workspace:0.0.0
+ specifier: workspace:0.0.1
version: link:../../packages/react-await
'@suspensive/react-query':
- specifier: workspace:1.17.1
+ specifier: workspace:1.17.2
version: link:../../packages/react-query
'@tanstack/react-query':
specifier: ^4.29.5
@@ -756,7 +756,7 @@ packages:
lodash.merge: 4.6.2
lodash.uniq: 4.5.0
resolve-from: 5.0.0
- ts-node: 10.9.1(@types/node@20.0.0)(typescript@5.1.6)
+ ts-node: 10.9.1(@types/node@20.0.0)(typescript@5.2.2)
typescript: 5.2.2
transitivePeerDependencies:
- '@swc/core'
@@ -3315,7 +3315,7 @@ packages:
dependencies:
'@types/node': 20.0.0
cosmiconfig: 8.1.3
- ts-node: 10.9.1(@types/node@20.0.0)(typescript@5.1.6)
+ ts-node: 10.9.1(@types/node@20.0.0)(typescript@5.2.2)
typescript: 5.2.2
dev: true
@@ -3750,6 +3750,7 @@ packages:
optional: true
dependencies:
ms: 2.0.0
+ dev: false
/debug@3.2.7:
resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
@@ -4319,6 +4320,7 @@ packages:
tsconfig-paths: 3.14.2
transitivePeerDependencies:
- supports-color
+ dev: false
/eslint-import-resolver-typescript@3.5.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.42.0):
resolution: {integrity: sha512-TdJqPHs2lW5J9Zpe17DZNQuDnox4xo2o+0tE7Pggain9Rbc19ik8kFtXdxZ250FVx2kF4vlt2RSf4qlUpG7bhw==}
@@ -4396,6 +4398,7 @@ packages:
eslint-import-resolver-typescript: 2.5.0(eslint-plugin-import@2.25.3)(eslint@8.42.0)
transitivePeerDependencies:
- supports-color
+ dev: false
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0):
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
@@ -4418,11 +4421,11 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
- '@typescript-eslint/parser': 5.59.7(eslint@8.42.0)(typescript@5.2.2)
+ '@typescript-eslint/parser': 5.59.7(eslint@8.42.0)(typescript@5.1.6)
debug: 3.2.7
eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.42.0)
+ eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.42.0)
transitivePeerDependencies:
- supports-color
dev: true
@@ -4456,6 +4459,7 @@ packages:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
- supports-color
+ dev: false
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0):
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
@@ -4475,7 +4479,7 @@ packages:
doctrine: 2.1.0
eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.5.0)(eslint@8.42.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
has: 1.0.3
is-core-module: 2.12.1
is-glob: 4.0.3
@@ -4509,7 +4513,7 @@ packages:
doctrine: 2.1.0
eslint: 8.42.0
eslint-import-resolver-node: 0.3.7
- eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@2.5.0)(eslint@8.42.0)
+ eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.7)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.42.0)
has: 1.0.3
is-core-module: 2.13.0
is-glob: 4.0.3
@@ -7421,6 +7425,7 @@ packages:
/ms@2.0.0:
resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==}
+ dev: false
/ms@2.1.2:
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
@@ -9455,6 +9460,37 @@ packages:
yn: 3.1.1
dev: true
+ /ts-node@10.9.1(@types/node@20.0.0)(typescript@5.2.2):
+ resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
+ hasBin: true
+ peerDependencies:
+ '@swc/core': '>=1.2.50'
+ '@swc/wasm': '>=1.2.50'
+ '@types/node': '*'
+ typescript: '>=2.7'
+ peerDependenciesMeta:
+ '@swc/core':
+ optional: true
+ '@swc/wasm':
+ optional: true
+ dependencies:
+ '@cspotcode/source-map-support': 0.8.1
+ '@tsconfig/node10': 1.0.9
+ '@tsconfig/node12': 1.0.11
+ '@tsconfig/node14': 1.0.3
+ '@tsconfig/node16': 1.0.4
+ '@types/node': 20.0.0
+ acorn: 8.8.2
+ acorn-walk: 8.2.0
+ arg: 4.1.3
+ create-require: 1.1.1
+ diff: 4.0.2
+ make-error: 1.3.6
+ typescript: 5.2.2
+ v8-compile-cache-lib: 3.0.1
+ yn: 3.1.1
+ dev: true
+
/ts-toolbelt@6.15.5:
resolution: {integrity: sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A==}
dev: true
@@ -9556,64 +9592,64 @@ packages:
yargs: 17.7.2
dev: true
- /turbo-darwin-64@1.10.15:
- resolution: {integrity: sha512-Sik5uogjkRTe1XVP9TC2GryEMOJCaKE2pM/O9uLn4koQDnWKGcLQv+mDU+H+9DXvKLnJnKCD18OVRkwK5tdpoA==}
+ /turbo-darwin-64@1.10.16:
+ resolution: {integrity: sha512-+Jk91FNcp9e9NCLYlvDDlp2HwEDp14F9N42IoW3dmHI5ZkGSXzalbhVcrx3DOox3QfiNUHxzWg4d7CnVNCuuMg==}
cpu: [x64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-darwin-arm64@1.10.15:
- resolution: {integrity: sha512-xwqyFDYUcl2xwXyGPmHkmgnNm4Cy0oNzMpMOBGRr5x64SErS7QQLR4VHb0ubiR+VAb8M+ECPklU6vD1Gm+wekg==}
+ /turbo-darwin-arm64@1.10.16:
+ resolution: {integrity: sha512-jqGpFZipIivkRp/i+jnL8npX0VssE6IAVNKtu573LXtssZdV/S+fRGYA16tI46xJGxSAivrZ/IcgZrV6Jk80bw==}
cpu: [arm64]
os: [darwin]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-64@1.10.15:
- resolution: {integrity: sha512-dM07SiO3RMAJ09Z+uB2LNUSkPp3I1IMF8goH5eLj+d8Kkwoxd/+qbUZOj9RvInyxU/IhlnO9w3PGd3Hp14m/nA==}
+ /turbo-linux-64@1.10.16:
+ resolution: {integrity: sha512-PpqEZHwLoizQ6sTUvmImcRmACyRk9EWLXGlqceogPZsJ1jTRK3sfcF9fC2W56zkSIzuLEP07k5kl+ZxJd8JMcg==}
cpu: [x64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-linux-arm64@1.10.15:
- resolution: {integrity: sha512-MkzKLkKYKyrz4lwfjNXH8aTny5+Hmiu4SFBZbx+5C0vOlyp6fV5jZANDBvLXWiDDL4DSEAuCEK/2cmN6FVH1ow==}
+ /turbo-linux-arm64@1.10.16:
+ resolution: {integrity: sha512-TMjFYz8to1QE0fKVXCIvG/4giyfnmqcQIwjdNfJvKjBxn22PpbjeuFuQ5kNXshUTRaTJihFbuuCcb5OYFNx4uw==}
cpu: [arm64]
os: [linux]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-64@1.10.15:
- resolution: {integrity: sha512-3TdVU+WEH9ThvQGwV3ieX/XHebtYNHv9HARHauPwmVj3kakoALkpGxLclkHFBLdLKkqDvmHmXtcsfs6cXXRHJg==}
+ /turbo-windows-64@1.10.16:
+ resolution: {integrity: sha512-+jsf68krs0N66FfC4/zZvioUap/Tq3sPFumnMV+EBo8jFdqs4yehd6+MxIwYTjSQLIcpH8KoNMB0gQYhJRLZzw==}
cpu: [x64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo-windows-arm64@1.10.15:
- resolution: {integrity: sha512-l+7UOBCbfadvPMYsX08hyLD+UIoAkg6ojfH+E8aud3gcA1padpjCJTh9gMpm3QdMbKwZteT5uUM+wyi6Rbbyww==}
+ /turbo-windows-arm64@1.10.16:
+ resolution: {integrity: sha512-sKm3hcMM1bl0B3PLG4ifidicOGfoJmOEacM5JtgBkYM48ncMHjkHfFY7HrJHZHUnXM4l05RQTpLFoOl/uIo2HQ==}
cpu: [arm64]
os: [win32]
requiresBuild: true
dev: true
optional: true
- /turbo@1.10.15:
- resolution: {integrity: sha512-mKKkqsuDAQy1wCCIjCdG+jOCwUflhckDMSRoeBPcIL/CnCl7c5yRDFe7SyaXloUUkt4tUR0rvNIhVCcT7YeQpg==}
+ /turbo@1.10.16:
+ resolution: {integrity: sha512-2CEaK4FIuSZiP83iFa9GqMTQhroW2QryckVqUydmg4tx78baftTOS0O+oDAhvo9r9Nit4xUEtC1RAHoqs6ZEtg==}
hasBin: true
optionalDependencies:
- turbo-darwin-64: 1.10.15
- turbo-darwin-arm64: 1.10.15
- turbo-linux-64: 1.10.15
- turbo-linux-arm64: 1.10.15
- turbo-windows-64: 1.10.15
- turbo-windows-arm64: 1.10.15
+ turbo-darwin-64: 1.10.16
+ turbo-darwin-arm64: 1.10.16
+ turbo-linux-64: 1.10.16
+ turbo-linux-arm64: 1.10.16
+ turbo-windows-64: 1.10.16
+ turbo-windows-arm64: 1.10.16
dev: true
/typanion@3.12.1:
diff --git a/websites/visualization/package.json b/websites/visualization/package.json
index f81d3ea08..8fc7c506c 100644
--- a/websites/visualization/package.json
+++ b/websites/visualization/package.json
@@ -30,9 +30,9 @@
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@jsxcss/emotion": "^1.3.9",
- "@suspensive/react": "workspace:1.17.1",
- "@suspensive/react-await": "workspace:0.0.0",
- "@suspensive/react-query": "workspace:1.17.1",
+ "@suspensive/react": "workspace:1.17.2",
+ "@suspensive/react-await": "workspace:0.0.1",
+ "@suspensive/react-query": "workspace:1.17.2",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.5",
"@vercel/analytics": "^1.1.1",