Skip to content

Commit

Permalink
fix(angular): update jest-preset-angular fixing an issue with compone…
Browse files Browse the repository at this point in the history
…nt single string styles and styleUrl props (#20205)
  • Loading branch information
leosvelperez committed Nov 13, 2023
1 parent 44a5559 commit 23565f1
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 @@ -1489,6 +1489,22 @@
"alwaysAddToPackageJson": false
}
}
},
"17.1.2-jest": {
"version": "17.1.2-beta.0",
"requires": {
"@angular-devkit/build-angular": ">=13.0.0 <18.0.0",
"@angular/compiler-cli": ">=13.0.0 <18.0.0",
"@angular/core": ">=13.0.0 <18.0.0",
"@angular/platform-browser-dynamic": ">=13.0.0 <18.0.0",
"jest": "^29.0.0"
},
"packages": {
"jest-preset-angular": {
"version": "~13.1.4",
"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 @@ -24,7 +24,7 @@ export const postcssUrlVersion = '~10.1.3';
export const autoprefixerVersion = '^10.4.0';
export const tsNodeVersion = '10.9.1';

export const jestPresetAngularVersion = '~13.1.3';
export const jestPresetAngularVersion = '~13.1.4';
export const typesNodeVersion = '16.11.7';
export const jasmineMarblesVersion = '^0.9.2';

Expand Down

0 comments on commit 23565f1

Please sign in to comment.