Skip to content

Commit 33af287

Browse files
chore: update deps (#510)
1 parent 5ef0863 commit 33af287

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json.
22
{
33
"name": "angular-testing-library",
4-
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-20-bullseye",
4+
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-22-bullseye",
55

66
// Features to add to the dev container. More info: https://containers.dev/features.
77
"features": {

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[20]' || '[18, 20]') }}
25+
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[22]' || '[18, 20, 22]') }}
2626
os: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest"]') }}
2727
runs-on: ${{ matrix.os }}
2828

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.9
1+
22

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@angular/platform-browser": "19.0.1",
3737
"@angular/platform-browser-dynamic": "19.0.1",
3838
"@angular/router": "19.0.1",
39-
"@ngrx/store": "19.0.0-beta.0",
40-
"@nx/angular": "20.1.3",
39+
"@ngrx/store": "19.0.0",
40+
"@nx/angular": "20.3.0",
4141
"@testing-library/dom": "^10.4.0",
4242
"rxjs": "7.8.0",
4343
"tslib": "~2.3.1",
@@ -47,21 +47,21 @@
4747
"@angular-devkit/build-angular": "19.0.1",
4848
"@angular-devkit/core": "19.0.1",
4949
"@angular-devkit/schematics": "19.0.1",
50-
"@angular-eslint/builder": "18.3.0",
51-
"@angular-eslint/eslint-plugin": "18.0.1",
52-
"@angular-eslint/eslint-plugin-template": "18.0.1",
53-
"@angular-eslint/schematics": "18.3.0",
54-
"@angular-eslint/template-parser": "18.0.1",
55-
"@angular/cli": "19.0.1",
50+
"@angular-eslint/builder": "19.0.2",
51+
"@angular-eslint/eslint-plugin": "19.0.2",
52+
"@angular-eslint/eslint-plugin-template": "19.0.2",
53+
"@angular-eslint/schematics": "19.0.2",
54+
"@angular-eslint/template-parser": "19.0.2",
55+
"@angular/cli": "~19.0.0",
5656
"@angular/compiler-cli": "19.0.1",
5757
"@angular/forms": "19.0.1",
5858
"@angular/language-service": "19.0.1",
59-
"@nx/eslint": "20.1.3",
60-
"@nx/eslint-plugin": "20.1.3",
61-
"@nx/jest": "20.1.3",
62-
"@nx/node": "20.1.3",
63-
"@nx/plugin": "20.1.3",
64-
"@nx/workspace": "20.1.3",
59+
"@nx/eslint": "20.3.0",
60+
"@nx/eslint-plugin": "20.3.0",
61+
"@nx/jest": "20.3.0",
62+
"@nx/node": "20.3.0",
63+
"@nx/plugin": "20.3.0",
64+
"@nx/workspace": "20.3.0",
6565
"@schematics/angular": "18.2.9",
6666
"@testing-library/jasmine-dom": "^1.2.0",
6767
"@testing-library/jest-dom": "^5.16.5",
@@ -86,16 +86,16 @@
8686
"jasmine-spec-reporter": "7.0.0",
8787
"jest": "29.7.0",
8888
"jest-environment-jsdom": "29.7.0",
89-
"jest-preset-angular": "14.4.1",
89+
"jest-preset-angular": "14.4.2",
9090
"karma": "6.4.0",
9191
"karma-chrome-launcher": "^3.1.0",
9292
"karma-coverage": "^2.2.1",
9393
"karma-jasmine": "5.1.0",
9494
"karma-jasmine-html-reporter": "2.0.0",
9595
"lint-staged": "^12.1.6",
96-
"ng-mocks": "^14.11.0",
96+
"ng-mocks": "^14.13.1",
9797
"ng-packagr": "19.0.1",
98-
"nx": "20.1.3",
98+
"nx": "20.3.0",
9999
"postcss": "^8.4.5",
100100
"postcss-import": "14.1.0",
101101
"postcss-preset-env": "7.5.0",

0 commit comments

Comments
 (0)