@anolilab/eslint-config 6.1.4 → 6.1.5

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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## @anolilab/eslint-config [6.1.5](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@6.1.4...@anolilab/eslint-config@6.1.5) (2023-06-22)
2
+
3
+
4
+
5
+ ### Dependencies
6
+
7
+ * **@anolilab/package-json-utils:** upgraded to 1.4.0
8
+ * **@anolilab/semantic-release-preset:** upgraded to 3.1.2
9
+
1
10
  ## @anolilab/eslint-config [6.1.4](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@6.1.3...@anolilab/eslint-config@6.1.4) (2023-06-22)
2
11
 
3
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "6.1.4",
3
+ "version": "6.1.5",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -65,7 +65,7 @@
65
65
  "postinstall": "node ./skip.js || node ./dist/postinstall.js"
66
66
  },
67
67
  "dependencies": {
68
- "@anolilab/package-json-utils": "1.3.0",
68
+ "@anolilab/package-json-utils": "1.4.0",
69
69
  "@html-eslint/eslint-plugin": "^0.19.0",
70
70
  "@html-eslint/parser": "^0.19.0",
71
71
  "@rushstack/eslint-patch": "^1.3.1",
@@ -105,7 +105,7 @@
105
105
  "yaml-eslint-parser": "^1.2.2"
106
106
  },
107
107
  "devDependencies": {
108
- "@anolilab/semantic-release-preset": "3.1.1",
108
+ "@anolilab/semantic-release-preset": "3.1.2",
109
109
  "@testing-library/dom": "^9.3.1",
110
110
  "@total-typescript/ts-reset": "^0.4.2",
111
111
  "@types/confusing-browser-globals": "^1.0.0",