Skip to content

Commit

Permalink
chore!: update dependencies, require @angular/compiler v16, require…
Browse files Browse the repository at this point in the history
… Node.js v16 (#249)
  • Loading branch information
fisker committed May 4, 2023
1 parent d5dfb4c commit a863a6a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 121 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: "yarn"
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run lint

Expand All @@ -28,17 +28,17 @@ jobs:
fail-fast: false
matrix:
node:
- '20'
- '18'
- '16'
- '14'
name: Node.js ${{ matrix.node }} / angular ${{ matrix.angular }}
name: Node.js ${{ matrix.node }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "yarn"
cache: 'yarn'
- run: yarn install --immutable
- run: yarn run test
env:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,33 @@
"tslib": "^2.5.0"
},
"devDependencies": {
"@angular/compiler": "15.2.5",
"@angular/compiler": "16.0.0",
"@babel/code-frame": "7.21.4",
"@babel/parser": "7.21.4",
"@babel/types": "7.21.4",
"@babel/parser": "7.21.8",
"@babel/types": "7.21.5",
"@types/babel-types": "7.0.11",
"@types/babel__code-frame": "7.0.3",
"@types/jest": "29.5.0",
"@types/jest": "29.5.1",
"@types/prettier": "2.7.2",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"del-cli": "5.0.0",
"eslint": "8.37.0",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"jest": "29.5.0",
"jest-snapshot-serializer-raw": "1.2.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.3"
"typescript": "5.0.4"
},
"peerDependencies": {
"@angular/compiler": "^15.2.5"
"@angular/compiler": "^16.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 16"
},
"files": [
"lib"
Expand Down

0 comments on commit a863a6a

Please sign in to comment.