Skip to content

Bump the production-dependencies group in /nuxeo-angular-sample-web with 12 updates #10

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the production-dependencies group in /nuxeo-angular-sample-web with 12 updates:

Package From To
@angular/animations 19.2.2 19.2.3
@angular/cdk 19.2.3 19.2.6
@angular/common 19.2.2 19.2.3
@angular/compiler 19.2.2 19.2.3
@angular/core 19.2.2 19.2.3
@angular/forms 19.2.2 19.2.3
@angular/material 19.2.3 19.2.6
@angular/platform-browser 19.2.2 19.2.3
@angular/platform-browser-dynamic 19.2.2 19.2.3
@angular/router 19.2.2 19.2.3
@tailwindcss/postcss 4.0.14 4.0.15
tailwindcss 4.0.14 4.0.15

Updates @angular/animations from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/animations's releases.

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)
Changelog

Sourced from @​angular/animations's changelog.

19.2.3 (2025-03-19)

compiler-cli

Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#60455)

core

Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#60429)
296aded9da fix execute timer trigger outside zone (#60392)
0615ffb4f7 fix include input name in error message (#60404)

platform-browser-dynamic

Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#60369)

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

Commit Type Description
92250493ff fix support equality function in httpResource (#60026)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/cdk from 19.2.3 to 19.2.6

Release notes

Sourced from @​angular/cdk's releases.

v19.2.6

19.2.6 "tellurium-transponder" (2025-03-21)

cdk

Commit Description
fix - 5a7009a50 overlay: ensure re-exported transitive Dir directive can be imported (#30679)

v19.2.5

19.2.5 "argon-planet" (2025-03-20)

material

Commit Description
fix - 2bfa5262e timepicker: TimepickerInput component in shadow DOM (#30642)

cdk

Commit Description
fix - ab70ba5b3 tree: retainining previous objects (#30431)

multiple

Commit Description
fix - 8d7a0f683 ensure re-exported module symbols can be imported

v19.2.4

19.2.4 "cafetite-cafe" (2025-03-19)

material

Commit Description
fix - 528cfc23f card: remove alternate token for container-color (#30640)
fix - 804c027c3 chips: adds default placeholder for chips input (#30452)
fix - 732397f5b core: include alternative tokens (#30633)
fix - 0ec7fd164 paginator: change tabindex expect in test
fix - 9b357a3f1 paginator: prevent keyboard nav to disabled buttons (#30627)
fix - 432bde7b0 select: use flexible overlay dimensions (#30628)
fix - 9b9d7bd41 timepicker: assertion error if reopened quickly (#30639)

cdk

Commit Description
fix - 60fc781c3 text-field: Long multiline textfield focus issue (#30312)
Changelog

Sourced from @​angular/cdk's changelog.

19.2.6 "tellurium-transponder" (2025-03-21)

cdk

Commit Type Description
5a7009a50 fix overlay: ensure re-exported transitive Dir directive can be imported (#30679)

19.2.5 "argon-planet" (2025-03-20)

cdk

Commit Type Description
ab70ba5b3 fix tree: retainining previous objects (#30431)

material

Commit Type Description
2bfa5262e fix timepicker: TimepickerInput component in shadow DOM (#30642)

multiple

Commit Type Description
8d7a0f683 fix ensure re-exported module symbols can be imported

20.0.0-next.2 "bismite-bomb" (2025-03-19)

Breaking Changes

material

    • ButtonVariant which is returned by MatButtonHarness.getVariant no longer includes the appearance of the button. Use MatButtonHarness.getAppearance instead.

cdk-experimental

Commit Type Description
7343657f5 fix ui-patterns: small fixes for internal compatibi… (#30625)

material

Commit Type Description
fb81ab4f2 feat button: add support for tonal button (#30638)
e79f60558 feat button: allow appearance to be set dynamically
097f49d90 fix autocomplete: allow overlay backdrop by setting hasBackdrop option (#30631)
2c7199c02 fix button: align harness with new terminology
443df2661 fix card: remove alternate token for container-color (#30640)
09b25a159 fix chips: adds default placeholder for chips input (#30452)
b4fcae45d fix core: include alternative tokens (#30633)
75713b0a0 fix paginator: prevent keyboard nav to disabled buttons (#30627)
688c430fe fix select: close panel on detach output event (#30634)
d5ba63d00 fix select: use flexible overlay dimensions (#30628)
0e985f2c6 fix slider: handle null values in slider input (#30621)
43b08600c fix timepicker: assertion error if reopened quickly (#30639)

cdk

... (truncated)

Commits
  • 4a2bd9f release: cut the v19.2.6 release
  • 5a7009a fix(cdk/overlay): ensure re-exported transitive Dir directive can be import...
  • 2a3c254 release: cut the v19.2.5 release
  • 8d7a0f6 fix(multiple): ensure re-exported module symbols can be imported
  • ab70ba5 fix(cdk/tree): retainining previous objects (#30431)
  • 2bfa526 fix(material/timepicker): TimepickerInput component in shadow DOM (#30642)
  • f1ed784 build: migrate more ts_library targets to rules_js
  • 1e4d3af build: improve ts_project interop to work with esbuild bundling
  • 2906e18 build: migrate all ts_library targets in tools/
  • a4c5de9 build: support linking of Angular libraries with rules_js
  • Additional commits viewable in compare view

Updates @angular/common from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/common's releases.

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)
Changelog

Sourced from @​angular/common's changelog.

19.2.3 (2025-03-19)

compiler-cli

Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#60455)

core

Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#60429)
296aded9da fix execute timer trigger outside zone (#60392)
0615ffb4f7 fix include input name in error message (#60404)

platform-browser-dynamic

Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#60369)

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

Commit Type Description
92250493ff fix support equality function in httpResource (#60026)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/compiler from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/compiler's releases.

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)
Changelog

Sourced from @​angular/compiler's changelog.

19.2.3 (2025-03-19)

compiler-cli

Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#60455)

core

Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#60429)
296aded9da fix execute timer trigger outside zone (#60392)
0615ffb4f7 fix include input name in error message (#60404)

platform-browser-dynamic

Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#60369)

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

Commit Type Description
92250493ff fix support equality function in httpResource (#60026)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/core from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/core's releases.

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)
Changelog

Sourced from @​angular/core's changelog.

19.2.3 (2025-03-19)

compiler-cli

Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#60455)

core

Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#60429)
296aded9da fix execute timer trigger outside zone (#60392)
0615ffb4f7 fix include input name in error message (#60404)

platform-browser-dynamic

Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#60369)

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

Commit Type Description
92250493ff fix support equality function in httpResource (#60026)

compiler

Commit Type Description

... (truncated)

Commits
  • 2466fc9 refactor(platform-browser-dynamic): relocate DOMTestComponentRenderer to `@...
  • d306e31 ci: fix flakey defer test (#60461)
  • 13a8709 fix(core): catch hydration marker with implicit body tag (#60429)
  • a38319c docs: change the broked link (#60436)
  • 0615ffb fix(core): include input name in error message (#60404)
  • 296aded fix(core): execute timer trigger outside zone (#60392)
  • 24c5398 refactor(core): Support and document manually provided internal injections (#...
  • 3856629 refactor(core): pass signal equal function to primitives (#60364)
  • 0d2b964 refactor(core): add equal option to the signal and computed creation (#60300)
  • 0f19351 refactor: cleanup untracked in core (#60150)
  • Additional commits viewable in compare view

Updates @angular/forms from 19.2.2 to 19.2.3

Release notes

Sourced from @​angular/forms's releases.

19.2.3

compiler-cli

Commit Description
fix - aa8ea7a5b2 report more accurate diagnostic for invalid import (#60455)

core

Commit Description
fix - 13a8709b2b catch hydration marker with implicit body tag (#60429)
fix - 296aded9da execute timer trigger outside zone (#60392)
fix - 0615ffb4f7 include input name in error message (#60404)

platform-browser-dynamic

Commit Description
fix - 1e06c8e8b6 ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Description
fix - 9e1a1030c8 handle output emitters when downgrading a component (#60369)
Changelog

Sourced from @​angular/forms's changelog.

19.2.3 (2025-03-19)

compiler-cli

Commit Type Description
aa8ea7a5b2 fix report more accurate diagnostic for invalid import (#60455)

core

Commit Type Description
13a8709b2b fix catch hydration marker with implicit body tag (#60429)
296aded9da fix execute timer trigger outside zone (#60392)
0615ffb4f7 fix include input name in error message (#60404)

platform-browser-dynamic

Commit Type Description
1e06c8e8b6 fix ensure compiler is loaded before @angular/common (#60458)

upgrade

Commit Type Description
9e1a1030c8 fix handle output emitters when downgrading a component (#60369)

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

Commit Type Description
92250493ff fix support equality function in httpResource (#60026)

compiler

Commit Type Description

... (truncated)

Commits

Updates @angular/material from 19.2.3 to 19.2.6

Release notes

Sourced from @​angular/material's releases.

v19.2.6

19.2.6 "tellurium-transponder" (2025-03-21)

cdk

Commit Description
fix - 5a7009a50 overlay: ensure re-exported transitive Dir directive can be imported (#30679)

v19.2.5

19.2.5 "argon-planet" (2025-03-20)

material

Commit Description
fix - 2bfa5262e timepicker: TimepickerInput component in shadow DOM (#30642)

cdk

Commit Description
fix - ab70ba5b3 tree: retainining previous objects (#30431)

multiple

Commit Description
fix - 8d7a0f683 ensure re-exported module symbols can be imported

v19.2.4

19.2.4 "cafetite-cafe" (2025-03-19)

material

Commit Description
fix - 528cfc23f card: remove alternate token for container-color (#30640)
fix - 804c027c3 chips: adds default placeholder for chips input (#30452)
fix - 732397f5b core: include alternative tokens (#30633)
fix - 0ec7fd164 paginator: change tabindex expect in test
fix - 9b357a3f1 paginator: prevent keyboard nav to disabled buttons (#30627)
fix - 432bde7b0 select: use flexible overlay dimensions (#30628)
fix - 9b9d7bd41 timepicker: assertion error if reopened quickly (#30639)

cdk

Commit Description
fix - 60fc781c3 text-field: Long multiline textfield focus issue (#30312)
Changelog

Sourced from @​angular/material's changelog.

19.2.6 "tellurium-transponder" (2025-03-21)

cdk

Commit Type Description
5a7009a50 fix overlay: ensure re-exported transitive Dir directive can be imported (#30679)

19.2.5 "argon-planet" (2025-03-20)

cdk

Commit Type Description
ab70ba5b3 fix tree: retainining previous objects (#30431)

material

Commit Type Description
2bfa5262e fix timepicker: TimepickerInput component in shadow DOM (#30642)

multiple

Commit Type Description
8d7a0f683 fix ensure re-exported module symbols can be imported

20.0.0-next.2 "bismite-bomb" (2025-03-19)

Breaking Changes

material

    • ButtonVariant which is returned by MatButtonHarness.getVariant no longer includes the appearance of the button. Use MatButtonHarness.getAppearance instead.

cdk-experimental

Commit Type Description
7343657f5 fix ui-patterns: small fixes for internal compatibi… (#30625)

material

Commit Type Description
fb81ab4f2 feat button: add support for tonal button (#30638)
e79f60558 feat button: allow appearance to be set dynamically
097f49d90 fix autocomplete: allow overlay backdrop by setting hasBackdrop option (#30631)
2c7199c02 fix button: align harness with new terminology

Bumps the production-dependencies group in /nuxeo-angular-sample-web with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@angular/animations](https://github.com/angular/angular/tree/HEAD/packages/animations) | `19.2.2` | `19.2.3` |
| [@angular/cdk](https://github.com/angular/components) | `19.2.3` | `19.2.6` |
| [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) | `19.2.2` | `19.2.3` |
| [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) | `19.2.2` | `19.2.3` |
| [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `19.2.2` | `19.2.3` |
| [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) | `19.2.2` | `19.2.3` |
| [@angular/material](https://github.com/angular/components) | `19.2.3` | `19.2.6` |
| [@angular/platform-browser](https://github.com/angular/angular/tree/HEAD/packages/platform-browser) | `19.2.2` | `19.2.3` |
| [@angular/platform-browser-dynamic](https://github.com/angular/angular/tree/HEAD/packages/platform-browser-dynamic) | `19.2.2` | `19.2.3` |
| [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) | `19.2.2` | `19.2.3` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.14` | `4.0.15` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.14` | `4.0.15` |


Updates `@angular/animations` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/animations)

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

Updates `@angular/common` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/common)

Updates `@angular/compiler` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/compiler)

Updates `@angular/core` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/core)

Updates `@angular/forms` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/forms)

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

Updates `@angular/platform-browser` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/platform-browser)

Updates `@angular/platform-browser-dynamic` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/platform-browser-dynamic)

Updates `@angular/router` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.3/packages/router)

Updates `@tailwindcss/postcss` from 4.0.14 to 4.0.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.15/packages/@tailwindcss-postcss)

Updates `tailwindcss` from 4.0.14 to 4.0.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.15/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@angular/animations"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/common"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/forms"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/material"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/platform-browser-dynamic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@angular/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@tailwindcss/postcss"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: tailwindcss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2025
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.

0 participants