Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 456318c

Browse files
chore: bump eslint-import-resolver-typescript in /site (#3177)
Bumps [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a0b844 commit 456318c

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"eslint": "8.15.0",
8989
"eslint-config-prettier": "8.5.0",
9090
"eslint-import-resolver-alias": "1.1.2",
91-
"eslint-import-resolver-typescript": "3.2.5",
91+
"eslint-import-resolver-typescript": "3.3.0",
9292
"eslint-plugin-compat": "4.0.2",
9393
"eslint-plugin-import": "2.26.0",
9494
"eslint-plugin-jest": "26.5.3",

site/yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@
17371737
resolved "https://registry.yarnpkg.com/@open-draft/until/-/until-1.0.3.tgz#db9cc719191a62e7d9200f6e7bab21c5b848adca"
17381738
integrity sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==
17391739

1740-
"@pkgr/utils@^2.2.0":
1740+
"@pkgr/utils@^2.3.0":
17411741
version "2.3.0"
17421742
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.3.0.tgz#3b8491f112a80839450498816767eb03b7db6139"
17431743
integrity sha512-7dIJ9CRVzBnqyEl7diUHPUFJf/oty2SeoVzcMocc5PeOUDK9KGzvgIBjGRRzzlRDaOjh3ADwH0WeibQvi3ls2Q==
@@ -6418,18 +6418,18 @@ eslint-import-resolver-node@^0.3.6:
64186418
debug "^3.2.7"
64196419
resolve "^1.20.0"
64206420

6421-
eslint-import-resolver-typescript@3.2.5:
6422-
version "3.2.5"
6423-
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.2.5.tgz#cec82e42d93f61a039672e2ba7dc3e3663c86219"
6424-
integrity sha512-yEBi/EWxFFMjcZTBxrgdu5cFAXB2atOhYDhp0P0yHqjZa5YiPNqQVt4/lNNVWwW7Kf8IIZmyeBboWOgsfffe7w==
6421+
eslint-import-resolver-typescript@3.3.0:
6422+
version "3.3.0"
6423+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.3.0.tgz#c2b9f420563bdcb4b84d550d81e579f8dc867d5b"
6424+
integrity sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA==
64256425
dependencies:
64266426
debug "^4.3.4"
64276427
enhanced-resolve "^5.10.0"
6428-
get-tsconfig "npm:@unts/get-tsconfig@^4.1.1"
6428+
get-tsconfig "^4.2.0"
64296429
globby "^13.1.2"
64306430
is-core-module "^2.9.0"
64316431
is-glob "^4.0.3"
6432-
synckit "^0.7.2"
6432+
synckit "^0.8.1"
64336433

64346434
eslint-module-utils@^2.7.3:
64356435
version "2.7.3"
@@ -7315,10 +7315,10 @@ get-symbol-description@^1.0.0:
73157315
call-bind "^1.0.2"
73167316
get-intrinsic "^1.1.1"
73177317

7318-
"get-tsconfig@npm:@unts/get-tsconfig@^4.1.1":
7319-
version "4.1.1"
7320-
resolved "https://registry.yarnpkg.com/@unts/get-tsconfig/-/get-tsconfig-4.1.1.tgz#f2d308a0c9e56a73b815b0525d4bf37a28914cdd"
7321-
integrity sha512-8mPf1bBzF2S+fyuyYOQWjDcaJTTgJ14UAnXW9I3KwrqioRWG1byRXHwciYdqXpbdOiu7Fg4WJbymBIakGk+aMA==
7318+
get-tsconfig@^4.2.0:
7319+
version "4.2.0"
7320+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.2.0.tgz#ff368dd7104dab47bf923404eb93838245c66543"
7321+
integrity sha512-X8u8fREiYOE6S8hLbq99PeykTDoLVnxvF4DjWKJmz9xy2nNRdUcV8ZN9tniJFeKyTU3qnC9lL8n4Chd6LmVKHg==
73227322

73237323
get-value@^2.0.3, get-value@^2.0.6:
73247324
version "2.0.6"
@@ -13119,12 +13119,12 @@ synchronous-promise@^2.0.15:
1311913119
resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.15.tgz#07ca1822b9de0001f5ff73595f3d08c4f720eb8e"
1312013120
integrity sha512-k8uzYIkIVwmT+TcglpdN50pS2y1BDcUnBPK9iJeGu0Pl1lOI8pD6wtzgw91Pjpe+RxtTncw32tLxs/R0yNL2Mg==
1312113121

13122-
synckit@^0.7.2:
13123-
version "0.7.2"
13124-
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.7.2.tgz#43c07b5a8101ee45355aebf0216895309fd32a6f"
13125-
integrity sha512-CSZRtSRZ8RhJGMtWyLRqlarmWPPlsgZJHtV6cz0VTHNOg+R7UBoE2eNPQmB5Qrhtk3RX2AAcJmVwMXFULVQSwg==
13122+
synckit@^0.8.1:
13123+
version "0.8.1"
13124+
resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.8.1.tgz#697111240114a15a393fcb92786a4218bfead47f"
13125+
integrity sha512-rJEeygO5PNmcZICmrgnbOd2usi5zWE1ESc0Gn5tTmJlongoU8zCTwMFQtar2UgMSiR68vK9afPQ+uVs2lURSIA==
1312613126
dependencies:
13127-
"@pkgr/utils" "^2.2.0"
13127+
"@pkgr/utils" "^2.3.0"
1312813128
tslib "^2.4.0"
1312913129

1313013130
tapable@^1.0.0, tapable@^1.1.3:

0 commit comments

Comments
 (0)