angular / dev-infra

Angular Development Infrastructure
MIT License
65 stars 54 forks source link

build: update angular dependencies to v19.0.0-next.1 #2265

Closed angular-robot closed 1 month ago

angular-robot commented 1 month ago

This PR contains the following updates:

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

[!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.1`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1900-next1-2024-08-22) [Compare Source](https://togithub.com/angular/angular/compare/19.0.0-next.0...19.0.0-next.1) #### Breaking Changes ##### core - The `autoDetect` feature of `ComponentFixture` will now attach the fixture to the `ApplicationRef`. As a result, errors during automatic change detection of the fixture be reported to the `ErrorHandler`. This change may cause custom error handlers to observe new failures that were previously unreported. ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [9e87593055](https://togithub.com/angular/angular/commit/9e87593055a5314a67090bd15d5552c23b538050) | feat | ensure template style elements are preprocessed as inline styles ([#​57429](https://togithub.com/angular/angular/pull/57429)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [b063468027](https://togithub.com/angular/angular/commit/b0634680272569501146bb7a9cdfe53033e25971) | feat | support TypeScript 5.6 ([#​57424](https://togithub.com/angular/angular/pull/57424)) | | [3b0dca75d6](https://togithub.com/angular/angular/commit/3b0dca75d6dab6039253edd00c436715775bd0dd) | fix | Allow zoneless scheduler to run inside `fakeAsync` ([#​56932](https://togithub.com/angular/angular/pull/56932)) | | [f03d274e87](https://togithub.com/angular/angular/commit/f03d274e87c919514a70d02c0699523957de7386) | fix | ComponentFixture autoDetect feature works like production ([#​55228](https://togithub.com/angular/angular/pull/55228)) | | [d4449fce21](https://togithub.com/angular/angular/commit/d4449fce21bebbb18f9e1341f1675cdbec7e83ac) | fix | handle hydration of components that project content conditionally ([#​57383](https://togithub.com/angular/angular/pull/57383)) | ##### migrations | Commit | Type | Description | | -- | -- | -- | | [4ae66f25d0](https://togithub.com/angular/angular/commit/4ae66f25d01ffd603872b3df3faf5c5c555b6446) | fix | account for members with doc strings and no modifiers ([#​57389](https://togithub.com/angular/angular/pull/57389)) | | [ac93839d69](https://togithub.com/angular/angular/commit/ac93839d694929fdf16c610994a369d4efb2823a) | fix | avoid migrating route component in tests ([#​57317](https://togithub.com/angular/angular/pull/57317)) | | [58a79b6e43](https://togithub.com/angular/angular/commit/58a79b6e435f2a46a7ab17ff5538083e05340b6f) | fix | preserve type when using inject decorator ([#​57389](https://togithub.com/angular/angular/pull/57389)) |
angular/angular-cli (@​angular/build) ### [`v19.0.0-next.1`](https://togithub.com/angular/angular-cli/blob/HEAD/CHANGELOG.md#1900-next1-2024-08-22) [Compare Source](https://togithub.com/angular/angular-cli/compare/19.0.0-next.0...19.0.0-next.1) #### Breaking Changes ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) - The `browserTarget` option has been removed from the DevServer and ExtractI18n builders. `buildTarget` is to be used instead. ##### [@​angular-devkit/core](https://togithub.com/angular-devkit/core) - The deprecated `fileBuffer` function is no longer available. Update your code to use `stringToFileBuffer` instead to maintain compatibility. **Note:** that this change does not affect application developers. ##### [@​angular/build](https://togithub.com/angular/build) - The `@angular/localize/init` polyfill will no longer be added automatically to projects. To prevent runtime issues, ensure that this polyfill is manually included in the "polyfills" section of your "angular.json" file if your application relies on Angular localization features. ##### [@​schematics/angular](https://togithub.com/schematics/angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | | [7992218a9](https://togithub.com/angular/angular-cli/commit/7992218a9c22ea9469bd3386c7dc1d5efc6e51f9) | fix | remove `declaration` and `sourceMap` from default tsconfig | ##### [@​angular-devkit/build-angular](https://togithub.com/angular-devkit/build-angular) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ---------------------------------------------- | | [0b161bc76](https://togithub.com/angular/angular-cli/commit/0b161bc7616bef9a8f1f9113a50b07291635159d) | fix | remove outdated browser-esbuild option warning | | [e40384e63](https://togithub.com/angular/angular-cli/commit/e40384e637bc6f92c28f4e572f986ca902938ba2) | refactor | remove deprecated `browserTarget` | ##### [@​angular-devkit/core](https://togithub.com/angular-devkit/core) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ------------------------------------------------------------------------ | | [0d8a1006d](https://togithub.com/angular/angular-cli/commit/0d8a1006d4629d8af1144065ea237ab30916e66e) | refactor | remove deprecated `fileBuffer` function in favor of `stringToFileBuffer` | ##### [@​angular/build](https://togithub.com/angular/build) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | -------- | ----------------------------------------------------------------------------------- | | [71c06c69f](https://togithub.com/angular/angular-cli/commit/71c06c69f6f472e5ea86f2e5adbd5062a8cc5f2a) | fix | improve error message when an unhandled exception occurs during prerendering | | [6b544f70e](https://togithub.com/angular/angular-cli/commit/6b544f70e706b9e13564d4ddbb0f0cb352942b2c) | fix | support reading on-disk files during i18n extraction | | [d6a34034d](https://togithub.com/angular/angular-cli/commit/d6a34034d7489c09753090642ade4c606cd98ece) | refactor | remove automatic addition of `@angular/localize/init` polyfill and related warnings | ##### [@​angular/ssr](https://togithub.com/angular/ssr) | Commit | Type | Description | | --------------------------------------------------------------------------------------------------- | ---- | ---------------------------------------------------------- | | [9692a9054](https://togithub.com/angular/angular-cli/commit/9692a9054c3cdbf151df01279c2d268332b1a032) | feat | improve handling of aborted requests in `AngularServerApp` |
angular/components (@​angular/cdk) ### [`v19.0.0-next.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1900-next1-plastic-moose-2024-08-22) [Compare Source](https://togithub.com/angular/components/compare/19.0.0-next.0...19.0.0-next.1) #### Breaking Changes ##### multiple - - In order for Material to be compatible with [recent changes in Sass](https://sass-lang.com/documentation/breaking-changes/mixed-decls/) and upcoming changes in the CSS standard, tokens are now emitted in-place, rather the being hoisted to the top of the selector. As a result, some token overrides might not apply anymore. This is relevant primarily for the cases like `@include mat.button-theme($theme); --mat-button-color: red;`. It can be resolved by wrapping the overrides with `& {}`, for example `@include mat.button-theme($theme); & { --mat-button-color: red; }`. ##### material | Commit | Type | Description | | -- | -- | -- | | [1abb484aa7](https://togithub.com/angular/components/commit/1abb484aa72177a748eecdf9b850cc1c07d1a42b) | feat | **input:** add the ability to interact with disabled inputs ([#​29574](https://togithub.com/angular/components/pull/29574)) | | [7cf8c6c464](https://togithub.com/angular/components/commit/7cf8c6c464732af4283c5e3c3c724dd90acc4136) | fix | **datepicker:** calendar font tokens not being picked up ([#​29610](https://togithub.com/angular/components/pull/29610)) | | [4f2bc4da78](https://togithub.com/angular/components/commit/4f2bc4da78ff85c6a9d5a2323908c82e6af85e11) | fix | **icon:** update error message for missing HttpClient ([#​29589](https://togithub.com/angular/components/pull/29589)) | | [adf413670f](https://togithub.com/angular/components/commit/adf413670fe10bcfbfff1ec424fcfe2b76d66bdb) | fix | **menu:** inconsistent layout of submenu icon ([#​29603](https://togithub.com/angular/components/pull/29603)) | | [357f6f27a5](https://togithub.com/angular/components/commit/357f6f27a5feb7f0b0aa6e626352a386e6725202) | fix | **tabs:** switch pagination to not use native buttons ([#​29605](https://togithub.com/angular/components/pull/29605)) | ##### cdk | Commit | Type | Description | | -- | -- | -- | | [04ce4d2648](https://togithub.com/angular/components/commit/04ce4d2648004e970bc864962e6ec12e92f27698) | fix | **drag-drop:** preview positioned incorrectly when RTL is set on the body ([#​29606](https://togithub.com/angular/components/pull/29606)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [01711b1804](https://togithub.com/angular/components/commit/01711b180404ad029bef54e81bdc90fb158dc506) | fix | account for mixed declarations in latest Sass version ([#​29596](https://togithub.com/angular/components/pull/29596)) | | [cb1450fc76](https://togithub.com/angular/components/commit/cb1450fc76998426111e150a983deb31ecbe42ce) | fix | change fallbacks to use m3 ([#​29528](https://togithub.com/angular/components/pull/29528)) |

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.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Renovate Bot.

josephperrott commented 1 month ago

This PR was merged into the repository by commit c125bce4ee01365d8f446ceae37a801da72b6a19.

The changes were merged into the following branches: main

angular-automatic-lock-bot[bot] commented 3 weeks ago

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.