@o3r/stylelint-plugin 11.0.0-prerelease.9 → 11.1.0-prerelease.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/stylelint-plugin",
3
- "version": "11.0.0-prerelease.9",
3
+ "version": "11.1.0-prerelease.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -27,7 +27,7 @@
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "@schematics/angular": "~17.3.0",
30
+ "@schematics/angular": "~18.0.0",
31
31
  "postcss": "^8.4.5",
32
32
  "postcss-scss": "^4.0.9",
33
33
  "stylelint": "^16.0.2"
@@ -38,39 +38,42 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@angular-devkit/core": "~17.3.0",
42
- "@angular-devkit/schematics": "~17.3.0",
43
- "@angular-eslint/eslint-plugin": "~17.5.0",
44
- "@angular/compiler": "~17.3.0",
41
+ "@angular-devkit/core": "~18.0.0",
42
+ "@angular-devkit/schematics": "~18.0.0",
43
+ "@angular-eslint/eslint-plugin": "~18.0.0",
44
+ "@angular/compiler": "~18.0.0",
45
45
  "@babel/core": "~7.24.0",
46
46
  "@babel/preset-typescript": "~7.24.0",
47
47
  "@compodoc/compodoc": "^1.1.19",
48
- "@nx/eslint-plugin": "~18.3.0",
49
- "@nx/jest": "~18.3.0",
50
- "@o3r/build-helpers": "^11.0.0-prerelease.9",
51
- "@o3r/eslint-config-otter": "^11.0.0-prerelease.9",
52
- "@o3r/eslint-plugin": "^11.0.0-prerelease.9",
53
- "@o3r/test-helpers": "^11.0.0-prerelease.9",
54
- "@schematics/angular": "~17.3.0",
55
- "@stylistic/eslint-plugin-ts": "^1.5.4",
48
+ "@nx/eslint-plugin": "~19.3.0",
49
+ "@nx/jest": "~19.3.0",
50
+ "@o3r/build-helpers": "^11.1.0-prerelease.0",
51
+ "@o3r/eslint-config-otter": "^11.1.0-prerelease.0",
52
+ "@o3r/eslint-plugin": "^11.1.0-prerelease.0",
53
+ "@o3r/test-helpers": "^11.1.0-prerelease.0",
54
+ "@schematics/angular": "~18.0.0",
55
+ "@stylistic/eslint-plugin-ts": "^2.0.0",
56
56
  "@types/jest": "~29.5.2",
57
57
  "@types/node": "^20.0.0",
58
58
  "@typescript-eslint/eslint-plugin": "^7.2.0",
59
59
  "@typescript-eslint/parser": "^7.2.0",
60
+ "@typescript-eslint/utils": "~7.14.1",
60
61
  "cpy-cli": "^5.0.0",
61
62
  "eslint": "^8.57.0",
62
63
  "eslint-import-resolver-node": "^0.3.9",
63
- "eslint-plugin-jest": "~27.9.0",
64
- "eslint-plugin-jsdoc": "~48.2.1",
64
+ "eslint-plugin-jest": "~28.6.0",
65
+ "eslint-plugin-jsdoc": "~48.4.0",
65
66
  "eslint-plugin-prefer-arrow": "~1.2.3",
66
- "eslint-plugin-unicorn": "^51.0.1",
67
+ "eslint-plugin-unicorn": "^54.0.0",
67
68
  "jest": "~29.7.0",
68
69
  "jest-junit": "~16.0.0",
69
70
  "jsonc-eslint-parser": "~2.4.0",
70
- "nx": "~18.3.0",
71
+ "nx": "~19.3.0",
72
+ "pid-from-port": "^1.1.3",
71
73
  "postcss": "~8.4.31",
72
74
  "postcss-scss": "~4.0.9",
73
75
  "rimraf": "^5.0.1",
76
+ "semver": "^7.5.2",
74
77
  "stylelint": "^16.0.2",
75
78
  "ts-jest": "~29.1.2",
76
79
  "ts-node": "~10.9.2",
@@ -106,6 +109,7 @@
106
109
  },
107
110
  {
108
111
  "name": "Stephane Dalle",
112
+ "url": "https://github.com/sdalle-1A",
109
113
  "email": "sdalle-1A@users.noreply.github.com"
110
114
  },
111
115
  {
@@ -140,7 +144,10 @@
140
144
  }
141
145
  ],
142
146
  "bugs": "https://github.com/AmadeusITGroup/otter/issues",
143
- "repository": "https://github.com/AmadeusITGroup/otter",
147
+ "repository": {
148
+ "type": "git",
149
+ "url": "git+https://github.com/AmadeusITGroup/otter.git"
150
+ },
144
151
  "license": "BSD-3-Clause",
145
152
  "homepage": "https://amadeusitgroup.github.io/otter/"
146
153
  }
@@ -20,7 +20,7 @@ Otherwise, use the error message as guidance.`);
20
20
  */
21
21
  function ngAddFn(options) {
22
22
  /* ng add rules */
23
- return async (tree) => {
23
+ return async (tree, context) => {
24
24
  const { getExternalDependenciesVersionRange, getPackageInstallConfig, getProjectNewDependenciesTypes, getO3rPeerDeps, getWorkspaceConfig, setupDependencies } = await Promise.resolve().then(() => require('@o3r/schematics'));
25
25
  // eslint-disable-next-line @typescript-eslint/naming-convention
26
26
  const { NodeDependencyType } = await Promise.resolve().then(() => require('@schematics/angular/utility/dependencies'));
@@ -35,7 +35,7 @@ function ngAddFn(options) {
35
35
  };
36
36
  return acc;
37
37
  }, getPackageInstallConfig(packageJsonPath, tree, options.projectName, true, !!options.exactO3rVersion));
38
- Object.entries(getExternalDependenciesVersionRange(dependenciesToInstall, packageJsonPath)).forEach(([dep, range]) => {
38
+ Object.entries(getExternalDependenciesVersionRange(dependenciesToInstall, packageJsonPath, context.logger)).forEach(([dep, range]) => {
39
39
  dependencies[dep] = {
40
40
  inManifest: [{
41
41
  range,