|
12 | 12 | "test:e2e": "cypress run", |
13 | 13 | "test:e2e:ci": "start-server-and-test 'yarn run start' http://localhost:4200/ 'yarn run test:e2e --quiet'", |
14 | 14 | "coverage": "ng test --watch=false --code-coverage", |
15 | | - "lint": "eslint \"*/**/*.+(js|mjs|ts)\"", |
| 15 | + "lint": "eslint", |
16 | 16 | "changelog": "node ./scripts/changelog.mjs", |
17 | 17 | "build-package": "ng-packagr -p src/ckeditor/ng-package.json", |
18 | 18 | "release:prepare-packages": "node scripts/preparepackages.mjs", |
|
38 | 38 | "@angular/cli": "^16", |
39 | 39 | "@angular/compiler-cli": "^16", |
40 | 40 | "@angular/language-service": "^16", |
41 | | - "@ckeditor/ckeditor5-dev-bump-year": "^44.0.0", |
42 | | - "@ckeditor/ckeditor5-dev-ci": "^44.0.0", |
43 | | - "@ckeditor/ckeditor5-dev-release-tools": "^44.0.0", |
44 | | - "@ckeditor/ckeditor5-dev-utils": "^44.0.0", |
| 41 | + "@ckeditor/ckeditor5-dev-bump-year": "^49.0.0", |
| 42 | + "@ckeditor/ckeditor5-dev-ci": "^49.0.0", |
| 43 | + "@ckeditor/ckeditor5-dev-release-tools": "^49.0.0", |
| 44 | + "@ckeditor/ckeditor5-dev-utils": "^49.0.0", |
45 | 45 | "@types/jasminewd2": "^2.0.10", |
46 | 46 | "@types/node": "^14.11.8", |
47 | | - "@typescript-eslint/eslint-plugin": "~5.43.0", |
48 | | - "@typescript-eslint/parser": "^5.31.0", |
49 | 47 | "ckeditor5": "^44.3.0", |
50 | 48 | "ckeditor5-premium-features": "^44.3.0", |
51 | 49 | "coveralls": "^3.1.1", |
52 | 50 | "css-loader": "^5.2.7", |
53 | 51 | "cypress": "^12.17.4", |
54 | | - "eslint": "^8.20.0", |
55 | | - "eslint-config-ckeditor5": "^7.1.0", |
| 52 | + "eslint": "^9.26.0", |
| 53 | + "eslint-config-ckeditor5": "^10.0.0", |
| 54 | + "eslint-plugin-ckeditor5-rules": "^10.0.0", |
56 | 55 | "fs-extra": "^10.0.1", |
| 56 | + "globals": "^16.1.0", |
57 | 57 | "husky": "^8.0.2", |
58 | 58 | "jasmine-core": "~3.8.0", |
59 | 59 | "jasmine-spec-reporter": "~5.0.0", |
|
74 | 74 | "ts-loader": "^9.4.3", |
75 | 75 | "ts-node": "^9.0.0", |
76 | 76 | "typescript": "~5.0.0", |
| 77 | + "typescript-eslint": "^8.32.0", |
77 | 78 | "upath": "^2.0.1", |
78 | 79 | "webpack": "^5.94.0", |
79 | 80 | "webpack-cli": "^4.10.0" |
|
83 | 84 | "webpack-dev-middleware": "5.3.4" |
84 | 85 | }, |
85 | 86 | "engines": { |
86 | | - "node": ">=20.0.0" |
| 87 | + "node": ">=22.0.0" |
87 | 88 | }, |
88 | 89 | "author": "CKSource (http://cksource.com/)", |
89 | 90 | "license": "SEE LICENSE IN LICENSE.md", |
|
94 | 95 | "url": "https://github.com/ckeditor/ckeditor5-angular.git" |
95 | 96 | }, |
96 | 97 | "lint-staged": { |
97 | | - "**/*.+(js|mjs|ts)": [ |
| 98 | + "**/*": [ |
98 | 99 | "eslint --quiet" |
99 | 100 | ] |
100 | | - }, |
101 | | - "eslintIgnore": [ |
102 | | - "**/node_modules/**", |
103 | | - "**/dist/**", |
104 | | - "**/coverage/", |
105 | | - "src/polyfills.ts", |
106 | | - "ckeditor/**" |
107 | | - ] |
| 101 | + } |
108 | 102 | } |
0 commit comments