Skip to content

Commit

Permalink
build: update angular
Browse files Browse the repository at this point in the history
(cherry picked from commit b68b225)
  • Loading branch information
angular-robot authored and angular-robot[bot] committed Mar 30, 2023
1 parent 429f56b commit 32e80cf
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 91 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@
},
"devDependencies": {
"@ampproject/remapping": "2.2.0",
"@angular/animations": "16.0.0-next.4",
"@angular/animations": "16.0.0-next.5",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4c7d40592a36f061c23dd08f437f734081f9979d",
"@angular/cdk": "15.2.4",
"@angular/common": "16.0.0-next.4",
"@angular/compiler": "16.0.0-next.4",
"@angular/compiler-cli": "16.0.0-next.4",
"@angular/core": "16.0.0-next.4",
"@angular/forms": "16.0.0-next.4",
"@angular/localize": "16.0.0-next.4",
"@angular/material": "15.2.4",
"@angular/cdk": "15.2.5",
"@angular/common": "16.0.0-next.5",
"@angular/compiler": "16.0.0-next.5",
"@angular/compiler-cli": "16.0.0-next.5",
"@angular/core": "16.0.0-next.5",
"@angular/forms": "16.0.0-next.5",
"@angular/localize": "16.0.0-next.5",
"@angular/material": "15.2.5",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#052850d27f6c36226e1a62ab04af799746decd9a",
"@angular/platform-browser": "16.0.0-next.4",
"@angular/platform-browser-dynamic": "16.0.0-next.4",
"@angular/platform-server": "16.0.0-next.4",
"@angular/router": "16.0.0-next.4",
"@angular/service-worker": "16.0.0-next.4",
"@angular/platform-browser": "16.0.0-next.5",
"@angular/platform-browser-dynamic": "16.0.0-next.5",
"@angular/platform-server": "16.0.0-next.5",
"@angular/router": "16.0.0-next.5",
"@angular/service-worker": "16.0.0-next.5",
"@babel/core": "7.21.3",
"@babel/generator": "7.21.3",
"@babel/helper-annotate-as-pure": "7.18.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ describe('AppShell Builder', () => {

expect(content).toContain('app-shell works!');
expect(content).toContain('<style nonce="{% nonce %}">p{color:#000}</style>');
expect(content).toContain('<style ng-app-id="ng" nonce="{% nonce %}">');
expect(content).toContain('<style nonce="{% nonce %}" ng-app-id="ng">');
expect(content).toContain('<app-root ngcspnonce="{% nonce %}"');
expect(content).toContain('<script nonce="{% nonce %}">');
expect(content).toMatch(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Browser Builder lazy modules', () => {
const { files } = await browserBuild(architect, host, target);
expect(files['src_one_ts.js']).toBeDefined();
expect(files['src_two_ts.js']).toBeDefined();
expect(files['default-node_modules_angular_common_fesm2020_http_mjs.js']).toBeDefined();
expect(files['default-node_modules_angular_common_fesm2022_http_mjs.js']).toBeDefined();
});

it(`supports disabling the common bundle`, async () => {
Expand All @@ -165,6 +165,6 @@ describe('Browser Builder lazy modules', () => {
const { files } = await browserBuild(architect, host, target, { commonChunk: false });
expect(files['src_one_ts.js']).toBeDefined();
expect(files['src_two_ts.js']).toBeDefined();
expect(files['default-node_modules_angular_common_fesm2020_http_mjs.js']).toBeUndefined();
expect(files['default-node_modules_angular_common_fesm2022_http_mjs.js']).toBeUndefined();
});
});
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "16.0.0-next.4",
"@angular/compiler-cli": "16.0.0-next.4",
"@angular/compiler": "16.0.0-next.5",
"@angular/compiler-cli": "16.0.0-next.5",
"typescript": "~5.0.2",
"webpack": "5.76.2"
}
Expand Down
32 changes: 16 additions & 16 deletions tests/legacy-cli/e2e/ng-snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"description": "snapshot versions of Angular for e2e testing",
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#785ecac0e2daf780a0794447276bdbab65a09f77",
"@angular/cdk": "github:angular/cdk-builds#44433b54dca962b14c2ceebc4f9fe67041cc300a",
"@angular/common": "github:angular/common-builds#8208995cdf5411bdf5e7bc9e3906897d989e5bf7",
"@angular/compiler": "github:angular/compiler-builds#a59b327b94c409f29dd064eb1a36fdd808396a72",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8182056b90c15534959b81b93b93d144cb77136f",
"@angular/core": "github:angular/core-builds#a780c96941794b76688fc223aa6ee5c7b0da5b48",
"@angular/forms": "github:angular/forms-builds#13963272f13e6d86a88fa96753ca20af7e410fb8",
"@angular/language-service": "github:angular/language-service-builds#fdd7b72345c1230ccf35ee7e935bf29b3f46903a",
"@angular/localize": "github:angular/localize-builds#947ff4e052eac77058962e010337fb220fef4980",
"@angular/material": "github:angular/material-builds#effa135d9e6cf0df54d8b730a632d3d36dce5ef6",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#19a89043547594c07f6ca74a2bdec95cdb7114e1",
"@angular/platform-browser": "github:angular/platform-browser-builds#f57dbf06108094ec0a977310586acbe6a4d1adaf",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#50908d71ecee699edf2c12ed129b8c1843efe657",
"@angular/platform-server": "github:angular/platform-server-builds#59bfcf5645efefb80b7299e02adcb4980143faff",
"@angular/router": "github:angular/router-builds#cadfecb1a647291ed497bdd3c9826f3fff9e7287",
"@angular/service-worker": "github:angular/service-worker-builds#e15b7b6ae4083b2fd0f2fa34fea3c7988c6c6e9a"
"@angular/animations": "github:angular/animations-builds#e5814d8d180525e09df75dd6ddf1c5478c21243e",
"@angular/cdk": "github:angular/cdk-builds#127b43a3559f0d95c4abc6556e0f349b496a9bb2",
"@angular/common": "github:angular/common-builds#0c76816443b0ed7098e6ebf15477d1689700a73d",
"@angular/compiler": "github:angular/compiler-builds#7a69fea9169a95f5dd15bbdb794c659c32e794d5",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#fd4e96f5a5ce7812e7730d7aaf21d7a90f7da080",
"@angular/core": "github:angular/core-builds#38de6517af8e16b3f68d057b2a4a30db005bdab5",
"@angular/forms": "github:angular/forms-builds#9d6090393f55a157417ef71c3582e5e502c8cad6",
"@angular/language-service": "github:angular/language-service-builds#241200c0768a8f9f35f3fc4a1e99898fe018e2cc",
"@angular/localize": "github:angular/localize-builds#52511c67e31c8fb711ef2ec64d034eb65a599622",
"@angular/material": "github:angular/material-builds#49fe77c7440c7126a160ec214f3f61b9122b1204",
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e6bd3da5f793d663107ee024ff1c4e338dc2cb16",
"@angular/platform-browser": "github:angular/platform-browser-builds#fd7cfec6f8f00a83d6e0646656e4a3fa707ee71b",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e45ed8443ee0b6790ac18d54b496a26d6c845456",
"@angular/platform-server": "github:angular/platform-server-builds#76515884bca641c4dac339e2320410c96b3b0642",
"@angular/router": "github:angular/router-builds#4511211d1ccb93af9c90d81bccb58bce3e8fbc39",
"@angular/service-worker": "github:angular/service-worker-builds#fe9b98e0bc41afd292d715491580a0df4833e587"
}
}
112 changes: 56 additions & 56 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
rxjs "7.8.0"
source-map "0.7.4"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-16.0.0-next.4.tgz#b495598174ee2e709cae5c71f431020c70e1adc1"
integrity sha512-W+UdqUPlHYhRNxFY/E8tlsyPKQibrBsibvcAAppt+fHVB2c6imo2rRh7AGiQu7Qz5fd4wvMFMPtDlOWCWyjJiQ==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-16.0.0-next.5.tgz#9a6037b08f3887bd1385b315f0b221a9841fae24"
integrity sha512-DdgVCK30H8EKu1auYla3hIMwj/x7/+bhsyLUzlOg4p5sw4p3jsW8ETRFXkQAE2QcDmCc9liKB6vt8im90ELRsQ==
dependencies:
tslib "^2.3.0"

Expand Down Expand Up @@ -159,26 +159,26 @@
uuid "^9.0.0"
yargs "^17.0.0"

"@angular/[email protected].4":
version "15.2.4"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-15.2.4.tgz#aa792010fb1073088d14446bc30894effb0e1fcb"
integrity sha512-E4ZjDG12NdXHhCtask/5qzlgDzQ72vEbDoDd4I4ueI1rSUxFVyzRBt2vJwsAHbblO9kQoi/BOCXkJunR/T7r6g==
"@angular/[email protected].5":
version "15.2.5"
resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-15.2.5.tgz#53208ea5e654b678af011b3ef6034e1382339630"
integrity sha512-6/vA4xATcx//AULwXnRRH0Of0aaNlfrFxdlhvRVfnfmxi/hZAkjjEtil/wv8uBw+dAwXBx5yZMsAol9nUFS/BQ==
dependencies:
tslib "^2.3.0"
optionalDependencies:
parse5 "^7.1.2"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-16.0.0-next.4.tgz#fd8a04c57adf5a467fd59a94f526b99b978c4b1f"
integrity sha512-rkCJEdvPGj7PmND/dgcxvMwaUGkvcP/76yWIACik9GcQBN0C1DNpxkbJdGgGAPoSgih1wO6Pick8eMxZd6Nl/Q==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/common/-/common-16.0.0-next.5.tgz#56a8cfa6e93f243f886ea33aa41dd9834aa0734f"
integrity sha512-+GKp9Z7OpVRdkXIgpsJFsuKE2pqDrwkLa0EprQ8j82ItOnyqGi1J4bLVGbkFgXBDDDe7PXMPEAPuwAARBy0H5g==
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-16.0.0-next.4.tgz#ba744ae0ba4f58a580bf63537392ca001c1e9635"
integrity sha512-5/s2NMCaXV1MfjLPBLuL0ukdcNiSlkzd4PB9jHMTGdufj5nP2Cs8E94H+MGIrNJLEu80c4NTnqeXSt85jo+0dg==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-16.0.0-next.5.tgz#85e505865e52ac448ee28c192fbc815a41d22e50"
integrity sha512-yBtn8kmibWQ3I5w3WDMhwiJWJkDfsyZj5aPAETQg+vC0/GhEAosf1je0fJhiyvI/wJWJJlAKiK4KaEDJh6kHhw==
dependencies:
"@babel/core" "7.19.3"
"@jridgewell/sourcemap-codec" "^1.4.14"
Expand All @@ -189,17 +189,17 @@
tslib "^2.3.0"
yargs "^17.2.1"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.0.0-next.4.tgz#9cac50345931ffa6014f9ea3de73885d8046e47e"
integrity sha512-EK6iBsldTZu8VXQrvp85PzNdiG+28ss33ABeQBeDUm38LE8i5Q0pAqfRUEiJO16k+FSxa7I1/XqVozNWETGsKA==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-16.0.0-next.5.tgz#442c447b42560911dfb2ed2fc58f4b208820edbb"
integrity sha512-xqTuQvSA7cSfO1sPrIXepI4xwxIY8oN7RtL2+DgqhTqAsev6OZ1R+oZCcCZuQMOrCrKC4V/9fcr9ixCKW1KRrQ==
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-16.0.0-next.4.tgz#e0e537d38b5951d16d92af93ac67cca30eb78bfb"
integrity sha512-IbfgNKtUWBPy74QQvmkDLkfU/wPe5RxXwLX+AsEBAqRGGWcuK5CxdDJC0iaF0n+OVBH4q9DmQJqojBhJ1qj56g==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/core/-/core-16.0.0-next.5.tgz#f27ee448acb807f43e7ff003f1b29401d3bcdb72"
integrity sha512-NnxMR+8GfxVTXVmkRaSw98Twg2BCSfO+nWxixHee2gBIsyrVICt4ShZjZz+GdfV9v1R+1fiqN8GeCw7Utsik0Q==
dependencies:
tslib "^2.3.0"

Expand All @@ -210,26 +210,26 @@
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-16.0.0-next.4.tgz#9f643f29a12b692d8441477b87d003046f7c5a9c"
integrity sha512-kPvf1mY/VENZmk9mz/hSJ06nhQp+I8Ys+3F7GVuhto1ITFMwyMuB3yR56DPTtMEbAdqKY2IyYYtUk7FdxWK8XA==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-16.0.0-next.5.tgz#2d6d1909fb8d7103213bcda3f7e82a41e4d37136"
integrity sha512-LTsv9bUS5v3QjGeWudtWY1Er1f55HPa6SJ6PAykBCMuKak2J2RkKDe/k5zq3FMWI2l2DkwHxgKwsbXigpF8L4w==
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-16.0.0-next.4.tgz#13869392f5389b953b580135c3f74fcde3c958ab"
integrity sha512-vWkCVWjnhbK7y404MfqhC9M5XxXdCb7ADPwuCnQf4xFEa6qeZ8lxehtbICGNQU49GUiT+gEVitfJ6oTlK/JS3g==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-16.0.0-next.5.tgz#547bf1004fffd30b50aa2a4bdae33e705783b594"
integrity sha512-72PzZAxmrR6TlYwAwd/t6KzxObvLGXhVVifNYE/15h9vd17/ReTq+TbT6J+TE73XQoELXMr4Va2wwe+NtiYymg==
dependencies:
"@babel/core" "7.19.3"
glob "8.1.0"
yargs "^17.2.1"

"@angular/[email protected].4":
version "15.2.4"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-15.2.4.tgz#f1435b3669b27065b42ea337e49347d95da36d08"
integrity sha512-sHEU+vygags4YZonUx55T7bExKV802YWQ+F5w6iBDpttx7Kf3wXUThVAnE408wA4GdZj3cgEU6eNDwxsrExHMg==
"@angular/[email protected].5":
version "15.2.5"
resolved "https://registry.yarnpkg.com/@angular/material/-/material-15.2.5.tgz#a0531b629334dfd2997dd01e549bd0c40680f4e9"
integrity sha512-Lk6l1VsBA2ActVN9YsX2W5lVFYHJEVwswbbUdBPjWaXJzp7TdgghTFczac7vsNA6y3DM3Rd+CvRsJPD2kK4g4A==
dependencies:
"@material/animation" "15.0.0-canary.684e33d25.0"
"@material/auto-init" "15.0.0-canary.684e33d25.0"
Expand Down Expand Up @@ -287,39 +287,39 @@
"@yarnpkg/lockfile" "^1.1.0"
typescript "~4.9.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.0.0-next.4.tgz#63e9d1d54dd2407cfa079c936a4dcb73db7f0b29"
integrity sha512-9QMNkPEiBc8OsGebe8QL0IGmy8U+vLvv47fvcHIIXgUK2A5Nap49wWXghWwWmSAdir59ZHPS3rO5wszaXcJC7w==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-16.0.0-next.5.tgz#b8dbf5edcdb163e6908e1f3445f6c127f3ed8fc0"
integrity sha512-OW+lAeh+BZLqnOCKzegKVAflzuFr1pL4+YJQI7v7S8E2c1bALPUknuLCKNz8UXog3s87suR+ua5huGNowgmzow==
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-16.0.0-next.4.tgz#50fa50e79db747b8d9e9b24e3285af0793b4d63d"
integrity sha512-T0qMYGtPLXTMdIrEEmHfBcHWEBkZnC8EcRRHYd6QAoC0ONwms1vhkSWU+ow33iW0LFS5HXtk1YLevcqeI2wbxQ==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-16.0.0-next.5.tgz#155ce691b431d45bde2d4c52c821058e9c4afabf"
integrity sha512-yzstHaWKnqZi6zgO5JiT7BdxZgJTpC9EeFeM1meWIWzvizWUiTiA/WAL9pa7d8OMjAqodBbVcBwRaPyFIxJu/g==
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-16.0.0-next.4.tgz#4f29c0e1ab7fd5b2e639cf61f199a7b8cb6680ea"
integrity sha512-Ft72XU8P7qxSaUSYjsy400AunNsEIoV8lBu93Ml/iIVWu63rHER7BEy9eHcJofeweNTdA/mt83w2HlL9MtWjRQ==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-16.0.0-next.5.tgz#6805aef4960d655a751930686aac945c8242c9fd"
integrity sha512-yxFxbRjP78pTp6KJA8mxyTDTteUg7HdUlT/y22L/Lr8kXIuVCMmuBYPV+Khht0W4NnmULkG75wWe8sV2u7E99w==
dependencies:
tslib "^2.3.0"
xhr2 "^0.2.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-16.0.0-next.4.tgz#c2a646526c56b83aa08326d300eb54b890da1169"
integrity sha512-3bn/1Gv+HgKU0ukTDhJf2FPee0kUZtM2Vivo5RrxO8E59paNQWv3tytaDszB9hOUn/vPCCYYFOrYVE879MtpwQ==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/router/-/router-16.0.0-next.5.tgz#7f4c54899bca6f6909a6aff8d87fb2d5ad2e3ed9"
integrity sha512-gd/xwp8vFsu32q5FTEgg5L5Hphlp0ZMySPwEXRBXRufBk9oMecac8wBw5DZBahv+IykZiMt98LKhFXd96lBmfg==
dependencies:
tslib "^2.3.0"

"@angular/[email protected].4":
version "16.0.0-next.4"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-16.0.0-next.4.tgz#8a480af57a2da2973df0691e73144f30a6422975"
integrity sha512-LAUH1ETwfPOVPf+qvHJrv/+ZUi5uclTDE97aHbSPQxfBbaZR8OwhWAUb2dJ6FB8HipnsHOdRxkxPNkMTaJ9fxg==
"@angular/[email protected].5":
version "16.0.0-next.5"
resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-16.0.0-next.5.tgz#96c32f2eb9688018f6d1b3daee7ea163c25e75a7"
integrity sha512-MW7Oq1/5OOcp0qkvdcUb3IZzYsIb3rWzzcxVQhuCwZvxCVHBsQbaW90S8GsHggKmzwvQV1+385JkBISKoDYkeA==
dependencies:
tslib "^2.3.0"

Expand Down

0 comments on commit 32e80cf

Please sign in to comment.