chore(deps): bump ng-packagr to 22.0.0 in multiple-apps example#2277
Merged
Conversation
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR Checklist
jest: multi-project libraryintegration testPR Type
What is the current behavior?
examples/jest/multiple-appsstill pinsng-packagrat21.2.3while the rest of its toolchain is on the Angular22.0.0-rc.2line — a full major behind. This is the v22 counterpart of Renovate #2269 (which targetedmasterand was closed; the bump belongs onrelease/v22).Issue Number: N/A (replaces #2269)
What is the new behavior?
ng-packagrbumped to22.0.0(the only published 22.x; no RC line). Its peertypescript >=6.0 <6.1is satisfied by the example's6.0.3. Aligns the major with the rest of the v22 toolchain and reduces the current version skew.Does this PR introduce a breaking change?
Test-fixture dependency only — not a published package.
Other information
Targets
release/v22.ci:fulllabel applied so thejest: multi-project libraryintegration test (which builds this example's library via ng-packagr) actually runs — an example-only change can otherwise be skipped by Turbo's affected-package filter.