@scayle/eslint-auto-explicit-import 0.2.0 → 0.2.1

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 +1,15 @@
1
1
  # @scayle/eslint-auto-explicit-import
2
+
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - This is an internal change only. The packages now use the PNPM catalog feature to ensure dependencies use the identical version across packages.
8
+
9
+ ## 0.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - Initial release of the `@scayle/eslint-auto-explicit-import` package.
14
+
15
+ This package is based on the [eslint-auto-explicit-import](https://github.com/antfu/nuxt-eslint-auto-explicit-import) package and used for automatically inserting missing imports from the unimport registry.
package/dist/module.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "storefront-eslint-auto-explicit-import",
3
3
  "configKey": "storefront-eslint-auto-explicit-import",
4
- "version": "0.2.0",
4
+ "version": "0.2.1",
5
5
  "builder": {
6
- "@nuxt/module-builder": "1.0.1",
7
- "unbuild": "3.5.0"
6
+ "@nuxt/module-builder": "1.0.2",
7
+ "unbuild": "3.6.1"
8
8
  }
9
9
  }
package/dist/module.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineNuxtModule, createResolver, logger } from '@nuxt/kit';
2
2
 
3
- const module = defineNuxtModule({
3
+ const module$1 = defineNuxtModule({
4
4
  meta: {
5
5
  name: "storefront-eslint-auto-explicit-import"
6
6
  },
@@ -43,4 +43,4 @@ const module = defineNuxtModule({
43
43
  }
44
44
  });
45
45
 
46
- export { module as default };
46
+ export { module$1 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scayle/eslint-auto-explicit-import",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Automatically add explicit imports to ESLint",
5
5
  "author": "SCAYLE Commerce Engine",
6
6
  "license": "MIT",
@@ -31,19 +31,19 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "debug": "4.4.1",
34
+ "debug": "4.4.3",
35
35
  "pathe": "2.0.3"
36
36
  },
37
37
  "devDependencies": {
38
- "@nuxt/kit": "3.16.2",
39
- "@typescript-eslint/scope-manager": "8.36.0",
40
- "@typescript-eslint/utils": "8.36.0",
41
- "dprint": "0.50.1",
42
- "eslint": "9.31.0",
43
- "typescript": "5.8.3",
44
- "unbuild": "3.5.0",
38
+ "@nuxt/kit": "3.20.0",
39
+ "@typescript-eslint/scope-manager": "8.50.0",
40
+ "@typescript-eslint/utils": "8.50.0",
41
+ "dprint": "0.50.2",
42
+ "eslint": "9.39.2",
43
+ "typescript": "5.9.3",
44
+ "unbuild": "3.6.1",
45
45
  "unimport": "0.1.2",
46
- "@scayle/eslint-config-storefront": "4.5.14"
46
+ "@scayle/eslint-config-storefront": "4.7.18"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">= 20.0.0"
@@ -51,9 +51,6 @@
51
51
  "peerDependencies": {
52
52
  "@nuxt/kit": ">=3.13.0"
53
53
  },
54
- "volta": {
55
- "node": "22.17.0"
56
- },
57
54
  "scripts": {
58
55
  "build": "nuxt-module-build build",
59
56
  "lint": "eslint .",