Skip to content
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
10 changes: 0 additions & 10 deletions .changeset/bundle-path-to-regexp-esm.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/benchmark-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/benchmark-react/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
7 changes: 7 additions & 0 deletions examples/coin-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/coin-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinbase-lite",
"version": "0.0.20",
"version": "0.0.21",
"packageManager": "yarn@4.13.0",
"description": "Coin App",
"scripts": {
Expand Down Expand Up @@ -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": "*",
Expand Down
8 changes: 8 additions & 0 deletions examples/test-bundlesize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/test-bundlesize/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/rest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:*"
Expand Down