@anolilab/eslint-config 5.0.4 → 5.0.6

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,3 +1,18 @@
1
+ ## @anolilab/eslint-config [5.0.6](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@5.0.5...@anolilab/eslint-config@5.0.6) (2023-06-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * found issues ([f810c74](https://github.com/anolilab/javascript-style-guide/commit/f810c740441d4d806bbc175a15f19bb38043c274))
7
+
8
+ ## @anolilab/eslint-config [5.0.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@5.0.4...@anolilab/eslint-config@5.0.5) (2023-05-25)
9
+
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@anolilab/semantic-release-preset:** upgraded to 2.2.1
15
+
1
16
  ## @anolilab/eslint-config [5.0.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@5.0.3...@anolilab/eslint-config@5.0.4) (2023-05-25)
2
17
 
3
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "5.0.4",
3
+ "version": "5.0.6",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -38,7 +38,6 @@
38
38
  "email": "d.bannert@anolilab.de"
39
39
  },
40
40
  "type": "module",
41
- "main": "index.cjs",
42
41
  "exports": {
43
42
  ".": "./index.cjs",
44
43
  "./config": "./config.cjs",
@@ -47,6 +46,7 @@
47
46
  "./rules/errors": "./rules/errors.cjs",
48
47
  "./rules/variables": "./rules/variables.cjs"
49
48
  },
49
+ "main": "index.cjs",
50
50
  "files": [
51
51
  "index.cjs",
52
52
  "config.cjs",
@@ -66,73 +66,72 @@
66
66
  "eslint-plugin-compat": "^4.1.4",
67
67
  "eslint-plugin-eslint-comments": "^3.2.0",
68
68
  "eslint-plugin-import": "^2.27.5",
69
+ "eslint-plugin-jsonc": "^2.8.0",
69
70
  "eslint-plugin-markdown": "^3.0.0",
70
71
  "eslint-plugin-no-loops": "^0.3.0",
71
72
  "eslint-plugin-no-secrets": "^0.8.9",
72
73
  "eslint-plugin-optimize-regex": "^1.2.1",
73
74
  "eslint-plugin-promise": "^6.1.1",
74
- "eslint-plugin-sonarjs": "^0.19.0",
75
75
  "eslint-plugin-simple-import-sort": "^10.0.0",
76
+ "eslint-plugin-sonarjs": "^0.19.0",
76
77
  "eslint-plugin-sort-keys-fix": "^1.1.2",
78
+ "eslint-plugin-toml": "^0.5.0",
77
79
  "eslint-plugin-unicorn": "^47.0.0",
80
+ "eslint-plugin-yml": "^1.7.0",
78
81
  "eslint-plugin-you-dont-need-lodash-underscore": "^6.12.0",
79
82
  "eslint-plugin-you-dont-need-momentjs": "^1.6.0",
80
- "eslint-plugin-yml": "^1.7.0",
81
- "jsonc-eslint-parser": "^2.3.0",
82
- "yaml-eslint-parser": "^1.2.2",
83
- "eslint-plugin-toml": "^0.5.0",
84
- "toml-eslint-parser": "^0.6.0",
85
- "eslint-plugin-jsonc": "^2.8.0",
86
83
  "find-up": "5.0.0",
84
+ "jsonc-eslint-parser": "^2.3.0",
87
85
  "lodash.has": "^4.5.2",
88
86
  "object.assign": "^4.1.4",
89
87
  "read-pkg-up": "7.0.1",
90
- "semver": "^7.5.1"
88
+ "semver": "^7.5.1",
89
+ "toml-eslint-parser": "^0.6.0",
90
+ "yaml-eslint-parser": "^1.2.2"
91
91
  },
92
92
  "devDependencies": {
93
+ "@anolilab/semantic-release-preset": "2.2.1",
93
94
  "@testing-library/dom": "^9.3.0",
94
- "@typescript-eslint/eslint-plugin": "^5.59.7",
95
- "@typescript-eslint/parser": "^5.59.7",
96
- "eslint": "^8.41.0",
95
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
96
+ "@typescript-eslint/parser": "^5.59.9",
97
+ "eslint": "^8.42.0",
97
98
  "eslint-find-rules": "^4.1.0",
98
99
  "eslint-plugin-babel": "^5.3.1",
99
100
  "eslint-plugin-cypress": "^2.13.3",
100
101
  "eslint-plugin-jest": "^27.2.1",
101
102
  "eslint-plugin-jest-async": "^1.0.3",
102
- "eslint-plugin-jest-dom": "^4.0.3",
103
+ "eslint-plugin-jest-dom": "^5.0.1",
103
104
  "eslint-plugin-jest-formatting": "^3.1.0",
104
- "eslint-plugin-jsdoc": "^44.2.5",
105
+ "eslint-plugin-jsdoc": "^46.2.6",
105
106
  "eslint-plugin-json": "^3.1.0",
106
107
  "eslint-plugin-jsx-a11y": "^6.7.1",
107
108
  "eslint-plugin-mdx": "^2.1.0",
108
109
  "eslint-plugin-node": "^11.1.0",
109
110
  "eslint-plugin-prefer-object-spread": "^1.2.1",
110
111
  "eslint-plugin-react": "^7.32.2",
111
- "eslint-plugin-tailwindcss": "^3.12.0",
112
112
  "eslint-plugin-react-hooks": "^4.6.0",
113
113
  "eslint-plugin-react-redux": "^4.0.0",
114
+ "eslint-plugin-tailwindcss": "^3.12.1",
114
115
  "eslint-plugin-testing-library": "^5.11.0",
115
116
  "eslint-plugin-typescript-sort-keys": "^2.3.0",
116
117
  "jest": "^29.5.0",
117
118
  "react": "^18.2.0",
118
- "typescript": "^5.0.4",
119
- "vitest": "^0.31.1",
120
- "@anolilab/semantic-release-preset": "^2.2.0"
119
+ "typescript": "^5.1.3",
120
+ "vitest": "^0.32.0"
121
121
  },
122
122
  "peerDependencies": {
123
123
  "eslint": "^8.15.0"
124
124
  },
125
125
  "optionalDependencies": {
126
- "eslint-plugin-tailwindcss": "^3.12.0",
127
- "@typescript-eslint/eslint-plugin": "^5.59.7",
128
- "@typescript-eslint/parser": "^5.59.7",
126
+ "@typescript-eslint/eslint-plugin": "^5.59.9",
127
+ "@typescript-eslint/parser": "^5.59.9",
129
128
  "eslint-plugin-babel": "^5.3.1",
130
129
  "eslint-plugin-cypress": "^2.13.3",
131
130
  "eslint-plugin-jest": "^27.2.1",
132
131
  "eslint-plugin-jest-async": "^1.0.3",
133
- "eslint-plugin-jest-dom": "^4.0.3",
132
+ "eslint-plugin-jest-dom": "^5.0.1",
134
133
  "eslint-plugin-jest-formatting": "^3.1.0",
135
- "eslint-plugin-jsdoc": "^44.2.5",
134
+ "eslint-plugin-jsdoc": "^46.2.6",
136
135
  "eslint-plugin-json": "^3.1.0",
137
136
  "eslint-plugin-jsx-a11y": "^6.7.1",
138
137
  "eslint-plugin-mdx": "^2.1.0",
@@ -141,6 +140,7 @@
141
140
  "eslint-plugin-react": "^7.32.2",
142
141
  "eslint-plugin-react-hooks": "^4.6.0",
143
142
  "eslint-plugin-react-redux": "^4.0.0",
143
+ "eslint-plugin-tailwindcss": "^3.12.1",
144
144
  "eslint-plugin-testing-library": "^5.11.0",
145
145
  "eslint-plugin-typescript-sort-keys": "^2.3.0"
146
146
  },
@@ -148,7 +148,8 @@
148
148
  "node": ">=16"
149
149
  },
150
150
  "publishConfig": {
151
- "access": "public"
151
+ "access": "public",
152
+ "provenance": true
152
153
  },
153
154
  "pnpm": {
154
155
  "overrides": {
@@ -256,7 +256,7 @@ module.exports = {
256
256
  {
257
257
  ...baseImportsRules["import/no-extraneous-dependencies"][1],
258
258
  devDependencies: baseImportsRules["import/no-extraneous-dependencies"][1].devDependencies.map(
259
- (glob) => glob.replace(/\bjs(x?)\b/g, "ts$1"),
259
+ (glob) => glob.replaceAll(/\bjs(x?)\b/g, "ts$1"),
260
260
  ),
261
261
  },
262
262
  ],