Skip to content

Commit

Permalink
feat(angular): update jest-preset-angular to support angular v16 (#16852
Browse files Browse the repository at this point in the history
)
  • Loading branch information
leosvelperez authored and vsavkin committed May 8, 2023
1 parent 1bbeed0 commit 6f03d0c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,22 @@
"alwaysAddToPackageJson": false
}
}
},
"16.1.3-jest": {
"version": "16.1.3-beta.0",
"requires": {
"@angular-devkit/build-angular": ">=13.0.0 <17.0.0",
"@angular/compiler-cli": ">=13.0.0 <17.0.0",
"@angular/core": ">=13.0.0 <17.0.0",
"@angular/platform-browser-dynamic": ">=13.0.0 <17.0.0",
"jest": "^29.0.0"
},
"packages": {
"jest-preset-angular": {
"version": "~13.1.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/angular/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const postcssUrlVersion = '~10.1.3';
export const autoprefixerVersion = '^10.4.0';
export const tsNodeVersion = '10.9.1';

export const jestPresetAngularVersion = '~13.0.0';
export const jestPresetAngularVersion = '~13.1.0';
export const typesNodeVersion = '16.11.7';
export const jasmineMarblesVersion = '^0.9.2';

0 comments on commit 6f03d0c

Please sign in to comment.