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 7 updates #54

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

Bumps the angular group with 7 updates:

Package Update
@angular/common 16.1.8 to 16.2.0
@angular/core 16.1.8 to 16.2.0
@angular/platform-browser 16.1.8 to 16.2.0
@angular/platform-browser-dynamic 16.1.8 to 16.2.0
@angular-devkit/build-angular 16.1.8 to 16.2.0
@angular/compiler-cli 16.1.8 to 16.2.0
ng-packagr 16.1.0 to 16.2.0

Updates @angular/common from 16.1.8 to 16.2.0

Release notes

Sourced from @​angular/common's releases.

v16.2.0

16.2.0 (2023-08-09)

benchpress

Commit Description
fix - dd850b2ab7 correctly report GC memory amounts (#50760)

common

Commit Description
feat - 29d358170b add component input binding support for NgComponentOutlet (#51148)
feat - 1837efb9da Allow ngSrc to be changed post-init (#50683)

compiler

Commit Description
feat - c27a1e61d6 scope selectors in @​scope queries (#50747)

compiler-cli

Commit Description
fix - 12bad6576d libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)
fix - 9f490da7e2 handle hydration of view containers for root components (#51247)

router

Commit Description
feat - 0b14e4ef74 exposes the fixture of the RouterTestingHarness (#50280)

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-02)

compiler

Commit Description
fix - 6755f5354c return full spans for Comment nodes (#50855)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)

v16.2.0-next.4

16.2.0-next.4 (2023-07-26)

common

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

16.2.0 (2023-08-09)

benchpress

Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#50760)

common

Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#51148)
1837efb9da feat Allow ngSrc to be changed post-init (#50683)

compiler

Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#50747)

compiler-cli

Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#50607)
98d262fd27 feat create injector debugging APIs (#48639)
cdaa2a8a9e feat support Provider type in Injector.create (#49587)
9f490da7e2 fix handle hydration of view containers for root components (#51247)

router

Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#50280)

16.1.9 (2023-08-09)

Commits
  • 29d3581 feat(common): add component input binding support for NgComponentOutlet (#51148)
  • daaa0a4 docs: remove trailing periods after @see (#51144)
  • 57e8412 fix(http): check whether Zone is defined (#51119)
  • 109737b docs(common): Add NgOptimizedImage FAQ (#51036)
  • c5608e5 fix(http): Run fetch request out the angular zone (#50981)
  • b8107b1 refactor(common): remove supportScrollRestoration (#50056)
  • 1837efb feat(common): Allow ngSrc to be changed post-init (#50683)
  • d6b1fed docs(common): remove @developerPreview from NgOptimizedImage related item...
  • 232a786 ci: re-enable RBE for http tests (#50741)
  • 9f2fb7c docs: update invalid links to the new http guides (#49456)
  • Additional commits viewable in compare view

Updates @angular/core from 16.1.8 to 16.2.0

Release notes

Sourced from @​angular/core's releases.

v16.2.0

16.2.0 (2023-08-09)

benchpress

Commit Description
fix - dd850b2ab7 correctly report GC memory amounts (#50760)

common

Commit Description
feat - 29d358170b add component input binding support for NgComponentOutlet (#51148)
feat - 1837efb9da Allow ngSrc to be changed post-init (#50683)

compiler

Commit Description
feat - c27a1e61d6 scope selectors in @​scope queries (#50747)

compiler-cli

Commit Description
fix - 12bad6576d libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)
fix - 9f490da7e2 handle hydration of view containers for root components (#51247)

router

Commit Description
feat - 0b14e4ef74 exposes the fixture of the RouterTestingHarness (#50280)

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-02)

compiler

Commit Description
fix - 6755f5354c return full spans for Comment nodes (#50855)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)

v16.2.0-next.4

16.2.0-next.4 (2023-07-26)

common

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

16.2.0 (2023-08-09)

benchpress

Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#50760)

common

Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#51148)
1837efb9da feat Allow ngSrc to be changed post-init (#50683)

compiler

Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#50747)

compiler-cli

Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#50607)
98d262fd27 feat create injector debugging APIs (#48639)
cdaa2a8a9e feat support Provider type in Injector.create (#49587)
9f490da7e2 fix handle hydration of view containers for root components (#51247)

router

Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#50280)

16.1.9 (2023-08-09)

Commits
  • 9f490da fix(core): handle hydration of view containers for root components (#51247)
  • b95b5b5 refactor(core): throw an error when hydration marker is missing from DOM (#51...
  • 26781fd refactor(core): remove unnecessary import for custom expect. (#51216)
  • c7c0723 refactor(core): deprecate PACKAGE_ROOT_URL token (#51222)
  • e01549b refactor(core): introduce LView and LContainer utility functions (#51191)
  • e53d4ec feat(core): add afterRender and afterNextRender (#50607)
  • 8913d3e docs: fix warning about an unknown decorator (#51237)
  • 4602545 refactor(core): remove useless hack (#51224)
  • d81d125 refactor(core): Remove dead unit test code (#51223)
  • 9d59764 refactor(core): createInjector is a private function (#51221)
  • Additional commits viewable in compare view

Updates @angular/platform-browser from 16.1.8 to 16.2.0

Release notes

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

v16.2.0

16.2.0 (2023-08-09)

benchpress

Commit Description
fix - dd850b2ab7 correctly report GC memory amounts (#50760)

common

Commit Description
feat - 29d358170b add component input binding support for NgComponentOutlet (#51148)
feat - 1837efb9da Allow ngSrc to be changed post-init (#50683)

compiler

Commit Description
feat - c27a1e61d6 scope selectors in @​scope queries (#50747)

compiler-cli

Commit Description
fix - 12bad6576d libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)
fix - 9f490da7e2 handle hydration of view containers for root components (#51247)

router

Commit Description
feat - 0b14e4ef74 exposes the fixture of the RouterTestingHarness (#50280)

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-02)

compiler

Commit Description
fix - 6755f5354c return full spans for Comment nodes (#50855)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)

v16.2.0-next.4

16.2.0-next.4 (2023-07-26)

common

... (truncated)

Changelog

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

16.2.0 (2023-08-09)

benchpress

Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#50760)

common

Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#51148)
1837efb9da feat Allow ngSrc to be changed post-init (#50683)

compiler

Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#50747)

compiler-cli

Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#50607)
98d262fd27 feat create injector debugging APIs (#48639)
cdaa2a8a9e feat support Provider type in Injector.create (#49587)
9f490da7e2 fix handle hydration of view containers for root components (#51247)

router

Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#50280)

16.1.9 (2023-08-09)

Commits
  • b95b5b5 refactor(core): throw an error when hydration marker is missing from DOM (#51...
  • 67df5a9 refactor(platform-browser): use globalThis for global (#50063)
  • f1b6299 perf(platform-browser): do not remove renderer from cache when `REMOVE_STYLES...
  • 0522f1b docs: Add a doc for NG5014 (#50567)
  • 0380564 fix(platform-browser): wait until animation completion before destroying rend...
  • 452a3e9 Revert "fix(platform-browser): wait until animation completion before destroy...
  • 2b55103 fix(platform-browser): wait until animation completion before destroying rend...
  • 764c7fb refactor(core): fix typo Destory -> Destroy (#50676)
  • 5986ff5 refactor(platform-browser): remove #9100 todos. (#49406)
  • 4550fe4 refactor: use queueMicrotask to schedule micro tasks instead of various hel...
  • Additional commits viewable in compare view

Updates @angular/platform-browser-dynamic from 16.1.8 to 16.2.0

Release notes

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

v16.2.0

16.2.0 (2023-08-09)

benchpress

Commit Description
fix - dd850b2ab7 correctly report GC memory amounts (#50760)

common

Commit Description
feat - 29d358170b add component input binding support for NgComponentOutlet (#51148)
feat - 1837efb9da Allow ngSrc to be changed post-init (#50683)

compiler

Commit Description
feat - c27a1e61d6 scope selectors in @​scope queries (#50747)

compiler-cli

Commit Description
fix - 12bad6576d libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)
fix - 9f490da7e2 handle hydration of view containers for root components (#51247)

router

Commit Description
feat - 0b14e4ef74 exposes the fixture of the RouterTestingHarness (#50280)

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-02)

compiler

Commit Description
fix - 6755f5354c return full spans for Comment nodes (#50855)

core

Commit Description
feat - e53d4ecf4c add afterRender and afterNextRender (#50607)
feat - 98d262fd27 create injector debugging APIs (#48639)
feat - cdaa2a8a9e support Provider type in Injector.create (#49587)

v16.2.0-next.4

16.2.0-next.4 (2023-07-26)

common

... (truncated)

Changelog

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

16.2.0 (2023-08-09)

benchpress

Commit Type Description
dd850b2ab7 fix correctly report GC memory amounts (#50760)

common

Commit Type Description
29d358170b feat add component input binding support for NgComponentOutlet (#51148)
1837efb9da feat Allow ngSrc to be changed post-init (#50683)

compiler

Commit Type Description
c27a1e61d6 feat scope selectors in @​scope queries (#50747)

compiler-cli

Commit Type Description
12bad6576d fix libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714)

core

Commit Type Description
e53d4ecf4c feat add afterRender and afterNextRender (#50607)
98d262fd27 feat create injector debugging APIs (#48639)
cdaa2a8a9e feat support Provider type in Injector.create (#49587)
9f490da7e2 fix handle hydration of view containers for root components (#51247)

router

Commit Type Description
0b14e4ef74 feat exposes the fixture of the RouterTestingHarness (#50280)

16.1.9 (2023-08-09)

Commits
  • dfa772d refactor(core): remove unused private provider (#51222)
  • 925dad9 refactor(platform-browser-dynamic): Fix JSDoc comment (#50893)
  • 5986ff5 refactor(platform-browser): remove #9100 todos. (#49406)
  • ad28cdd refactor(platform-browser): replace our own toBeAnInstanceOf with `toBeInst...
  • See full diff in compare view

Updates @angular-devkit/build-angular from 16.1.8 to 16.2.0

Release notes

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

v16.2.0

16.2.0 (2023-08-09)

@​angular-devkit/build-angular

Commit Description
feat - e6b377436 add ssr option in application builder
feat - c05c83be7 add initial application builder implementation
feat - 095f5aba6 add initial support for server bundle generation using esbuild
feat - cb165a75d add pre-rendering (SSG) and App-shell support generation to application builder
feat - 2a3fc6846 add preload hints based on transitive initial files
feat - 099cec758 add support for serving SSR with dev-server when using the application builder
fix - 449e21b3a correctly load dev server assets with vite 4.4.0+
fix - f42f10135 ensure preload hints for external stylesheets are marked as styles
fix - 7defb3635 ensure that server dependencies are loaded also in ssr entrypoint
fix - 05f31bd28 prevent race condition in setting up sass worker pool
fix - 5048f6e82 Set chunk names explicitly
perf - 974748cdf filter postcss usage based on content in esbuild builder
perf - 61a652d91 inject Sass import/use directive importer information when resolving
perf - a0a2c7aef only load browserslist in babel preset if needed
perf - 6bfd1800e use in-memory Sass module resolution cache

v16.2.0-rc.1

16.2.0-rc.1 (2023-08-04)

@​angular-devkit/build-angular

Commit Description
fix - 05f31bd28 prevent race condition in setting up sass worker pool
fix - 192326a8 build: update critters

v16.2.0-rc.0

16.2.0-rc.0 (2023-08-02)

@​angular-devkit/build-angular

Commit Description
fix - 6539bb520 hot update filename suffix with .mjs

16.2.0-next.4

16.2.0-next.4 (2023-07-26)

@​angular-devkit/build-angular

Commit Description
fix - 449e21b3a correctly load dev server assets with vite 4.4.0+
fix - d6ae2c7b7 error during critical CSS inlining for external stylesheets

v16.2.0-next.3

... (truncated)

Changelog

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

16.2.0 (2023-08-09)

@​angular-devkit/build-angular

Commit Type Description
e6b377436 feat add ssr option in application builder
c05c83be7 feat add initial application builder implementation
095f5aba6 feat add initial support for server bundle generation using esbuild
cb165a75d feat add pre-rendering (SSG) and App-shell support generation to application builder
2a3fc6846 feat add preload hints based on transitive initial files
099cec758 feat add support for serving SSR with dev-server when using the application builder
449e21b3a fix correctly load dev server assets with vite 4.4.0+
f42f10135 fix ensure preload hints for external stylesheets are marked as styles
7defb3635 fix ensure that server dependencies are loaded also in ssr entrypoint
05f31bd28 fix prevent race condition in setting up sass worker pool
5048f6e82 fix Set chunk names explicitly
974748cdf perf filter postcss usage based on content in esbuild builder
61a652d91 perf inject Sass import/use directive importer information when resolving
a0a2c7aef perf only load browserslist in babel preset if needed
6bfd1800e perf use in-memory Sass module resolution cache

Commits
  • 32cf946 release: cut the v16.2.0 release
  • 85a6ee3 refactor: remove -next from peer dependency versions for 16.2.0 release
  • 942fcb8 release: cut the v16.2.0-rc.1 release
  • 192326a build: update critters
  • 05f31bd fix(@​angular-devkit/build-angular): prevent race condition in setting up sass...
  • ...

    Description has been truncated

Bumps the angular group with 7 updates:

| Package | Update |
| --- | --- |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | 16.1.8 to 16.2.0 |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | 16.1.8 to 16.2.0 |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | 16.1.8 to 16.2.0 |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | 16.1.8 to 16.2.0 |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | 16.1.8 to 16.2.0 |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | 16.1.8 to 16.2.0 |
| [ng-packagr](https://github.com/ng-packagr/ng-packagr) | 16.1.0 to 16.2.0 |


Updates `@angular/common` from 16.1.8 to 16.2.0
- [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.0/packages/common)

Updates `@angular/core` from 16.1.8 to 16.2.0
- [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.0/packages/core)

Updates `@angular/platform-browser` from 16.1.8 to 16.2.0
- [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.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 16.1.8 to 16.2.0
- [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.0/packages/platform-browser-dynamic)

Updates `@angular-devkit/build-angular` from 16.1.8 to 16.2.0
- [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.1.8...16.2.0)

Updates `@angular/compiler-cli` from 16.1.8 to 16.2.0
- [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.0/packages/compiler-cli)

Updates `ng-packagr` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/ng-packagr/ng-packagr/releases)
- [Changelog](https://github.com/ng-packagr/ng-packagr/blob/main/CHANGELOG.md)
- [Commits](ng-packagr/ng-packagr@16.1.0...16.2.0)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: ng-packagr
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Aug 14, 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

@Selindek Selindek merged commit 5cd5280 into main Aug 14, 2023
@Selindek Selindek deleted the dependabot/npm_and_yarn/angular-4f5dd36d15 branch August 14, 2023 09:13
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