-
Notifications
You must be signed in to change notification settings - Fork 8
Commit 2eb63fc
authored
chore(deps): update all non-major dependencies (#26)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) |
[`^1.48.2` ->
`^1.49.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.48.2/1.49.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@rsbuild/core](https://rsbuild.dev)
([source](https://redirect.github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core))
| [`^1.1.4` ->
`^1.1.6`](https://renovatebot.com/diffs/npm/@rsbuild%2fcore/1.1.4/1.1.6)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [@rslib/core](https://lib.rsbuild.dev)
([source](https://redirect.github.com/web-infra-dev/rslib/tree/HEAD/packages/core))
| [`^0.1.0` ->
`^0.1.1`](https://renovatebot.com/diffs/npm/@rslib%2fcore/0.1.0/0.1.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^22.9.0` ->
`^22.10.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.9.0/22.10.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [playwright](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright)) |
[`^1.48.2` ->
`^1.49.0`](https://renovatebot.com/diffs/npm/playwright/1.48.2/1.49.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`9.12.3` ->
`9.14.4`](https://renovatebot.com/diffs/npm/pnpm/9.12.3/9.14.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [postcss](https://postcss.org/)
([source](https://redirect.github.com/postcss/postcss)) | [`^8.4.47` ->
`^8.4.49`](https://renovatebot.com/diffs/npm/postcss/8.4.47/8.4.49) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
[`^3.4.14` ->
`^3.4.15`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.14/3.4.15)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.6.3`
-> `^5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.6.3/5.7.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.49.0`](https://redirect.github.com/microsoft/playwright/compare/v1.48.2...v1.49.0)
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.48.2...v1.49.0)
</details>
<details>
<summary>web-infra-dev/rsbuild (@​rsbuild/core)</summary>
###
[`v1.1.6`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.6)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.5...v1.1.6)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### Highlights 💡
Rsbuild no longer watches the `node_modules` directory by default,
resulting in significant performance improvements:
- Up to 40% faster startup
- Up to 30% faster HMR
- 20% less memory
> See
[https://github.com/web-infra-dev/rsbuild/pull/4058](https://redirect.github.com/web-infra-dev/rsbuild/pull/4058)
for more details.
##### Performance 🚀
- perf: aggregateTimeout defaults to 0 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4062](https://redirect.github.com/web-infra-dev/rsbuild/pull/4062)
- perf: no need to calc gzipped size for Node bundles by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4066](https://redirect.github.com/web-infra-dev/rsbuild/pull/4066)
##### New Features 🎉
- feat: add plugin `onCloseBuild` hook by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/4065](https://redirect.github.com/web-infra-dev/rsbuild/pull/4065)
- feat(deps): bump Rspack v1.1.4 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4067](https://redirect.github.com/web-infra-dev/rsbuild/pull/4067)
##### Document 📖
- docs: update ts checker plugin links by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4054](https://redirect.github.com/web-infra-dev/rsbuild/pull/4054)
- docs: improve migration guides by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4055](https://redirect.github.com/web-infra-dev/rsbuild/pull/4055)
- docs: update file watching by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4061](https://redirect.github.com/web-infra-dev/rsbuild/pull/4061)
##### Other Changes
- test(e2e): add case for copy with context by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4060](https://redirect.github.com/web-infra-dev/rsbuild/pull/4060)
**Full Changelog**:
https://github.com/web-infra-dev/rsbuild/compare/v1.1.5...v1.1.6
###
[`v1.1.5`](https://redirect.github.com/web-infra-dev/rsbuild/releases/tag/v1.1.5)
[Compare
Source](https://redirect.github.com/web-infra-dev/rsbuild/compare/v1.1.4...v1.1.5)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### New Features 🎉
- feat: allow `output.sourceMap` to be boolean value by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4037](https://redirect.github.com/web-infra-dev/rsbuild/pull/4037)
- feat: add `printFileSize.include` option by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4044](https://redirect.github.com/web-infra-dev/rsbuild/pull/4044)
- feat: add `printFileSize.exclude` option by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4045](https://redirect.github.com/web-infra-dev/rsbuild/pull/4045)
##### Bug Fixes 🐞
- fix: should close compiler when dev closed by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/4027](https://redirect.github.com/web-infra-dev/rsbuild/pull/4027)
- fix(plugin-assets-retry): avoid **webpack_require**.e pollution and
add some try catch to be safer by
[@​SoonIter](https://redirect.github.com/SoonIter) in
[https://github.com/web-infra-dev/rsbuild/pull/4025](https://redirect.github.com/web-infra-dev/rsbuild/pull/4025)
##### Document 📖
- docs(deps): bump rspress 1.37.2 by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/4023](https://redirect.github.com/web-infra-dev/rsbuild/pull/4023)
- docs: fix broken api links by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/4028](https://redirect.github.com/web-infra-dev/rsbuild/pull/4028)
- docs: add intro for TanStack Router by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4036](https://redirect.github.com/web-infra-dev/rsbuild/pull/4036)
- docs: update description for Rslib by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4039](https://redirect.github.com/web-infra-dev/rsbuild/pull/4039)
- docs: add JSDoc for `PrintFileSizeOptions` by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4043](https://redirect.github.com/web-infra-dev/rsbuild/pull/4043)
- docs: manual tags injection guide by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4049](https://redirect.github.com/web-infra-dev/rsbuild/pull/4049)
- docs: update configuration migration by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4051](https://redirect.github.com/web-infra-dev/rsbuild/pull/4051)
##### Other Changes
- chore(examples): use MF Rsbuild plugin by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4022](https://redirect.github.com/web-infra-dev/rsbuild/pull/4022)
- test(e2e): enable MF v2 HMR case by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4024](https://redirect.github.com/web-infra-dev/rsbuild/pull/4024)
- chore: switch to ESM loaders by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4030](https://redirect.github.com/web-infra-dev/rsbuild/pull/4030)
- release:
[@​rsbuild/plugin-assets-retry](https://redirect.github.com/rsbuild/plugin-assets-retry)
1.0.5 by [@​SoonIter](https://redirect.github.com/SoonIter) in
[https://github.com/web-infra-dev/rsbuild/pull/4031](https://redirect.github.com/web-infra-dev/rsbuild/pull/4031)
- chore(deps): bump Rslib v0.1.0 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4032](https://redirect.github.com/web-infra-dev/rsbuild/pull/4032)
- chore(build): remove dirname shims by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/3984](https://redirect.github.com/web-infra-dev/rsbuild/pull/3984)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/4035](https://redirect.github.com/web-infra-dev/rsbuild/pull/4035)
- chore(deps): update dependency reduce-configs to ^1.1.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/4042](https://redirect.github.com/web-infra-dev/rsbuild/pull/4042)
- chore(deps): bump typescript v5.7 by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rsbuild/pull/4046](https://redirect.github.com/web-infra-dev/rsbuild/pull/4046)
- chore(deps): update dependency preact to ^10.25.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/4047](https://redirect.github.com/web-infra-dev/rsbuild/pull/4047)
- chore(deps): update dependency svelte-check to ^4.1.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/4048](https://redirect.github.com/web-infra-dev/rsbuild/pull/4048)
- chore(deps): update dependency react-router-dom to v7 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/4050](https://redirect.github.com/web-infra-dev/rsbuild/pull/4050)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rsbuild/pull/4052](https://redirect.github.com/web-infra-dev/rsbuild/pull/4052)
- release: 1.1.5 by [@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rsbuild/pull/4053](https://redirect.github.com/web-infra-dev/rsbuild/pull/4053)
**Full Changelog**:
https://github.com/web-infra-dev/rsbuild/compare/v1.1.4...v1.1.5
</details>
<details>
<summary>web-infra-dev/rslib (@​rslib/core)</summary>
###
[`v0.1.1`](https://redirect.github.com/web-infra-dev/rslib/releases/tag/v0.1.1)
[Compare
Source](https://redirect.github.com/web-infra-dev/rslib/compare/v0.1.0...v0.1.1)
<!-- Release notes generated using configuration in .github/release.yml
at main -->
#### What's Changed
##### New Features 🎉
- feat: clean dts files / buildinfo / .rslib temp folder by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/486](https://redirect.github.com/web-infra-dev/rslib/pull/486)
- feat: support watch `rslib.config` to rebuild by
[@​9aoy](https://redirect.github.com/9aoy) in
[https://github.com/web-infra-dev/rslib/pull/489](https://redirect.github.com/web-infra-dev/rslib/pull/489)
##### Bug Fixes 🐞
- fix: entry query should handle non-string entry by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/484](https://redirect.github.com/web-infra-dev/rslib/pull/484)
- fix: the moduleIds should be deterministic if the env is production
and format is mf by [@​2heal1](https://redirect.github.com/2heal1)
in
[https://github.com/web-infra-dev/rslib/pull/487](https://redirect.github.com/web-infra-dev/rslib/pull/487)
##### Document 📖
- docs: polish README by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/464](https://redirect.github.com/web-infra-dev/rslib/pull/464)
- docs: correct syntax and redirect examples by
[@​chenjiahan](https://redirect.github.com/chenjiahan) in
[https://github.com/web-infra-dev/rslib/pull/480](https://redirect.github.com/web-infra-dev/rslib/pull/480)
##### Other Changes
- chore(deps): update dependency rslib to v0.1.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/465](https://redirect.github.com/web-infra-dev/rslib/pull/465)
- chore(create-rslib): remove shebang workaround by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/466](https://redirect.github.com/web-infra-dev/rslib/pull/466)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/471](https://redirect.github.com/web-infra-dev/rslib/pull/471)
- chore(deps): update dependency
[@​microsoft/api-extractor](https://redirect.github.com/microsoft/api-extractor)
to ^7.48.0 by [@​renovate](https://redirect.github.com/renovate)
in
[https://github.com/web-infra-dev/rslib/pull/472](https://redirect.github.com/web-infra-dev/rslib/pull/472)
- chore(deps): update dependency preact to ^10.25.0 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/474](https://redirect.github.com/web-infra-dev/rslib/pull/474)
- chore(deps): update dependency
[@​playwright/test](https://redirect.github.com/playwright/test)
to v1.49.0 by [@​renovate](https://redirect.github.com/renovate)
in
[https://github.com/web-infra-dev/rslib/pull/473](https://redirect.github.com/web-infra-dev/rslib/pull/473)
- chore(deps): update dependency
[@​rsbuild/core](https://redirect.github.com/rsbuild/core) to
~1.1.5 by [@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/479](https://redirect.github.com/web-infra-dev/rslib/pull/479)
- chore(deps): update dependency prettier to ^3.4.1 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/483](https://redirect.github.com/web-infra-dev/rslib/pull/483)
- test: avoid potential output conflict by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/481](https://redirect.github.com/web-infra-dev/rslib/pull/481)
- chore(deps): update all patch dependencies by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/482](https://redirect.github.com/web-infra-dev/rslib/pull/482)
- test: multiple entries now do not affect each other by
[@​fi3ework](https://redirect.github.com/fi3ework) in
[https://github.com/web-infra-dev/rslib/pull/485](https://redirect.github.com/web-infra-dev/rslib/pull/485)
- chore(deps): update dependency rspress to v1.37.3 by
[@​renovate](https://redirect.github.com/renovate) in
[https://github.com/web-infra-dev/rslib/pull/490](https://redirect.github.com/web-infra-dev/rslib/pull/490)
- Release v0.1.1 by
[@​Timeless0911](https://redirect.github.com/Timeless0911) in
[https://github.com/web-infra-dev/rslib/pull/491](https://redirect.github.com/web-infra-dev/rslib/pull/491)
**Full Changelog**:
https://github.com/web-infra-dev/rslib/compare/v0.1.0...v0.1.1
</details>
<details>
<summary>pnpm/pnpm (pnpm)</summary>
###
[`v9.14.4`](https://redirect.github.com/pnpm/pnpm/compare/v9.14.3...v9.14.4)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.3...v9.14.4)
###
[`v9.14.3`](https://redirect.github.com/pnpm/pnpm/compare/v9.14.2...v9.14.3)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.2...v9.14.3)
###
[`v9.14.2`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.14.2)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.1...v9.14.2)
#### Patch Changes
- `pnpm publish --json` should work
[#​8788](https://redirect.github.com/pnpm/pnpm/issues/8788).
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/sanity.svg"
width="180" alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/figma.svg"
width="80" alt="Figma"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/prisma.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/prisma_light.svg" />
<img src="https://pnpm.io/img/users/prisma.svg" width="180" alt="Prisma"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/uscreen.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/uscreen_light.svg" />
<img src="https://pnpm.io/img/users/uscreen.svg" width="180"
alt="u|screen" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<img src="https://pnpm.io/img/users/jetbrains.svg" width="180"
alt="JetBrains" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="120" alt="Nx" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://route4me.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/route4me.svg" width="220"
alt="Route4Me" />
</a>
</td>
</tr>
</tbody>
</table>
###
[`v9.14.1`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.14.1)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.14.0...v9.14.1)
#### Minor Changes
- Added support for `pnpm pack --json` to print packed tarball and
contents in JSON format
[#​8765](https://redirect.github.com/pnpm/pnpm/pull/8765).
#### Patch Changes
- `pnpm exec` should print a meaningful error message when no command is
provided
[#​8752](https://redirect.github.com/pnpm/pnpm/issues/8752).
- `pnpm setup` should remove the CLI from the target location before
moving the new binary
[#​8173](https://redirect.github.com/pnpm/pnpm/issues/8173).
- Fix `ERR_PNPM_TARBALL_EXTRACT` error while installing a dependency
from GitHub having a slash in branch name
[#​7697](https://redirect.github.com/pnpm/pnpm/issues/7697).
- Don't crash if the `use-node-version` setting is used and the system
has no Node.js installed
[#​8769](https://redirect.github.com/pnpm/pnpm/issues/8769).
- Convert settings in local `.npmrc` files to their correct types. For
instance, `child-concurrency` should be a number, not a string
[#​5075](https://redirect.github.com/pnpm/pnpm/issues/5075).
- pnpm should fail if a project requires a different package manager
even if `manage-package-manager-versions` is set to `true`.
- `pnpm init` should respect the `--dir` option
[#​8768](https://redirect.github.com/pnpm/pnpm/pull/8768).
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/sanity.svg"
width="180" alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/figma.svg"
width="80" alt="Figma"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/prisma.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/prisma_light.svg" />
<img src="https://pnpm.io/img/users/prisma.svg" width="180" alt="Prisma"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/uscreen.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/uscreen_light.svg" />
<img src="https://pnpm.io/img/users/uscreen.svg" width="180"
alt="u|screen" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<img src="https://pnpm.io/img/users/jetbrains.svg" width="180"
alt="JetBrains" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="120" alt="Nx" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://route4me.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/route4me.svg" width="220"
alt="Route4Me" />
</a>
</td>
</tr>
</tbody>
</table>
###
[`v9.14.0`](https://redirect.github.com/pnpm/pnpm/compare/v9.13.2...v9.14.0)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.13.2...v9.14.0)
###
[`v9.13.2`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.13.2):
pnpm 9.13.2
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.13.1...v9.13.2)
#### Patch Changes
- Detection of circular peer dependencies should not crash with aliased
dependencies
[#​8759](https://redirect.github.com/pnpm/pnpm/issues/8759). Fixes
a regression introduced in the previous version.
- Fix race condition of symlink creations caused by multiple parallel
`dlx` processes.
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/sanity.svg"
width="180" alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/figma.svg"
width="80" alt="Figma"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/prisma.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/prisma_light.svg" />
<img src="https://pnpm.io/img/users/prisma.svg" width="180" alt="Prisma"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/uscreen.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/uscreen_light.svg" />
<img src="https://pnpm.io/img/users/uscreen.svg" width="180"
alt="u|screen" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<img src="https://pnpm.io/img/users/jetbrains.svg" width="180"
alt="JetBrains" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="120" alt="Nx" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://route4me.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/route4me.svg" width="220"
alt="Route4Me" />
</a>
</td>
</tr>
</tbody>
</table>
#### Silver Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a
href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/leniolabs.jpg" width="80"
alt="Leniolabs_">
</a>
</td>
<td align="center" valign="middle">
<a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/vercel.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/vercel_light.svg" />
<img src="https://pnpm.io/img/users/vercel.svg" width="180" alt="Vercel"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/depot.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/depot_light.svg" />
<img src="https://pnpm.io/img/users/depot.svg" width="200" alt="Depot"
/>
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/moonrepo.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
<img src="https://pnpm.io/img/users/moonrepo.svg" width="200"
alt="moonrepo" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/devowlio.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/devowlio.svg" />
<img src="https://pnpm.io/img/users/devowlio.svg" width="200"
alt="devowl.io" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://cerbos.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/cerbos.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/cerbos_light.svg" />
<img src="https://pnpm.io/img/users/cerbos.svg" width="180" alt="Cerbos"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://vlt.sh/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/vlt.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/vlt_light.svg" />
<img src="https://pnpm.io/img/users/vlt.svg" width="140" alt="vlt" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/vitejs.svg" width="65" alt="Vite">
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://macpaw.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/macpaw.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/macpaw_light.svg" />
<img src="https://pnpm.io/img/users/macpaw.svg" width="200" />
</picture>
</a>
</td>
</tr>
</tbody>
</table>
###
[`v9.13.1`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.13.1):
pnpm 9.13.1
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.13.0...v9.13.1)
#### Patch Changes
- Fixed some edge cases where resolving circular peer dependencies
caused a dead lock
[#​8720](https://redirect.github.com/pnpm/pnpm/issues/8720).
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=readme"
target="_blank"><img src="https://pnpm.io/img/users/sanity.svg"
width="180" alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/figma.svg"
width="80" alt="Figma"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/prisma.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/prisma_light.svg" />
<img src="https://pnpm.io/img/users/prisma.svg" width="180" alt="Prisma"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/uscreen.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/uscreen_light.svg" />
<img src="https://pnpm.io/img/users/uscreen.svg" width="180"
alt="u|screen" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<img src="https://pnpm.io/img/users/jetbrains.svg" width="180"
alt="JetBrains" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="120" alt="Nx" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://route4me.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/route4me.svg" width="220"
alt="Route4Me" />
</a>
</td>
</tr>
</tbody>
</table>
#### Silver Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a
href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/leniolabs.jpg" width="80"
alt="Leniolabs_">
</a>
</td>
<td align="center" valign="middle">
<a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/vercel.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/vercel_light.svg" />
<img src="https://pnpm.io/img/users/vercel.svg" width="180" alt="Vercel"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/depot.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/depot_light.svg" />
<img src="https://pnpm.io/img/users/depot.svg" width="200" alt="Depot"
/>
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/moonrepo.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
<img src="https://pnpm.io/img/users/moonrepo.svg" width="200"
alt="moonrepo" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/devowlio.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/devowlio.svg" />
<img src="https://pnpm.io/img/users/devowlio.svg" width="200"
alt="devowl.io" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://cerbos.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/cerbos.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/cerbos_light.svg" />
<img src="https://pnpm.io/img/users/cerbos.svg" width="180" alt="Cerbos"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://vlt.sh/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/vlt.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/vlt_light.svg" />
<img src="https://pnpm.io/img/users/vlt.svg" width="140" alt="vlt" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/vitejs.svg" width="65" alt="Vite">
</a>
</td>
</tr>
</tbody>
</table>
###
[`v9.13.0`](https://redirect.github.com/pnpm/pnpm/releases/tag/v9.13.0):
pnpm 9.13
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.3...v9.13.0)
#### Minor Changes
- The `self-update` now accepts a version specifier to install a
specific version of pnpm. E.g.:
pnpm self-update 9.5.0
or
pnpm self-update next-10
#### Patch Changes
- Fix `Cannot read properties of undefined (reading 'name')` that is
printed while trying to render the missing peer dependencies warning
message
[#​8538](https://redirect.github.com/pnpm/pnpm/issues/8538).
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/bit.svg" width="80"
alt="Bit"></a>
</td>
<td align="center" valign="middle">
<a href="https://figma.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank"><img src="https://pnpm.io/img/users/figma.svg"
width="80" alt="Figma"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/discord.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/discord_light.svg" />
<img src="https://pnpm.io/img/users/discord.svg" width="220"
alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://prisma.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/prisma.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/prisma_light.svg" />
<img src="https://pnpm.io/img/users/prisma.svg" width="180" alt="Prisma"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://uscreen.de/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/uscreen.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/uscreen_light.svg" />
<img src="https://pnpm.io/img/users/uscreen.svg" width="180"
alt="u|screen" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://www.jetbrains.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/jetbrains.svg" />
<img src="https://pnpm.io/img/users/jetbrains.svg" width="180"
alt="JetBrains" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/nx.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/nx_light.svg" />
<img src="https://pnpm.io/img/users/nx.svg" width="120" alt="Nx" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a
href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/coderabbit.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/coderabbit_light.svg" />
<img src="https://pnpm.io/img/users/coderabbit.svg" width="220"
alt="CodeRabbit" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://route4me.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/route4me.svg" width="220"
alt="Route4Me" />
</a>
</td>
</tr>
</tbody>
</table>
#### Silver Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a
href="https://leniolabs.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/leniolabs.jpg" width="80"
alt="Leniolabs_">
</a>
</td>
<td align="center" valign="middle">
<a href="https://vercel.com/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/vercel.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/vercel_light.svg" />
<img src="https://pnpm.io/img/users/vercel.svg" width="180" alt="Vercel"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://depot.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/depot.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/depot_light.svg" />
<img src="https://pnpm.io/img/users/depot.svg" width="200" alt="Depot"
/>
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://moonrepo.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/moonrepo.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/moonrepo_light.svg" />
<img src="https://pnpm.io/img/users/moonrepo.svg" width="200"
alt="moonrepo" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://devowl.io/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/devowlio.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/devowlio.svg" />
<img src="https://pnpm.io/img/users/devowlio.svg" width="200"
alt="devowl.io" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://cerbos.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/cerbos.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/cerbos_light.svg" />
<img src="https://pnpm.io/img/users/cerbos.svg" width="180" alt="Cerbos"
/>
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://vlt.sh/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<picture>
<source media="(prefers-color-scheme: light)"
srcset="https://pnpm.io/img/users/vlt.svg" />
<source media="(prefers-color-scheme: dark)"
srcset="https://pnpm.io/img/users/vlt_light.svg" />
<img src="https://pnpm.io/img/users/vlt.svg" width="140" alt="vlt" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes"
target="_blank">
<img src="https://pnpm.io/img/users/vitejs.svg" width="65" alt="Vite">
</a>
</td>
</tr>
</tbody>
</table>
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
###
[`v8.4.49`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8449)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.4.48...8.4.49)
- Fixed custom syntax without `source.offset` (by
[@​romainmenke](https://redirect.github.com/romainmenke)).
###
[`v8.4.48`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8448)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.4.47...8.4.48)
- Fixed position calculation in error/warnings methods (by
[@​romainmenke](https://redirect.github.com/romainmenke)).
</details>
<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>
###
[`v3.4.15`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15)
- Bump versions for security vulnerabilities
([#​14697](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14697))
- Ensure the TypeScript types for the `boxShadow` theme configuration
allows arrays
([#​14856](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14856))
- Set fallback for
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), 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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rspack-contrib/rsbuild-plugin-tailwindcss).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1127deb commit 2eb63fcCopy full SHA for 2eb63fc
File tree
Expand file treeCollapse file tree
2 files changed
+128
-128
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+128
-128
lines changedCollapse file: package.json
+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
0 commit comments