Skip to content

Commit

Permalink
Merge pull request #111 from daniel-sc/angular-18
Browse files Browse the repository at this point in the history
feat: support angular 18
  • Loading branch information
daniel-sc committed May 22, 2024
2 parents 848718b + 1d15e2b commit 35931b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
angular-version: [13.2.6, 14.0.2, 15.0.3, 16.2.1, 17.0.0]
angular-version: [13.2.6, 14.0.2, 15.0.3, 16.2.1, 17.0.0, 18.0.0-rc.3]
exclude:
- node-version: 18.x
- node-version: 20.x
- angular-version: 17.0.0
- angular-version: 18.0.0-rc.3
include:
- angular-version: 13.2.6
devkit-version: 0.1302.6
Expand All @@ -39,6 +40,9 @@ jobs:
- angular-version: 17.0.0
devkit-version: 0.1700.0
node-version: 20.x
- angular-version: 18.0.0-rc.3
devkit-version: 0.1800.0-rc.3
node-version: 20.x

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
},
"homepage": "https://github.com/daniel-sc/ng-extract-i18n-merge#readme",
"dependencies": {
"@angular-devkit/architect": "^0.1301.0 || ^0.1401.0 || ^0.1501.0 || ^0.1601.0 || ^0.1700.0",
"@angular-devkit/core": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular-devkit/schematics": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@schematics/angular": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular-devkit/architect": "^0.1301.0 || ^0.1401.0 || ^0.1501.0 || ^0.1601.0 || ^0.1700.0 || ^0.1800.0",
"@angular-devkit/core": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular-devkit/schematics": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@schematics/angular": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"xmldoc": "^1.1.3"
},
"peerDependencies": {
"@angular-devkit/build-angular": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
"@angular-devkit/build-angular": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.8 || ^29.0.0",
Expand Down

0 comments on commit 35931b3

Please sign in to comment.