Skip to content

Commit eb5d308

Browse files
petebacondarwinkara
authored andcommitted
build: update canonical-path dependency (angular#26719)
This new version (1.0.0) provides a typings file! PR Close angular#26719
1 parent 683d53d commit eb5d308

File tree

10 files changed

+21
-23
lines changed

10 files changed

+21
-23
lines changed

aio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"@types/jasminewd2": "^2.0.4",
105105
"@types/node": "~6.0.60",
106106
"archiver": "^1.3.0",
107-
"canonical-path": "^0.0.2",
107+
"canonical-path": "1.0.0",
108108
"chalk": "^2.1.0",
109109
"cjson": "^0.5.0",
110110
"codelyzer": "~4.2.1",

aio/tools/examples/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/jasminewd2": "^2.0.4",
5858
"@types/jquery": "^3.3.4",
5959
"@types/node": "~8.9.4",
60-
"canonical-path": "0.0.2",
60+
"canonical-path": "1.0.0",
6161
"concurrently": "^3.0.0",
6262
"http-server": "^0.9.0",
6363
"jasmine-core": "~2.99.1",

aio/tools/examples/shared/yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -1450,6 +1450,11 @@ [email protected]:
14501450
version "0.0.2"
14511451
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-0.0.2.tgz#e31eb937a8c93ee2a01df1839794721902874574"
14521452

1453+
1454+
version "1.0.0"
1455+
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
1456+
integrity sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==
1457+
14531458
caseless@~0.12.0:
14541459
version "0.12.0"
14551460
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"

aio/yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -1746,11 +1746,16 @@ caniuse-lite@^1.0.30000832, caniuse-lite@^1.0.30000844:
17461746
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000890.tgz#86a18ffcc65d79ec6a437e985761b8bf1c4efeaf"
17471747
integrity sha512-4NI3s4Y6ROm+SgZN5sLUG4k7nVWQnedis3c/RWkynV5G6cHSY7+a8fwFyn2yoBDE3E6VswhTNNwR3PvzGqlTkg==
17481748

1749-
[email protected], canonical-path@^0.0.2, canonical-path@~0.0.2:
1749+
[email protected], canonical-path@~0.0.2:
17501750
version "0.0.2"
17511751
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-0.0.2.tgz#e31eb937a8c93ee2a01df1839794721902874574"
17521752
integrity sha1-4x65N6jJPuKgHfGDl5RyGQKHRXQ=
17531753

1754+
1755+
version "1.0.0"
1756+
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
1757+
integrity sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==
1758+
17541759
capture-stack-trace@^1.0.0:
17551760
version "1.0.0"
17561761
resolved "https://registry.yarnpkg.com/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz#4a6fa07399c26bba47f0b2496b4d0fb408c5550d"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"angular-mocks-1.5": "npm:[email protected]",
5858
"angular-mocks-1.6": "npm:[email protected]",
5959
"base64-js": "1.2.1",
60-
"canonical-path": "0.0.2",
60+
"canonical-path": "1.0.0",
6161
"chokidar": "1.7.0",
6262
"convert-source-map": "^1.5.1",
6363
"dependency-graph": "^0.7.2",

packages/compiler-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"reflect-metadata": "^0.1.2",
1414
"minimist": "^1.2.0",
15-
"canonical-path": "0.0.2",
15+
"canonical-path": "1.0.0",
1616
"chokidar": "^1.4.2",
1717
"convert-source-map": "^1.5.1",
1818
"dependency-graph": "^0.7.2",

packages/compiler-cli/src/ngcc/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ts_library(
2222
"@ngdeps//@types/shelljs",
2323
"@ngdeps//@types/source-map",
2424
"@ngdeps//@types/yargs",
25+
"@ngdeps//canonical-path",
2526
"@ngdeps//dependency-graph",
2627
"@ngdeps//magic-string",
2728
"@ngdeps//source-map",

packages/compiler-cli/src/ngcc/canonical-path.d.ts

-14
This file was deleted.

packages/compiler-cli/src/ngcc/test/BUILD.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ts_library(
1515
"//packages/compiler-cli/src/ngtsc/transform",
1616
"@ngdeps//@types/convert-source-map",
1717
"@ngdeps//@types/mock-fs",
18+
"@ngdeps//canonical-path",
1819
"@ngdeps//magic-string",
1920
"@ngdeps//typescript",
2021
],

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1274,10 +1274,10 @@ camelcase@^4.1.0:
12741274
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
12751275
integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=
12761276

1277-
canonical-path@0.0.2:
1278-
version "0.0.2"
1279-
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-0.0.2.tgz#e31eb937a8c93ee2a01df1839794721902874574"
1280-
integrity sha1-4x65N6jJPuKgHfGDl5RyGQKHRXQ=
1277+
canonical-path@1.0.0:
1278+
version "1.0.0"
1279+
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"
1280+
integrity sha512-feylzsbDxi1gPZ1IjystzIQZagYYLvfKrSuygUCgf7z6x790VEzze5QEkdSV1U58RA7Hi0+v6fv4K54atOzATg==
12811281

12821282
caseless@~0.11.0:
12831283
version "0.11.0"

0 commit comments

Comments
 (0)