Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 9cb09da commit 92ff5e4
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/@whatwg-node_node-fetch-1830-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@whatwg-node_server-1830-dependencies.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/mean-chairs-sparkle.md

This file was deleted.

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

## 0.0.32

### Patch Changes

- Updated dependencies
[[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d),
[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d)]:
- @whatwg-node/server@0.10.0

## 0.0.31

### 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.31",
"version": "0.0.32",
"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.56"
"@whatwg-node/server": "0.10.0"
},
"devDependencies": {
"start-server-and-test": "2.0.8"
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.118

### Patch Changes

- Updated dependencies
[[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d),
[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d)]:
- @whatwg-node/server@0.10.0

## 0.0.117

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.117",
"version": "0.0.118",
"private": true,
"dependencies": {
"@whatwg-node/fetch": "0.10.1",
"@whatwg-node/server": "0.9.56"
"@whatwg-node/server": "0.10.0"
}
}
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.118

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.118

## 0.0.117

### 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.117",
"version": "0.0.118",
"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.117",
"@e2e/shared-server": "0.0.118",
"encoding": "0.1.13",
"next": "15.0.3",
"react": "18.2.0",
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.4

### Patch Changes

- [#1830](https://github.com/ardatan/whatwg-node/pull/1830)
[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Added dependency
[`@whatwg-node/disposablestack@^0.0.5` ↗︎](https://www.npmjs.com/package/@whatwg-node/disposablestack/v/0.0.5)
(to `dependencies`)

## 0.7.3

### 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.3",
"version": "0.7.4",
"type": "module",
"description": "Fetch API implementation for Node",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/server-plugin-cookies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @whatwg-node/server-plugin-cookies

## 2.0.0

### Patch Changes

- Updated dependencies
[[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d),
[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d)]:
- @whatwg-node/server@0.10.0

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server-plugin-cookies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@whatwg-node/server-plugin-cookies",
"version": "1.0.3",
"version": "2.0.0",
"type": "module",
"description": "Cookies Plugin",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"typings": "dist/typings/index.d.ts",
"peerDependencies": {
"@whatwg-node/server": "^0.9.44"
"@whatwg-node/server": "^0.10.0"
},
"dependencies": {
"@whatwg-node/cookie-store": "0.2.2",
Expand Down
29 changes: 29 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @whatwg-node/server

## 0.10.0

### Minor Changes

- [#1830](https://github.com/ardatan/whatwg-node/pull/1830)
[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d)
Thanks [@ardatan](https://github.com/ardatan)! - New Explicit Resource Management feature for the
server adapters;
[Learn more](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html)
- `Symbol.dispose` and `Symbol.asyncDispose` hooks When the server adapter plugin has these hooks,
it is added to the disposable stack of the server adapter. When the server adapter is disposed,
those hooks are triggered
- `disposableStack` in the server adapter The shared disposable stack that will be triggered when
`Symbol.asyncDispose` is called.
- Automatic disposal on Node and Node-compatible environments Even if the server adapter is not
disposed explicitly, the disposal logic will be triggered on the process termination (SIGINT,
SIGTERM etc)
- ctx.waitUntil relation If it is an environment does not natively provide `waitUntil`, the
unresolved passed promises will be resolved by the disposable stack.

### Patch Changes

- [#1830](https://github.com/ardatan/whatwg-node/pull/1830)
[`9cb09da`](https://github.com/ardatan/whatwg-node/commit/9cb09da346fe5ddc974c9f1bd85e57dab8860b4d)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
- Added dependency
[`@whatwg-node/disposablestack@^0.0.5` ↗︎](https://www.npmjs.com/package/@whatwg-node/disposablestack/v/0.0.5)
(to `dependencies`)

## 0.9.56

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.56",
"version": "0.10.0",
"type": "module",
"description": "Fetch API compliant HTTP Server adapter",
"repository": {
Expand Down

0 comments on commit 92ff5e4

Please sign in to comment.