-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(manager/npm): support modern pnpm overrides syntax #31829
Conversation
If i replace the renovate/lib/modules/manager/npm/update/dependency/index.ts Lines 46 to 48 in 32dd0da
renovate/lib/modules/manager/npm/update/dependency/index.ts Lines 164 to 166 in 32dd0da
|
🎉 This PR is included in version 38.110.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
##### [`v38.110.3](https://github.com/renovatebot/renovate/releases/tag/38.110.3) ##### Bug Fixes - **manager/npm:** support modern pnpm overrides syntax ([#31829](renovatebot/renovate#31829)) ([03a8531](renovatebot/renovate@03a8531)) ##### Documentation - mention respectLatest in ignoreUnstable description ([#31802](renovatebot/renovate#31802)) ([6b5af27](renovatebot/renovate@6b5af27)) - update references to renovate/renovate ([#31813](renovatebot/renovate#31813)) ([fc73e6f](renovatebot/renovate@fc73e6f)) ##### Miscellaneous Chores - correct label actions discussion close reason ([#31819](renovatebot/renovate#31819)) ([53e6622](renovatebot/renovate@53e6622)) - **deps:** lock file maintenance ([#31814](renovatebot/renovate#31814)) ([1562b30](renovatebot/renovate@1562b30)) - **deps:** update actions/checkout action to v4.2.1 ([#31838](renovatebot/renovate#31838)) ([c665553](renovatebot/renovate@c665553)) - **deps:** update actions/upload-artifact action to v4.4.1 ([#31839](renovatebot/renovate#31839)) ([ed747af](renovatebot/renovate@ed747af)) - **deps:** update containerbase/internal-tools action to v3.4.24 ([#31806](renovatebot/renovate#31806)) ([e500902](renovatebot/renovate@e500902)) - **deps:** update containerbase/internal-tools action to v3.4.26 ([#31812](renovatebot/renovate#31812)) ([e9a882e](renovatebot/renovate@e9a882e)) - **deps:** update jaegertracing/all-in-one docker tag to v1.62.0 ([#31827](renovatebot/renovate#31827)) ([6d20f4f](renovatebot/renovate@6d20f4f)) - **git:** trace log branch commits ([#31805](renovatebot/renovate#31805)) ([3a6465e](renovatebot/renovate@3a6465e)) ##### Code Refactoring - **packageRules:** allow async matchers ([#31828](renovatebot/renovate#31828)) ([b6cff31](renovatebot/renovate@b6cff31))
##### [`v38.110.3](https://github.com/renovatebot/renovate/releases/tag/38.110.3) ##### Bug Fixes - **manager/npm:** support modern pnpm overrides syntax ([#31829](renovatebot/renovate#31829)) ([03a8531](renovatebot/renovate@03a8531)) ##### Documentation - mention respectLatest in ignoreUnstable description ([#31802](renovatebot/renovate#31802)) ([6b5af27](renovatebot/renovate@6b5af27)) - update references to renovate/renovate ([#31813](renovatebot/renovate#31813)) ([fc73e6f](renovatebot/renovate@fc73e6f)) ##### Miscellaneous Chores - correct label actions discussion close reason ([#31819](renovatebot/renovate#31819)) ([53e6622](renovatebot/renovate@53e6622)) - **deps:** lock file maintenance ([#31814](renovatebot/renovate#31814)) ([1562b30](renovatebot/renovate@1562b30)) - **deps:** update actions/checkout action to v4.2.1 ([#31838](renovatebot/renovate#31838)) ([c665553](renovatebot/renovate@c665553)) - **deps:** update actions/upload-artifact action to v4.4.1 ([#31839](renovatebot/renovate#31839)) ([ed747af](renovatebot/renovate@ed747af)) - **deps:** update containerbase/internal-tools action to v3.4.24 ([#31806](renovatebot/renovate#31806)) ([e500902](renovatebot/renovate@e500902)) - **deps:** update containerbase/internal-tools action to v3.4.26 ([#31812](renovatebot/renovate#31812)) ([e9a882e](renovatebot/renovate@e9a882e)) - **deps:** update jaegertracing/all-in-one docker tag to v1.62.0 ([#31827](renovatebot/renovate#31827)) ([6d20f4f](renovatebot/renovate@6d20f4f)) - **git:** trace log branch commits ([#31805](renovatebot/renovate#31805)) ([3a6465e](renovatebot/renovate@3a6465e)) ##### Code Refactoring - **packageRules:** allow async matchers ([#31828](renovatebot/renovate#31828)) ([b6cff31](renovatebot/renovate@b6cff31))
Changes
Support modern pnpm overrides:
Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: