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
7 changes: 0 additions & 7 deletions .changeset/mighty-worlds-smoke.md

This file was deleted.

8 changes: 8 additions & 0 deletions benchmarks/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @benchmarks/server

## 0.0.44

### Patch Changes

- Updated dependencies
[[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)]:
- @whatwg-node/[email protected]

## 0.0.43

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@benchmarks/server",
"version": "0.0.43",
"version": "0.0.44",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "start-server-and-test start http://127.0.0.1:4000/ping loadtest"
},
"dependencies": {
"@whatwg-node/server": "0.9.68"
"@whatwg-node/server": "0.9.69"
},
"devDependencies": {
"start-server-and-test": "2.0.10"
Expand Down
8 changes: 8 additions & 0 deletions e2e/aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @e2e/aws-lambda

## 0.0.39

### Patch Changes

- Updated dependencies
[[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)]:
- @whatwg-node/[email protected]

## 0.0.38

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@e2e/aws-lambda",
"version": "0.0.38",
"version": "0.0.39",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
"e2e": "ts-node -r tsconfig-paths/register scripts/e2e.ts"
},
"dependencies": {
"@e2e/shared-scripts": "0.0.0",
"@whatwg-node/fetch": "0.10.4",
"@whatwg-node/fetch": "0.10.5",
"aws-lambda": "1.0.7"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions e2e/shared-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @e2e/shared-server

## 0.0.132

### Patch Changes

- Updated dependencies
[[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)]:
- @whatwg-node/[email protected]
- @whatwg-node/[email protected]

## 0.0.131

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions e2e/shared-server/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@e2e/shared-server",
"version": "0.0.131",
"version": "0.0.132",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.10.4",
"@whatwg-node/server": "0.9.68"
"@whatwg-node/fetch": "0.10.5",
"@whatwg-node/server": "0.9.69"
}
}
7 changes: 7 additions & 0 deletions e2e/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/vercel

## 0.0.132

### Patch Changes

- Updated dependencies []:
- @e2e/[email protected]

## 0.0.131

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2e/vercel",
"version": "0.0.131",
"version": "0.0.132",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@e2e/shared-scripts": "0.0.0",
"@e2e/shared-server": "0.0.131",
"@e2e/shared-server": "0.0.132",
"encoding": "0.1.13",
"next": "15.1.7",
"react": "19.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @whatwg-node/fetch

## 0.10.5

### Patch Changes

- [#2093](https://github.com/ardatan/whatwg-node/pull/2093)
[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)
Thanks [@ardatan](https://github.com/ardatan)! - Fixes the
`TypeError: bodyInit.stream is not a function` error thrown when `@whatwg-node/server` is used
with `node:http2` and attempts the incoming HTTP/2 request to parse with `Request.json`,
`Request.text`, `Request.formData`, or `Request.blob` methods.

- Updated dependencies
[[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)]:
- @whatwg-node/[email protected]

## 0.10.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/fetch",
"version": "0.10.4",
"version": "0.10.5",
"description": "Cross Platform Smart Fetch Ponyfill",
"repository": {
"type": "git",
Expand All @@ -16,7 +16,7 @@
"browser": "dist/global-ponyfill.js",
"types": "dist/index.d.ts",
"dependencies": {
"@whatwg-node/node-fetch": "^0.7.10",
"@whatwg-node/node-fetch": "^0.7.11",
"urlpattern-polyfill": "^10.0.0"
},
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions packages/node-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @whatwg-node/node-fetch

## 0.7.11

### Patch Changes

- [#2093](https://github.com/ardatan/whatwg-node/pull/2093)
[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)
Thanks [@ardatan](https://github.com/ardatan)! - Fixes the
`TypeError: bodyInit.stream is not a function` error thrown when `@whatwg-node/server` is used
with `node:http2` and attempts the incoming HTTP/2 request to parse with `Request.json`,
`Request.text`, `Request.formData`, or `Request.blob` methods.

## 0.7.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/node-fetch",
"version": "0.7.10",
"version": "0.7.11",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @whatwg-node/server

## 0.9.69

### Patch Changes

- [#2093](https://github.com/ardatan/whatwg-node/pull/2093)
[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)
Thanks [@ardatan](https://github.com/ardatan)! - Fixes the
`TypeError: bodyInit.stream is not a function` error thrown when `@whatwg-node/server` is used
with `node:http2` and attempts the incoming HTTP/2 request to parse with `Request.json`,
`Request.text`, `Request.formData`, or `Request.blob` methods.

- Updated dependencies
[[`31f021a`](https://github.com/ardatan/whatwg-node/commit/31f021ac5df1ddd7f16807d4ed6c5776d250ab29)]:
- @whatwg-node/[email protected]

## 0.9.68

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server",
"version": "0.9.68",
"version": "0.9.69",
"type": "module",
"description": "Fetch API compliant HTTP Server adapter",
"repository": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"typings": "dist/typings/index.d.ts",
"dependencies": {
"@whatwg-node/disposablestack": "^0.0.5",
"@whatwg-node/fetch": "^0.10.4",
"@whatwg-node/fetch": "^0.10.5",
"tslib": "^2.6.3"
},
"devDependencies": {
Expand Down
Loading