@eslint-sukka/shared 8.9.0 → 8.9.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -154,7 +154,7 @@ declare namespace globals {
154
154
  }
155
155
 
156
156
  declare const packageResolver: ResolverFactory;
157
- declare function isPackageExists(pkg: string, parent?: string): boolean;
157
+ declare function isPackageExists(pkg: string, parent?: any): boolean;
158
158
 
159
159
  declare function withFiles(configs: FlatESLintConfigItem, files: string | string[] | undefined | null | true): FlatESLintConfigItem;
160
160
  declare function withFiles(configs: FlatESLintConfigItem[], files: string | string[] | undefined | null | true): FlatESLintConfigItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-sukka/shared",
3
- "version": "8.9.0",
3
+ "version": "8.9.1",
4
4
  "description": "Sukka's ESLint config",
5
5
  "homepage": "https://github.com/SukkaW/eslint-config-sukka",
6
6
  "repository": {
@@ -29,13 +29,13 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "@package-json/types": "^0.0.13",
32
- "@typescript-eslint/utils": "^8.57.1",
33
- "foxts": "^5.3.0",
32
+ "@typescript-eslint/utils": "^8.58.0",
33
+ "foxts": "^5.4.0",
34
34
  "oxc-resolver": "^11.19.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "globals": "^17.4.0",
38
- "@eslint-sukka/rollup-config": "8.9.0"
38
+ "@eslint-sukka/rollup-config": "8.9.1"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "eslint": "*"