Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Bump the angular group across 1 directory with 10 updates - #383

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Pyro.UI/angular-efdcabb81c
Closed

Bump the angular group across 1 directory with 10 updates#383
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/Pyro.UI/angular-efdcabb81c

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJan 20, 2025

Copy link
Copy Markdown
Contributor

Bumps the angular group with 10 updates in the /Pyro.UI directory:

PackageFromTo
@angular/animations18.2.1219.1.2
@angular/common18.2.1219.1.2
@angular/compiler18.2.1219.1.2
@angular/core18.2.1219.1.2
@angular/forms18.2.1219.1.2
@angular/platform-browser18.2.1219.1.2
@angular/platform-browser-dynamic18.2.1219.1.2
@angular/router18.2.1219.1.2
@angular/cli18.2.1219.1.3
@angular/compiler-cli18.2.1219.1.2

Updates @angular/animations from 18.2.12 to 19.1.2

Release notes

Sourced from @​angular/animations's releases.

v19.1.2

19.1.2 (2025-01-20)

compiler

CommitDescription
fix - 8dcd889987update @ng/component URL to be relative (#59620)

compiler-cli

CommitDescription
fix - 95a05bb202disable tree shaking during HMR (#59595)

core

CommitDescription
fix - a4eb74c79canimation sometimes renderer not being destroyed during HMR (#59574)
fix - 906413aba3change Resource to use explicit undefined in its typings (#59024)
fix - 4eb541837ccleanup _ejsa when app is destroyed (#59492)
fix - 5497102769cleanup stash listener when app is destroyed (#59598)
fix - 266a8f2f2ehandle shadow DOM encapsulated component with HMR (#59597)
fix - 6f7716268aHMR not matching component that injects ViewContainerRef (#59596)
fix - d12a186d53treat exceptions in equal as part of computation (#55818)

v19.1.1

19.1.1 (2025-01-16)

core

CommitDescription
fix - 357795cb96run HMR replacement in the zone (#59562)

platform-browser

CommitDescription
fix - eb0b1851f4roll back HMR fix (#59557)

v19.1.0

19.1.0 (2025-01-15)

common

CommitDescription
feat - e4c50b3beaexpose component instance in NgComponentOutlet (#58698)

compiler

CommitDescription
fix - ceadd28ea1allow $any in two-way bindings (#59362)
fix - aed49ddaaause chunk origin in template HMR request URL (#59459)

compiler-cli

CommitDescription
fix - c5c20e9d86check event side of two-way bindings (#59002)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

19.1.2 (2025-01-20)

compiler

CommitTypeDescription
8dcd889987fixupdate @ng/component URL to be relative (#59620)

compiler-cli

CommitTypeDescription
95a05bb202fixdisable tree shaking during HMR (#59595)

core

CommitTypeDescription
a4eb74c79cfixanimation sometimes renderer not being destroyed during HMR (#59574)
906413aba3fixchange Resource to use explicit undefined in its typings (#59024)
4eb541837cfixcleanup _ejsa when app is destroyed (#59492)
5497102769fixcleanup stash listener when app is destroyed (#59598)
266a8f2f2efixhandle shadow DOM encapsulated component with HMR (#59597)
6f7716268afixHMR not matching component that injects ViewContainerRef (#59596)
d12a186d53fixtreat exceptions in equal as part of computation (#55818)

19.1.1 (2025-01-16)

core

CommitTypeDescription
357795cb96fixrun HMR replacement in the zone (#59562)

platform-browser

CommitTypeDescription
eb0b1851f4fixroll back HMR fix (#59557)

19.1.0 (2025-01-15)

common

CommitTypeDescription
e4c50b3beafeatexpose component instance in NgComponentOutlet (#58698)

compiler

CommitTypeDescription
ceadd28ea1fixallow $any in two-way bindings (#59362)
aed49ddaaafixuse chunk origin in template HMR request URL (#59459)

compiler-cli

CommitTypeDescription
c5c20e9d86fixcheck event side of two-way bindings (#59002)

... (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.2

Release notes

Sourced from @​angular/common's releases.

v19.1.2

19.1.2 (2025-01-20)

compiler

CommitDescription
fix - 8dcd889987update @ng/component URL to be relative (#59620)

compiler-cli

CommitDescription
fix - 95a05bb202disable tree shaking during HMR (#59595)

core

CommitDescription
fix - a4eb74c79canimation sometimes renderer not being destroyed during HMR (#59574)
fix - 906413aba3change Resource to use explicit undefined in its typings (#59024)
fix - 4eb541837ccleanup _ejsa when app is destroyed (#59492)
fix - 5497102769cleanup stash listener when app is destroyed (#59598)
fix - 266a8f2f2ehandle shadow DOM encapsulated component with HMR (#59597)
fix - 6f7716268aHMR not matching component that injects ViewContainerRef (#59596)
fix - d12a186d53treat exceptions in equal as part of computation (#55818)

v19.1.1

19.1.1 (2025-01-16)

core

CommitDescription
fix - 357795cb96run HMR replacement in the zone (#59562)

platform-browser

CommitDescription
fix - eb0b1851f4roll back HMR fix (#59557)

v19.1.0

19.1.0 (2025-01-15)

common

CommitDescription
feat - e4c50b3beaexpose component instance in NgComponentOutlet (#58698)

compiler

CommitDescription
fix - ceadd28ea1allow $any in two-way bindings (#59362)
fix - aed49ddaaause chunk origin in template HMR request URL (#59459)

compiler-cli

CommitDescription
fix - c5c20e9d86check event side of two-way bindings (#59002)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

19.1.2 (2025-01-20)

compiler

CommitTypeDescription
8dcd889987fixupdate @ng/component URL to be relative (#59620)

compiler-cli

CommitTypeDescription
95a05bb202fixdisable tree shaking during HMR (#59595)

core

CommitTypeDescription
a4eb74c79cfixanimation sometimes renderer not being destroyed during HMR (#59574)
906413aba3fixchange Resource to use explicit undefined in its typings (#59024)
4eb541837cfixcleanup _ejsa when app is destroyed (#59492)
5497102769fixcleanup stash listener when app is destroyed (#59598)
266a8f2f2efixhandle shadow DOM encapsulated component with HMR (#59597)
6f7716268afixHMR not matching component that injects ViewContainerRef (#59596)
d12a186d53fixtreat exceptions in equal as part of computation (#55818)

19.1.1 (2025-01-16)

core

CommitTypeDescription
357795cb96fixrun HMR replacement in the zone (#59562)

platform-browser

CommitTypeDescription
eb0b1851f4fixroll back HMR fix (#59557)

19.1.0 (2025-01-15)

common

CommitTypeDescription
e4c50b3beafeatexpose component instance in NgComponentOutlet (#58698)

compiler

CommitTypeDescription
ceadd28ea1fixallow $any in two-way bindings (#59362)
aed49ddaaafixuse chunk origin in template HMR request URL (#59459)

compiler-cli

CommitTypeDescription
c5c20e9d86fixcheck 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/compiler from 18.2.12 to 19.1.2

Release notes

Sourced from @​angular/compiler's releases.

v19.1.2

19.1.2 (2025-01-20)

compiler

CommitDescription
fix - 8dcd889987update @ng/component URL to be relative (#59620)

compiler-cli

CommitDescription
fix - 95a05bb202disable tree shaking during HMR (#59595)

core

CommitDescription
fix - a4eb74c79canimation sometimes renderer not being destroyed during HMR (#59574)
fix - 906413aba3change Resource to use explicit undefined in its typings (#59024)
fix - 4eb541837ccleanup _ejsa when app is destroyed (#59492)
fix - 5497102769cleanup stash listener when app is destroyed (#59598)
fix - 266a8f2f2ehandle shadow DOM encapsulated component with HMR (#59597)
fix - 6f7716268aHMR not matching component that injects ViewContainerRef (#59596)
fix - d12a186d53treat exceptions in equal as part of computation (#55818)

v19.1.1

19.1.1 (2025-01-16)

core

CommitDescription
fix - 357795cb96run HMR replacement in the zone (#59562)

platform-browser

CommitDescription
fix - eb0b1851f4roll back HMR fix (#59557)

v19.1.0

19.1.0 (2025-01-15)

common

CommitDescription
feat - e4c50b3beaexpose component instance in NgComponentOutlet (#58698)

compiler

CommitDescription
fix - ceadd28ea1allow $any in two-way bindings (#59362)
fix - aed49ddaaause chunk origin in template HMR request URL (#59459)

compiler-cli

CommitDescription
fix - c5c20e9d86check event side of two-way bindings (#59002)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

19.1.2 (2025-01-20)

compiler

CommitTypeDescription
8dcd889987fixupdate @ng/component URL to be relative (#59620)

compiler-cli

CommitTypeDescription
95a05bb202fixdisable tree shaking during HMR (#59595)

core

CommitTypeDescription
a4eb74c79cfixanimation sometimes renderer not being destroyed during HMR (#59574)
906413aba3fixchange Resource to use explicit undefined in its typings (#59024)
4eb541837cfixcleanup _ejsa when app is destroyed (#59492)
5497102769fixcleanup stash listener when app is destroyed (#59598)
266a8f2f2efixhandle shadow DOM encapsulated component with HMR (#59597)
6f7716268afixHMR not matching component that injects ViewContainerRef (#59596)
d12a186d53fixtreat exceptions in equal as part of computation (#55818)

19.1.1 (2025-01-16)

core

CommitTypeDescription
357795cb96fixrun HMR replacement in the zone (#59562)

platform-browser

CommitTypeDescription
eb0b1851f4fixroll back HMR fix (#59557)

19.1.0 (2025-01-15)

common

CommitTypeDescription
e4c50b3beafeatexpose component instance in NgComponentOutlet (#58698)

compiler

CommitTypeDescription
ceadd28ea1fixallow $any in two-way bindings (#59362)
aed49ddaaafixuse chunk origin in template HMR request URL (#59459)

compiler-cli

CommitTypeDescription
c5c20e9d86fixcheck event side of two-way bindings (#59002)

... (truncated)

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

Updates @angular/core from 18.2.12 to 19.1.2

Release notes

Sourced from @​angular/core's releases.

v19.1.2

19.1.2 (2025-01-20)

compiler

CommitDescription
fix - 8dcd889987update @ng/component URL to be relative (#59620)

compiler-cli

CommitDescription
fix - 95a05bb202disable tree shaking during HMR (#59595)

core

CommitDescription
fix - a4eb74c79canimation sometimes renderer not being destroyed during HMR (#59574)
fix - 906413aba3change Resource to use explicit undefined in its typings (#59024)
fix - 4eb541837ccleanup _ejsa when app is destroyed (#59492)
fix - 5497102769cleanup stash listener when app is destroyed (#59598)
fix - 266a8f2f2ehandle shadow DOM encapsulated component with HMR (#59597)
fix - 6f7716268aHMR not matching component that injects ViewContainerRef (#59596)
fix - d12a186d53treat exceptions in equal as part of computation (#55818)

v19.1.1

19.1.1 (2025-01-16)

core

CommitDescription
fix - 357795cb96run HMR replacement in the zone (#59562)

platform-browser

CommitDescription
fix - eb0b1851f4roll back HMR fix (#59557)

v19.1.0

19.1.0 (2025-01-15)

common

CommitDescription
feat - e4c50b3beaexpose component instance in NgComponentOutlet (#58698)

compiler

CommitDescription
fix - ceadd28ea1allow $any in two-way bindings (#59362)
fix - aed49ddaaause chunk origin in template HMR request URL (#59459)

compiler-cli

CommitDescription
fix - c5c20e9d86check event side of two-way bindings (#59002)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

19.1.2 (2025-01-20)

compiler

CommitTypeDescription
8dcd889987fixupdate @ng/component URL to be relative (#59620)

compiler-cli

CommitTypeDescription
95a05bb202fixdisable tree shaking during HMR (#59595)

core

CommitTypeDescription
a4eb74c79cfixanimation sometimes renderer not being destroyed during HMR (#59574)
906413aba3fixchange Resource to use explicit undefined in its typings (#59024)
4eb541837cfixcleanup _ejsa when app is destroyed (#59492)
5497102769fixcleanup stash listener when app is destroyed (#59598)
266a8f2f2efixhandle shadow DOM encapsulated component with HMR (#59597)
6f7716268afixHMR not matching component that injects ViewContainerRef (#59596)
d12a186d53fixtreat exceptions in equal as part of computation (#55818)

19.1.1 (2025-01-16)

core

CommitTypeDescription
357795cb96fixrun HMR replacement in the zone (#59562)

platform-browser

CommitTypeDescription
eb0b1851f4fixroll back HMR fix (#59557)

19.1.0 (2025-01-15)

common

CommitTypeDescription
e4c50b3beafeatexpose component instance in NgComponentOutlet (#58698)

compiler

CommitTypeDescription
ceadd28ea1fixallow $any in two-way bindings (#59362)
aed49ddaaafixuse chunk origin in template HMR request URL (#59459)

compiler-cli

CommitTypeDescription
c5c20e9d86fixcheck event side of two-way bindings (#59002)

... (truncated)

Commits
  • 266a8f2 fix(core): handle shadow DOM encapsulated component with HMR (#59597)
  • 6f77162 fix(core): HMR not matching component that injects ViewContainerRef (#59596)
  • 5497102 fix(core): cleanup stash listener when app is destroyed (#59598)
  • b88f81d refactor(core): reuse setupStaticAttributes in ComponentRef (#59572)
  • 4eb5418 fix(core): cleanup _ejsa when app is destroyed (#59492)
  • a4eb74c fix(core): animation sometimes renderer not being destroyed during HMR (#59574)
  • 8b08a25 refactor(core): move DOM manipulation logic to its own file (#59462)
  • 81f8fe6 refactor(core): port resource() to linkedSignal() (#59024)
  • 906413a fix(core): change Resource to use explicit undefined in its typings (#59024)
  • d12a186 fix(core): treat exceptions in equal as part of computation (#55818)
  • Additional commits viewable in compare view

Updates @angular/forms from 18.2.12 to 19.1.2

Release notes

Sourced from @​angular/forms's releases.

v19.1.2

19.1.2 (2025-01-20)

compiler

CommitDescription
fix - 8dcd889987update @ng/component URL to be relative (#59620)

compiler-cli

CommitDescription
fix - 95a05bb202disable tree shaking during HMR (#59595)

core

CommitDescription
fix - a4eb74c79canimation sometimes renderer not being destroyed during HMR (#59574)

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 20, 2025
@dependabot
dependabotBot requested a review from sys27January 20, 2025 21:43
Bumps the angular group with 10 updates in the /Pyro.UI directory:
| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `18.2.12` | `19.1.2` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `18.2.12` | `19.1.2` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `18.2.12` | `19.1.2` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `18.2.12` | `19.1.2` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `18.2.12` | `19.1.2` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `18.2.12` | `19.1.2` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `18.2.12` | `19.1.2` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `18.2.12` | `19.1.2` |
| [@angular/cli](https://github.com/angular/angular-cli) | `18.2.12` | `19.1.3` |
| [@angular/compiler-cli](https://github.com/angular/angular/tree/HEAD/packages/compiler-cli) | `18.2.12` | `19.1.2` |
Updates `@angular/animations` from 18.2.12 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/animations)
Updates `@angular/common` from 18.2.12 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/compiler` from 18.2.12 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/compiler)
Updates `@angular/core` from 18.2.12 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/core)
Updates `@angular/forms` from 18.2.12 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/forms)
Updates `@angular/platform-browser` from 18.2.12 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/platform-browser)
Updates `@angular/platform-browser-dynamic` from 18.2.12 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/platform-browser-dynamic)
Updates `@angular/router` from 18.2.12 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/router)
Updates `@angular/cli` from 18.2.12 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@18.2.12...19.1.3)
Updates `@angular/compiler-cli` from 18.2.12 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/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/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
dependabotBotforce-pushed the dependabot/npm_and_yarn/Pyro.UI/angular-efdcabb81c branch from 19e114d to 9a3ef3cCompareJanuary 21, 2025 22:08
@dependabot@github

dependabotBot commented on behalf of githubJan 22, 2025

Copy link
Copy Markdown
ContributorAuthor

Superseded by #387.

@dependabotdependabotBot closed this Jan 22, 2025
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/Pyro.UI/angular-efdcabb81c branch January 22, 2025 21:29
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sys27