From 499113c6819a69125c56e8c7067b443cba01a93e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 09:08:24 -0700 Subject: [PATCH] Bump @angular/platform-browser from 16.0.0 to 16.0.1 in /web_embedding/ng-flutter (#1807) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) from 16.0.0 to 16.0.1.
Release notes

Sourced from @​angular/platform-browser's releases.

v16.0.1

16.0.1 (2023-05-10)

core

Commit Description
fix -
52c74d3b4a add additional component metadata to component ID generation (#50203)
fix -
048b6b1e0d bootstrapApplication call not rejected when error is thrown in importProvidersFrom module (#50120)
fix -
d68796782f handle hydration of root components with injected ViewContainerRef (#50136)
fix -
f751ce6445 handle projection of hydrated containters into components that skip hydration (#50199)
fix -
346ab73dd9 only try to retrieve transferred state on the browser (#50144)
Changelog

Sourced from @​angular/platform-browser's changelog.

16.0.1 (2023-05-10)

core

Commit Type Description
52c74d3b4a fix add additional component metadata to component ID generation (#50203)
048b6b1e0d fix bootstrapApplication call not rejected when error is thrown in importProvidersFrom module (#50120)
d68796782f fix handle hydration of root components with injected ViewContainerRef (#50136)
f751ce6445 fix handle projection of hydrated containters into components that skip hydration (#50199)
346ab73dd9 fix only try to retrieve transferred state on the browser (#50144)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/platform-browser&package-manager=npm_and_yarn&previous-version=16.0.0&new-version=16.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web_embedding/ng-flutter/package-lock.json | 22 +++++++++++----------- web_embedding/ng-flutter/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/web_embedding/ng-flutter/package-lock.json b/web_embedding/ng-flutter/package-lock.json index 83c63e696..d2addc008 100644 --- a/web_embedding/ng-flutter/package-lock.json +++ b/web_embedding/ng-flutter/package-lock.json @@ -15,7 +15,7 @@ "@angular/core": "^16.0.0", "@angular/forms": "^16.0.1", "@angular/material": "^16.0.0", - "@angular/platform-browser": "^16.0.0", + "@angular/platform-browser": "^16.0.1", "@angular/platform-browser-dynamic": "^16.0.0", "@angular/router": "^16.0.0", "rxjs": "~7.8.1", @@ -249,9 +249,9 @@ } }, "node_modules/@angular/animations": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.0.tgz", - "integrity": "sha512-Xx4Ffdo3sweg24MDVAXbDfxqkNPEuRgqOC1+f9171kf+w7cBEr4Bmy37DP7YkJceaU0xJH9imcx4708KeIjqkQ==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-16.0.1.tgz", + "integrity": "sha512-ziRq1hGJJuQqQUHqNpEMp9uy1pVutvL8oNvawblh32u4bnLsVQU5gMd6sTonn0x4sphEwMNnuEmp/q6QRIx+pA==", "dependencies": { "tslib": "^2.3.0" }, @@ -259,7 +259,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.0.0" + "@angular/core": "16.0.1" } }, "node_modules/@angular/cdk": { @@ -510,9 +510,9 @@ } }, "node_modules/@angular/platform-browser": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.0.0.tgz", - "integrity": "sha512-6LpgLfEnumKMKM/S9joWrVSm4MdFuIjddFmlSG7zGcRqwM0N8doH/YkuwTK8/t9q8wI/yztp6qM2pg25Pgv1XA==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-16.0.1.tgz", + "integrity": "sha512-7XLIOnTnGDJLE4Q0zBz6eI9q5V3NnsTAJqIICJHc4gk6jNgVz90gtejAQ4EFbo0d83XGzwFL22hxID5Dj1WRIA==", "dependencies": { "tslib": "^2.3.0" }, @@ -520,9 +520,9 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/animations": "16.0.0", - "@angular/common": "16.0.0", - "@angular/core": "16.0.0" + "@angular/animations": "16.0.1", + "@angular/common": "16.0.1", + "@angular/core": "16.0.1" }, "peerDependenciesMeta": { "@angular/animations": { diff --git a/web_embedding/ng-flutter/package.json b/web_embedding/ng-flutter/package.json index 9f10e10dc..275c41dc7 100644 --- a/web_embedding/ng-flutter/package.json +++ b/web_embedding/ng-flutter/package.json @@ -18,7 +18,7 @@ "@angular/core": "^16.0.0", "@angular/forms": "^16.0.1", "@angular/material": "^16.0.0", - "@angular/platform-browser": "^16.0.0", + "@angular/platform-browser": "^16.0.1", "@angular/platform-browser-dynamic": "^16.0.0", "@angular/router": "^16.0.0", "rxjs": "~7.8.1",