Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: update angular #27522

Merged
merged 1 commit into from Apr 25, 2024
Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 24, 2024

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest bf1c1cf -> 21036f3
@angular/animations (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/bazel devDependencies digest df77912 -> 90e4ab7
@angular/build-tooling devDependencies digest 35542fd -> f1408f6
@angular/cdk dependencies digest 1310e6f -> 9d53d69
@angular/cdk devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/common dependencies digest a2a47de -> 8d50035
@angular/common (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/compiler dependencies digest 8a8d0f8 -> 343fd58
@angular/compiler (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/compiler-cli dependencies digest 184be0c -> 3525468
@angular/compiler-cli (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/core dependencies digest 9a91d67 -> 4aea87d
@angular/core (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/forms dependencies digest b7d56d2 -> f19e0ef
@angular/forms (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/language-service dependencies digest 8ce8cd2 -> 3c6f2dc
@angular/localize dependencies digest 8ea7823 -> 56da93d
@angular/localize devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/material dependencies digest 448f689 -> 609e532
@angular/material devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/material-moment-adapter dependencies digest d0d2695 -> e522738
@angular/ng-dev devDependencies digest f24ec39 -> 6562bdf
@angular/platform-browser dependencies digest 4f0731b -> aea1ee3
@angular/platform-browser (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/platform-browser-dynamic dependencies digest aee2e16 -> 9701069
@angular/platform-browser-dynamic (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/platform-server dependencies digest 2e06282 -> 66bd431
@angular/platform-server (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/router dependencies digest 83ac22f -> bdf4a07
@angular/router (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
@angular/service-worker dependencies digest ca4f183 -> eeec0fb
@angular/service-worker (source) devDependencies patch 18.0.0-next.5 -> 18.0.0-next.6
angular/dev-infra action digest c23beee -> 14a4b5f

πŸ”‘ If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v18.0.0-next.6

Compare Source

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
Commit Type Description
7a16d7e969 fix don't type check the bodies of control flow nodes in basic mode (#​55360)
core
Commit Type Description
a730f09ae9 feat Add a public API to establish events to be replayed and an attribute to mark an element with an event handler. (#​55356)
5f06ca8f55 feat add HOST_TAG_NAME token (#​54751)
ac863ded48 feat provide ExperimentalPendingTasks API (#​55487)
5a10f405d3 fix complete the removal of deprecation async function (#​55491)
c175bca364 fix DeferBlockFixture.render should not wait for stability (#​55271)
9894278e71 fix make ActivatedRoute inject correct instance inside @defer blocks (#​55374)
5948193e13 fix skip defer timers on the server (#​55480)
http
Commit Type Description
6f88d80758 feat allow caching requests with different origins between server and client (#​55274)
8eacb6e4b9 feat exclude caching for authenticated HTTP requests (#​55034)
ef665a40a5 refactor Deprecate HttpClientModule & related modules (#​54020)
migrations
Commit Type Description
f914f6a362 feat Migration schematics for HttpClientModule (#​54020)
platform-browser
Commit Type Description
cba336d4f1 refactor remove deprecated transfer state APIs (#​55474)
platform-server
Commit Type Description
5674c644ab fix add nonce attribute to event record script (#​55495)
router
Commit Type Description
4a42961393 feat withNavigationErrorHandler can convert errors to redirects (#​55370)
angular/components (@​angular/cdk)

v18.0.0-next.6

Compare Source

Breaking Changes

material
  • The following APIs have been renamed. If you update using ng update, your app will be fixed automatically.
    • define-light-theme to m2-define-light-theme
    • define-dark-theme to m2-define-dark-theme
    • define-palette to m2-define-palette
    • get-contrast-color-from-palette to m2-get-contrast-color-from-palette
    • get-color-from-palette to m2-get-color-from-palette
    • get-color-config to m2-get-color-config
    • get-typography-config to m2-get-typography-config
    • get-density-config to m2-get-density-config
    • $red-palette to $m2-red-palette
    • $pink-palette to $m2-pink-palette
    • $indigo-palette to $m2-indigo-palette
    • $purple-palette to $m2-purple-palette
    • $deep-purple-palette to $m2-deep-purple-palette
    • $blue-palette to $m2-blue-palette
    • $light-blue-palette to $m2-light-blue-palette
    • $cyan-palette to $m2-cyan-palette
    • $teal-palette to $m2-teal-palette
    • $green-palette to $m2-green-palette
    • $light-green-palette to $m2-light-green-palette
    • $lime-palette to $m2-lime-palette
    • $yellow-palette to $m2-yellow-palette
    • $amber-palette to $m2-amber-palette
    • $orange-palette to $m2-orange-palette
    • $deep-orange-palette to $m2-deep-orange-palette
    • $brown-palette to $m2-brown-palette
    • $grey-palette to $m2-grey-palette
    • $gray-palette to $m2-gray-palette
    • $blue-grey-palette to $m2-blue-grey-palette
    • $blue-gray-palette to $m2-blue-gray-palette
    • $light-theme-background-palette to $m2-light-theme-background-palette
    • $dark-theme-background-palette to $m2-dark-theme-background-palette
    • $light-theme-foreground-palette to $m2-light-theme-foreground-palette
    • $dark-theme-foreground-palette to $m2-dark-theme-foreground-palette
    • define-typography-level to m2-define-typography-level
    • define-rem-typography-config to m2-define-rem-typography-config
    • define-typography-config to m2-define-typography-config
    • define-legacy-typography-config to m2-define-legacy-typography-config
    • typography-level to m2-typography-level
    • font-size to m2-font-size
    • line-height to m2-line-height
    • font-weight to m2-font-weight
    • letter-spacing to m2-letter-spacing
    • font-family to m2-font-family
    • font-shorthand to m2-font-shorthand
material
Commit Type Description
d679024dec feat core: move Material 3 support into stable (#​28913)
4ba4689dcd feat core: namespace m2-specific theming APIs (#​28892)
f8bd658df3 feat theming: add ability to use sys variables (#​28898)
5501d9b408 fix core: add migration for M2 theming APIs (#​28927)
cf3506adf1 fix progress-bar: avoid CSP issues for apps not using buffer mode (#​28946)
0bb5610d03 fix theming: restrict css color usage behind a flag (#​28944)
cdk
Commit Type Description
d9c8813ca1 fix a11y: handle signal based items in list key manager (#​28854)
7cd3f027db fix drag-drop: use native popover to avoid stacking issues with preview
multiple
Commit Type Description
4719da2c34 feat token overrides api (#​28910)
94a083408d fix remove label for attribute on non-native elements (#​28948)

Configuration

πŸ“… Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Apr 24, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 24, 2024
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 10 times, most recently from 47792f7 to 0f4081a Compare April 25, 2024 12:12
@dgp1130 dgp1130 merged commit bec38c7 into angular:main Apr 25, 2024
49 checks passed
@angular-robot angular-robot deleted the ng-renovate/angular branch April 25, 2024 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants