Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Sep 19, 2024

This PR contains the following updates:

Package Type Update Change
@angular-devkit/architect-cli devDependencies patch 0.1900.0-next.12 -> 0.1900.0-rc.0
@angular-devkit/build-angular dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
@angular-devkit/core dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
@angular-devkit/schematics dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
@angular/build dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
@angular/build-tooling devDependencies digest c530555 -> 66f78f6
@angular/cdk dependencies patch 19.0.0-next.4 -> 19.0.0-next.10
@angular/cli dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
@angular/material dependencies patch 19.0.0-next.4 -> 19.0.0-next.10
@angular/ng-dev devDependencies digest d07f5ef -> f3c6b39
@angular/ssr dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
@schematics/angular dependencies patch 19.0.0-next.12 -> 19.0.0-rc.0
angular/dev-infra action digest 8d3cb7b -> 2137a36

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


Release Notes

angular/angular-cli (@​angular-devkit/architect-cli)

v0.1900.0-rc.0

Compare Source

v0.1900.0-next.13

Compare Source

angular/components (@​angular/cdk)

v19.0.0-next.10

Compare Source

material
Commit Type Description
b519b4785b feat core: default to color-scheme theme type (#​29907)
ea0d1ba7b7 feat core: deprecate the core mixin (#​29906)
4b49d73542 feat core: switch system prefix from sys to mat-sys (#​29908)
3fc1f9a1b0 feat schematics: Update custom theme schematic to work with light-dark and use theme-overrides mixin (#​29911)
5153a5cd4b fix chips: emitting end event multiple times when holding down key (#​29894)
5ad133d073 fix core: allow optgroup overrides through core-overrides (#​29897)
a8e40ec341 fix core: correctly identify color input (#​29909)
0064b4218b fix tabs: remove IE animation workaround (#​29899)
google-maps
Commit Type Description
a6709497fc fix expose all clusterer types (#​29905)

v19.0.0-next.9

Compare Source

Breaking Changes

google-maps
google-maps
Commit Type Description
a05475e76 feat deprecate marker cluster component
c70aae15b feat implement new marker clusterer
b9deeee85 fix add schematic to switch to the new clusterer name
material
Commit Type Description
a58e6f671 feat core: add theme-overrides mixin (#​29858)
486990912 feat core: rename theme mixin (#​29857)
9c3af284f feat schematics: Switch custom theme schematic to use theme mixin instead of define-theme and add high contrast override mixins (#​29642)
371446a7c feat theming: Disambiguate token names in theme overrides (#​29859)
cc0532bb2 fix badge: content incorrectly truncated in M3 (#​29854)
9262a018b fix card: elevated card container color (#​29835)
613cf5406 fix core: rename sys vars from mat-app to mat-sys (#​29879)
da9cb714e fix dialog: updates dialog max-height in landscape (#​29853)
48b2680f6 fix form-field: account in cols attribute on textarea (#​29836)
e975bb949 fix radio: use tokens for focused border color (#​29716)
cdk
Commit Type Description
3b4ade5a0 fix tree: only handle keyboard events directly from the node (#​29861)

v19.0.0-next.8

Compare Source

cdk
Commit Type Description
9eb1f867d fix stepper: remove mock of forms type
02823c080 fix stepper: reset submitted state when resetting stepper
material
Commit Type Description
b777c2df0 feat core: expose styling information to the docs site
9546fe77e feat timepicker: add test harnesses
2646e0885 feat timepicker: add timepicker component
0fb4247ce fix core: avoid browser inconsistencies when parsing time
984723e10 fix schematics: treat lower dependency builder as default builder (#​29833)
14e9ec7cc fix timepicker: always re-focus input
1eda48604 fix timepicker: hide toggle icon from assistive technology
490bcfe38 fix timepicker: more flexible interval parsing
fb6e20290 fix timepicker: text field in parse error not up to date
mat
Commit Type Description
8f0369a27 fix paginator: fix focus issues with paginator buttons (#​29379)
multiple
Commit Type Description
be342289c fix remove final references to ComponentFactoryResolver (#​29832)

v19.0.0-next.7

Compare Source

cdk
Commit Type Description
5be8905f65 fix drag-drop: positioning thrown off with align-self (#​29813)
material
Commit Type Description
ff3d342fd4 feat tabs: add alignTabs in MatTabsConfig (#​29779)
2861a306ae fix chips: chip grid not re-focusing first item
86ebb9bfd5 fix chips: chip set overwriting disabled state (#​29795)
8e1711216f fix chips: focus escape not working consistently
6a8c73d3da fix core: infer first day of week in native date adapter (#​29802)

v19.0.0-next.6

Compare Source

cdk
Commit Type Description
9b4085c6e3 feat private: create cdk-visually-hidden style loader (#​29757)
material
Commit Type Description
d206225c58 feat core: create focus-indicator structural styles loader (#​29763)
4adc3725dd feat schematics: create v19 core removal schematic (#​29768)
49af49bb01 fix datepicker: set explicit line height on calendar (#​29770)

v19.0.0-next.5

Compare Source

cdk
Commit Type Description
4cd2152d9 fix drag-drop: account for scale when setting free drag position (#​29739)
fd4085895 fix listbox: scroll active option into view when using aria-activedescendant (#​29722)
560878a23 fix overlay: load structural styles in a cascade layer (#​29725)
873eb01e0 fix portal: remove ComponentFactoryResolver usages (#​27427)
be004b89f fix tree: resolve maximum call stack error (#​29754)
material
Commit Type Description
777d1d295 fix chips: increase chip remove touch target size (#​29452)
602bef1cd fix datepicker: replace labels not pointing to anything (#​29755)
60776637e fix select: remove incompatible aria-autocomplete attribute (#​29645)
0ed5d7d4f fix slider: log proper error when slider isn't configured correctly (#​29745)
google-maps
Commit Type Description
1bd976c6a feat Add support for some mouse events #​29741 (#​29747)
material-date-fns-adapter
Commit Type Description
234e5e0e8 feat add support for date-fns 4 (#​29744)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 area: build & ci Related the build and CI infrastructure of the project target: patch This PR is targeted for the next patch release labels Sep 19, 2024
@ngbot ngbot bot added this to the Backlog milestone Sep 19, 2024
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 6 times, most recently from adf2568 to a2c4917 Compare September 25, 2024 20:05
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 6 times, most recently from fa7b63b to cb4b5a9 Compare September 27, 2024 16:05
@alan-agius4 alan-agius4 added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Sep 27, 2024
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from cb4b5a9 to 2a9deef Compare September 27, 2024 19:04
@JeanMeche JeanMeche added action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: merge The PR is ready for merge by the caretaker labels Sep 30, 2024
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 7 times, most recently from 9ad1db5 to 170ae38 Compare October 3, 2024 16:04
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 7 times, most recently from a957221 to 0940282 Compare October 31, 2024 01:32
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate and removed target: minor This PR is targeted for the next minor release labels Oct 31, 2024
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 0940282 to e5eeb55 Compare October 31, 2024 11:06
alan-agius4 added a commit to alan-agius4/angular that referenced this pull request Oct 31, 2024
See associated pull request for more information.

Closes angular#57880 as a pr takeover
@alan-agius4 alan-agius4 deleted the ng-renovate/cross-repo-angular-dependencies branch October 31, 2024 11:38
pkozlowski-opensource pushed a commit that referenced this pull request Oct 31, 2024
See associated pull request for more information.

Closes #57880 as a pr takeover

PR Close #58446
pkozlowski-opensource pushed a commit that referenced this pull request Oct 31, 2024
See associated pull request for more information.

Closes #57880 as a pr takeover

PR Close #58446
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews area: build & ci Related the build and CI infrastructure of the project target: rc This PR is targeted for the next release-candidate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants