Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

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

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.9

Compare Source

Breaking Changes

compiler
  • this.foo property reads no longer refer to template context variables. If you intended to read the template variable, do not use this..
core
  • The deprecated factories property in KeyValueDiffers has been removed.
localize
  • The name option in the ng add @localize`` schematic has been removed in favor of the project option.
platform-browser
  • The deprecated BrowserModule.withServerTransition method has been removed. Please use the APP_ID DI token to set the application id instead.
compiler
Commit Type Description
09f589f000 fix this.a should always refer to class property a (#​55183)
e8d1944999 fix add multiple :host and nested selectors support (#​57796)
82144b6d63 fix allow combinators inside pseudo selectors (#​57796)
292ea4714f fix fix comment typo (#​57796)
69529d8873 fix fix parsing of the :host-context with pseudo selectors (#​57796)
2374b87b64 fix preserve attributes attached to :host selector (#​57796)
46a6324c82 fix scope :host-context inside pseudo selectors, do not decrease specificity (#​57796)
bc5f1175e9 fix transform pseudo selectors correctly for the encapsulated view (#​57796)
compiler-cli
Commit Type Description
8d8c03abc4 fix defer symbols only used in types (#​58104)
core
Commit Type Description
ee426c62f0 fix allow signal write error (#​57973)
67db4305c2 fix clean up afterRender after it is executed (#​58119)
656b5d3e78 fix Re-assign error codes to be within core bounds (<1000) (#​53455)
97fb86d331 perf set encapsulation to None for empty component styles (#​57130)
c15ec36bd1 refactor remove deprecated factories Property in KeyValueDiffers (#​58064)
language-service
Commit Type Description
bc83fc1e2e feat support converting to signal queries in VSCode extension (#​58106)
localize
Commit Type Description
9c3bd1b5d1 refactor remove deprecated name option. (#​58063)
migrations
Commit Type Description
c1aa411cf1 fix properly resolve tsconfig paths on windows (#​58137)
platform-browser
Commit Type Description
5c61f46409 refactor remove deprecated BrowserModule.withServerTransition method (#​58062)
platform-server
Commit Type Description
9e82559de4 fix destroy PlatformRef when error happens during the bootstrap() phase (#​58112)
service-worker
Commit Type Description
1479af978c feat finish implementation of refreshAhead feature (#​53356)
angular/angular-cli (@​angular/build)

v19.0.0-next.10

Compare Source

Breaking Changes

@​schematics/angular
  • The app-shell schematic is no longer compatible with Webpack-based builders.
@​schematics/angular
Commit Type Description
292a4b7c2 feat update app-shell and ssr schematics to adopt new Server Rendering API
6dbfc770b fix add validation for component and directive class name
7de93e593 fix include index.csr.html in resources asset group
@​angular-devkit/build-angular
Commit Type Description
ab6e19e1f fix handle main field
@​angular/build
Commit Type Description
549c20a93 fix Ctrl + C not terminating dev-server with SSR
1d9db138f fix always generate a new hash for optimized chunk
7c50ba9e2 fix ensure index.csr.html is always generated when prerendering or SSR are enabled
1bb68ba68 fix move lmdb to optionalDependencies
9233e5ef4 fix show error message when error stack is undefined
6c618d495 fix update logic to support both internal and external SSR middlewares
angular/components (@​angular/cdk)

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)

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 9, 2024
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Oct 9, 2024
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from a178a23 to 0a17b56 Compare October 10, 2024 11:21
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from 0a17b56 to 7a4222a Compare October 10, 2024 16:17
@josephperrott
Copy link
Member

This PR was merged into the repository by commit 59811ed.

The changes were merged into the following branches: main

@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch October 10, 2024 17:11
@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 10, 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.

2 participants