chore(core): bump tsconfig-paths lib (#14084) (#14085)

This commit is contained in:
Flavio Stutz 2023-01-02 21:36:57 +01:00 committed by GitHub
parent 217d6e3886
commit 72a2bd6c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 56 additions and 33 deletions

View File

@ -235,8 +235,8 @@
"ts-jest": "28.0.8", "ts-jest": "28.0.8",
"ts-loader": "^9.3.1", "ts-loader": "^9.3.1",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tsconfig-paths-webpack-plugin": "3.5.2", "tsconfig-paths-webpack-plugin": "4.0.0",
"tslint-to-eslint-config": "^2.13.0", "tslint-to-eslint-config": "^2.13.0",
"typedoc": "0.22.9", "typedoc": "0.22.9",
"typedoc-plugin-markdown": "3.11.6", "typedoc-plugin-markdown": "3.11.6",

View File

@ -57,7 +57,7 @@
"minimatch": "3.0.5", "minimatch": "3.0.5",
"semver": "7.3.4", "semver": "7.3.4",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"webpack": "^5.75.0", "webpack": "^5.75.0",
"webpack-merge": "5.7.3" "webpack-merge": "5.7.3"
}, },

View File

@ -40,8 +40,8 @@
"metro-resolver": "^0.73.3", "metro-resolver": "^0.73.3",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"tar-fs": "^2.1.1", "tar-fs": "^2.1.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tsconfig-paths-webpack-plugin": "^3.5.2" "tsconfig-paths-webpack-plugin": "^4.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"expo": "^47.0.8" "expo": "^47.0.8"

View File

@ -49,7 +49,7 @@
"ignore": "^5.0.4", "ignore": "^5.0.4",
"semver": "7.3.4", "semver": "7.3.4",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"url-loader": "^4.1.1", "url-loader": "^4.1.1",
"webpack-merge": "^5.8.0" "webpack-merge": "^5.8.0"
}, },

View File

@ -60,7 +60,7 @@
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",

View File

@ -1649,7 +1649,7 @@ export const npmLockFileWithAliases = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -3552,7 +3552,7 @@ export const npmLockFileWithAliases = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -5215,7 +5215,7 @@ export const npmLockFileV1WithAliases = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",

View File

@ -3851,7 +3851,7 @@ export const lockFileV3 = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -8633,7 +8633,7 @@ export const lockFileV2 = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -12577,7 +12577,7 @@ export const lockFileV2 = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -16224,7 +16224,7 @@ export const lockFileV1 = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -18157,7 +18157,7 @@ export const lockFileV3YargsAndDevkitOnly = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -19784,7 +19784,7 @@ export const lockFileV2YargsAndDevkitOnly = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -21102,7 +21102,7 @@ export const lockFileV2YargsAndDevkitOnly = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -22264,7 +22264,7 @@ export const lockFileV1YargsAndDevkitOnly = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",

View File

@ -1145,7 +1145,7 @@ export const npmLockFileWithWorkspaces = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",
@ -2527,7 +2527,7 @@ export const npmLockFileWithWorkspaces = `{
"strong-log-transformer": "^2.1.0", "strong-log-transformer": "^2.1.0",
"tar-stream": "~2.2.0", "tar-stream": "~2.2.0",
"tmp": "~0.2.1", "tmp": "~0.2.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"v8-compile-cache": "2.3.0", "v8-compile-cache": "2.3.0",
"yargs": "^17.6.2", "yargs": "^17.6.2",

View File

@ -2238,7 +2238,7 @@ nx@15.0.13:
strong-log-transformer "^2.1.0" strong-log-transformer "^2.1.0"
tar-stream "~2.2.0" tar-stream "~2.2.0"
tmp "~0.2.1" tmp "~0.2.1"
tsconfig-paths "^3.9.0" tsconfig-paths "^4.1.2"
tslib "^2.3.0" tslib "^2.3.0"
v8-compile-cache "2.3.0" v8-compile-cache "2.3.0"
yargs "^17.6.2" yargs "^17.6.2"
@ -2664,7 +2664,7 @@ to-regex-range@^5.0.1:
dependencies: dependencies:
is-number "^7.0.0" is-number "^7.0.0"
tsconfig-paths@^3.9.0: tsconfig-paths@^4.1.2:
version "3.14.1" version "3.14.1"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
@ -6206,7 +6206,7 @@ __metadata:
strong-log-transformer: ^2.1.0 strong-log-transformer: ^2.1.0
tar-stream: ~2.2.0 tar-stream: ~2.2.0
tmp: ~0.2.1 tmp: ~0.2.1
tsconfig-paths: ^3.9.0 tsconfig-paths: ^4.1.2
tslib: ^2.3.0 tslib: ^2.3.0
v8-compile-cache: 2.3.0 v8-compile-cache: 2.3.0
yargs: ^17.6.2 yargs: ^17.6.2
@ -6912,7 +6912,7 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"tsconfig-paths@npm:^3.9.0": "tsconfig-paths@npm:^4.1.2":
version: 3.14.1 version: 3.14.1
resolution: "tsconfig-paths@npm:3.14.1" resolution: "tsconfig-paths@npm:3.14.1"
dependencies: dependencies:

View File

@ -39,7 +39,7 @@
"metro-resolver": "^0.73.3", "metro-resolver": "^0.73.3",
"minimatch": "3.0.5", "minimatch": "3.0.5",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"tsconfig-paths": "^3.9.0" "tsconfig-paths": "^4.1.2"
}, },
"peerDependencies": { "peerDependencies": {
"react-native": "^0.70.6" "react-native": "^0.70.6"

View File

@ -67,8 +67,8 @@
"terser-webpack-plugin": "^5.3.3", "terser-webpack-plugin": "^5.3.3",
"ts-loader": "^9.3.1", "ts-loader": "^9.3.1",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"tsconfig-paths": "^3.9.0", "tsconfig-paths": "^4.1.2",
"tsconfig-paths-webpack-plugin": "3.5.2", "tsconfig-paths-webpack-plugin": "4.0.0",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"webpack": "^5.75.0", "webpack": "^5.75.0",
"webpack-dev-server": "^4.9.3", "webpack-dev-server": "^4.9.3",

View File

@ -4354,7 +4354,7 @@
ignore "^5.0.4" ignore "^5.0.4"
semver "7.3.4" semver "7.3.4"
ts-node "10.9.1" ts-node "10.9.1"
tsconfig-paths "^3.9.0" tsconfig-paths "^4.1.2"
url-loader "^4.1.1" url-loader "^4.1.1"
webpack-merge "^5.8.0" webpack-merge "^5.8.0"
@ -4526,7 +4526,7 @@
terser-webpack-plugin "^5.3.3" terser-webpack-plugin "^5.3.3"
ts-loader "^9.3.1" ts-loader "^9.3.1"
ts-node "10.9.1" ts-node "10.9.1"
tsconfig-paths "^3.9.0" tsconfig-paths "^4.1.2"
tsconfig-paths-webpack-plugin "3.5.2" tsconfig-paths-webpack-plugin "3.5.2"
tslib "^2.3.0" tslib "^2.3.0"
webpack "^5.75.0" webpack "^5.75.0"
@ -16098,6 +16098,11 @@ json5@^1.0.1:
dependencies: dependencies:
minimist "^1.2.0" minimist "^1.2.0"
json5@^2.2.2:
version "2.2.3"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
jsonc-eslint-parser@^2.1.0: jsonc-eslint-parser@^2.1.0:
version "2.1.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-2.1.0.tgz#4c126b530aa583d85308d0b3041ff81ce402bbb2" resolved "https://registry.yarnpkg.com/jsonc-eslint-parser/-/jsonc-eslint-parser-2.1.0.tgz#4c126b530aa583d85308d0b3041ff81ce402bbb2"
@ -18134,7 +18139,7 @@ nx@15.0.3, "nx@>=14.8.1 < 16":
strong-log-transformer "^2.1.0" strong-log-transformer "^2.1.0"
tar-stream "~2.2.0" tar-stream "~2.2.0"
tmp "~0.2.1" tmp "~0.2.1"
tsconfig-paths "^3.9.0" tsconfig-paths "^4.1.2"
tslib "^2.3.0" tslib "^2.3.0"
v8-compile-cache "2.3.0" v8-compile-cache "2.3.0"
yargs "^17.4.0" yargs "^17.4.0"
@ -18175,7 +18180,7 @@ nx@15.4.0:
strong-log-transformer "^2.1.0" strong-log-transformer "^2.1.0"
tar-stream "~2.2.0" tar-stream "~2.2.0"
tmp "~0.2.1" tmp "~0.2.1"
tsconfig-paths "^3.9.0" tsconfig-paths "^4.1.2"
tslib "^2.3.0" tslib "^2.3.0"
v8-compile-cache "2.3.0" v8-compile-cache "2.3.0"
yargs "^17.6.2" yargs "^17.6.2"
@ -23214,9 +23219,18 @@ tsconfig-paths-webpack-plugin@3.5.2, tsconfig-paths-webpack-plugin@^3.3.0:
dependencies: dependencies:
chalk "^4.1.0" chalk "^4.1.0"
enhanced-resolve "^5.7.0" enhanced-resolve "^5.7.0"
tsconfig-paths "^3.9.0" tsconfig-paths "^4.1.2"
tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0: tsconfig-paths-webpack-plugin@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz#84008fc3e3e0658fdb0262758b07b4da6265ff1a"
integrity sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==
dependencies:
chalk "^4.1.0"
enhanced-resolve "^5.7.0"
tsconfig-paths "^4.0.0"
tsconfig-paths@^3.14.1, tsconfig-paths@^4.1.2:
version "3.14.1" version "3.14.1"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a" resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ== integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
@ -23226,6 +23240,15 @@ tsconfig-paths@^3.14.1, tsconfig-paths@^3.9.0:
minimist "^1.2.6" minimist "^1.2.6"
strip-bom "^3.0.0" strip-bom "^3.0.0"
tsconfig-paths@^4.0.0, tsconfig-paths@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz#4819f861eef82e6da52fb4af1e8c930a39ed979a"
integrity sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==
dependencies:
json5 "^2.2.2"
minimist "^1.2.6"
strip-bom "^3.0.0"
tslib@2.4.0, tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0: tslib@2.4.0, tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.0, tslib@^2.3.1, tslib@^2.4.0:
version "2.4.0" version "2.4.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"