@open-xchange/linter-presets 0.1.9 → 0.1.11

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.11] - 2024-07-30
4
+
5
+ - chore: bump dependencies
6
+ - skipped eslint-plugin-jsdoc: <https://github.com/gajus/eslint-plugin-jsdoc/issues/1282>
7
+ - skipped @stylistic/eslint-plugin: <https://github.com/typescript-eslint/typescript-eslint/issues/9655>
8
+
9
+ ## [0.1.10] - 2024-07-26
10
+
11
+ - chore: bump dependencies
12
+ - chore: remove old license headers
13
+
3
14
  ## [0.1.9] - 2024-07-26
4
15
 
5
16
  - added: [ESLint] `env.node`: option `settings` with shared settings for `eslint-plugin-n`
@@ -1,9 +1,3 @@
1
- /*
2
- * Copyright (C) Open-Xchange GmbH, Germany <info@open-xchange.com>
3
- *
4
- * This program is proprietary software and licensed to you under Open-Xchange
5
- * GmbH's Software License Agreement.
6
- */
7
1
  import typescriptEslint from "typescript-eslint";
8
2
  import { NO_UNUSED_VARS_OPTIONS } from "../shared/env-utils.js";
9
3
  // functions ==================================================================
@@ -1,9 +1,3 @@
1
- /*
2
- * Copyright (C) Open-Xchange GmbH, Germany <info@open-xchange.com>
3
- *
4
- * This program is proprietary software and licensed to you under Open-Xchange
5
- * GmbH's Software License Agreement.
6
- */
7
1
  import codeceptPlugin from "eslint-plugin-codeceptjs";
8
2
  import chaiExpectPlugin from "eslint-plugin-chai-expect";
9
3
  import { concatConfigs, createConfig, customRules } from "../shared/env-utils.js";
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
- "$schema": "https://json.schemastore.org/package",
3
2
  "name": "@open-xchange/linter-presets",
4
- "version": "0.1.9",
3
+ "version": "0.1.11",
5
4
  "description": "Configuration presets for ESLint and StyleLint",
6
5
  "repository": {
7
6
  "url": "https://gitlab.open-xchange.com/fspd/npm-packages/linter-presets"
@@ -24,16 +23,16 @@
24
23
  "*.{js,ts,json}": "yarn lint"
25
24
  },
26
25
  "dependencies": {
27
- "@babel/core": "7.24.9",
28
- "@babel/eslint-parser": "7.24.8",
26
+ "@babel/core": "7.25.2",
27
+ "@babel/eslint-parser": "7.25.1",
29
28
  "@babel/plugin-proposal-decorators": "7.24.7",
30
29
  "@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
31
30
  "@eslint/compat": "1.1.1",
32
- "@eslint/js": "9.7.0",
31
+ "@eslint/js": "9.8.0",
33
32
  "@stylistic/eslint-plugin": "2.3.0",
34
33
  "@stylistic/eslint-plugin-migrate": "2.3.0",
35
34
  "@stylistic/stylelint-config": "1.0.1",
36
- "@stylistic/stylelint-plugin": "2.1.2",
35
+ "@stylistic/stylelint-plugin": "2.1.3",
37
36
  "confusing-browser-globals": "1.0.11",
38
37
  "eslint-plugin-chai-expect": "3.1.0",
39
38
  "eslint-plugin-codeceptjs": "1.3.0",
@@ -46,7 +45,7 @@
46
45
  "eslint-plugin-jsx-a11y": "6.9.0",
47
46
  "eslint-plugin-jsx-expressions": "1.3.2",
48
47
  "eslint-plugin-license-header": "0.6.1",
49
- "eslint-plugin-n": "17.9.0",
48
+ "eslint-plugin-n": "17.10.1",
50
49
  "eslint-plugin-promise": "7.0.0",
51
50
  "eslint-plugin-react": "7.35.0",
52
51
  "eslint-plugin-react-hooks": "4.6.2",
@@ -62,17 +61,17 @@
62
61
  "stylelint-config-standard-less": "3.0.1",
63
62
  "stylelint-config-standard-scss": "13.1.0",
64
63
  "stylelint-plugin-license-header": "1.0.3",
65
- "typescript-eslint": "7.17.0"
64
+ "typescript-eslint": "7.18.0"
66
65
  },
67
66
  "devDependencies": {
68
67
  "@types/confusing-browser-globals": "1.0.3",
69
68
  "@types/eslint__js": "8.42.3",
70
69
  "@types/picomatch": "3.0.0",
71
- "@typescript-eslint/utils": "7.17.0",
72
- "eslint": "9.7.0",
73
- "husky": "9.1.2",
70
+ "@typescript-eslint/utils": "7.18.0",
71
+ "eslint": "9.8.0",
72
+ "husky": "9.1.4",
74
73
  "jest": "29.7.0",
75
- "stylelint": "16.7.0",
74
+ "stylelint": "16.8.0",
76
75
  "typescript": "5.5.4"
77
76
  },
78
77
  "peerDependencies": {
@@ -83,6 +82,9 @@
83
82
  "vitest": "^2.0"
84
83
  },
85
84
  "peerDependenciesMeta": {
85
+ "eslint": {
86
+ "optional": true
87
+ },
86
88
  "jest": {
87
89
  "optional": true
88
90
  },