Skip to content

Commit 00f74ce

Browse files
mgechevalan-agius4
authored andcommitted
build: update codelyzer to v6
This version uses `@angular/core` and `@angular/compiler` as dependencies to prepare for the removal of view engine. It also updates `peerDependencies` for compatibility with v10.
1 parent e98cacc commit 00f74ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/schematics/angular/migrations/update-10/update-dependencies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { latestVersions } from '../../utility/latest-versions';
1616
export default function (): Rule {
1717
return (host, context) => {
1818
const dependenciesToUpdate: Record<string, string> = {
19+
'codelyzer': '^6.0.0',
1920
'jasmine-core': '~3.5.0',
2021
'jasmine-spec-reporter': '~5.0.0',
2122
'karma': '~5.0.0',

packages/schematics/angular/workspace/files/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/node": "^12.11.1",<% if (!minimal) { %>
3030
"@types/jasmine": "~3.5.0",
3131
"@types/jasminewd2": "~2.0.3",
32-
"codelyzer": "^6.0.0-next.1",
32+
"codelyzer": "^6.0.0",
3333
"jasmine-core": "~3.5.0",
3434
"jasmine-spec-reporter": "~5.0.0",
3535
"karma": "~5.0.0",

0 commit comments

Comments
 (0)