From 3a4b4a6c157a5cb2cb56b8ea1e214093f397cd12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:35:04 +0000 Subject: [PATCH] internal: Publish new version --- .changeset/bundle-path-to-regexp-esm.md | 10 ---------- examples/benchmark-react/CHANGELOG.md | 8 ++++++++ examples/benchmark-react/package.json | 2 +- examples/coin-app/CHANGELOG.md | 7 +++++++ examples/coin-app/package.json | 4 ++-- examples/test-bundlesize/CHANGELOG.md | 8 ++++++++ examples/test-bundlesize/package.json | 2 +- packages/rest/CHANGELOG.md | 11 +++++++++++ packages/rest/package.json | 2 +- yarn.lock | 4 ++-- 10 files changed, 41 insertions(+), 17 deletions(-) delete mode 100644 .changeset/bundle-path-to-regexp-esm.md diff --git a/.changeset/bundle-path-to-regexp-esm.md b/.changeset/bundle-path-to-regexp-esm.md deleted file mode 100644 index f39f87fb5e58..000000000000 --- a/.changeset/bundle-path-to-regexp-esm.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@data-client/rest': patch ---- - -Bundle `path-to-regexp` as tree-shaken ESM - -Bundle only the functions we use (`compile`, `parse`, `pathToRegexp`) from -`path-to-regexp` into the ESM/browser build via rollup. This eliminates -the CJS/ESM boundary that broke StackBlitz WebContainers and reduces bundle -size by tree-shaking unused exports (`match`, `stringify`, and the `ID` regex). diff --git a/examples/benchmark-react/CHANGELOG.md b/examples/benchmark-react/CHANGELOG.md index abc8ef8b6ffd..5d83a873ce89 100644 --- a/examples/benchmark-react/CHANGELOG.md +++ b/examples/benchmark-react/CHANGELOG.md @@ -1,5 +1,13 @@ # example-benchmark-react +## 0.1.6 + +### Patch Changes + +- Updated dependencies [[`16f5d92`](https://github.com/reactive/data-client/commit/16f5d92598de05e92b88af98a9d63eecf27ab819)]: + - @data-client/rest@0.16.5 + - @data-client/react@0.16.0 + ## 0.1.5 ### Patch Changes diff --git a/examples/benchmark-react/package.json b/examples/benchmark-react/package.json index c9561836b361..c16914666d22 100644 --- a/examples/benchmark-react/package.json +++ b/examples/benchmark-react/package.json @@ -1,6 +1,6 @@ { "name": "example-benchmark-react", - "version": "0.1.5", + "version": "0.1.6", "private": true, "description": "React rendering benchmark comparing @data-client/react against other data libraries", "scripts": { diff --git a/examples/coin-app/CHANGELOG.md b/examples/coin-app/CHANGELOG.md index 1ed151ca1f0a..74e32ebc123c 100644 --- a/examples/coin-app/CHANGELOG.md +++ b/examples/coin-app/CHANGELOG.md @@ -1,5 +1,12 @@ # coinbase-lite +## 0.0.21 + +### Patch Changes + +- Updated dependencies [[`16f5d92`](https://github.com/reactive/data-client/commit/16f5d92598de05e92b88af98a9d63eecf27ab819)]: + - @data-client/rest@0.16.5 + ## 0.0.20 ### Patch Changes diff --git a/examples/coin-app/package.json b/examples/coin-app/package.json index a7dfa7ed64eb..ca9b9433391d 100644 --- a/examples/coin-app/package.json +++ b/examples/coin-app/package.json @@ -1,6 +1,6 @@ { "name": "coinbase-lite", - "version": "0.0.20", + "version": "0.0.21", "packageManager": "yarn@4.13.0", "description": "Coin App", "scripts": { @@ -46,7 +46,7 @@ "@babel/runtime-corejs3": "7.29.2", "@data-client/img": "0.16.0", "@data-client/react": "0.16.0", - "@data-client/rest": "0.16.4", + "@data-client/rest": "0.16.5", "core-js": "3.49.0", "d3": "7.9.0", "history": "*", diff --git a/examples/test-bundlesize/CHANGELOG.md b/examples/test-bundlesize/CHANGELOG.md index 5dca8b0d6242..442dafc84b92 100644 --- a/examples/test-bundlesize/CHANGELOG.md +++ b/examples/test-bundlesize/CHANGELOG.md @@ -1,5 +1,13 @@ # test-bundlesize +## 0.1.13 + +### Patch Changes + +- Updated dependencies [[`16f5d92`](https://github.com/reactive/data-client/commit/16f5d92598de05e92b88af98a9d63eecf27ab819)]: + - @data-client/rest@0.16.5 + - @data-client/react@0.16.0 + ## 0.1.12 ### Patch Changes diff --git a/examples/test-bundlesize/package.json b/examples/test-bundlesize/package.json index f6c09c0ce11c..844fda6cd1bd 100644 --- a/examples/test-bundlesize/package.json +++ b/examples/test-bundlesize/package.json @@ -1,6 +1,6 @@ { "name": "test-bundlesize", - "version": "0.1.12", + "version": "0.1.13", "packageManager": "yarn@4.13.0", "description": "Testing Bundled Size", "scripts": { diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index b1fae45b6987..5b781b36b14e 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,16 @@ # @data-client/rest +## 0.16.5 + +### Patch Changes + +- [#3866](https://github.com/reactive/data-client/pull/3866) [`16f5d92`](https://github.com/reactive/data-client/commit/16f5d92598de05e92b88af98a9d63eecf27ab819) - Bundle `path-to-regexp` as tree-shaken ESM + + Bundle only the functions we use (`compile`, `parse`, `pathToRegexp`) from + `path-to-regexp` into the ESM/browser build via rollup. This eliminates + the CJS/ESM boundary that broke StackBlitz WebContainers and reduces bundle + size by tree-shaking unused exports (`match`, `stringify`, and the `ID` regex). + ## 0.16.4 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index 30f043296817..6e1dc341fe27 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@data-client/rest", - "version": "0.16.4", + "version": "0.16.5", "description": "Quickly define typed REST resources and endpoints", "homepage": "https://dataclient.io/rest", "repository": { diff --git a/yarn.lock b/yarn.lock index b5d10b4a0725..9fc76d0a296b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3352,7 +3352,7 @@ __metadata: languageName: unknown linkType: soft -"@data-client/rest@npm:0.16.4, @data-client/rest@workspace:*, @data-client/rest@workspace:packages/rest": +"@data-client/rest@npm:0.16.5, @data-client/rest@workspace:*, @data-client/rest@workspace:packages/rest": version: 0.0.0-use.local resolution: "@data-client/rest@workspace:packages/rest" dependencies: @@ -11464,7 +11464,7 @@ __metadata: "@babel/runtime-corejs3": "npm:7.29.2" "@data-client/img": "npm:0.16.0" "@data-client/react": "npm:0.16.0" - "@data-client/rest": "npm:0.16.4" + "@data-client/rest": "npm:0.16.5" "@linaria/core": "npm:*" "@linaria/react": "npm:*" "@linaria/shaker": "npm:*"