unjs / crossws

πŸ”Œ Cross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers.
https://crossws.unjs.io
Other
395 stars 17 forks source link

chore(deps): update all non-major dependencies #65

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cloudflare/workers-types ^4.20240729.0 -> ^4.20240806.0 age adoption passing confidence
pnpm (source) 9.6.0 -> 9.7.0 age adoption passing confidence
undocs ^0.2.18 -> ^0.2.21 age adoption passing confidence
wrangler (source) ^3.68.0 -> ^3.69.1 age adoption passing confidence

Release Notes

cloudflare/workerd (@​cloudflare/workers-types) ### [`v4.20240806.0`](https://togithub.com/cloudflare/workerd/compare/ce15e0b82e6408c49ec3e980f23640bd25d6c675...2b3012bf2eb08c18f6f745884ff5a81c0270d09d) [Compare Source](https://togithub.com/cloudflare/workerd/compare/ce15e0b82e6408c49ec3e980f23640bd25d6c675...2b3012bf2eb08c18f6f745884ff5a81c0270d09d)
pnpm/pnpm (pnpm) ### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7 [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0) #### Minor Changes - Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#​8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example: ```json { "packageManager": "pnpm@9.3.0" } ``` - Added the ability to apply patch to all versions [#​8337](https://togithub.com/pnpm/pnpm/pull/8337). If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future. - Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@​version]` to allow the code editor to open the edit dir in the same file tree as the main project [#​8379](https://togithub.com/pnpm/pnpm/issues/8379). - Substitute environment variables in config keys [#​6679](https://togithub.com/pnpm/pnpm/issues/6679). #### Patch Changes - `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#​8293](https://togithub.com/pnpm/pnpm/issues/8293). - Print warnings to stderr [#​8342](https://togithub.com/pnpm/pnpm/pull/8342). - Peer dependencies of optional peer dependencies should be automatically installed [#​8323](https://togithub.com/pnpm/pnpm/issues/8323). #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
unjs/undocs (undocs) ### [`v0.2.21`](https://togithub.com/unjs/undocs/blob/HEAD/CHANGELOG.md#v0221) [Compare Source](https://togithub.com/unjs/undocs/compare/v0.2.20...v0.2.21) [compare changes](https://togithub.com/unjs/undocs/compare/v0.2.20...v0.2.21) ##### 🩹 Fixes - Add hmr hotfix for nitro ([0868eaa](https://togithub.com/unjs/undocs/commit/0868eaa)) - Auto-code group transformation ([#​114](https://togithub.com/unjs/undocs/pull/114)) ##### πŸ“– Documentation - Refactor content transformation section ([#​115](https://togithub.com/unjs/undocs/pull/115)) ##### 🏑 Chore - **release:** V0.2.20 ([522ef79](https://togithub.com/unjs/undocs/commit/522ef79)) - Update deps ([337921a](https://togithub.com/unjs/undocs/commit/337921a)) - Apply automated updates ([11fa9ad](https://togithub.com/unjs/undocs/commit/11fa9ad)) ##### ❀️ Contributors - Christian Preston ([@​cpreston321](http://github.com/cpreston321)) - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v0.2.20`](https://togithub.com/unjs/undocs/blob/HEAD/CHANGELOG.md#v0220) [Compare Source](https://togithub.com/unjs/undocs/compare/v0.2.19...v0.2.20) [compare changes](https://togithub.com/unjs/undocs/compare/v0.2.19...v0.2.20) ##### 🩹 Fixes - Add hmr hotfix for nitro ([0868eaa](https://togithub.com/unjs/undocs/commit/0868eaa)) ##### ❀️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v0.2.19`](https://togithub.com/unjs/undocs/blob/HEAD/CHANGELOG.md#v0219) [Compare Source](https://togithub.com/unjs/undocs/compare/v0.2.18...v0.2.19) [compare changes](https://togithub.com/unjs/undocs/compare/v0.2.18...v0.2.19) ##### πŸš€ Enhancements - Auto code groups ([#​98](https://togithub.com/unjs/undocs/pull/98)) - Use lightweight og image generator ([500ad57](https://togithub.com/unjs/undocs/commit/500ad57)) ##### πŸ”₯ Performance - Inline fonts ([2b2b914](https://togithub.com/unjs/undocs/commit/2b2b914)) ##### πŸ’… Refactors - Simplify ([5dd64ba](https://togithub.com/unjs/undocs/commit/5dd64ba)) - Improve content transformer maintenability ([e7244af](https://togithub.com/unjs/undocs/commit/e7244af)) ##### 🏑 Chore - **release:** V0.2.18 ([0a7fa72](https://togithub.com/unjs/undocs/commit/0a7fa72)) - Apply automated updates ([80729c2](https://togithub.com/unjs/undocs/commit/80729c2)) - Apply automated updates ([8724277](https://togithub.com/unjs/undocs/commit/8724277)) - Update lockfile ([0b5d647](https://togithub.com/unjs/undocs/commit/0b5d647)) - Apply automated updates ([093ef7e](https://togithub.com/unjs/undocs/commit/093ef7e)) - Apply automated updates ([248efb0](https://togithub.com/unjs/undocs/commit/248efb0)) ##### ❀️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Christian Preston ([@​cpreston321](http://github.com/cpreston321))
cloudflare/workers-sdk (wrangler) ### [`v3.69.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3691) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.69.0...wrangler@3.69.1) ##### Patch Changes - [#​6432](https://togithub.com/cloudflare/workers-sdk/pull/6432) [`cba2e25`](https://togithub.com/cloudflare/workers-sdk/commit/cba2e25ec3f4a8402c6960ac84651b7dfe2f11ff) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: prevent crash when running wrangler dev due to missing dependency ### [`v3.69.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3690) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.68.0...wrangler@3.69.0) ##### Minor Changes - [#​6392](https://togithub.com/cloudflare/workers-sdk/pull/6392) [`c3e19b7`](https://togithub.com/cloudflare/workers-sdk/commit/c3e19b790bb597b78e0109a162ca8049b5eaf973) Thanks [@​taylorlee](https://togithub.com/taylorlee)! - feat: log Worker startup time in the `version upload` command - [#​6370](https://togithub.com/cloudflare/workers-sdk/pull/6370) [`8a3c6c0`](https://togithub.com/cloudflare/workers-sdk/commit/8a3c6c00105a3420e46da660bd3f317b26f1c6d4) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - feat: Create very basic Asset Server Worker and plumb it into `wrangler dev` These changes do the ground work needed in order to add Assets support for Workers in `wrangler dev`. They implement the following: - it creates a new package called `workers-shared` that hosts the `Asset Server Worker`, and the `Router Worker`in the future - it scaffolds the `Asset Server Worker` in some very basic form, with basic configuration. Further behaviour implementation will follow in a subsequent PR - it does the ground work of plumbing ASW into Miniflare ##### Patch Changes - [#​6392](https://togithub.com/cloudflare/workers-sdk/pull/6392) [`c3e19b7`](https://togithub.com/cloudflare/workers-sdk/commit/c3e19b790bb597b78e0109a162ca8049b5eaf973) Thanks [@​taylorlee](https://togithub.com/taylorlee)! - fix: remove bundle size warning from Worker deploy commands Bundle size was a proxy for startup time. Now that we have startup time reported, focus on bundle size is less relevant.

Configuration

πŸ“… Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

cloudflare-workers-and-pages[bot] commented 3 months ago

Deploying crossws with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3de6015
Status:🚫  Build failed.

View logs