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 across 1 directory with 4 updates #2978

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the angular group with 4 updates in the /ui directory: @angular/common, @angular-devkit/core, @angular-devkit/schematics and @schematics/angular.

Updates @angular/common from 19.0.5 to 19.1.2

Release notes

Sourced from @​angular/common's releases.

v19.1.2

19.1.2 (2025-01-20)

compiler

Commit Description
fix - 8dcd889987 update @ng/component URL to be relative (#59620)

compiler-cli

Commit Description
fix - 95a05bb202 disable tree shaking during HMR (#59595)

core

Commit Description
fix - a4eb74c79c animation sometimes renderer not being destroyed during HMR (#59574)
fix - 906413aba3 change Resource to use explicit undefined in its typings (#59024)
fix - 4eb541837c cleanup _ejsa when app is destroyed (#59492)
fix - 5497102769 cleanup stash listener when app is destroyed (#59598)
fix - 266a8f2f2e handle shadow DOM encapsulated component with HMR (#59597)
fix - 6f7716268a HMR not matching component that injects ViewContainerRef (#59596)
fix - d12a186d53 treat exceptions in equal as part of computation (#55818)

v19.1.1

19.1.1 (2025-01-16)

core

Commit Description
fix - 357795cb96 run HMR replacement in the zone (#59562)

platform-browser

Commit Description
fix - eb0b1851f4 roll back HMR fix (#59557)

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)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.1.2 (2025-01-20)

compiler

Commit Type Description
8dcd889987 fix update @ng/component URL to be relative (#59620)

compiler-cli

Commit Type Description
95a05bb202 fix disable tree shaking during HMR (#59595)

core

Commit Type Description
a4eb74c79c fix animation sometimes renderer not being destroyed during HMR (#59574)
906413aba3 fix change Resource to use explicit undefined in its typings (#59024)
4eb541837c fix cleanup _ejsa when app is destroyed (#59492)
5497102769 fix cleanup stash listener when app is destroyed (#59598)
266a8f2f2e fix handle shadow DOM encapsulated component with HMR (#59597)
6f7716268a fix HMR not matching component that injects ViewContainerRef (#59596)
d12a186d53 fix treat exceptions in equal as part of computation (#55818)

19.1.1 (2025-01-16)

core

Commit Type Description
357795cb96 fix run HMR replacement in the zone (#59562)

platform-browser

Commit Type Description
eb0b1851f4 fix roll back HMR fix (#59557)

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)

... (truncated)

Commits
  • 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...
  • 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)
  • Additional commits viewable in compare view

Updates @angular-devkit/core from 19.0.6 to 19.1.3

Release notes

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

v19.1.3

19.1.3 (2025-01-20)

@​angular/build

Commit Description
fix - 7d8c34172 allow asset changes to reload page on incremental updates
fix - 9fa29af37 handle relative @ng/components
fix - c4de34703 perform full reload for templates with $localize usage

v19.1.2

19.1.2 (2025-01-17)

@​angular/build

Commit Description
fix - 939d1612a perform incremental background file updates with component updates
fix - 304027207 prevent full page reload on HMR updates with SSR enabled
fix - 148acbd58 reset component updates on dev-server index request

v19.1.1

19.1.1 (2025-01-16)

@​angular/build

Commit Description
fix - 298506751 resolve HMR-prefixed files in SSR with Vite

v19.1.0

19.1.0 (2025-01-15)

@​schematics/angular

Commit Description
feat - 02825eec5 use @angular/build package in library generation schematic
fix - 88431b756 application migration should migrate ng-packagr builder package

@​angular-devkit/architect

Commit Description
feat - 2b8a02bac require build schemas from modules
fix - fe1ae6933 avoid Node.js resolution for relative builder schema

@​angular-devkit/core

Commit Description
fix - ce7c4e203 handle Windows drive letter case insensitivity in path functions

@​angular-devkit/schematics

Commit Description
fix - 2f55209dd update Rule type to support returning a Promise of Tree

@​angular/build

... (truncated)

Changelog

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

19.1.3 (2025-01-20)

@​angular/build

Commit Type Description
7d8c34172 fix allow asset changes to reload page on incremental updates
9fa29af37 fix handle relative @ng/components
c4de34703 fix perform full reload for templates with $localize usage

19.1.2 (2025-01-17)

@​angular/build

Commit Type Description
939d1612a fix perform incremental background file updates with component updates
304027207 fix prevent full page reload on HMR updates with SSR enabled
148acbd58 fix reset component updates on dev-server index request

19.1.1 (2025-01-16)

@​angular/build

Commit Type Description
298506751 fix resolve HMR-prefixed files in SSR with Vite

19.1.0 (2025-01-15)

Deprecations

@​angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

... (truncated)

Commits
  • 4508725 release: cut the v19.1.3 release
  • 3ce086a test: improve stability of strategy tests
  • 2114f02 build: ensure source maps are used for jasmine stack traces
  • e5e0947 build: migrate @angular-devkit/architect-cli tests to rules_js
  • 4700c5d build: migrate @angular-devkit/schematics tests to rules_js
  • c9bf07d build: migrate @angular-devkit/core tests to rules_js
  • d278d94 build: migrate @angular/cli tests to use rules_js
  • 676ce57 build: ensure package substitutions work with pnpm workspace:* links
  • 7afc051 test(@​angular/build): enable i18n localize watch test for dev-server
  • c4de347 fix(@​angular/build): perform full reload for templates with $localize usage
  • Additional commits viewable in compare view

Updates @angular-devkit/schematics from 19.0.6 to 19.1.3

Release notes

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

v19.1.3

19.1.3 (2025-01-20)

@​angular/build

Commit Description
fix - 7d8c34172 allow asset changes to reload page on incremental updates
fix - 9fa29af37 handle relative @ng/components
fix - c4de34703 perform full reload for templates with $localize usage

v19.1.2

19.1.2 (2025-01-17)

@​angular/build

Commit Description
fix - 939d1612a perform incremental background file updates with component updates
fix - 304027207 prevent full page reload on HMR updates with SSR enabled
fix - 148acbd58 reset component updates on dev-server index request

v19.1.1

19.1.1 (2025-01-16)

@​angular/build

Commit Description
fix - 298506751 resolve HMR-prefixed files in SSR with Vite

v19.1.0

19.1.0 (2025-01-15)

@​schematics/angular

Commit Description
feat - 02825eec5 use @angular/build package in library generation schematic
fix - 88431b756 application migration should migrate ng-packagr builder package

@​angular-devkit/architect

Commit Description
feat - 2b8a02bac require build schemas from modules
fix - fe1ae6933 avoid Node.js resolution for relative builder schema

@​angular-devkit/core

Commit Description
fix - ce7c4e203 handle Windows drive letter case insensitivity in path functions

@​angular-devkit/schematics

Commit Description
fix - 2f55209dd update Rule type to support returning a Promise of Tree

@​angular/build

... (truncated)

Changelog

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

19.1.3 (2025-01-20)

@​angular/build

Commit Type Description
7d8c34172 fix allow asset changes to reload page on incremental updates
9fa29af37 fix handle relative @ng/components
c4de34703 fix perform full reload for templates with $localize usage

19.1.2 (2025-01-17)

@​angular/build

Commit Type Description
939d1612a fix perform incremental background file updates with component updates
304027207 fix prevent full page reload on HMR updates with SSR enabled
148acbd58 fix reset component updates on dev-server index request

19.1.1 (2025-01-16)

@​angular/build

Commit Type Description
298506751 fix resolve HMR-prefixed files in SSR with Vite

19.1.0 (2025-01-15)

Deprecations

@​angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

... (truncated)

Commits
  • 4508725 release: cut the v19.1.3 release
  • 3ce086a test: improve stability of strategy tests
  • 2114f02 build: ensure source maps are used for jasmine stack traces
  • e5e0947 build: migrate @angular-devkit/architect-cli tests to rules_js
  • 4700c5d build: migrate @angular-devkit/schematics tests to rules_js
  • c9bf07d build: migrate @angular-devkit/core tests to rules_js
  • d278d94 build: migrate @angular/cli tests to use rules_js
  • 676ce57 build: ensure package substitutions work with pnpm workspace:* links
  • 7afc051 test(@​angular/build): enable i18n localize watch test for dev-server
  • c4de347 fix(@​angular/build): perform full reload for templates with $localize usage
  • Additional commits viewable in compare view

Updates @schematics/angular from 19.0.6 to 19.1.3

Release notes

Sourced from @​schematics/angular's releases.

v19.1.3

19.1.3 (2025-01-20)

@​angular/build

Commit Description
fix - 7d8c34172 allow asset changes to reload page on incremental updates
fix - 9fa29af37 handle relative @ng/components
fix - c4de34703 perform full reload for templates with $localize usage

v19.1.2

19.1.2 (2025-01-17)

@​angular/build

Commit Description
fix - 939d1612a perform incremental background file updates with component updates
fix - 304027207 prevent full page reload on HMR updates with SSR enabled
fix - 148acbd58 reset component updates on dev-server index request

v19.1.1

19.1.1 (2025-01-16)

@​angular/build

Commit Description
fix - 298506751 resolve HMR-prefixed files in SSR with Vite

v19.1.0

19.1.0 (2025-01-15)

@​schematics/angular

Commit Description
feat - 02825eec5 use @angular/build package in library generation schematic
fix - 88431b756 application migration should migrate ng-packagr builder package

@​angular-devkit/architect

Commit Description
feat - 2b8a02bac require build schemas from modules
fix - fe1ae6933 avoid Node.js resolution for relative builder schema

@​angular-devkit/core

Commit Description
fix - ce7c4e203 handle Windows drive letter case insensitivity in path functions

@​angular-devkit/schematics

Commit Description
fix - 2f55209dd update Rule type to support returning a Promise of Tree

@​angular/build

... (truncated)

Changelog

Sourced from @​schematics/angular's changelog.

19.1.3 (2025-01-20)

@​angular/build

Commit Type Description
7d8c34172 fix allow asset changes to reload page on incremental updates
9fa29af37 fix handle relative @ng/components
c4de34703 fix perform full reload for templates with $localize usage

19.1.2 (2025-01-17)

@​angular/build

Commit Type Description
939d1612a fix perform incremental background file updates with component updates
304027207 fix prevent full page reload on HMR updates with SSR enabled
148acbd58 fix reset component updates on dev-server index request

19.1.1 (2025-01-16)

@​angular/build

Commit Type Description
298506751 fix resolve HMR-prefixed files in SSR with Vite

19.1.0 (2025-01-15)

Deprecations

@​angular/build

  • The baseHref option under i18n.locales and i18n.sourceLocale in angular.json is deprecated in favor of subPath.

    The subPath defines the URL segment for the locale, serving as both the HTML base HREF and the directory name for output. By default, if not specified, subPath will use the locale code.

... (truncated)

Commits
  • 4508725 release: cut the v19.1.3 release
  • 3ce086a test: improve stability of strategy tests
  • 2114f02 build: ensure source maps are used for jasmine stack traces
  • e5e0947 build: migrate @angular-devkit/architect-cli tests to rules_js
  • 4700c5d build: migrate @angular-devkit/schematics tests to rules_js
  • c9bf07d build: migrate @angular-devkit/core tests to rules_js
  • d278d94 build: migrate @angular/cli tests to use rules_js
  • 676ce57 build: ensure package substitutions work with pnpm workspace:* links
  • 7afc051 test(@​angular/build): enable i18n localize watch test for dev-server
  • c4de347 fix(@​angular/build): perform full reload for templates with $localize usage
  • Additional commits viewable in compare view

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 4 updates in the /ui directory: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common), [@angular-devkit/core](https://github.com/angular/angular-cli), [@angular-devkit/schematics](https://github.com/angular/angular-cli) and [@schematics/angular](https://github.com/angular/angular-cli).


Updates `@angular/common` from 19.0.5 to 19.1.2
- [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.2/packages/common)

Updates `@angular-devkit/core` from 19.0.6 to 19.1.3
- [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.6...19.1.3)

Updates `@angular-devkit/schematics` from 19.0.6 to 19.1.3
- [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.6...19.1.3)

Updates `@schematics/angular` from 19.0.6 to 19.1.3
- [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.6...19.1.3)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-devkit/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@angular-devkit/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
- dependency-name: "@schematics/angular"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants