@foray1010/eslint-config 12.2.3 → 12.2.4

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
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [12.2.4](https://github.com/foray1010/common-presets/compare/@foray1010/eslint-config@12.2.3...@foray1010/eslint-config@12.2.4) (2024-06-15)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **deps:** update dependency eslint-plugin-compat to v5 ([d9743af](https://github.com/foray1010/common-presets/commit/d9743af383e66d3365db4024cbf7c40572eb50d4))
11
+ - **deps:** update dependency eslint-plugin-unicorn to v54 ([33438db](https://github.com/foray1010/common-presets/commit/33438db1de6efc74a90510b5003e6464bcfd630f))
12
+
6
13
  ## [12.2.3](https://github.com/foray1010/common-presets/compare/@foray1010/eslint-config@12.2.2...@foray1010/eslint-config@12.2.3) (2024-06-09)
7
14
 
8
15
  ### Bug Fixes
package/bases/base.mjs CHANGED
@@ -289,8 +289,7 @@ const baseConfig = [
289
289
  languageOptions: {
290
290
  ecmaVersion: 2023,
291
291
  globals: {
292
- // No es2022/es2023 preset yet
293
- ...globals.es2021,
292
+ ...globals.es2023,
294
293
  /* Not using `node` to explicitly import node.js only built-in modules, e.g.
295
294
  * import { Buffer } from 'node:buffer'
296
295
  * import process from 'node:process'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@foray1010/eslint-config",
4
- "version": "12.2.3",
4
+ "version": "12.2.4",
5
5
  "homepage": "https://github.com/foray1010/common-presets/tree/master/packages/eslint-config#readme",
6
6
  "bugs": "https://github.com/foray1010/common-presets/issues",
7
7
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "confusing-browser-globals": "^1.0.11",
29
29
  "eslint-config-prettier": "^9.0.0",
30
30
  "eslint-import-resolver-typescript": "^3.6.1",
31
- "eslint-plugin-compat": "^4.2.0",
31
+ "eslint-plugin-compat": "^5.0.0",
32
32
  "eslint-plugin-deprecation": "^3.0.0",
33
33
  "eslint-plugin-functional": "^6.0.0",
34
34
  "eslint-plugin-import": "^2.29.0",
@@ -41,8 +41,8 @@
41
41
  "eslint-plugin-regexp": "^2.1.1",
42
42
  "eslint-plugin-simple-import-sort": "^12.0.0",
43
43
  "eslint-plugin-testing-library": "^6.1.2",
44
- "eslint-plugin-unicorn": "^53.0.0",
45
- "globals": "^15.0.0"
44
+ "eslint-plugin-unicorn": "^54.0.0",
45
+ "globals": "^15.4.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/confusing-browser-globals": "1.0.3",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "174cbacf95dbe42da4b06de9a009096c2eb7a196"
72
+ "gitHead": "3692469c98b47ba3808aa57c36f48705f7c9734e"
73
73
  }