|
9 | 9 | "build": "nx run-many --target=build --projects=testing-library",
|
10 | 10 | "build:schematics": "tsc -p ./projects/testing-library/tsconfig.schematics.json",
|
11 | 11 | "test": "nx run-many --target=test --all --parallel=1",
|
12 |
| - "lint": "nx workspace-lint && nx lint", |
| 12 | + "lint": "nx run-many --all --target=lint", |
13 | 13 | "e2e": "nx e2e",
|
14 | 14 | "affected:apps": "nx affected:apps",
|
15 | 15 | "affected:libs": "nx affected:libs",
|
|
40 | 40 | "@nx/angular": "20.3.0",
|
41 | 41 | "@testing-library/dom": "^10.4.0",
|
42 | 42 | "rxjs": "7.8.0",
|
43 |
| - "tslib": "~2.3.1", |
| 43 | + "tslib": "~2.8.1", |
44 | 44 | "zone.js": "^0.15.0"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
|
52 | 52 | "@angular-eslint/eslint-plugin-template": "19.0.2",
|
53 | 53 | "@angular-eslint/schematics": "19.0.2",
|
54 | 54 | "@angular-eslint/template-parser": "19.0.2",
|
55 |
| - "@angular/cli": "~19.0.0", |
| 55 | + "@angular/cli": "~19.0.6", |
56 | 56 | "@angular/compiler-cli": "19.0.1",
|
57 | 57 | "@angular/forms": "19.0.1",
|
58 | 58 | "@angular/language-service": "19.0.1",
|
|
63 | 63 | "@nx/plugin": "20.3.0",
|
64 | 64 | "@nx/workspace": "20.3.0",
|
65 | 65 | "@schematics/angular": "18.2.9",
|
66 |
| - "@testing-library/jasmine-dom": "^1.2.0", |
67 |
| - "@testing-library/jest-dom": "^5.16.5", |
68 |
| - "@testing-library/user-event": "^14.4.3", |
| 66 | + "@testing-library/jasmine-dom": "^1.3.3", |
| 67 | + "@testing-library/jest-dom": "^6.6.3", |
| 68 | + "@testing-library/user-event": "^14.5.2", |
69 | 69 | "@types/jasmine": "4.3.1",
|
70 | 70 | "@types/jest": "29.5.14",
|
71 | 71 | "@types/node": "22.10.1",
|
72 |
| - "@types/testing-library__jasmine-dom": "^1.3.0", |
| 72 | + "@types/testing-library__jasmine-dom": "^1.3.4", |
73 | 73 | "@typescript-eslint/eslint-plugin": "7.16.0",
|
74 | 74 | "@typescript-eslint/parser": "7.16.0",
|
75 |
| - "@typescript-eslint/utils": "^7.16.0", |
76 |
| - "autoprefixer": "^10.4.0", |
77 |
| - "cpy-cli": "^3.1.1", |
| 75 | + "@typescript-eslint/utils": "^8.19.0", |
| 76 | + "angular-eslint": "^19.0.2", |
| 77 | + "autoprefixer": "^10.4.20", |
| 78 | + "cpy-cli": "^5.0.0", |
78 | 79 | "eslint": "8.57.0",
|
79 |
| - "eslint-config-prettier": "9.0.0", |
80 |
| - "eslint-plugin-import": "~2.25.4", |
81 |
| - "eslint-plugin-jasmine": "~4.1.3", |
82 |
| - "eslint-plugin-jest": "^27.6.3", |
83 |
| - "eslint-plugin-jest-dom": "~4.0.1", |
84 |
| - "eslint-plugin-testing-library": "~5.0.1", |
| 80 | + "eslint-plugin-jest-dom": "~5.5.0", |
| 81 | + "eslint-plugin-testing-library": "~7.1.1", |
85 | 82 | "jasmine-core": "4.2.0",
|
86 | 83 | "jasmine-spec-reporter": "7.0.0",
|
87 | 84 | "jest": "29.7.0",
|
88 | 85 | "jest-environment-jsdom": "29.7.0",
|
89 | 86 | "jest-preset-angular": "14.4.2",
|
90 | 87 | "karma": "6.4.0",
|
91 |
| - "karma-chrome-launcher": "^3.1.0", |
| 88 | + "karma-chrome-launcher": "^3.2.0", |
92 | 89 | "karma-coverage": "^2.2.1",
|
93 | 90 | "karma-jasmine": "5.1.0",
|
94 | 91 | "karma-jasmine-html-reporter": "2.0.0",
|
95 |
| - "lint-staged": "^12.1.6", |
| 92 | + "lint-staged": "^15.3.0", |
96 | 93 | "ng-mocks": "^14.13.1",
|
97 | 94 | "ng-packagr": "19.0.1",
|
98 | 95 | "nx": "20.3.0",
|
99 |
| - "postcss": "^8.4.5", |
| 96 | + "postcss": "^8.4.49", |
100 | 97 | "postcss-import": "14.1.0",
|
101 | 98 | "postcss-preset-env": "7.5.0",
|
102 | 99 | "postcss-url": "10.1.3",
|
103 | 100 | "prettier": "2.6.2",
|
104 |
| - "rimraf": "^3.0.2", |
105 |
| - "semantic-release": "^18.0.0", |
| 101 | + "rimraf": "^5.0.10", |
| 102 | + "semantic-release": "^24.2.1", |
106 | 103 | "ts-jest": "29.1.0",
|
107 | 104 | "ts-node": "10.9.1",
|
108 |
| - "typescript": "5.6.2" |
| 105 | + "typescript": "5.6.2", |
| 106 | + "typescript-eslint": "^8.19.0" |
109 | 107 | }
|
110 | 108 | }
|
0 commit comments