unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
383 stars 20 forks source link

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

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
defu ^6.0.0 -> ^6.1.0 age adoption passing confidence
pathe ^0.3.4 -> ^0.3.5 age adoption passing confidence
pnpm (source) 7.9.0 -> 7.9.5 age adoption passing confidence

Release Notes

unjs/defu ### [`v6.1.0`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#​610-httpsgithubcomunjsdefucomparev601v610-2022-08-16) [Compare Source](https://togithub.com/unjs/defu/compare/v6.0.1...v6.1.0) ##### Features - export `Defu` type helper ([#​45](https://togithub.com/unjs/defu/issues/45)) ([551ae4c](https://togithub.com/unjs/defu/commit/551ae4c87c13f2188b97930eaffd72e5575e9048)) ##### Bug Fixes - **types:** constrain inferred types of `Defu` ([3d3ea3e](https://togithub.com/unjs/defu/commit/3d3ea3e4e982591632f070bbf64e28f9d98d6bf9)) ##### [6.0.1](https://togithub.com/unjs/defu/compare/v6.0.0...v6.0.1) (2022-08-16) ##### Bug Fixes - add typing to allow for non-objects input args ([#​42](https://togithub.com/unjs/defu/issues/42)) ([1f3a701](https://togithub.com/unjs/defu/commit/1f3a701bc3fd839344359ad5c2b358fbefd978cc)) - merge object strings of many types ([#​44](https://togithub.com/unjs/defu/issues/44)) ([c7226f9](https://togithub.com/unjs/defu/commit/c7226f971740966282530745030123aa07ff7b17)) ### [`v6.0.1`](https://togithub.com/unjs/defu/blob/HEAD/CHANGELOG.md#​601-httpsgithubcomunjsdefucomparev600v601-2022-08-16) [Compare Source](https://togithub.com/unjs/defu/compare/v6.0.0...v6.0.1)
unjs/pathe ### [`v0.3.5`](https://togithub.com/unjs/pathe/blob/HEAD/CHANGELOG.md#​035-httpsgithubcomunjspathecomparev034v035-2022-08-18) [Compare Source](https://togithub.com/unjs/pathe/compare/v0.3.4...v0.3.5)
pnpm/pnpm ### [`v7.9.5`](https://togithub.com/pnpm/pnpm/releases/tag/v7.9.5) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.9.4...v7.9.5) #### Patch Changes - Set `NODE_PATH` when `prefer-symlinked-executables` is enabled [#​5251](https://togithub.com/pnpm/pnpm/pull/5251). - Fail with a meaningful error when the audit endpoint doesn't exist [#​5200](https://togithub.com/pnpm/pnpm/issues/5200). - Symlink a local dependency to `node_modules`, even if the target directory doesn't exist [#​5219](https://togithub.com/pnpm/pnpm/issues/5219). #### Our Gold Sponsors
#### Our Silver Sponsors
#### What's Changed * Fix pnpm audit bad API response on private registry by @​timtong1982 in https://github.com/pnpm/pnpm/pull/5246 * fix: set NODE_PATH when is turned on by @​d3lm in https://github.com/pnpm/pnpm/pull/5251 * fix: symlink local dep even when target dir does not exist by @​zkochan in https://github.com/pnpm/pnpm/pull/5253 * fix: only set extraEnv for preferSymlinkedExecutables if it's not windows by @​d3lm in https://github.com/pnpm/pnpm/pull/5256 #### New Contributors * @​timtong1982 made their first contribution in https://github.com/pnpm/pnpm/pull/5246 **Full Changelog**: https://github.com/pnpm/pnpm/compare/v7.9.4...v7.9.5 ### [`v7.9.4`](https://togithub.com/pnpm/pnpm/releases/tag/v7.9.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.9.3...v7.9.4) #### Patch Changes - Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date [#​5213](https://togithub.com/pnpm/pnpm/issues/5213). - `pnpm env`: for Node.js<16 install the x64 build on Darwin ARM as ARM build is not available [#​5239](https://togithub.com/pnpm/pnpm/pull/5239). - `pnpm env`: log a message when the node.js tarball starts the download [#​5241](https://togithub.com/pnpm/pnpm/pull/5241). - Fix `pnpm install --merge-git-branch-lockfile` when the lockfile is up to date [#​5212](https://togithub.com/pnpm/pnpm/issues/5212). #### Our Gold Sponsors
#### Our Silver Sponsors
#### What's Changed * feat(cafs): extend cafs with getFilePathByModeInCafs by @​d3lm in https://github.com/pnpm/pnpm/pull/5232 * fix: mergeGitBranchLockfiles when merged lockfile is up-to-date by @​chengcyber in https://github.com/pnpm/pnpm/pull/5233 * test: all test packages should be from the @​pnpm.e2e scope by @​zkochan in https://github.com/pnpm/pnpm/pull/5211 * fix: node<16 download fail on arm chips on macos by @​ambar-arkin in https://github.com/pnpm/pnpm/pull/5239 * feat(env): show state on fetching node by @​JacobLinCool in https://github.com/pnpm/pnpm/pull/5241 * Fix: install peerDeps which is not optional on headless install by @​Shinyaigeek in https://github.com/pnpm/pnpm/pull/5243 #### New Contributors * @​ambar-arkin made their first contribution in https://github.com/pnpm/pnpm/pull/5239 * @​JacobLinCool made their first contribution in https://github.com/pnpm/pnpm/pull/5241 * @​Shinyaigeek made their first contribution in https://github.com/pnpm/pnpm/pull/5243 **Full Changelog**: https://github.com/pnpm/pnpm/compare/v7.9.3...v7.9.4 ### [`v7.9.3`](https://togithub.com/pnpm/pnpm/releases/tag/v7.9.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.9.2...v7.9.3) #### Patch Changes - Remove legacy signal handlers [#​5224](https://togithub.com/pnpm/pnpm/pull/5224) #### Our Gold Sponsors
#### Our Silver Sponsors
#### What's Changed * fix: remove legacy signal handlers by @​d3lm in https://github.com/pnpm/pnpm/pull/5224 **Full Changelog**: https://github.com/pnpm/pnpm/compare/v7.9.2...v7.9.3 ### [`v7.9.2`](https://togithub.com/pnpm/pnpm/releases/tag/v7.9.2) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.9.1...v7.9.2) #### Patch Changes - When the same package is both in "peerDependencies" and in "dependencies", treat this dependency as a peer dependency if it may be resolved from the dependencies of parent packages [#​5210](https://togithub.com/pnpm/pnpm/pull/5210). - Update node-gyp to v9. - Update the [compatibility database](https://www.npmjs.com/package/@​yarnpkg/extensions). #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v7.9.1`](https://togithub.com/pnpm/pnpm/releases/tag/v7.9.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v7.9.0...v7.9.1) #### Patch Changes - `pnpm setup`: don't use `setx` to set env variables on Windows. #### Our Gold Sponsors
#### Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.