@anolilab/eslint-config 14.0.18 → 14.0.19

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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @anolilab/eslint-config [14.0.19](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.18...@anolilab/eslint-config@14.0.19) (2023-10-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([aeb10b6](https://github.com/anolilab/javascript-style-guide/commit/aeb10b68a025e325387bc9f3138ab5ab26d72480))
7
+
1
8
  ## @anolilab/eslint-config [14.0.18](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@14.0.17...@anolilab/eslint-config@14.0.18) (2023-10-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anolilab/eslint-config",
3
- "version": "14.0.18",
3
+ "version": "14.0.19",
4
4
  "description": "ESLint shareable config for the Anolilab JavaScript style guide.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -131,10 +131,10 @@
131
131
  "@anolilab/package-json-utils": "3.0.7",
132
132
  "@babel/eslint-parser": "^7.22.15",
133
133
  "@babel/plugin-syntax-import-assertions": "^7.22.5",
134
- "@jsenv/eslint-import-resolver": ">=8.0.4",
135
134
  "@eslint/js": "^8.50.0",
136
135
  "@html-eslint/eslint-plugin": "^0.19.1",
137
136
  "@html-eslint/parser": "^0.19.1",
137
+ "@jsenv/eslint-import-resolver": ">=8.0.4",
138
138
  "@rushstack/eslint-patch": "^1.5.1",
139
139
  "@rushstack/eslint-plugin-security": "^0.7.1",
140
140
  "@typescript-eslint/eslint-plugin": ">=6.7.4",
@@ -149,10 +149,10 @@
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",
153
152
  "eslint-plugin-jsonc": "^2.9.0",
154
153
  "eslint-plugin-markdown": "^3.0.1",
155
154
  "eslint-plugin-mdx": "^2.2.0",
155
+ "eslint-plugin-n": "^16.1.0",
156
156
  "eslint-plugin-no-loops": "^0.3.0",
157
157
  "eslint-plugin-no-only-tests": "^3.1.0",
158
158
  "eslint-plugin-no-secrets": "^0.8.9",
@@ -167,7 +167,7 @@
167
167
  "eslint-plugin-unicorn": "^48.0.1",
168
168
  "eslint-plugin-yml": "^1.9.0",
169
169
  "find-up": "5.0.0",
170
- "globals": "^13.22.0",
170
+ "globals": "^13.23.0",
171
171
  "jsonc-eslint-parser": "^2.3.0",
172
172
  "read-pkg-up": "^7.0.1",
173
173
  "semver": "^7.5.4",