Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the Angular group with 6 updates #70

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

Bumps the angular group with 6 updates:

Package From To
@angular/common 16.2.8 16.2.9
@angular/core 16.2.8 16.2.9
@angular/platform-browser 16.2.8 16.2.9
@angular/platform-browser-dynamic 16.2.8 16.2.9
@angular-devkit/build-angular 16.2.5 16.2.6
@angular/compiler-cli 16.2.8 16.2.9

Updates @angular/common from 16.2.8 to 16.2.9

Release notes

Sourced from @​angular/common's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

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

Sourced from @​angular/common's changelog.

16.2.9 (2023-10-11)

forms

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

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 16.2.8 to 16.2.9

Release notes

Sourced from @​angular/core's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

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

Sourced from @​angular/core's changelog.

16.2.9 (2023-10-11)

forms

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

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits
  • 2bfd28c docs: correct wording for Directive's decorator host property key description...
  • d3c9e43 docs(core): add an example of configuring APP_INITIALIZER token in context of...
  • See full diff in compare view

Updates @angular/platform-browser from 16.2.8 to 16.2.9

Release notes

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

v16.2.9

16.2.9 (2023-10-11)

forms

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

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

16.2.9 (2023-10-11)

forms

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

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular/platform-browser-dynamic from 16.2.8 to 16.2.9

Release notes

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

v16.2.9

16.2.9 (2023-10-11)

forms

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

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

16.2.9 (2023-10-11)

forms

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

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

Updates @angular-devkit/build-angular from 16.2.5 to 16.2.6

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v16.2.6

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Description
fix - c6ea25626 fully downlevel async/await when using vite dev-server with caching enabled
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

16.2.6 (2023-10-11)

@​angular-devkit/build-angular

Commit Type Description
c6ea25626 fix fully downlevel async/await when using vite dev-server with caching enabled

15.2.10 (2023-10-05)

@​angular-devkit/build-angular

Commit Type Description
05213c95b fix update dependency postcss to v8.4.31

14.2.13 (2023-10-05)

@​angular-devkit/build-angular

Commit Type Description
1ca44dcd9 fix update dependency postcss to v8.4.31

17.0.0-next.7 (2023-10-04)

@​schematics/angular

Commit Type Description
dc6b6eaf6 feat add migration to replace usages of @nguniversal/builders
03a1eaf01 fix account for new block syntax in starter template
e516a4bdb fix pass ssr option to application schematics
419b5c191 fix remove baseUrl from tsconfig.json
0368b23f2 fix use @​types/node v18

@​angular-devkit/build-angular

... (truncated)

Commits
  • 46d2ae9 release: cut the v16.2.6 release
  • efcdf7b refactor: strengthen language around Protractor support status
  • c6ea256 fix(@​angular-devkit/build-angular): fully downlevel async/await when using vi...
  • See full diff in compare view

Updates @angular/compiler-cli from 16.2.8 to 16.2.9

Release notes

Sourced from @​angular/compiler-cli's releases.

v16.2.9

16.2.9 (2023-10-11)

forms

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

Sourced from @​angular/compiler-cli's changelog.

16.2.9 (2023-10-11)

forms

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

17.0.0-next.7 (2023-10-04)

Deprecations

core

  • Swapping out the context object for EmbeddedViewRef is no longer supported. Support for this was introduced with v12.0.0, but this pattern is rarely used. There is no replacement, but you can use simple assignments in most cases, or Object.assign , or alternatively still replace the full object by using a Proxy(seeNgTemplateOutlet` as an example).

    Also adds a warning if the deprecated

animations

Commit Type Description
e753278faa feat Add the possibility of lazy loading animations code. (#50738)

common

Commit Type Description
dde3fdabbd feat upgrade warning to logged error for lazy-loaded LCP images using NgOptimizedImage (#52004)

compiler

Commit Type Description
a7fa25306f feat extract api docs for interfaces (#52006)
0eae992c4e fix allow nullable values in for loop block (#51997)
9acd2ac98b fix enable block syntax in the linker (#51979)
1d871c03a5 fix forward referenced dependencies not identified as deferrable (#52017)
02edb43067 fix narrow the type of the aliased if block expression (#51952)
1beef49d80 fix update the minVersion if component uses block syntax (#51979)
e5bca43224 perf further reduce bundle size using arrow functions (#52010)

core

Commit Type Description
4f04d1cdab feat add new list reconcilation algorithm (#51980)
43e6fb0606 feat enable block syntax (#51994)
a54713c831 feat implement ɵgetInjectorMetadata debug API (#51900)
7d42dc3c02 feat the new list reconciliation algorithm for built-in for (#51980)
4f69d620d9 fix deferred blocks not removing content immediately when animations are enabled (#51971)
9b9e11fcaf refactor deprecate allowing full context object to be replaced in EmbeddedViewRef (#51887)

language-service

Commit Type Description

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the angular group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `16.2.8` | `16.2.9` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `16.2.8` | `16.2.9` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `16.2.8` | `16.2.9` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `16.2.8` | `16.2.9` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `16.2.5` | `16.2.6` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `16.2.8` | `16.2.9` |


Updates `@angular/common` from 16.2.8 to 16.2.9
- [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/16.2.9/packages/common)

Updates `@angular/core` from 16.2.8 to 16.2.9
- [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/16.2.9/packages/core)

Updates `@angular/platform-browser` from 16.2.8 to 16.2.9
- [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/16.2.9/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 16.2.8 to 16.2.9
- [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/16.2.9/packages/platform-browser-dynamic)

Updates `@angular-devkit/build-angular` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@16.2.5...16.2.6)

Updates `@angular/compiler-cli` from 16.2.8 to 16.2.9
- [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/16.2.9/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@thomasturrell thomasturrell merged commit 7d93ad3 into main Oct 16, 2023
7 checks passed
@thomasturrell thomasturrell deleted the dependabot/npm_and_yarn/angular-5958472bf9 branch October 16, 2023 11:46
@thomasturrell thomasturrell changed the title Bump the angular group with 6 updates Bump the Angular group with 6 updates Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant