unjs / h3

⚡️ Minimal H(TTP) framework built for high performance and portability
https://h3.unjs.io/
MIT License
3.69k stars 219 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
crossws ^0.2.4 -> ^0.3.1 age adoption passing confidence
pnpm (source) 9.7.1 -> 9.12.0 age adoption passing confidence
undocs ^0.2.26 -> ^0.2.29 age adoption passing confidence

Release Notes

unjs/crossws (crossws) ### [`v0.3.1`](https://redirect.github.com/unjs/crossws/blob/HEAD/CHANGELOG.md#v031) [Compare Source](https://redirect.github.com/unjs/crossws/compare/v0.3.0...v0.3.1) [compare changes](https://redirect.github.com/unjs/crossws/compare/v0.3.0...v0.3.1) ##### 🩹 Fixes - **types:** `AdapterOptions` type ([#​80](https://redirect.github.com/unjs/crossws/pull/80)) ##### 🏡 Chore - **release:** V0.3.0 ([4a5e168](https://redirect.github.com/unjs/crossws/commit/4a5e168)) - Update deps ([567c9fe](https://redirect.github.com/unjs/crossws/commit/567c9fe)) - Update changelog ([1f5411a](https://redirect.github.com/unjs/crossws/commit/1f5411a)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Hayatosc ([@​hayatosc](http://github.com/hayatosc)) ### [`v0.3.0`](https://redirect.github.com/unjs/crossws/blob/HEAD/CHANGELOG.md#v030) [Compare Source](https://redirect.github.com/unjs/crossws/compare/v0.2.4...v0.3.0) [compare changes](https://redirect.github.com/unjs/crossws/compare/v0.2.4...v0.3.0)
pnpm/pnpm (pnpm) ### [`v9.12.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.12.0): pnpm 9.12 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.11.0...v9.12.0) ##### Minor Changes - Fix peer dependency resolution dead lock [#​8570](https://redirect.github.com/pnpm/pnpm/issues/8570). This change might change some of the keys in the `snapshots` field inside `pnpm-lock.yaml` but it should happen very rarely. - `pnpm outdated` command supports now a `--sort-by=name` option for sorting outdated dependencies by package name [#​8523](https://redirect.github.com/pnpm/pnpm/pull/8523). - Added the ability for `overrides` to remove dependencies by specifying `"-"` as the field value [#​8572](https://redirect.github.com/pnpm/pnpm/issues/8572). For example, to remove `lodash` from the dependencies, use this configuration in `package.json`: ```json { "pnpm": { "overrides": { "lodash": "-" } } } ``` ##### Patch Changes - Fixed an issue where `pnpm list --json pkg` showed `"private": false` for a private package [#​8519](https://redirect.github.com/pnpm/pnpm/issues/8519). - Packages with `libc` that differ from `pnpm.supportedArchitectures.libc` are not downloaded [#​7362](https://redirect.github.com/pnpm/pnpm/issues/7362). - Prevent `ENOENT` errors caused by running `store prune` in parallel [#​8586](https://redirect.github.com/pnpm/pnpm/pull/8586). - Add issues alias to `pnpm bugs` [#​8596](https://redirect.github.com/pnpm/pnpm/pull/8596). ##### Platinum Sponsors
##### Gold Sponsors
##### Our Silver Sponsors
### [`v9.11.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.10.0...v9.11.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.10.0...v9.11.0) ### [`v9.10.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.10.0): pnpm 9.10 [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.9.0...v9.10.0) #### Minor Changes - Support for a new CLI flag, `--exclude-peers`, added to the `list` and `why` commands. When `--exclude-peers` is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned [#​8506](https://redirect.github.com/pnpm/pnpm/pull/8506). - Added a new setting to `package.json` at `pnpm.auditConfig.ignoreGhsas` for ignoring vulnerabilities by their GHSA code [#​6838](https://redirect.github.com/pnpm/pnpm/issues/6838). For instance: ```json { "pnpm": { "auditConfig": { "ignoreGhsas": [ "GHSA-42xw-2xvc-qx8m", "GHSA-4w2v-q235-vp99", "GHSA-cph5-m8f7-6c5x", "GHSA-vh95-rmgr-6w4m" ] } } } ``` #### Patch Changes - Throw an exception if pnpm switches to the same version of itself. - Reduce memory usage during peer dependencies resolution. #### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
### [`v9.9.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.8.0...v9.9.0) ### [`v9.8.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.7.1...v9.8.0) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.7.1...v9.8.0)
unjs/undocs (undocs) ### [`v0.2.29`](https://redirect.github.com/unjs/undocs/blob/HEAD/CHANGELOG.md#v0229) [Compare Source](https://redirect.github.com/unjs/undocs/compare/v0.2.28...v0.2.29) [compare changes](https://redirect.github.com/unjs/undocs/compare/v0.2.28...v0.2.29) ##### 🚀 Enhancements - Add support for deno as package manager ([#​147](https://redirect.github.com/unjs/undocs/pull/147)) ##### 🏡 Chore - **release:** V0.2.28 ([0f6e735](https://redirect.github.com/unjs/undocs/commit/0f6e735)) - Update jiti and c12 ([0fcfb22](https://redirect.github.com/unjs/undocs/commit/0fcfb22)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Bartek Iwańczuk ### [`v0.2.28`](https://redirect.github.com/unjs/undocs/blob/HEAD/CHANGELOG.md#v0228) [Compare Source](https://redirect.github.com/unjs/undocs/compare/v0.2.27...v0.2.28) [compare changes](https://redirect.github.com/unjs/undocs/compare/v0.2.27...v0.2.28) ##### 🩹 Fixes - Update page title with spa navigation ([2984c92](https://redirect.github.com/unjs/undocs/commit/2984c92)) ##### 💅 Refactors - Make code blocks simpler ([d8bf888](https://redirect.github.com/unjs/undocs/commit/d8bf888)) - Use `Inter` as main font family ([3e515f6](https://redirect.github.com/unjs/undocs/commit/3e515f6)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) ### [`v0.2.27`](https://redirect.github.com/unjs/undocs/blob/HEAD/CHANGELOG.md#v0227) [Compare Source](https://redirect.github.com/unjs/undocs/compare/v0.2.26...v0.2.27) [compare changes](https://redirect.github.com/unjs/undocs/compare/v0.2.26...v0.2.27) ##### 🩹 Fixes - Disable jsdoc transform due to issues ([62ede86](https://redirect.github.com/unjs/undocs/commit/62ede86)) ##### 🏡 Chore - **release:** V0.2.26 ([2d80666](https://redirect.github.com/unjs/undocs/commit/2d80666)) - Update deps ([d146591](https://redirect.github.com/unjs/undocs/commit/d146591)) ##### ❤️ Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0))

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.