@o3r/eslint-config 12.5.0-prerelease.27 → 12.5.0-prerelease.29

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/eslint-config",
3
- "version": "12.5.0-prerelease.27",
3
+ "version": "12.5.0-prerelease.29",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,7 +37,7 @@
37
37
  "build:builders": "tsc -b tsconfig.builders.json --pretty && yarn generate-cjs-manifest"
38
38
  },
39
39
  "dependencies": {
40
- "@o3r/schematics": "^12.5.0-prerelease.27"
40
+ "@o3r/schematics": "^12.5.0-prerelease.29"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@angular-devkit/core": "^19.0.0",
@@ -46,8 +46,8 @@
46
46
  "@angular/compiler": "^19.0.0",
47
47
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
48
48
  "@eslint/js": "^8.57.0 || ^9.22.0",
49
- "@o3r/eslint-plugin": "^12.5.0-prerelease.27",
50
- "@o3r/schematics": "^12.5.0-prerelease.27",
49
+ "@o3r/eslint-plugin": "^12.5.0-prerelease.29",
50
+ "@o3r/schematics": "^12.5.0-prerelease.29",
51
51
  "@schematics/angular": "^19.0.0",
52
52
  "@stylistic/eslint-plugin": "~3.1.0",
53
53
  "@typescript-eslint/parser": "^8.15.0",
@@ -81,9 +81,9 @@
81
81
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
82
82
  "@eslint/js": "~9.30.0",
83
83
  "@nx/eslint-plugin": "~20.8.0",
84
- "@o3r/build-helpers": "^12.5.0-prerelease.27",
85
- "@o3r/eslint-plugin": "^12.5.0-prerelease.27",
86
- "@o3r/test-helpers": "^12.5.0-prerelease.27",
84
+ "@o3r/build-helpers": "^12.5.0-prerelease.29",
85
+ "@o3r/eslint-plugin": "^12.5.0-prerelease.29",
86
+ "@o3r/test-helpers": "^12.5.0-prerelease.29",
87
87
  "@schematics/angular": "~19.2.0",
88
88
  "@stylistic/eslint-plugin": "~3.1.0",
89
89
  "@types/eslint__js": "^8.42.3",
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,IAAI,EAIV,MAAM,4BAA4B,CAAC;AAkBpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA8JlB;;;GAGG;AACH,eAAO,MAAM,KAAK,GAAI,SAAS,qBAAqB,SAA2C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../schematics/ng-add/index.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,KAAK,IAAI,EAIV,MAAM,4BAA4B,CAAC;AAkBpC,OAAO,KAAK,EACV,qBAAqB,EACtB,MAAM,UAAU,CAAC;AA4JlB;;;GAGG;AACH,eAAO,MAAM,KAAK,GAAI,SAAS,qBAAqB,SAA2C,CAAC"}
@@ -33,11 +33,9 @@ const devDependenciesToInstall = [
33
33
  'globals',
34
34
  'globby',
35
35
  'jsonc-eslint-parser',
36
- 'typescript-eslint',
36
+ 'typescript-eslint'
37
37
  // TODO: reactivate once https://github.com/nirtamir2/eslint-plugin-sort-export-all/issues/18 is fixed
38
38
  // 'eslint-plugin-sort-export-all',
39
- // TODO could be removed once #2482 is fixed
40
- 'yaml-eslint-parser'
41
39
  ];
42
40
  const handleOtterEslintErrors = (projectName) => (tree, context) => {
43
41
  if (!projectName) {