unjs / nypm

šŸŒˆ Unified Package Manager for Node.js and Bun
MIT License
439 stars 13 forks source link

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

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
corepack ^0.17.1 -> ^0.17.2 age adoption passing confidence
pnpm (source) 8.0.0 -> 8.1.1 age adoption passing confidence
typescript (source) ^5.0.2 -> ^5.0.3 age adoption passing confidence
unbuild ^1.1.2 -> ^1.2.0 age adoption passing confidence

Release Notes

nodejs/corepack ### [`v0.17.2`](https://togithub.com/nodejs/corepack/blob/HEAD/CHANGELOG.md#​0172-httpsgithubcomnodejscorepackcomparev0171v0172-2023-04-07) [Compare Source](https://togithub.com/nodejs/corepack/compare/v0.17.1...v0.17.2) ##### Features - update package manager versions ([#​249](https://togithub.com/nodejs/corepack/issues/249)) ([2507e9b](https://togithub.com/nodejs/corepack/commit/2507e9b317eacdeb939aee086de5711218ebd794))
pnpm/pnpm ### [`v8.1.1`](https://togithub.com/pnpm/pnpm/releases/tag/v8.1.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.1.0...v8.1.1) #### Patch Changes - Repeat installation should work on a project that has a dependency with parentheses in the scope name [#​6348](https://togithub.com/pnpm/pnpm/issues/6348). - Error summary should be reported as expected. - Update `@yarnpkg/shell` to fix issues in the shell emulator [#​6320](https://togithub.com/pnpm/pnpm/issues/6320). - Installation should not fail when there is a local dependency in a directory that starts with the `@` character [#​6332](https://togithub.com/pnpm/pnpm/issues/6332). - Registries are now passed to the `preResolution` hook. #### Our Gold Sponsors
#### Our Silver Sponsors
### [`v8.1.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.1.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.0.0...v8.1.0) #### Minor Changes - A new setting has been added called `dedupe-direct-deps`, which is disabled by default. When set to `true`, dependencies that are already symlinked to the root `node_modules` directory of the workspace will not be symlinked to subproject `node_modules` directories. This feature was enabled by default in v8.0.0 but caused issues, so it's best to disable it by default [#​6299](https://togithub.com/pnpm/pnpm/issues/6299). - Add `ignore-workspace-cycles` to silence workspace cycle warning [#​6308](https://togithub.com/pnpm/pnpm/pull/6308). #### Patch Changes - Print the right lowest supported Node.js version in the error message, when pnpm is executed with an old Node.js version [#​6297](https://togithub.com/pnpm/pnpm/issues/6297). - Improve the outdated lockfile error message [#​6304](https://togithub.com/pnpm/pnpm/pull/6304). #### Our Gold Sponsors
#### Our Silver Sponsors
Microsoft/TypeScript ### [`v5.0.3`](https://togithub.com/microsoft/TypeScript/releases/tag/v5.0.3): TypeScript 5.0.3 [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.0.2...v5.0.3) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-0/). For the complete list of fixed issues, check out the - [fixed issues query for Typescript v5.0.0 (Beta)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.0%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.1 (RC)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.1%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.2 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.2%22+is%3Aclosed+). - [fixed issues query for Typescript v5.0.3 (Stable)](https://togithub.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=is%3Aissue+milestone%3A%22TypeScript+5.0.3%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) - [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
unjs/unbuild ### [`v1.2.0`](https://togithub.com/unjs/unbuild/blob/HEAD/CHANGELOG.md#v120) [Compare Source](https://togithub.com/unjs/unbuild/compare/v1.1.2...v1.2.0) [compare changes](https://togithub.com/unjs/unbuild/compare/v1.1.2...v1.2.0) ##### šŸš€ Enhancements - **rollup:** Add `jsx` and `tsx` to esbuild loader defaults ([#​198](https://togithub.com/unjs/unbuild/pull/198)) - **rollup:** Allow regular expressions in `externals` array ([#​145](https://togithub.com/unjs/unbuild/pull/145)) - **mkdist:** Add new `pattern` option ([#​139](https://togithub.com/unjs/unbuild/pull/139)) - Support esbuild `charset` option ([#​190](https://togithub.com/unjs/unbuild/pull/190)) - **rollup:** Allow passing any all common esbuild options ([8e81e2a](https://togithub.com/unjs/unbuild/commit/8e81e2a)) - **rollup:** Show size of bundled npm packages in cli output ([#​243](https://togithub.com/unjs/unbuild/pull/243)) ##### šŸ©¹ Fixes - Pass missing esbuild jsx factory options ([#​224](https://togithub.com/unjs/unbuild/pull/224)) - **rollup:** Handle array format for `rollup.alias.entries` option ([#​220](https://togithub.com/unjs/unbuild/pull/220)) - **rollup:** Enable `interop: compat` for cjs compatibility ([#​215](https://togithub.com/unjs/unbuild/pull/215)) ##### šŸ“– Documentation - Add `types` to default `exports` ([#​226](https://togithub.com/unjs/unbuild/pull/226)) - Remove `types` field suggestion for now ([e8988ae](https://togithub.com/unjs/unbuild/commit/e8988ae)) ##### šŸ” Chore - Update lockfile ([cc99946](https://togithub.com/unjs/unbuild/commit/cc99946)) - Fix lint issues ([ee1ced8](https://togithub.com/unjs/unbuild/commit/ee1ced8)) - Recreate lockfile with pnpm 8 ([06d0044](https://togithub.com/unjs/unbuild/commit/06d0044)) ##### ā¤ļø Contributors - Pooya Parsa ([@​pi0](http://github.com/pi0)) - Kid - Ntnyq ([@​ntnyq](http://github.com/ntnyq)) - Marco Solazzi - Zoeyzhao19 - Dunqing ([@​Dunqing](http://github.com/Dunqing)) - XLor

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