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

[desktop]: Bump the angular group in /desktop with 3 updates #845

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2025

Bumps the angular group in /desktop with 3 updates: @angular/cdk, @angular-devkit/build-angular and @angular/cli.

Updates @angular/cdk from 19.1.2 to 19.1.3

Release notes

Sourced from @​angular/cdk's releases.

v19.1.3

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Description
fix - 37436bd299 button-toggle: make null value selected on init (#25553)
fix - 8568cd5ad1 chips: Async chips with a delay are not highlighted (#27399)
fix - 8a99cf45f5 datepicker: set aria-expanded on datepicker toggle (#30438)
fix - 6d96869bdb sidenav: end positioned sidenav not opening in RTL (#30427)
perf - 9e152910b1 button: Optimize the remaining descendant state selector. (#30428)
perf - 6bd376174e checkbox: Optimize more expensive selectors (#30409)
Changelog

Sourced from @​angular/cdk's changelog.

19.1.3 "plastic-wombat" (2025-02-05)

material

Commit Type Description
37436bd299 fix button-toggle: make null value selected on init (#25553)
8568cd5ad1 fix chips: Async chips with a delay are not highlighted (#27399)
8a99cf45f5 fix datepicker: set aria-expanded on datepicker toggle (#30438)
6d96869bdb fix sidenav: end positioned sidenav not opening in RTL (#30427)
9e152910b1 perf button: Optimize the remaining descendant state selector. (#30428)
6bd376174e perf checkbox: Optimize more expensive selectors (#30409)

19.2.0-next.2 "brazilianite-belt" (2025-01-30)

cdk

Commit Type Description
c1ff40f3b fix dialog: default aria-modal to false (#30411)
de40f2eec fix platform: preserve compatibility with angular versions less than 19.1 (#30401)
8950ec372 fix table: Column sizing and scrolling bug when number of columns in table changes (#30378)
73022d8e2 fix text-field: auto sizing broken if user styles stretch the element (#30412)
8b876d8e4 fix tree: fix broken examples in stackblitz (#30387)

material

Commit Type Description
0776acc1e fix bottom-sheet: switch away from animations module (#30402)
e91d5091b fix button-toggle: incorrect shape of focus indicator in vertical group (#30376)
86ad51501 fix select: avoid error if panel is closed too quickly (#30408)
11f02eecc fix select: fixed text color for selected options in multiple select (#30367)
a44b34794 fix select: switch away from animations module
eb8e998c6 fix snack-bar: switch away from animations module (#30381)
992aff18c fix timepicker: switch away from animations module (#30404)
21586aee8 perf button: Change frequently missed descendant selectors to child selectors (#30385)
e4388c6f2 perf checkbox: Optimize css selectors (#30386)

google-maps

Commit Type Description
61103c542 fix hide info window node when opened with content (#30392)

Commits
  • 895bf0e release: cut the v19.1.3 release
  • 11209b4 build: fix failing test (#30443)
  • 8568cd5 fix(material/chips): Async chips with a delay are not highlighted (#27399)
  • 8a99cf4 fix(material/datepicker): set aria-expanded on datepicker toggle (#30438)
  • 9e15291 perf(material/button): Optimize the remaining descendant state selector. (#30...
  • 30ac014 docs: update links for Shadow DOM & Constructable Stylesheets (#30433)
  • 6d96869 fix(material/sidenav): end positioned sidenav not opening in RTL (#30427)
  • 6bd3761 perf(material/checkbox): Optimize more expensive selectors (#30409)
  • d439703 docs: clear input field whenever a selection is (#30396)
  • db54307 Updated selectors in CSS snippet as per HTML snippet (#30424)
  • Additional commits viewable in compare view

Updates @angular-devkit/build-angular from 19.1.5 to 19.1.6

Release notes

Sourced from @​angular-devkit/build-angular's releases.

v19.1.6

19.1.6 (2025-02-05)

@​schematics/angular

Commit Description
fix - 3f7042672 remove additional newline after standalone property
fix - e9778dba0 skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Commit Description
fix - 27f833186 avoid pre-transform errors with Vite pre-bundling
fix - 8f6ee7ed9 ensure full rebuild after initial error build in watch mode
fix - 2b9c00f68 prevent fallback to serving main.js for unknown requests
fix - 45abd15b7 prevent server manifest generation when no server features are enabled

@​angular/ssr

Commit Description
fix - 5bf5e5fd2 prioritize the first matching route over subsequent ones
Changelog

Sourced from @​angular-devkit/build-angular's changelog.

19.1.6 (2025-02-05)

@​schematics/angular

Commit Type Description
3f7042672 fix remove additional newline after standalone property
e9778dba0 fix skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Commit Type Description
27f833186 fix avoid pre-transform errors with Vite pre-bundling
8f6ee7ed9 fix ensure full rebuild after initial error build in watch mode
2b9c00f68 fix prevent fallback to serving main.js for unknown requests
45abd15b7 fix prevent server manifest generation when no server features are enabled

@​angular/ssr

Commit Type Description
5bf5e5fd2 fix prioritize the first matching route over subsequent ones

19.2.0-next.1 (2025-01-29)

@​schematics/angular

Commit Type Description
cae068be3 fix update library schematic to use @angular-devkit/build-angular:ng-packagr

@​angular/build

Commit Type Description
694ef8e6e fix allow tailwindcss 4.x as a peer dependency
1a3ef3b60 fix disable TypeScript removeComments option
d4ee36065 fix keep background referenced HMR update chunks
531dcdca4 fix support template updates that also trigger global stylesheet changes
f836be9e6 fix support Vite allowedHosts option for development server
0ddf6aafa fix utilize bazel stamp instead of resolving peer dependency versions

@​angular/ssr

| Commit | Type | Description |

... (truncated)

Commits
  • f4de3d2 release: cut the v19.1.6 release
  • 8f6ee7e fix(@​angular/build): ensure full rebuild after initial error build in watch mode
  • 27f8331 fix(@​angular/build): avoid pre-transform errors with Vite pre-bundling
  • 58c2122 refactor(@​angular/build): allow component update invalidation from client
  • de66572 refactor(@​angular/ssr): simplify preload append logic in metadata
  • e9778db fix(@​schematics/angular): skip ssr migration when @angular/ssr is not a dep...
  • 4b4eeca build: Preserve newlines when gathering stdout
  • 3f70426 fix(@​schematics/angular): remove additional newline after standalone property
  • 5bf5e5f fix(@​angular/ssr): prioritize the first matching route over subsequent ones
  • 2dec1e7 ci: empty default permissions for CodeQL action
  • Additional commits viewable in compare view

Updates @angular/cli from 19.1.5 to 19.1.6

Release notes

Sourced from @​angular/cli's releases.

v19.1.6

19.1.6 (2025-02-05)

@​schematics/angular

Commit Description
fix - 3f7042672 remove additional newline after standalone property
fix - e9778dba0 skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Commit Description
fix - 27f833186 avoid pre-transform errors with Vite pre-bundling
fix - 8f6ee7ed9 ensure full rebuild after initial error build in watch mode
fix - 2b9c00f68 prevent fallback to serving main.js for unknown requests
fix - 45abd15b7 prevent server manifest generation when no server features are enabled

@​angular/ssr

Commit Description
fix - 5bf5e5fd2 prioritize the first matching route over subsequent ones
Changelog

Sourced from @​angular/cli's changelog.

19.1.6 (2025-02-05)

@​schematics/angular

Commit Type Description
3f7042672 fix remove additional newline after standalone property
e9778dba0 fix skip ssr migration when @angular/ssr is not a dependency

@​angular/build

Commit Type Description
27f833186 fix avoid pre-transform errors with Vite pre-bundling
8f6ee7ed9 fix ensure full rebuild after initial error build in watch mode
2b9c00f68 fix prevent fallback to serving main.js for unknown requests
45abd15b7 fix prevent server manifest generation when no server features are enabled

@​angular/ssr

Commit Type Description
5bf5e5fd2 fix prioritize the first matching route over subsequent ones

19.2.0-next.1 (2025-01-29)

@​schematics/angular

Commit Type Description
cae068be3 fix update library schematic to use @angular-devkit/build-angular:ng-packagr

@​angular/build

Commit Type Description
694ef8e6e fix allow tailwindcss 4.x as a peer dependency
1a3ef3b60 fix disable TypeScript removeComments option
d4ee36065 fix keep background referenced HMR update chunks
531dcdca4 fix support template updates that also trigger global stylesheet changes
f836be9e6 fix support Vite allowedHosts option for development server
0ddf6aafa fix utilize bazel stamp instead of resolving peer dependency versions

@​angular/ssr

| Commit | Type | Description |

... (truncated)

Commits
  • f4de3d2 release: cut the v19.1.6 release
  • 8f6ee7e fix(@​angular/build): ensure full rebuild after initial error build in watch mode
  • 27f8331 fix(@​angular/build): avoid pre-transform errors with Vite pre-bundling
  • 58c2122 refactor(@​angular/build): allow component update invalidation from client
  • de66572 refactor(@​angular/ssr): simplify preload append logic in metadata
  • e9778db fix(@​schematics/angular): skip ssr migration when @angular/ssr is not a dep...
  • 4b4eeca build: Preserve newlines when gathering stdout
  • 3f70426 fix(@​schematics/angular): remove additional newline after standalone property
  • 5bf5e5f fix(@​angular/ssr): prioritize the first matching route over subsequent ones
  • 2dec1e7 ci: empty default permissions for CodeQL action
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the angular group in /desktop with 3 updates: [@angular/cdk](https://github.com/angular/components), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli).


Updates `@angular/cdk` from 19.1.2 to 19.1.3
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@19.1.2...19.1.3)

Updates `@angular-devkit/build-angular` from 19.1.5 to 19.1.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.1.5...19.1.6)

Updates `@angular/cli` from 19.1.5 to 19.1.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@19.1.5...19.1.6)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular-devkit/build-angular"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: angular
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 6, 2025
@tiagohm tiagohm merged commit 1bbe268 into dev Feb 6, 2025
1 check passed
@tiagohm tiagohm deleted the dependabot/npm_and_yarn/desktop/dev/angular-b489201f47 branch February 6, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant