Skip to content

Commit e536295

Browse files
authored
feat: support angular 19 (prettier#313)
1 parent 25c0ed2 commit e536295

File tree

5 files changed

+1366
-1316
lines changed

5 files changed

+1366
-1316
lines changed

.yarn/releases/yarn-4.5.0.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

.yarn/releases/yarn-4.5.2.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ enableGlobalCache: true
66

77
nodeLinker: node-modules
88

9-
yarnPath: .yarn/releases/yarn-4.5.0.cjs
9+
yarnPath: .yarn/releases/yarn-4.5.2.cjs

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,31 @@
2727
"release": "yarn build && standard-version"
2828
},
2929
"devDependencies": {
30-
"@angular/compiler": "18.2.6",
31-
"@babel/code-frame": "7.24.7",
32-
"@babel/parser": "7.25.6",
33-
"@babel/types": "7.25.6",
30+
"@angular/compiler": "19.0.0",
31+
"@babel/code-frame": "7.26.2",
32+
"@babel/parser": "7.26.2",
33+
"@babel/types": "7.26.0",
3434
"@types/babel__code-frame": "7.0.6",
35-
"@types/jest": "29.5.13",
36-
"del-cli": "5.1.0",
37-
"eslint": "9.11.1",
35+
"@types/jest": "29.5.14",
36+
"del-cli": "6.0.0",
37+
"eslint": "9.15.0",
3838
"eslint-config-prettier": "9.1.0",
39-
"eslint-plugin-import": "2.30.0",
39+
"eslint-plugin-import": "2.31.0",
4040
"eslint-plugin-simple-import-sort": "12.1.1",
41-
"eslint-plugin-unicorn": "55.0.0",
42-
"globals": "15.9.0",
41+
"eslint-plugin-unicorn": "56.0.1",
42+
"globals": "15.12.0",
4343
"jest": "29.7.0",
4444
"jest-snapshot-serializer-raw": "1.2.0",
4545
"lines-and-columns": "2.0.4",
4646
"npm-run-all": "4.1.5",
4747
"prettier": "3.3.3",
4848
"standard-version": "9.5.0",
4949
"ts-jest": "29.2.5",
50-
"typescript": "5.6.2",
51-
"typescript-eslint": "8.7.0"
50+
"typescript": "5.7.2",
51+
"typescript-eslint": "8.15.0"
5252
},
5353
"peerDependencies": {
54-
"@angular/compiler": "^17.3.9 || ^18.0.0"
54+
"@angular/compiler": "^17.3.9 || ^18.0.0 || ^19.0.0"
5555
},
5656
"engines": {
5757
"node": ">= 16"
@@ -64,5 +64,5 @@
6464
"access": "public",
6565
"registry": "https://registry.npmjs.org/"
6666
},
67-
"packageManager": "yarn@4.5.0"
67+
"packageManager": "yarn@4.5.2"
6868
}

0 commit comments

Comments
 (0)