Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump the angular group across 1 directory with 11 updates #283

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the angular group with 11 updates in the / directory:

Package From To
@angular/animations 18.2.12 19.1.6
@angular/common 18.2.12 19.1.6
@angular/compiler 18.2.12 19.1.6
@angular/core 18.2.12 19.1.6
@angular/forms 18.2.12 19.1.6
@angular/platform-browser 18.2.12 19.1.6
@angular/platform-browser-dynamic 18.2.12 19.1.6
@angular/router 18.2.12 19.1.6
@angular-devkit/build-angular 18.2.12 19.1.7
@angular/cli 18.2.12 19.1.7
@angular/compiler-cli 18.2.12 19.1.6

Updates @angular/animations from 18.2.12 to 19.1.6

Release notes

Sourced from @​angular/animations's releases.

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit Description
fix - 01f669a274 handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Description
fix - dcfb9f1959 handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Description
fix - cab7a9b69c invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Description
fix - 710759ddcc account for let declarations in control flow migration (#59861)
fix - 46f36a58bf count used dependencies inside existing control flow (#59861)

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.1.6 (2025-02-12)

compiler

Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Type Description
cab7a9b69c fix invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Type Description
710759ddcc fix account for let declarations in control flow migration (#59861)
46f36a58bf fix count used dependencies inside existing control flow (#59861)

19.2.0-next.2 (2025-02-06)

compiler-cli

Commit Type Description
a97136052f9 fix gracefully fall back if const enum cannot be passed through (#59815)
bae94b82fda fix handle const enums used inside HMR data (#59815)
03bcd30e348 fix handle enum members without initializers in partial evaluator (#59815)

core

Commit Type Description
146ab9a76e6 feat support TypeScript 5.8 (#59830)
b592b1b0516 fix fix race condition in resource() (#59851)
a299e02e914 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e32108 feat support type set in form validators (#45793)

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

... (truncated)

Commits
  • a4eb74c fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • 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)
  • 09df589 refactor(core): Migrate all packages with the explicit-standalone-flag sche...
  • 84b6896 refactor(platform-server): Add an ssr benchmark setup. (#57647)
  • 9dbe6fc refactor: update license text to point to angular.dev (#57901)
  • See full diff in compare view

Updates @angular/common from 18.2.12 to 19.1.6

Release notes

Sourced from @​angular/common's releases.

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit Description
fix - 01f669a274 handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Description
fix - dcfb9f1959 handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Description
fix - cab7a9b69c invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Description
fix - 710759ddcc account for let declarations in control flow migration (#59861)
fix - 46f36a58bf count used dependencies inside existing control flow (#59861)

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.1.6 (2025-02-12)

compiler

Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Type Description
cab7a9b69c fix invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Type Description
710759ddcc fix account for let declarations in control flow migration (#59861)
46f36a58bf fix count used dependencies inside existing control flow (#59861)

19.2.0-next.2 (2025-02-06)

compiler-cli

Commit Type Description
a97136052f9 fix gracefully fall back if const enum cannot be passed through (#59815)
bae94b82fda fix handle const enums used inside HMR data (#59815)
03bcd30e348 fix handle enum members without initializers in partial evaluator (#59815)

core

Commit Type Description
146ab9a76e6 feat support TypeScript 5.8 (#59830)
b592b1b0516 fix fix race condition in resource() (#59851)
a299e02e914 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e32108 feat support type set in form validators (#45793)

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

... (truncated)

Commits
  • 873870f refactor(common): drop error messages in production (#59545)
  • 2c770a2 refactor(common): drop platform check in PreconnectLinkChecker (#59714)
  • b4b36ed refactor(common): tree-shake PreloadLinkCreator for client bundles (#59431)
  • 15cc74f refactor(common): simplify joinWithSlash (#59484)
  • b7b8da5 refactor(common): simplify null/undefined check in keyvalue pipe (#59696)
  • 60094d3 refactor(common): prevent duplicating Accept header name (#59546)
  • 810ed6a refactor(common): prevent duplicating Content-Type header (#59518)
  • 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...
  • Additional commits viewable in compare view

Updates @angular/compiler from 18.2.12 to 19.1.6

Release notes

Sourced from @​angular/compiler's releases.

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit Description
fix - 01f669a274 handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Description
fix - dcfb9f1959 handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Description
fix - cab7a9b69c invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Description
fix - 710759ddcc account for let declarations in control flow migration (#59861)
fix - 46f36a58bf count used dependencies inside existing control flow (#59861)

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.1.6 (2025-02-12)

compiler

Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Type Description
cab7a9b69c fix invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Type Description
710759ddcc fix account for let declarations in control flow migration (#59861)
46f36a58bf fix count used dependencies inside existing control flow (#59861)

19.2.0-next.2 (2025-02-06)

compiler-cli

Commit Type Description
a97136052f9 fix gracefully fall back if const enum cannot be passed through (#59815)
bae94b82fda fix handle const enums used inside HMR data (#59815)
03bcd30e348 fix handle enum members without initializers in partial evaluator (#59815)

core

Commit Type Description
146ab9a76e6 feat support TypeScript 5.8 (#59830)
b592b1b0516 fix fix race condition in resource() (#59851)
a299e02e914 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e32108 feat support type set in form validators (#45793)

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

... (truncated)

Commits
  • 01f669a fix(compiler): handle tracking expressions requiring temporary variables (#58...
  • 6e99930 refactor(compiler): pass more information to HMR replacement function (#59854)
  • 53a4668 fix(compiler-cli): handle const enums used inside HMR data (#59815)
  • ecfb74d fix(compiler): handle :host-context with comma-separated child selector (#59276)
  • 8dcd889 fix(compiler): update @ng/component URL to be relative (#59620)
  • 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)
  • Additional commits viewable in compare view

Updates @angular/core from 18.2.12 to 19.1.6

Release notes

Sourced from @​angular/core's releases.

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit Description
fix - 01f669a274 handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Description
fix - dcfb9f1959 handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Description
fix - cab7a9b69c invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Description
fix - 710759ddcc account for let declarations in control flow migration (#59861)
fix - 46f36a58bf count used dependencies inside existing control flow (#59861)

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

core

Commit Description
fix - 544b9ee7ca0 check whether application is destroyed before printing hydration stats (#59716)
fix - d6e78c072dc ensure type is preserved during HMR (#59700)
fix - c2436702df9 fixes test timer-based test flakiness in CI (#59674)

elements

Commit Description
fix - 44180645992 not setting initial value on signal-based input (#59773)

platform-browser

Commit Description
fix - 1828a840620 prepend baseHref to sourceMappingURL in CSS content (#59730)
fix - 1c84cbca30e Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)
fix - 12256574626 Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent property (#59690)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.1.6 (2025-02-12)

compiler

Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Type Description
cab7a9b69c fix invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Type Description
710759ddcc fix account for let declarations in control flow migration (#59861)
46f36a58bf fix count used dependencies inside existing control flow (#59861)

19.2.0-next.2 (2025-02-06)

compiler-cli

Commit Type Description
a97136052f9 fix gracefully fall back if const enum cannot be passed through (#59815)
bae94b82fda fix handle const enums used inside HMR data (#59815)
03bcd30e348 fix handle enum members without initializers in partial evaluator (#59815)

core

Commit Type Description
146ab9a76e6 feat support TypeScript 5.8 (#59830)
b592b1b0516 fix fix race condition in resource() (#59851)
a299e02e914 fix preserve tracing snapshot until tick finishes (#59796)

forms

Commit Type Description
fa0c3e32108 feat support type set in form validators (#45793)

19.1.5 (2025-02-06)

compiler-cli

Commit Type Description
d7b5c597ffc fix gracefully fall back if const enum cannot be passed through (#59815)
53a4668b58b fix handle const enums used inside HMR data (#59815)
976125e0b4c fix handle enum members without initializers in partial evaluator (#59815)

... (truncated)

Commits
  • 710759d fix(migrations): account for let declarations in control flow migration (#59861)
  • 46f36a5 fix(migrations): count used dependencies inside existing control flow (#59861)
  • cab7a9b fix(core): invalidate HMR component if replacement throws an error (#59854)
  • 6e99930 refactor(compiler): pass more information to HMR replacement function (#59854)
  • 2137f80 refactor(core): minor code cleanups (#59843)
  • 802397d refactor(core): reuse element end first creation pass (#59843)
  • 724885b refactor(core): reuse element first create pass in ComponentRef (#59843)
  • ad01b6a refactor(core): move directive matching logic to a separate file (#59843)
  • 2a0731f refactor(core): reuse existing logic in ComponentRef impl (#59806)
  • cde83e9 refactor(core): move callAndReportToErrorHandler to bootstrap file (#59793)
  • Additional commits viewable in compare view

Updates @angular/forms from 18.2.12 to 19.1.6

Release notes

Sourced from @​angular/forms's releases.

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit De...

Description has been truncated

Bumps the angular group with 11 updates in the / directory:

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



Updates `@angular/animations` from 18.2.12 to 19.1.6
- [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.6/packages/animations)

Updates `@angular/common` from 18.2.12 to 19.1.6
- [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.6/packages/common)

Updates `@angular/compiler` from 18.2.12 to 19.1.6
- [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.6/packages/compiler)

Updates `@angular/core` from 18.2.12 to 19.1.6
- [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.6/packages/core)

Updates `@angular/forms` from 18.2.12 to 19.1.6
- [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.6/packages/forms)

Updates `@angular/platform-browser` from 18.2.12 to 19.1.6
- [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.6/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 18.2.12 to 19.1.6
- [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.6/packages/platform-browser-dynamic)

Updates `@angular/router` from 18.2.12 to 19.1.6
- [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.6/packages/router)

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

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

Updates `@angular/compiler-cli` from 18.2.12 to 19.1.6
- [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.6/packages/compiler-cli)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: angular
- dependency-name: "@angular/compiler-cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
  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 Feb 17, 2025
# for free to join this conversation on GitHub. Already have an account? # 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.

0 participants