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 in /bl-central-server/bl-web-ui with 12 updates #860

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2025

Bumps the angular group in /bl-central-server/bl-web-ui with 12 updates:

Package From To
@angular/animations 19.0.7 19.1.0
@angular/common 19.0.7 19.1.0
@angular/compiler 19.0.7 19.1.0
@angular/core 19.0.7 19.1.0
@angular/forms 19.0.7 19.1.0
@angular/platform-browser 19.0.7 19.1.0
@angular/platform-browser-dynamic 19.0.7 19.1.0
@angular/router 19.0.7 19.1.0
@angular-devkit/build-angular 19.0.7 19.1.0
@angular/cli 19.0.7 19.1.0
@angular/compiler-cli 19.0.7 19.1.0
@angular/language-service 19.0.7 19.1.0

Updates @angular/animations from 19.0.7 to 19.1.0

Release notes

Sourced from @​angular/animations's releases.

v19.1.0

19.1.0 (2025-01-15)

common

Commit Description
feat - e4c50b3bea expose component instance in NgComponentOutlet (#58698)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)
fix - aed49ddaaa use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
feat - e894a5daea set kind field on template and effect nodes (#58865)
feat - bd1f1294ae support TypeScript 5.7 (#58609)
fix - 9870b643bf Defer afterRender until after first CD (#58250)
fix - a5fc962094 Don't run effects in check no changes pass (#58250)

migrations

Commit Description
feat - d298d25426 add schematic to clean up unused imports (#59353)
fix - 14fb8ce4c0 resolve text replacement issue (#59452)

platform-browser

Commit Description
fix - 8c5db3cfb7 avoid circular DI error in async renderer (#59256)

router

Commit Description
fix - 52a6710f54 complete router events on dispose (#59327)

v19.1.0-rc.0

19.1.0-rc.0 (2025-01-08)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.1.0 (2025-01-15)

common

Commit Type Description
e4c50b3bea feat expose component instance in NgComponentOutlet (#58698)

compiler

Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#59362)
aed49ddaaa fix use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
e894a5daea feat set kind field on template and effect nodes (#58865)
bd1f1294ae feat support TypeScript 5.7 (#58609)
9870b643bf fix Defer afterRender until after first CD (#58250)
a5fc962094 fix Don't run effects in check no changes pass (#58250)

migrations

Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#59353)
14fb8ce4c0 fix resolve text replacement issue (#59452)

platform-browser

Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#59256)

router

Commit Type Description
52a6710f54 fix complete router events on dispose (#59327)

Commits
  • bfaeefe refactor(animations): drop warning functions in production (#59408)
  • 0e23f20 fix(platform-browser): styles not replaced during HMR when using animations r...
  • 2f5f898 docs(animations): update position parameter to be a decimal (#57927)
  • d010e11 feat(core): add event listener options to renderer (#59092)
  • 0513fbc docs: set syntax highlighting of code examples MD code blocks (#59026)
  • 8d6ea5b docs: fix missing alert block styles in the API reference (#59020)
  • See full diff in compare view

Updates @angular/common from 19.0.7 to 19.1.0

Release notes

Sourced from @​angular/common's releases.

v19.1.0

19.1.0 (2025-01-15)

common

Commit Description
feat - e4c50b3bea expose component instance in NgComponentOutlet (#58698)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)
fix - aed49ddaaa use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
feat - e894a5daea set kind field on template and effect nodes (#58865)
feat - bd1f1294ae support TypeScript 5.7 (#58609)
fix - 9870b643bf Defer afterRender until after first CD (#58250)
fix - a5fc962094 Don't run effects in check no changes pass (#58250)

migrations

Commit Description
feat - d298d25426 add schematic to clean up unused imports (#59353)
fix - 14fb8ce4c0 resolve text replacement issue (#59452)

platform-browser

Commit Description
fix - 8c5db3cfb7 avoid circular DI error in async renderer (#59256)

router

Commit Description
fix - 52a6710f54 complete router events on dispose (#59327)

v19.1.0-rc.0

19.1.0-rc.0 (2025-01-08)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.1.0 (2025-01-15)

common

Commit Type Description
e4c50b3bea feat expose component instance in NgComponentOutlet (#58698)

compiler

Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#59362)
aed49ddaaa fix use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
e894a5daea feat set kind field on template and effect nodes (#58865)
bd1f1294ae feat support TypeScript 5.7 (#58609)
9870b643bf fix Defer afterRender until after first CD (#58250)
a5fc962094 fix Don't run effects in check no changes pass (#58250)

migrations

Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#59353)
14fb8ce4c0 fix resolve text replacement issue (#59452)

platform-browser

Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#59256)

router

Commit Type Description
52a6710f54 fix complete router events on dispose (#59327)

Commits
  • e2b7359 refactor(common): drop error message in production (#59471)
  • 95c0e51 docs: update class & style binding recommendation (#59240)
  • 6a0dd96 Revert "refactor: initialize headers map directly in HttpHeaders class (#5926...
  • 3e7ba3d docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • 51a4839 refactor(common): tree-shake lcpObserver in NgOptimizedImage (#59481)
  • f6e7516 refactor(common): tree-shake transfer cache interceptor stuff (#59439)
  • f73f39c refactor: initialize headers map directly in HttpHeaders class (#59268)
  • 411b4f5 refactor(common): prevent duplicating Accept header (#59467)
  • de12b52 refactor(common): drop enums by changing to const enum (#59468)
  • 4d9bfab refactor(common): prevent duplicating X-Request-URL (#59420)
  • Additional commits viewable in compare view

Updates @angular/compiler from 19.0.7 to 19.1.0

Release notes

Sourced from @​angular/compiler's releases.

v19.1.0

19.1.0 (2025-01-15)

common

Commit Description
feat - e4c50b3bea expose component instance in NgComponentOutlet (#58698)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)
fix - aed49ddaaa use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
feat - e894a5daea set kind field on template and effect nodes (#58865)
feat - bd1f1294ae support TypeScript 5.7 (#58609)
fix - 9870b643bf Defer afterRender until after first CD (#58250)
fix - a5fc962094 Don't run effects in check no changes pass (#58250)

migrations

Commit Description
feat - d298d25426 add schematic to clean up unused imports (#59353)
fix - 14fb8ce4c0 resolve text replacement issue (#59452)

platform-browser

Commit Description
fix - 8c5db3cfb7 avoid circular DI error in async renderer (#59256)

router

Commit Description
fix - 52a6710f54 complete router events on dispose (#59327)

v19.1.0-rc.0

19.1.0-rc.0 (2025-01-08)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.1.0 (2025-01-15)

common

Commit Type Description
e4c50b3bea feat expose component instance in NgComponentOutlet (#58698)

compiler

Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#59362)
aed49ddaaa fix use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
e894a5daea feat set kind field on template and effect nodes (#58865)
bd1f1294ae feat support TypeScript 5.7 (#58609)
9870b643bf fix Defer afterRender until after first CD (#58250)
a5fc962094 fix Don't run effects in check no changes pass (#58250)

migrations

Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#59353)
14fb8ce4c0 fix resolve text replacement issue (#59452)

platform-browser

Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#59256)

router

Commit Type Description
52a6710f54 fix complete router events on dispose (#59327)

Commits
  • 3e7ba3d docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • 4efb191 refactor(compiler): remove unused AstVisitors (#59297)
  • ff38671 refactor(compiler): fix typo in method name (#59479)
  • aed49dd fix(compiler): use chunk origin in template HMR request URL (#59459)
  • ceadd28 fix(compiler): allow $any in two-way bindings (#59362)
  • e5866ee refactor(compiler): incorrect spelling in for loop parse error message (#59289)
  • 4559e12 refactor(compiler): generate debug location instruction (#58982)
  • 90896b8 refactor(core): add runtime logic for attaching source locations (#58982)
  • c9b3bd8 refactor(compiler): capture template path (#58982)
  • 8b02d11 refactor(compiler): remove circular dep in the output ast (#59083)
  • Additional commits viewable in compare view

Updates @angular/core from 19.0.7 to 19.1.0

Release notes

Sourced from @​angular/core's releases.

v19.1.0

19.1.0 (2025-01-15)

common

Commit Description
feat - e4c50b3bea expose component instance in NgComponentOutlet (#58698)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)
fix - aed49ddaaa use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
feat - e894a5daea set kind field on template and effect nodes (#58865)
feat - bd1f1294ae support TypeScript 5.7 (#58609)
fix - 9870b643bf Defer afterRender until after first CD (#58250)
fix - a5fc962094 Don't run effects in check no changes pass (#58250)

migrations

Commit Description
feat - d298d25426 add schematic to clean up unused imports (#59353)
fix - 14fb8ce4c0 resolve text replacement issue (#59452)

platform-browser

Commit Description
fix - 8c5db3cfb7 avoid circular DI error in async renderer (#59256)

router

Commit Description
fix - 52a6710f54 complete router events on dispose (#59327)

v19.1.0-rc.0

19.1.0-rc.0 (2025-01-08)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)

compiler-cli

Commit Description

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.1.0 (2025-01-15)

common

Commit Type Description
e4c50b3bea feat expose component instance in NgComponentOutlet (#58698)

compiler

Commit Type Description
ceadd28ea1 fix allow $any in two-way bindings (#59362)
aed49ddaaa fix use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Type Description
c5c20e9d86 fix check event side of two-way bindings (#59002)

core

Commit Type Description
d010e11b73 feat add event listener options to renderer (#59092)
57f3550219 feat add utility for resolving defer block information to ng global (#59184)
22f191f763 feat extend the set of profiler events (#59183)
e894a5daea feat set kind field on template and effect nodes (#58865)
bd1f1294ae feat support TypeScript 5.7 (#58609)
9870b643bf fix Defer afterRender until after first CD (#58250)
a5fc962094 fix Don't run effects in check no changes pass (#58250)

migrations

Commit Type Description
d298d25426 feat add schematic to clean up unused imports (#59353)
14fb8ce4c0 fix resolve text replacement issue (#59452)

platform-browser

Commit Type Description
8c5db3cfb7 fix avoid circular DI error in async renderer (#59256)

router

Commit Type Description
52a6710f54 fix complete router events on dispose (#59327)

Commits
  • 3e7ba3d docs: set syntax highlighting to the remaining Markdown code examples blocks ...
  • a7f824a fix(core): destroy renderer when replacing styles during HMR (#59514)
  • e33e673 refactor(core): do not serialize parent block id for top level blocks (#59190)
  • 03339d5 refactor(core): change node navigation step to plain const (#59469)
  • 6fc5f18 test(migrations): add test for earlier fix (#59497)
  • 59a1d68 fix(migrations): incorrect stats when migrating queries with best effort mode...
  • ca1d392 test: add test to verify extending tsconfig works in signal input migration (...
  • 7debf0f test: improve typescript version coverage for signal input migration (#59463)
  • ce28bff refactor(platform-browser): drop BROWSER_MODULE_PROVIDERS_MARKER in product...
  • 14fb8ce fix(migrations): resolve text replacement issue (#59452)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.0.7 to 19.1.0

Release notes

Sourced from @​angular/forms's releases.

v19.1.0

19.1.0 (2025-01-15)

common

Commit Description
feat - e4c50b3bea expose component instance in NgComponentOutlet (#58698)

compiler

Commit Description
fix - ceadd28ea1 allow $any in two-way bindings (#59362)
fix - aed49ddaaa use chunk origin in template HMR request URL (#59459)

compiler-cli

Commit Description
fix - c5c20e9d86 check event side of two-way bindings (#59002)

core

Commit Description
feat - d010e11b73 add event listener options to renderer (#59092)
feat - 57f3550219 add utility for resolving defer block information to ng global (#59184)
feat - 22f191f763 extend the set of profiler events (#59183)
feat - e894a5daea set kind field on template and effect nodes (#58865)
Description has been truncated

Bumps the angular group in /bl-central-server/bl-web-ui with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.0.7` | `19.1.0` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.0.7` | `19.1.0` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.0.7` | `19.1.0` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.0.7` | `19.1.0` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.0.7` | `19.1.0` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.0.7` | `19.1.0` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.0.7` | `19.1.0` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.0.7` | `19.1.0` |
| [@angular-devkit/build-angular](https://github.com/angular/angular-cli) | `19.0.7` | `19.1.0` |
| [@angular/cli](https://github.com/angular/angular-cli) | `19.0.7` | `19.1.0` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `19.0.7` | `19.1.0` |
| [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) | `19.0.7` | `19.1.0` |


Updates `@angular/animations` from 19.0.7 to 19.1.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/19.1.0/packages/animations)

Updates `@angular/common` from 19.0.7 to 19.1.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/19.1.0/packages/common)

Updates `@angular/compiler` from 19.0.7 to 19.1.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/19.1.0/packages/compiler)

Updates `@angular/core` from 19.0.7 to 19.1.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/19.1.0/packages/core)

Updates `@angular/forms` from 19.0.7 to 19.1.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/19.1.0/packages/forms)

Updates `@angular/platform-browser` from 19.0.7 to 19.1.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/19.1.0/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.0.7 to 19.1.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/19.1.0/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.0.7 to 19.1.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/19.1.0/packages/router)

Updates `@angular-devkit/build-angular` from 19.0.7 to 19.1.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@19.0.7...19.1.0)

Updates `@angular/cli` from 19.0.7 to 19.1.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@19.0.7...19.1.0)

Updates `@angular/compiler-cli` from 19.0.7 to 19.1.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/19.1.0/packages/compiler-cli)

Updates `@angular/language-service` from 19.0.7 to 19.1.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/19.1.0/packages/language-service)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular/compiler"
  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/forms"
  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/router"
  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/cli"
  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: "@angular/language-service"
  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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 15, 2025
@jesperancinha jesperancinha merged commit b02f1bc into master Jan 16, 2025
7 checks passed
@jesperancinha jesperancinha deleted the dependabot/npm_and_yarn/bl-central-server/bl-web-ui/angular-46f15ba225 branch January 16, 2025 11:44
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant