feat: allow Angular 22 as peerDependency and migrate to Vitest#210
Open
d-koppenhagen wants to merge 2 commits into
Open
feat: allow Angular 22 as peerDependency and migrate to Vitest#210d-koppenhagen wants to merge 2 commits into
d-koppenhagen wants to merge 2 commits into
Conversation
- Upgrade @angular-devkit/architect from 0.18.x to 0.22.x - Upgrade @angular-devkit/core from 18.x to 22.x - Upgrade @angular-devkit/schematics from 18.x to 22.x - Update peer dependency @angular/cli range to >=18.0.0 <23.0.0 - Upgrade TypeScript from ~5.2.2 to ~6.0.3 - Upgrade ts-jest from ^29.1.2 to ^29.4.11 - Upgrade rimraf from ^5.0.5 to ^6.1.3 - Update supporting dependencies including rxjs, ajv, magic-string, and ora - Update Node.js engine requirement to ^22.22.3 || ^24.15.0 || >=26.0.0 - Remove obsolete dependencies: cli-cursor, cli-spinners, is-interactive, is-unicode-supported
- Replace Jest with Vitest as test runner for improved performance - Update test configuration and snapshots to Vitest format - Add Angular 22 integration test to CI workflow - Update documentation to reflect Vitest usage - Add vitest.config.ts and remove jest.config.js - Update tsconfig for Vitest compatibility - Add Angular 22 test fixture for version compatibility testing - Fix trailing whitespace in README and contributor documentation - Update supported Angular version range from 18-21 to 18-22
Member
|
We did similar things 😬 #211 |
Contributor
Author
|
yes! Lets's merge yours first and I will rebase this one. |
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.
closes #209