db-ui / mono

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
https://db-ui.github.io/mono/review/main/
Apache License 2.0
27 stars 5 forks source link

chore(deps): bump the angular group with 9 updates #2606

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the angular group with 9 updates:

Package From To
@angular/common 17.3.6 17.3.7
@angular/animations 17.3.6 17.3.7
@angular/compiler 17.3.6 17.3.7
@angular/core 17.3.6 17.3.7
@angular/forms 17.3.6 17.3.7
@angular/platform-browser 17.3.6 17.3.7
@angular/platform-browser-dynamic 17.3.6 17.3.7
@angular/router 17.3.6 17.3.7
@angular/compiler-cli 17.3.6 17.3.7

Updates @angular/common from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/common's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/common's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits


Updates @angular/animations from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/animations's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/animations's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits


Updates @angular/compiler from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/compiler's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/compiler's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits


Updates @angular/core from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/core's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/core's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits
  • ac4e8f7 docs: remove non existing link (#55562)
  • 9bb3446 docs: update ChangeDetectionStrategy links (#55553)
  • 3ee8618 refactor(core): set up framework injector profile exclusively in browser envi...
  • af0eb84 fix(core): render hooks should not specifically run outside the Angular zone ...
  • See full diff in compare view


Updates @angular/forms from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/forms's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/forms's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits


Updates @angular/platform-browser from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/platform-browser's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/platform-browser's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits


Updates @angular/platform-browser-dynamic from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/platform-browser-dynamic's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/platform-browser-dynamic's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits


Updates @angular/router from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/router's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/router's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits
  • 3eea50d fix(router): Scroller should scroll as soon as change detection completes (#5...
  • See full diff in compare view


Updates @angular/compiler-cli from 17.3.6 to 17.3.7

Release notes

Sourced from @​angular/compiler-cli's releases.

v17.3.7

17.3.7 (2024-05-01)

compiler-cli

Commit Description
fix - 51ac883167 don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Description
fix - af0eb846a5 render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Description
fix - 3eea50da64 Scroller should scroll as soon as change detection completes (#55105)
Changelog

Sourced from @​angular/compiler-cli's changelog.

17.3.7 (2024-05-01)

compiler-cli

Commit Type Description
51ac883167 fix don't type check the bodies of control flow nodes in basic mode (#55558)

core

Commit Type Description
af0eb846a5 fix render hooks should not specifically run outside the Angular zone (#55399)

router

Commit Type Description
3eea50da64 fix Scroller should scroll as soon as change detection completes (#55105)

18.0.0-next.6 (2024-04-25)

Breaking Changes

animations

  • Deprecated matchesElement method has been removed from AnimationDriver as it is unused.

core

  • async has been removed, use waitForAsync instead.

http

  • By default we now prevent caching of HTTP requests that require authorization . To opt-out from this behaviour use the includeRequestsWithAuthHeaders option in withHttpTransferCache.

    Example:

    withHttpTransferCache({
      includeRequestsWithAuthHeaders: true,
    })
    

platform-browser

  • Deprecated StateKey, TransferState and makeStateKey have been removed from @angular/platform-browser, use the same APIs from @angular/core.

Deprecations

common

  • getCurrencySymbol, getLocaleCurrencyCode, getLocaleCurrencyName, getLocaleCurrencySymbol, getLocaleDateFormat, getLocaleDateTimeFormat, getLocaleDayNames, getLocaleDayPeriods, getLocaleDirection, getLocaleEraNames, getLocaleExtraDayPeriodRules, getLocaleExtraDayPeriods, getLocaleFirstDayOfWeek, getLocaleId, getLocaleMonthNames, getLocaleNumberFormat, getLocaleNumberSymbol, getLocalePluralCase, getLocaleTimeFormat, getLocaleWeekEndRange, getNumberOfCurrencyDigits

http

  • HttpClientModule, HttpClientXsrfModule and HttpClientJsonpModule

    As mentionned, those modules can be replaced by provider function only.

animations

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

common

Commit Type Description
d34c033902 refactor Deprecate Local Data API functions (#54483)

compiler-cli

... (truncated)

Commits
  • 4261fd3 build: improve incremental rebuilds of compliance tests (#55594)
  • 51ac883 fix(compiler-cli): don't type check the bodies of control flow nodes in basic...
  • See full diff 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 2 weeks ago

🔭🐙🐈 Test this branch here: https://db-ui.github.io/mono/review/dependabot-npm_and_yarn-angular-d692481089