dotnet / aspire-samples

MIT License
560 stars 153 forks source link

Bump the all-dependencies group across 1 directory with 13 updates #308

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 4 weeks ago

Bumps the all-dependencies group with 13 updates in the /samples/AspireWithJavaScript/AspireJavaScript.Angular directory:

Package From To
@angular/animations 17.3.7 18.0.2
@angular/common 17.3.7 18.0.2
@angular/compiler 17.3.7 18.0.2
@angular/core 17.3.7 18.0.2
@angular/forms 17.3.7 18.0.2
@angular/platform-browser 17.3.7 18.0.2
@angular/platform-browser-dynamic 17.3.7 18.0.2
@angular/router 17.3.7 18.0.2
tslib 2.6.2 2.6.3
zone.js 0.14.5 0.14.7
@angular-devkit/build-angular 17.3.6 18.0.3
@angular/cli 17.3.6 18.0.3
@angular/compiler-cli 17.3.7 18.0.2

Updates @angular/animations from 17.3.7 to 18.0.2

Release notes

Sourced from @​angular/animations's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

... (truncated)

Changelog

Sourced from @​angular/animations's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

... (truncated)

Commits
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 0b6018b build: update to latest dev infra code (#56128)
  • 122478c refactor(core): Ensure animations are flushed before running render hooks (#5...
  • a80fa8d refactor(core): Omit listeners from out-of-zone scheduling when using ZoneJS ...
  • e3d5607 Revert "refactor(core): Ensure DOM removal happens when no app views need ref...
  • 28905ab Revert "refactor(animations): Ensure async animations applies changes when lo...
  • 9ab36cf refactor(animations): Ensure async animations applies changes when loaded in ...
  • a07ea06 refactor(core): Ensure DOM removal happens when no app views need refresh (#5...
  • bcce85a refactor(animations): remove deprecated matchesElement from `AnimationDrive...
  • 457d02c docs: Use new Urls to drop the docs url mapper (#55043)
  • See full diff in compare view


Updates @angular/common from 17.3.7 to 18.0.2

Release notes

Sourced from @​angular/common's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

... (truncated)

Changelog

Sourced from @​angular/common's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

... (truncated)

Commits
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 0b6018b build: update to latest dev infra code (#56128)
  • d73a017 fix(core): link errors to ADEV (#55554)
  • 5052d4c docs(common): fix FormatWidth.Short description (#55821)
  • 6906ff0 refactor(core): clean up clang comments and workarounds (#55750)
  • d9b339f fix(http): resolve withRequestsMadeViaParent behavior with withFetch (#55...
  • 516e5b5 refactor(common): increment test coverage (#55532)
  • d34c033 refactor(common): Deprecate Local Data API functions (#54483)
  • f914f6a feat(migrations): Migration schematics for HttpClientModule (#54020)
  • ef665a4 refactor(http): Deprecate HttpClientModule & related modules (#54020)
  • Additional commits viewable in compare view


Updates @angular/compiler from 17.3.7 to 18.0.2

Release notes

Sourced from @​angular/compiler's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

... (truncated)

Changelog

Sourced from @​angular/compiler's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

... (truncated)

Commits
  • 7ef0dab refactor(compiler-cli): integrate let declarations into the template type che...
  • 4b00690 refactor(compiler): integrate let declarations into the template binder (#56199)
  • 405e4dd refactor(compiler-cli): add compiler flag for testing let declarations (#56199)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • 989a8e1 refactor(compiler): implement let declarations in render3 ast (#55848)
  • d44c8ee refactor(compiler): implement let declarations in html ast (#55848)
  • 5ee2357 refactor(compiler): add support for tokenizing let declarations (#55848)
  • 419ffa2 fix(compiler): optimize track function that only passes $index (#55872)
  • 33d0102 fix(compiler): allow comments between connected blocks (#55966)
  • eba92cf fix(compiler): prevent usage of reserved control flow symbol in custom interp...
  • Additional commits viewable in compare view


Updates @angular/core from 17.3.7 to 18.0.2

Release notes

Sourced from @​angular/core's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in zoneless warning (#55974)

migrations

Commit Description
fix - ba85d08158 handle empty ngSwitchCase (#56105)

v18.0.0

18.0.0 (2024-05-22)

animations

Commit Description
refactor - bcce85af72 remove deprecated matchesElement from AnimationDriver (#55479)

common

Commit Description
refactor - d34c033902 Deprecate Local Data API functions (#54483)
refactor - 3b0de30b37 remove deprecated isPlatformWorkerApp and isPlatformWorkerUi API (#55302)

compiler

... (truncated)

Changelog

Sourced from @​angular/core's changelog.

18.0.2 (2024-06-05)

core

Commit Type Description
78cf9bfc0e fix Do not migrate HttpClientModule imports on components. (#56067)
616cdef474 fix don't coerce all producers to consumers on liveness change (#56140)
2a440e1064 fix Fix shouldPreventDefaultBeforeDispatching bug (#56188)
290a47d842 fix handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Type Description
b70b80ba55 fix do not generate aliased variables with the same name (#56154)

18.1.0-next.0 (2024-05-29)

core

Commit Type Description
e5a6f91722 feat support TypeScript 5.5 (#56096)
b2445a0953 fix link errors to ADEV (#55554) (#56038)

18.0.1 (2024-05-29)

compiler

Commit Type Description
419ffa2026 fix optimize track function that only passes $index (#55872)

compiler-cli

Commit Type Description
4c7efc005a fix interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Type Description
4e6ea0e19c fix handle elements with local refs in event replay serialization logic (#56076)
d73a0175cb fix link errors to ADEV (#55554)
985a215b10 fix typo in zoneless warning (#55974)

migrations

Commit Type Description
ba85d08158 fix handle empty ngSwitchCase (#56105)

17.3.10 (2024-05-22)

... (truncated)

Commits
  • dbf1d93 refactor(core): Refactor parts of event_replay into a shared library that wil...
  • 33a6686 refactor(core): Add and move tests for Dispatcher. (#56193)
  • 33b0d25 refactor(core): Use Nullish coalescing assignment for view getters. (#56242)
  • a33d85d build: update Node.js to match Angular CLI engines (#56187)
  • c3f2c67 refactor(core): remove doubled line (#56091)
  • 159c97e refactor(core): provide zone token in prod as well (#56197)
  • 290a47d fix(core): handle missing withI18nSupport() call for components that use i1...
  • 2a440e1 fix(core): Fix shouldPreventDefaultBeforeDispatching bug (#56188)
  • 616cdef fix(core): don't coerce all producers to consumers on liveness change (#56140)
  • 7659dff refactor(core): Remove lambda from error message. (#56161)
  • Additional commits viewable in compare view


Updates @angular/forms from 17.3.7 to 18.0.2

Release notes

Sourced from @​angular/forms's releases.

v18.0.2

18.0.2 (2024-06-05)

core

Commit Description
fix - 78cf9bfc0e Do not migrate HttpClientModule imports on components. (#56067)
fix - 616cdef474 don't coerce all producers to consumers on liveness change (#56140)
fix - 2a440e1064 Fix shouldPreventDefaultBeforeDispatching bug (#56188)
fix - 290a47d842 handle missing withI18nSupport() call for components that use i18n blocks (#56175)

migrations

Commit Description
fix - b70b80ba55 do not generate aliased variables with the same name (#56154)

v18.0.1

18.0.1 (2024-05-29)

compiler

Commit Description
fix - 419ffa2026 optimize track function that only passes $index (#55872)

compiler-cli

Commit Description
fix - 4c7efc005a interpolatedSignalNotInvoked diagnostic for class, style, attribute and animation bindings (#55969)

core

Commit Description
fix - 4e6ea0e19c handle elements with local refs in event replay serialization logic (#56076)
fix - d73a0175cb link errors to ADEV (#55554)
fix - 985a215b10 typo in... _Description has been truncated_
dependabot[bot] commented 3 weeks ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml