Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Oct 16, 2024

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/build dependencies patch 19.0.0-next.10 -> 19.0.0-next.13
@angular/cdk devDependencies patch 19.0.0-next.8 -> 19.0.0-next.10
@angular/cli devDependencies patch 19.0.0-next.10 -> 19.0.0-next.13
@angular/common (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/compiler (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/compiler-cli (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/core (source) resolutions patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/core (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/forms (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/material devDependencies patch 19.0.0-next.8 -> 19.0.0-next.10
@angular/platform-browser (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/platform-browser-dynamic (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11
@angular/router (source) devDependencies patch 19.0.0-next.9 -> 19.0.0-next.11

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/angular (@​angular/animations)

v19.0.0-next.11

Compare Source

common
Commit Type Description
24c6373820 feat add optional rounded transform support in cloudinary image loader (#​55364)
13c13067bc feat disable keyvalue sorting using null compareFn (#​57487)
compiler-cli
Commit Type Description
d0c74f3891 fix report when NgModule imports or exports itself (#​58231)
core
Commit Type Description
69fc5ae922 feat Add incremental hydration public api (#​58249)
8ebbae88ca feat Add rxjs operator prevent app stability until an event (#​56533)
19edf2c057 feat add syntactic sugar for initializers (#​53152)
ab25a192ba feat allow running output migration on a subset of paths (#​58299)
18d8d44b1f feat experimental resource() API for async dependencies (#​58255)
9762b24b5e feat experimental impl of rxResource() (#​58255)
ec386e7f12 feat introduce debugName optional arg to framework signal functions (#​57073)
8311f00faa feat introduce the reactive linkedSignal (#​58189)
forms
Commit Type Description
3e7d724037 feat add ability to clear a FormRecord (#​50750)
18b6f3339f fix fix FormRecord type inference (#​50750)
http
Commit Type Description
4b9accdf16 feat promote withRequestsMadeViaParent to stable. (#​58221)
language-service
Commit Type Description
6342befff8 feat support migrating full classes to signal queries (#​58263)
migrations
Commit Type Description
dff4de0f75 feat add a combined migration for all signals APIs (#​58259)
bb286f65e7 feat capture output migration stats (#​58321)
2bfc64daf1 feat expose output as function migration (#​58299)
cf70d626cd feat print output migration stats in ng generate (#​58321)
42607bf0f2 fix add outputs migration to combined shorthand (#​58318)
00e2001351 fix migrate more .next output usages (#​58282)
service-worker
Commit Type Description
8ddce80a0b feat allow specifying maxAge for entire application (#​49601)

v19.0.0-next.10

Compare Source

Breaking Changes

core
  • Angular directives, components and pipes are now standalone by default. Specify standalone: false for declarations that are currently declared in @NgModules. ng update for v19 will take care of this automatically.
compiler
Commit Type Description
0c9d721ac1 feat add support for the typeof keyword in template expressions. (#​58183)
a3cb530d84 fix handle typeof expressions in serializer (#​58217)
ba4340875a fix ignore placeholder-only i18n messages (#​58154)
compiler-cli
Commit Type Description
231e6ff6ca feat generate the HMR replacement module (#​58205)
fb44323c51 fix incorrectly generating relative file paths on case-insensitive platforms (#​58150)
core
Commit Type Description
6b8c494d05 feat flipping the default value for standalone to true (#​58169)
3f1e7ab6ae feat promote outputFromObservable & outputToObservable to stable. (#​58214)
97c44a1d6c feat Promote takeUntilDestroyed to stable. (#​58200)
819ff034ce feat treat directives, pipes, components as by default (#​58229)
angular/angular-cli (@​angular/build)

v19.0.0-next.13

Compare Source

@​angular/build
Commit Type Description
efb434136 feat Auto-CSP support as a part of angular.json schema
cc345b02d fix Address build issue in Node.js LTS versions with prerendering or SSR

v19.0.0-next.12

Compare Source

Breaking Changes

@​angular-devkit/build-angular
@​angular-devkit/build-angular
Commit Type Description
62877bdf2 refactor remove Protractor builder and schematics
@​angular/build
Commit Type Description
1654acf0f fix relax constraints on external stylesheet component id
@​angular/ssr
Commit Type Description
44077f54e fix designate package as side-effect free

v19.0.0-next.11

Compare Source

@​schematics/angular
Commit Type Description
755f3a07f feat add option to setup new workspace or application as zoneless mode
fcf7443d6 fix explicitly set standalone:false
a68e832ae fix update browserslist config to include last 2 Android major versions
@​angular/build
Commit Type Description
b6951f448 feat add sass to stylePreprocessorOptions in application builder
816e3cb86 feat enable component stylesheet hot replacement by default
7d883a152 feat introduce ssr.experimentalPlatform option
c48d6947e feat set development/production condition
13b65dfe1 fix allow direct bundling of TSX files with application builder
5f473affc fix avoid race condition in sass importer
af52fb49b fix synchronize import/export conditions between bundler and TypeScript
bfa8fec9b fix use named export reqHandler for server.ts request handling
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)

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 comp: build renovate managed labels Oct 16, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Oct 16, 2024
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from 31bb841 to 3ffcb24 Compare October 16, 2024 23:48
@angular-robot angular-robot changed the title build: update angular dependencies to v19.0.0-next.10 build: update angular dependencies Oct 16, 2024
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 5 times, most recently from 1f01ac6 to d5e6a7a Compare October 24, 2024 11:26
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 3 times, most recently from 28f78ed to e99ae97 Compare October 28, 2024 16:13
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from e99ae97 to c085701 Compare October 30, 2024 14:14
josephperrott pushed a commit to josephperrott/dev-infra that referenced this pull request Oct 30, 2024
@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch October 30, 2024 16:09
@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 Nov 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project comp: build renovate managed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant