@open-xchange/linter-presets 0.8.7 → 0.8.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## `0.8.8` – 2024-Oct-18
4
+
5
+ - chore: bump dependencies
6
+
3
7
  ## `0.8.7` – 2024-Oct-11
4
8
 
5
9
  - chore: bump dependencies
@@ -1,6 +1,5 @@
1
1
  import jestDomPlugin from "eslint-plugin-jest-dom";
2
2
  import testingLibraryPlugin from "eslint-plugin-testing-library";
3
- import { fixupPluginRules } from "@eslint/compat";
4
3
  import { concatConfigs, createConfig } from "./env-utils.js";
5
4
  // functions ==================================================================
6
5
  /**
@@ -21,7 +20,7 @@ export function createUnitTestPluginConfigs(envOptions) {
21
20
  envOptions.testingLib && createConfig(envOptions, {
22
21
  // register rule implementations of the plugins
23
22
  plugins: {
24
- "testing-library": fixupPluginRules(testingLibraryPlugin), // https://github.com/testing-library/eslint-plugin-testing-library/issues/899
23
+ "testing-library": testingLibraryPlugin,
25
24
  },
26
25
  // recommended rules
27
26
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-xchange/linter-presets",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Configuration presets for ESLint and StyleLint",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "@eslint-community/eslint-plugin-eslint-comments": "4.4.0",
28
28
  "@eslint/compat": "1.2.0",
29
29
  "@eslint/js": "9.12.0",
30
- "@eslint/markdown": "6.2.0",
30
+ "@eslint/markdown": "6.2.1",
31
31
  "@stylistic/eslint-plugin": "2.9.0",
32
32
  "@stylistic/eslint-plugin-migrate": "2.9.0",
33
33
  "@stylistic/stylelint-config": "2.0.0",
@@ -41,7 +41,7 @@
41
41
  "eslint-plugin-import": "2.31.0",
42
42
  "eslint-plugin-jest": "28.8.3",
43
43
  "eslint-plugin-jest-dom": "5.4.0",
44
- "eslint-plugin-jsdoc": "50.3.1",
44
+ "eslint-plugin-jsdoc": "50.4.3",
45
45
  "eslint-plugin-jsonc": "2.16.0",
46
46
  "eslint-plugin-jsx-a11y": "6.10.0",
47
47
  "eslint-plugin-jsx-expressions": "1.3.2",
@@ -49,10 +49,10 @@
49
49
  "eslint-plugin-n": "17.11.1",
50
50
  "eslint-plugin-promise": "7.1.0",
51
51
  "eslint-plugin-react": "7.37.1",
52
- "eslint-plugin-react-hooks": "4.6.2",
52
+ "eslint-plugin-react-hooks": "5.0.0",
53
53
  "eslint-plugin-react-hooks-static-deps": "1.0.7",
54
54
  "eslint-plugin-react-refresh": "0.4.12",
55
- "eslint-plugin-testing-library": "6.3.0",
55
+ "eslint-plugin-testing-library": "6.3.4",
56
56
  "eslint-plugin-yml": "1.14.0",
57
57
  "find-up": "7.0.0",
58
58
  "globals": "15.11.0",
@@ -61,17 +61,17 @@
61
61
  "stylelint-config-standard-less": "3.0.1",
62
62
  "stylelint-config-standard-scss": "13.1.0",
63
63
  "stylelint-plugin-license-header": "1.0.3",
64
- "typescript-eslint": "8.8.1"
64
+ "typescript-eslint": "8.10.0"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@types/confusing-browser-globals": "1.0.3",
68
68
  "@types/eslint__js": "8.42.3",
69
69
  "@types/picomatch": "3.0.1",
70
- "@typescript-eslint/utils": "8.8.1",
70
+ "@typescript-eslint/utils": "8.10.0",
71
71
  "eslint": "9.12.0",
72
72
  "jest": "29.7.0",
73
73
  "rimraf": "6.0.1",
74
- "stylelint": "16.9.0",
74
+ "stylelint": "16.10.0",
75
75
  "typescript": "5.6.3"
76
76
  },
77
77
  "peerDependencies": {