@ama-styling/stylelint-plugin 14.0.0-next.8 → 14.0.0-prerelease.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-styling/stylelint-plugin",
3
- "version": "14.0.0-next.8",
3
+ "version": "14.0.0-prerelease.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,13 +23,13 @@
23
23
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
24
24
  },
25
25
  "dependencies": {
26
- "@o3r/schematics": "~14.0.0-next.8",
26
+ "@o3r/schematics": "~14.0.0-prerelease.1",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "@angular-devkit/schematics": "^20.0.0",
31
- "@o3r/schematics": "~14.0.0-next.8",
32
- "@schematics/angular": "^20.0.0",
30
+ "@angular-devkit/schematics": "^21.0.0",
31
+ "@o3r/schematics": "~14.0.0-prerelease.1",
32
+ "@schematics/angular": "^21.0.0",
33
33
  "postcss": "^8.4.5",
34
34
  "postcss-scss": "^4.0.9",
35
35
  "stylelint": "^16.0.2"
@@ -46,27 +46,27 @@
46
46
  }
47
47
  },
48
48
  "devDependencies": {
49
- "@angular-devkit/core": "~20.3.13",
50
- "@angular-devkit/schematics": "~20.3.13",
51
- "@angular/compiler": "~20.3.15",
49
+ "@angular-devkit/core": "~21.0.2",
50
+ "@angular-devkit/schematics": "~21.0.2",
51
+ "@angular/compiler": "~21.0.3",
52
52
  "@babel/core": "~7.28.0",
53
53
  "@babel/preset-env": "~7.28.0",
54
54
  "@babel/preset-typescript": "~7.28.0",
55
55
  "@compodoc/compodoc": "^1.1.32",
56
56
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
57
- "@nx/eslint-plugin": "~21.6.0",
58
- "@nx/jest": "~21.6.0",
59
- "@o3r/build-helpers": "~14.0.0-next.8",
60
- "@o3r/eslint-config": "~14.0.0-next.8",
61
- "@o3r/eslint-plugin": "~14.0.0-next.8",
62
- "@o3r/test-helpers": "~14.0.0-next.8",
63
- "@schematics/angular": "~20.3.13",
57
+ "@nx/eslint-plugin": "~22.3.3",
58
+ "@nx/jest": "~22.3.3",
59
+ "@o3r/build-helpers": "~14.0.0-prerelease.1",
60
+ "@o3r/eslint-config": "~14.0.0-prerelease.1",
61
+ "@o3r/eslint-plugin": "~14.0.0-prerelease.1",
62
+ "@o3r/test-helpers": "~14.0.0-prerelease.1",
63
+ "@schematics/angular": "~21.0.2",
64
64
  "@stylistic/eslint-plugin": "~5.6.0",
65
65
  "@types/css-tree": "~2.3.0",
66
66
  "@types/jest": "~30.0.0",
67
67
  "@types/node": "~24.10.0",
68
- "@typescript-eslint/parser": "~8.47.0",
69
- "angular-eslint": "~20.6.0",
68
+ "@typescript-eslint/parser": "~8.52.0",
69
+ "angular-eslint": "~21.0.1",
70
70
  "babel-jest": "^30.0.5",
71
71
  "cpy-cli": "^6.0.0",
72
72
  "eslint": "~9.39.0",
@@ -74,7 +74,7 @@
74
74
  "eslint-import-resolver-typescript": "~4.4.0",
75
75
  "eslint-plugin-import": "~2.32.0",
76
76
  "eslint-plugin-import-newlines": "~1.4.0",
77
- "eslint-plugin-jest": "~29.1.0",
77
+ "eslint-plugin-jest": "~29.12.0",
78
78
  "eslint-plugin-jsdoc": "~61.5.0",
79
79
  "eslint-plugin-prefer-arrow": "~1.2.3",
80
80
  "eslint-plugin-unicorn": "~62.0.0",
@@ -84,17 +84,17 @@
84
84
  "jest-junit": "~16.0.0",
85
85
  "jest-util": "~30.2.0",
86
86
  "jsonc-eslint-parser": "~2.4.0",
87
- "nx": "~21.6.0",
87
+ "nx": "~22.3.3",
88
88
  "postcss": "~8.5.1",
89
89
  "postcss-scss": "~4.0.9",
90
90
  "rimraf": "^6.0.1",
91
91
  "rxjs": "^7.8.1",
92
92
  "semver": "^7.5.2",
93
- "stylelint": "~16.25.0",
93
+ "stylelint": "~16.26.0",
94
94
  "ts-jest": "~29.4.0",
95
95
  "type-fest": "^5.3.1",
96
96
  "typescript": "~5.9.2",
97
- "typescript-eslint": "~8.47.0"
97
+ "typescript-eslint": "~8.52.0"
98
98
  },
99
99
  "main": "./src/public_api.mjs",
100
100
  "schematics": "./collection.json",