Skip to content

Commit e6099c4

Browse files
Bump @angular/compiler from 20.2.3 to 20.3.15
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.2.3 to 20.3.15. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/20.3.15/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e82dc19 commit e6099c4

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

js-sdk-framework-tests/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"private": true,
2525
"dependencies": {
2626
"@angular/common": "20.1.0",
27-
"@angular/compiler": "20.1.0",
27+
"@angular/compiler": "20.3.15",
2828
"@angular/core": "20.1.0",
2929
"@angular/forms": "20.1.0",
3030
"@angular/platform-browser": "20.1.0",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@
237237
tslib "^2.3.0"
238238
yargs "^18.0.0"
239239

240-
"@angular/compiler@20.1.0":
241-
version "20.1.0"
242-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.1.0.tgz#305823f712863f5dd091622c0e39c705960ab79e"
243-
integrity sha512-sM8H3dJotIDDmI1u8qGuAn16XVfR7A4+/5s5cKLI/osnnIjafi5HHqAf76R5IlGoIv0ZHVQIYaJ/Qdvfyvdhfg==
240+
"@angular/compiler@20.3.15":
241+
version "20.3.15"
242+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.3.15.tgz#4220734ef6a59b28a23bb5dde376d5f341dfc227"
243+
integrity sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==
244244
dependencies:
245245
tslib "^2.3.0"
246246

@@ -9392,7 +9392,16 @@ streamroller@^3.1.5:
93929392
debug "^4.3.4"
93939393
fs-extra "^8.1.0"
93949394

9395-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
9395+
"string-width-cjs@npm:string-width@^4.2.0":
9396+
version "4.2.3"
9397+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9398+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9399+
dependencies:
9400+
emoji-regex "^8.0.0"
9401+
is-fullwidth-code-point "^3.0.0"
9402+
strip-ansi "^6.0.1"
9403+
9404+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
93969405
version "4.2.3"
93979406
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
93989407
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9501,7 +9510,14 @@ string_decoder@~1.1.1:
95019510
dependencies:
95029511
safe-buffer "~5.1.0"
95039512

9504-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9513+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9514+
version "6.0.1"
9515+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9516+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9517+
dependencies:
9518+
ansi-regex "^5.0.1"
9519+
9520+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
95059521
version "6.0.1"
95069522
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
95079523
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10192,7 +10208,7 @@ wordwrap@^1.0.0:
1019210208
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1019310209
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1019410210

10195-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10211+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1019610212
version "7.0.0"
1019710213
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1019810214
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10210,6 +10226,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1021010226
string-width "^4.1.0"
1021110227
strip-ansi "^6.0.0"
1021210228

10229+
wrap-ansi@^7.0.0:
10230+
version "7.0.0"
10231+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10232+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10233+
dependencies:
10234+
ansi-styles "^4.0.0"
10235+
string-width "^4.1.0"
10236+
strip-ansi "^6.0.0"
10237+
1021310238
wrap-ansi@^8.1.0:
1021410239
version "8.1.0"
1021510240
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)