dylan-smith / DiveIntelligence

1 stars 1 forks source link

Bump @angular/platform-browser-dynamic from 16.2.7 to 16.2.11 in /src/DivingCalculator.Web #92

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps @angular/platform-browser-dynamic from 16.2.7 to 16.2.11.

Release notes

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

v16.2.11

16.2.11 (2023-10-25)

core

Commit Description
fix - 54ea3b65c3 emit provider configured event when a service is configured with providedIn (#52365)
fix - 78533324dc get root and platform injector providers in special cases (#52365)
fix - 019a0f4c22 load global utils before creating platform injector in the standalone case (#52365)

router

Commit Description
fix - b79b4aca91 RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

v16.2.10

16.2.10 (2023-10-18)

v16.2.9

16.2.9 (2023-10-11)

forms

Commit Description
fix - 51a5baace3 reset() call with null values on nested group (#48830)

v16.2.8

16.2.8 (2023-10-04)

language-service

Commit Description
fix - b732961fc3 Retain correct language service when ts.Project reloads (#51912)

service-worker

Commit Description
fix - 966ce9790a throw a critical error when handleFetch fails (#51960)
Changelog

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

16.2.11 (2023-10-25)

core

Commit Type Description
54ea3b65c3 fix emit provider configured event when a service is configured with providedIn (#52365)
78533324dc fix get root and platform injector providers in special cases (#52365)
019a0f4c22 fix load global utils before creating platform injector in the standalone case (#52365)

router

Commit Type Description
b79b4aca91 fix RouterTestingHarness should throw if a component is expected but navigation fails (#52357)

17.0.0-rc.0 (2023-10-18)

Deprecations

core

  • NgProbeToken

    The NgProbeToken is not used internally since the transition from View Engine to Ivy. The token has no utility and can be removed from applications and libraries.

common

Commit Type Description
65b460448e fix missing space in ngSwitch equality warning (#52180)

compiler

Commit Type Description
073ebfe09e fix apply style on :host attributes in prod builds. (#49118)
81a287a79a fix avoid error in template parser for tag names that can occur in object prototype (#52225)

core

Commit Type Description
99e7629159 fix do not remove used ng-template nodes in control flow migration (#52186)
ffe9b1fcc2 fix handle for alias with as in control flow migration (#52183)
e5720edb46 fix handle if alias in control flow migration (#52181)
8e4a7ab52b perf avoid repeated access to LContainer and trackBy calculation (#52227)
1032c1e1a5 perf cache LiveCollectionLContainerImpl (#52227)
37d627dbd4 perf minimze trackBy calculations (#52227)
ba9fc2419e refactor deprecate the NgProbeToken (#51396)

platform-browser

Commit Type Description
c9cde3ab10 perf only append style element on creation (#52237)

16.2.10 (2023-10-18)

... (truncated)

Commits


Dependabot compatibility score

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 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
dependabot[bot] commented 7 months ago

Superseded by #96.