-
Notifications
You must be signed in to change notification settings - Fork 486
chore(build): migrate core-web from pnpm 10.17.1 to pnpm 12.4.2 #37563
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
99884d0
chore(build): move pnpm configuration to pnpm-workspace.yaml and pin …
oidacra 6a19f22
chore(build): install pnpm with npm instead of corepack in the Maven …
oidacra 3e0a772
ci: bump pnpm/action-setup to v6.1.0 and cover the postman pin
oidacra 8ae0c2d
chore(build): regenerate both lockfiles with pnpm 12.4.2
oidacra d06298d
docs(core-web): record where pnpm configuration lives after the pnpm …
oidacra cd1a6d1
fix(build): put the build's own pnpm on PATH
oidacra 0a6d2cb
chore(build): declare dotcms-postman's pnpm posture instead of inheri…
oidacra 1069b4b
chore(build): pin Node and pnpm through devEngines
oidacra 125dc57
ci: replace pnpm/action-setup with pnpm/setup
oidacra 28c758c
ci: report every pnpm version mismatch at once
oidacra 600cccc
fix(build): keep pnpm on PATH for Maven-spawned processes
nicobytes cfafbb6
fix(build): give dotcms-postman an explicit pnpm 12 configuration
nicobytes 1fe9b97
chore(build): correct stale pnpm comments and report every version mi…
nicobytes ab2f008
Merge branch 'issue-37553-migrate-core-web-to-pnpm-12' of github.com:…
nicobytes c12174d
feat(build): enforce the pnpm maturity gate now that the mirror retur…
oidacra 1bee367
Merge remote-tracking branch 'origin/main' into issue-37553-migrate-c…
oidacra 5da1ed4
ci: check every pinned toolchain declaration, not just packageManager
nicobytes d10a2c1
Merge branch 'main' into issue-37553-migrate-core-web-to-pnpm-12
nicobytes 1837d3c
Merge branch 'main' into issue-37553-migrate-core-web-to-pnpm-12
nicobytes 0f5a8b9
Merge branch 'main' into issue-37553-migrate-core-web-to-pnpm-12
nicobytes 8cb9c24
Merge branch 'main' into issue-37553-migrate-core-web-to-pnpm-12
nicobytes 0c86ba8
Merge branch 'main' into issue-37553-migrate-core-web-to-pnpm-12
nicobytes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,3 @@ | ||
| # From pnpm 11 on this file is read for registry and auth only; every other setting | ||
| # is ignored in silence. See pnpm-workspace.yaml for the rest of the configuration. | ||
| registry=https://dotcms-npm.b-cdn.net | ||
|
nicobytes marked this conversation as resolved.
oidacra marked this conversation as resolved.
|
||
| engine-strict=true | ||
| # Keep strict-peer-dependencies=false (pnpm default would block the install on | ||
| # pre-existing peer conflicts: codelyzer, ng-mocks, ngx-markdown, etc.). | ||
| # These mirror what yarn 1 warned about silently. Dropping this flag requires | ||
| # fixing each conflict first, tracked as separate follow-up work. | ||
| strict-peer-dependencies=false | ||
| # Mirrors `yarn config set network-timeout 6000000` from the previous toolchain. | ||
| fetch-timeout=6000000 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.