@anolilab/eslint-config 14.0.12 → 14.0.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ## @anolilab/eslint-config [14.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.13...@anolilab/eslint-config@14.0.14) (2023-09-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * added missing eslint-plugin-n to the deps ([0f1e67f](https://github.com/anolilab/javascript-style-guide/commit/0f1e67f42cb29f6d1f2bdd2d41bc19286d8b3632))
7
+
8
+ ## @anolilab/eslint-config [14.0.13](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.12...@anolilab/eslint-config@14.0.13) (2023-09-29)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * updated dev deps ([d4bf8d9](https://github.com/anolilab/javascript-style-guide/commit/d4bf8d9b636e68bb214c527791dbb76ee47c6af5))
14
+
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * **@anolilab/semantic-release-preset:** upgraded to 8.0.0
20
+
1
21
  ## @anolilab/eslint-config [14.0.12](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.11...@anolilab/eslint-config@14.0.12) (2023-09-29)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "14.0.12",
3
+ "version": "14.0.14",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -149,6 +149,7 @@
149
149
  "eslint-plugin-eslint-comments": "^3.2.0",
150
150
  "eslint-plugin-html": "^7.1.0",
151
151
  "eslint-plugin-i": "^2.28.1",
152
+ "eslint-plugin-n": "^16.1.0",
152
153
  "eslint-plugin-jsonc": "^2.9.0",
153
154
  "eslint-plugin-markdown": "^3.0.1",
154
155
  "eslint-plugin-mdx": "^2.2.0",
@@ -174,7 +175,7 @@
174
175
  "yaml-eslint-parser": "^1.2.2"
175
176
  },
176
177
  "devDependencies": {
177
- "@anolilab/semantic-release-preset": "7.0.5",
178
+ "@anolilab/semantic-release-preset": "8.0.0",
178
179
  "@arthurgeron/eslint-plugin-react-usememo": "^2.0.1",
179
180
  "@testing-library/dom": "^9.3.3",
180
181
  "@total-typescript/ts-reset": "^0.5.1",
@@ -211,7 +212,7 @@
211
212
  "jest": "^29.7.0",
212
213
  "react": "^18.2.0",
213
214
  "rimraf": "^5.0.5",
214
- "semantic-release": "^21.1.2",
215
+ "semantic-release": "^22.0.5",
215
216
  "tsup": "^7.2.0",
216
217
  "type-fest": "^4.3.2",
217
218
  "typescript": "^5.2.2",
@@ -233,7 +234,6 @@
233
234
  "eslint-plugin-jest-formatting": "^3.1.0",
234
235
  "eslint-plugin-jsdoc": "^46.8.2",
235
236
  "eslint-plugin-jsx-a11y": "^6.7.1",
236
- "eslint-plugin-n": "^16.1.0",
237
237
  "eslint-plugin-no-unsanitized": "^4.0.2",
238
238
  "eslint-plugin-playwright": "^0.16.0",
239
239
  "eslint-plugin-prefer-object-spread": "^1.2.1",