eslint-import-resolver-typescript
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -6,6 +6,7 @@ import fs from 'node:fs'; | ||
import { hashObject } from 'eslint-module-utils/hash.js'; | ||
import { sync as globSync } from 'fast-glob'; | ||
import fg from 'fast-glob'; | ||
import { createPathsMatcher, getTsconfig } from 'get-tsconfig'; | ||
import isCore from 'is-core-module'; | ||
import isGlob from 'is-glob'; | ||
const { globSync } = fg; | ||
const IMPORTER_NAME = 'eslint-import-resolver-typescript'; | ||
@@ -12,0 +13,0 @@ const log = debug(IMPORTER_NAME); |
{ | ||
"name": "eslint-import-resolver-typescript", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"type": "module", | ||
@@ -13,3 +13,3 @@ "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", | ||
"license": "ISC", | ||
"packageManager": "pnpm@8.0.0", | ||
"packageManager": "pnpm@8.7.6", | ||
"engines": { | ||
@@ -61,3 +61,3 @@ "node": "^14.18.0 || >=16.0.0" | ||
"@changesets/changelog-github": "^0.4.8", | ||
"@changesets/cli": "^2.26.1", | ||
"@changesets/cli": "^2.26.2", | ||
"@mozilla/glean": "^1.3.0", | ||
@@ -68,3 +68,3 @@ "@types/debug": "^4.1.7", | ||
"@types/node": "^18.15.11", | ||
"@types/unist": "^2.0.6", | ||
"@types/unist": "^2.0.8", | ||
"dummy.js": "link:dummy.js", | ||
@@ -71,0 +71,0 @@ "react": "^18.2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45142
799