dylan-smith / DiveIntelligence

1 stars 1 forks source link

Bump the angular group in /src/DivingCalculator.Web with 14 updates #184

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the angular group in /src/DivingCalculator.Web with 14 updates:

Package From To
@angular/animations 18.0.1 18.0.2
@angular/cdk 18.0.1 18.0.2
@angular/common 18.0.1 18.0.2
@angular/compiler 18.0.1 18.0.2
@angular/core 18.0.1 18.0.2
@angular/forms 18.0.1 18.0.2
@angular/material 18.0.1 18.0.2
@angular/platform-browser 18.0.1 18.0.2
@angular/platform-browser-dynamic 18.0.1 18.0.2
@angular/router 18.0.1 18.0.2
@angular/youtube-player 18.0.1 18.0.2
@angular-devkit/build-angular 18.0.2 18.0.3
@angular/cli 18.0.2 18.0.3
@angular/compiler-cli 18.0.1 18.0.2

Updates @angular/animations from 18.0.1 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)
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)

Commits


Updates @angular/cdk from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/cdk's releases.

v18.0.2

18.0.2 "velvet-viola" (2024-06-05)

material

Commit Description
fix - dfc19e2884 core: hide ripples inside drag&drop elements (#29184)
fix - 51488a2b7e datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
fix - 3945ed62cd radio: Ensure focus and selected states stay linked (#29082)
fix - 8d44ed99c6 schematics: theming API migration not working with CRLF line endings (#29171)
fix - 5e3d13d559 slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

cdk

Commit Description
fix - 5ef11b1e15 testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)
Changelog

Sourced from @​angular/cdk's changelog.

18.0.2 "velvet-viola" (2024-06-05)

cdk

Commit Type Description
5ef11b1e15 fix testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)

material

Commit Type Description
dfc19e2884 fix core: hide ripples inside drag&drop elements (#29184)
51488a2b7e fix datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
3945ed62cd fix radio: Ensure focus and selected states stay linked (#29082)
8d44ed99c6 fix schematics: theming API migration not working with CRLF line endings (#29171)
5e3d13d559 fix slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

18.1.0-next.0 "plastic-moose" (2024-05-29)

Commits
  • 7fbdb62 release: cut the v18.0.2 release
  • d25593f test: Extend zoneless lint to cover tests (#29193)
  • 65648a4 test: Convert tests for cdk-experimental, components-examples, google-maps, y...
  • 5ef11b1 fix(cdk/testing): TestbedHarnessEnvironment should work when Zone is not pres...
  • 3945ed6 fix(material/radio): Ensure focus and selected states stay linked (#29082)
  • dfc19e2 fix(material/core): hide ripples inside drag&drop elements (#29184)
  • aa35e7f refactor(material/snack-bar): clean up structural styles (#29166)
  • 51488a2 fix(material/datepicker): Move aria-live attribute so month can also be annou...
  • 8d44ed9 fix(material/schematics): theming API migration not working with CRLF line en...
  • 81e3e8e refactor(material/table): simplify structural styles (#29168)
  • Additional commits viewable in compare view


Updates @angular/common from 18.0.1 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)
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)

Commits


Updates @angular/compiler from 18.0.1 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)
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)

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)
  • See full diff in compare view


Updates @angular/core from 18.0.1 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)
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)

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 18.0.1 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)
Changelog

Sourced from @​angular/forms'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)

Commits


Updates @angular/material from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/material's releases.

v18.0.2

18.0.2 "velvet-viola" (2024-06-05)

material

Commit Description
fix - dfc19e2884 core: hide ripples inside drag&drop elements (#29184)
fix - 51488a2b7e datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
fix - 3945ed62cd radio: Ensure focus and selected states stay linked (#29082)
fix - 8d44ed99c6 schematics: theming API migration not working with CRLF line endings (#29171)
fix - 5e3d13d559 slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

cdk

Commit Description
fix - 5ef11b1e15 testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)
Changelog

Sourced from @​angular/material's changelog.

18.0.2 "velvet-viola" (2024-06-05)

cdk

Commit Type Description
5ef11b1e15 fix testing: TestbedHarnessEnvironment should work when Zone is not present (#29176)

material

Commit Type Description
dfc19e2884 fix core: hide ripples inside drag&drop elements (#29184)
51488a2b7e fix datepicker: Move aria-live attribute so month can also be announced when using previous and next month buttons (#29137)
3945ed62cd fix radio: Ensure focus and selected states stay linked (#29082)
8d44ed99c6 fix schematics: theming API migration not working with CRLF line endings (#29171)
5e3d13d559 fix slider: Tick marks changes position as the slider is changed (for a step that is decimal number) (#29108)

18.1.0-next.0 "plastic-moose" (2024-05-29)

Commits
  • 7fbdb62 release: cut the v18.0.2 release
  • d25593f test: Extend zoneless lint to cover tests (#29193)
  • 65648a4 test: Convert tests for cdk-experimental, components-examples, google-maps, y...
  • 5ef11b1 fix(cdk/testing): TestbedHarnessEnvironment should work when Zone is not pres...
  • 3945ed6 fix(material/radio): Ensure focus and selected states stay linked (#29082)
  • dfc19e2 fix(material/core): hide ripples inside drag&drop elements (#29184)
  • aa35e7f refactor(material/snack-bar): clean up structural styles (#29166)
  • 51488a2 fix(material/datepicker): Move aria-live attribute so month can also be annou...
  • 8d44ed9 fix(material/schematics): theming API migration not working with CRLF line en...
  • 81e3e8e refactor(material/table): simplify structural styles (#29168)
  • Additional commits viewable in compare view


Updates @angular/platform-browser from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/platform-browser'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)
Changelog

Sourced from @​angular/platform-browser'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)

Commits


Updates @angular/platform-browser-dynamic from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/platform-browser-dynamic'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)
Changelog

Sourced from @​angular/platform-browser-dynamic'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)

Commits


Updates @angular/router from 18.0.1 to 18.0.2

Release notes

Sourced from @​angular/router'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)
Changelog

Sourced from

dylan-smith commented 2 weeks ago

@dependabot rebase