DSD-DBS / capella-collab-manager

A web app for collaboration on Capella (MBSE) projects
https://dsd-dbs.github.io/capella-collab-manager/
Apache License 2.0
20 stars 3 forks source link

build(deps): bump the angular group across 1 directory with 18 updates #1644

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the angular group with 18 updates in the /frontend directory:

Package From To
@angular/animations 18.0.2 18.0.6
@angular/cdk 18.0.2 18.0.6
@angular/common 18.0.2 18.0.6
@angular/compiler 18.0.2 18.0.6
@angular/core 18.0.2 18.0.6
@angular/forms 18.0.2 18.0.6
@angular/material 18.0.2 18.0.6
@angular/platform-browser 18.0.2 18.0.6
@angular/platform-browser-dynamic 18.0.2 18.0.6
@angular/router 18.0.2 18.0.6
@angular-devkit/build-angular 18.0.3 18.0.7
@angular-eslint/builder 18.0.1 18.1.0
@angular-eslint/eslint-plugin 18.0.1 18.1.0
@angular-eslint/eslint-plugin-template 18.0.1 18.1.0
@angular-eslint/schematics 18.0.1 18.1.0
@angular-eslint/template-parser 18.0.1 18.1.0
@angular/cli 18.0.3 18.0.7
@angular/compiler-cli 18.0.2 18.0.6

Updates @angular/animations from 18.0.2 to 18.0.6

Release notes

Sourced from @​angular/animations's releases.

v18.0.6

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)

v18.0.5

18.0.5 (2024-06-26)

core

Commit Description
fix - 2f73281dfd improve docs on afterRender hooks (#56525)
fix - be9e4892f9 improve support for i18n hydration of projected content (#56192)
fix - 5f9bd5521e prevent calling devMode only function on @defer error. (#56559)

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.0.6 (2024-07-03)

common

Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#56213)

core

Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fec5b80aaf fix support injection of object with null constructor. (#56553)

router

Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#56798)

18.1.0-rc.0 (2024-07-01)

common

Commit Type Description
39e48ce675 fix Don't run preconnect assertion on the server. (#56213)
f25653e231 fix typo in NgOptimizedImage warning (#56756)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
5996502921 fix type check let declarations nested inside nodes (#56752)

18.0.5 (2024-06-26)

core

Commit Type Description
2f73281dfd fix improve docs on afterRender hooks (#56525)
be9e4892f9 fix improve support for i18n hydration of projected content (#56192)
5f9bd5521e fix prevent calling devMode only function on @defer error. (#56559)

... (truncated)

Commits


Updates @angular/cdk from 18.0.2 to 18.0.6

Release notes

Sourced from @​angular/cdk's releases.

v18.0.6

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Description
fix - e5c5f151c core: add fallback if ripples get stuck (#29323)

v18.0.5

18.0.5 "plastic-puppy" (2024-06-26)

material

Commit Description
fix - fad2a074e2 button-toggle: skip disabled buttons during keyboard navigation (#29308)
fix - e5684fe2b7 button: stack icons on top of touch target (#29291)
fix - c1a40a26d1 datepicker: avoid losing focus when re-rendering the current view (#29287)
fix - 7f575daab5 sidenav: not closing on escape key press (#29292)

cdk

Commit Description
fix - 0be4013d90 a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

v18.0.4

18.0.4 "caesium-carnival" (2024-06-20)

material

Commit Description
fix - 303984fd9 autocomplete: autocomplete panel top is cut off in landscape mode (#28982)
fix - 69ae4040e bottom-sheet: changed after checked error with zoneless (#29277)
fix - 317e371f0 core: generate mat-optgroup tokens in M3 (#29257)
fix - 93bc60964 core: implement elevation classes in M3
fix - 6310016f2 form-field: outline label position (#29138)
fix - ce195dee4 menu: animation issue when same menu is used for multiple nested triggers (#29280)
fix - 9988ef2f5 menu: update elevation logic for M3
fix - bad8f6ad4 paginator: items per page form field touch target size insufficient (#29109)
fix - f834a11d2 tree: aria-expanded attribute should not appear in the leaf node (#29096)

cdk

Commit Description
fix - 8e7ac0804 overlay: incorrectly dispatching outside click for shadow DOM (#29249)

v18.0.3

18.0.3 "gossamer-glacier" (2024-06-12)

material

Commit Description
fix - f6b993fdb7 dialog: Make autofocus work with animations disabled (#29195)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.0.6 "gallium-grape" (2024-07-03)

material

Commit Type Description
e5c5f151c fix core: add fallback if ripples get stuck (#29323)

18.1.0-next.4 "plastic-pliers" (2024-06-26)

cdk

Commit Type Description
5f7680f76f fix a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

material

Commit Type Description
5da528e44d feat button: allow button color to be configured through DI (#29297)
d9181b53a4 fix button-toggle: skip disabled buttons during keyboard navigation (#29308)
f67ffa5c0f fix button: stack icons on top of touch target (#29291)
e74065ad94 fix datepicker: avoid losing focus when re-rendering the current view (#29287)
36c627beaf fix sidenav: not closing on escape key press (#29292)

multiple

Commit Type Description
aa17c2d128 fix remove workarounds for formControl directive (#29296)

18.0.5 "plastic-puppy" (2024-06-26)

cdk

Commit Type Description
0be4013d90 fix a11y: Make focus-trap behavior consistent across zoneful/zoneless (#29225)

material

Commit Type Description
fad2a074e2 fix button-toggle: skip disabled buttons during keyboard navigation (#29308)
e5684fe2b7 fix button: stack icons on top of touch target (#29291)
c1a40a26d1 fix datepicker: avoid losing focus when re-rendering the current view (#29287)
7f575daab5 fix sidenav: not closing on escape key press (#29292)

18.1.0-next.3 "copper-carousel" (2024-06-20)

cdk

Commit Type Description

... (truncated)

Commits
  • 3a6817f release: cut the v18.0.6 release
  • bffec39 ci: fix lint issue (#29368)
  • e2f578a refactor(material/chips): simplify structural styles (#29357)
  • cd4b85d refactor(multiple): remove external ripple values
  • 8b16803 refactor(multiple): remove usages of external density utilities
  • aa4932e refactor(multiple): remove dependency on external typography utilities
  • 7d77f41 build: allow rem units
  • 1ce0a21 refactor(material/core): consolidate elevation usages
  • 316a2dc refactor(material/button): simplify FAB structural styles (#29353)
  • ce20aa2 refactor(material/button): simplify icon button structural styles (#29342)
  • Additional commits viewable in compare view


Updates @angular/common from 18.0.2 to 18.0.6

Release notes

Sourced from @​angular/common's releases.

v18.0.6

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)

v18.0.5

18.0.5 (2024-06-26)

core

Commit Description
fix - 2f73281dfd improve docs on afterRender hooks (#56525)
fix - be9e4892f9 improve support for i18n hydration of projected content (#56192)
fix - 5f9bd5521e prevent calling devMode only function on @defer error. (#56559)

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.6 (2024-07-03)

common

Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#56213)

core

Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fec5b80aaf fix support injection of object with null constructor. (#56553)

router

Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#56798)

18.1.0-rc.0 (2024-07-01)

common

Commit Type Description
39e48ce675 fix Don't run preconnect assertion on the server. (#56213)
f25653e231 fix typo in NgOptimizedImage warning (#56756)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
5996502921 fix type check let declarations nested inside nodes (#56752)

18.0.5 (2024-06-26)

core

Commit Type Description
2f73281dfd fix improve docs on afterRender hooks (#56525)
be9e4892f9 fix improve support for i18n hydration of projected content (#56192)
5f9bd5521e fix prevent calling devMode only function on @defer error. (#56559)

... (truncated)

Commits
  • 8de9aca refactor(common): remove remaining code for NgSwitch equality patch (#56806)
  • 62970ca Revert "fix(common): Don't run preconnect assertion on the server. (#56213)" ...
  • a55719f fix(common): Don't run preconnect assertion on the server. (#56213)
  • 1a21ed8 refactor(common): remove ng_switch ability to use == equality check (#56426)
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • See full diff in compare view


Updates @angular/compiler from 18.0.2 to 18.0.6

Release notes

Sourced from @​angular/compiler's releases.

v18.0.6

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)

v18.0.5

18.0.5 (2024-06-26)

core

Commit Description
fix - 2f73281dfd improve docs on afterRender hooks (#56525)
fix - be9e4892f9 improve support for i18n hydration of projected content (#56192)
fix - 5f9bd5521e prevent calling devMode only function on @defer error. (#56559)

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.0.6 (2024-07-03)

common

Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#56213)

core

Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fec5b80aaf fix support injection of object with null constructor. (#56553)

router

Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#56798)

18.1.0-rc.0 (2024-07-01)

common

Commit Type Description
39e48ce675 fix Don't run preconnect assertion on the server. (#56213)
f25653e231 fix typo in NgOptimizedImage warning (#56756)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
5996502921 fix type check let declarations nested inside nodes (#56752)

18.0.5 (2024-06-26)

core

Commit Type Description
2f73281dfd fix improve docs on afterRender hooks (#56525)
be9e4892f9 fix improve support for i18n hydration of projected content (#56192)
5f9bd5521e fix prevent calling devMode only function on @defer error. (#56559)

... (truncated)

Commits
  • 37b6c93 refactor(core): integrate let instructions into the runtime (#56527)
  • bc655bf refactor(compiler): integrate let declarations into the template pipeline (#5...
  • cc6cd08 refactor(docs-infra): complete removal of aio directory (#56496)
  • ef660d1 refactor(compiler): expose shorthand object metadata in expression AST (#56405)
  • See full diff in compare view


Updates @angular/core from 18.0.2 to 18.0.6

Release notes

Sourced from @​angular/core's releases.

v18.0.6

18.0.6 (2024-07-03)

common

Commit Description
fix - a55719f55e Don't run preconnect assertion on the server. (#56213)

core

Commit Description
fix - 4909844805 establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fix - fec5b80aaf support injection of object with null constructor. (#56553)

router

Commit Description
fix - b7d3ecc873 routes should not get stale providers (#56798)

v18.0.5

18.0.5 (2024-06-26)

core

Commit Description
fix - 2f73281dfd improve docs on afterRender hooks (#56525)
fix - be9e4892f9 improve support for i18n hydration of projected content (#56192)
fix - 5f9bd5521e prevent calling devMode only function on @defer error. (#56559)

v18.0.4

18.0.4 (2024-06-20)

compiler-cli

Commit Description
fix - ec0d1bf6f3 insert constant statements after the first group of imports (#56431)

core

Commit Description
fix - 83ffa94783 do not activate event replay when no events are registered (#56509)

router

Commit Description
fix - 5578681da2 Delay the view transition to ensure renders in microtasks complete (#56494)

v18.0.3

18.0.3 (2024-06-12)

benchpress

Commit Description
fix - ebf00aa0659 adjust supported browser names for headless chrome (#56360)

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.0.6 (2024-07-03)

common

Commit Type Description
a55719f55e fix Don't run preconnect assertion on the server. (#56213)

core

Commit Type Description
4909844805 fix establish proper defer injector hierarchy for components attached to ApplicationRef (#56763)
fec5b80aaf fix support injection of object with null constructor. (#56553)

router

Commit Type Description
b7d3ecc873 fix routes should not get stale providers (#56798)

18.1.0-rc.0 (2024-07-01)

common

Commit Type Description
39e48ce675 fix Don't run preconnect assertion on the server. (#56213)
f25653e231 fix typo in NgOptimizedImage warning (#56756)

compiler

Commit Type Description
fd6cd0422d feat Add extended diagnostic to warn when there are uncalled functions in event bindings (#56295)
341a116d61 fix allow more characters in let declaration name (#56764)
2a1291e942 fix give precedence to local let declarations over parent ones (#56752)

compiler-cli

Commit Type Description
4d18c5bfd5 fix flag all conflicts between let declarations and local symbols (#56752)
5996502921 fix type check let declarations nested inside nodes (#56752)

18.0.5 (2024-06-26)

core

Commit Type Description
2f73281dfd fix improve docs on afterRender hooks (#56525)
be9e4892f9 fix improve support for i18n hydration of projected content (#56192)
5f9bd5521e fix prevent calling devM... _Description has been truncated_
dependabot[bot] commented 1 month ago

Looks like these dependencies are no longer updatable, so this is no longer needed.