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

fix(deps): update design factory dependencies to ~0.7.0 (main) #2625

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@agnos-ui/angular-bootstrap (source) ~0.4.1 -> ~0.7.0 age adoption passing confidence
@agnos-ui/core-bootstrap (source) ~0.4.1 -> ~0.7.0 age adoption passing confidence

Warning

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


Release Notes

AmadeusITGroup/AgnosUI (@​agnos-ui/angular-bootstrap)

v0.7.0

Compare Source

Version 0.7.0 - 18th December 2024

Overview

Version 0.7.0 is out ! 🔥
This version focused on supporting Angular 19 and React 19.

Changes
Fixes
  • invalid tracking of handles in slider
Miscellaneous

v0.6.0

Compare Source

Version 0.6.0 - 6th December 2024

Overview

Added the Tree component. It is available in Beta

v0.5.0

Compare Source

Version 0.5.0 - 31st October 2024

Overview

Version 0.5.0 is out ! 🔥
This version focused on supporting svelte 5, adding a new component Collapse and simplifying headless usage by removing actions.
Our documentation has also been moved to a new domain, you can check it out at https://www.agnosui.dev

Changes
Breaking changes
  • svelte packages have been migrated to svelte 5 and will no longer work with svelte 4
  • svelte component slots no longer can be provided using svelte components or functions, but only by string or Snippet (cf this issue in Svelte)
  • actions have been removed from widgets to simplify headless usage
  • angular's BaseWidgetDirective has been refactored to simplify angular headless usage with slots
  • angular component states (available in slots or from component exports) are no longer Signal<WidgetState> but {[key in keyof WidgetState]: Signal<WidgetState[key]>
  • transition directives do not support arguments any more
  • pagination size property is only available in bootstrap packages
Features
  • a new Collapse component has been released in Beta with headless and bootstrap examples
Fixes
  • range slider with triple (and more) digits overlaps and doesn't go to the mixed label on time
Miscellaneous
  • we have done a full review of our jsdoc in all exported symbols, for all packages
  • the project now uses eslint flat file mode for linting
  • blog posts in the demo site can be shared on socials
  • angular demos are running in zoneless mode
  • Playground tabs have been removed from the demo site until we finalize them

Full Changelog: AmadeusITGroup/AgnosUI@v0.4.4...v0.5.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 18, 2024 14:56
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 18, 2024
Copy link

nx-cloud bot commented Dec 18, 2024

View your CI Pipeline Execution ↗ for commit 79bbea8.

Command Status Duration Result
nx run-many --target=test-int ✅ Succeeded 59m 34s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded <1s View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 2s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 36s View ↗
nx run-many --target=build ✅ Succeeded 16m 31s View ↗
nx affected --target=lint --base=remotes/origin... ✅ Succeeded 14m 40s View ↗
nx affected --target=test --cacheDirectory=D:\a... ✅ Succeeded 10m 16s View ↗
nx affected --target=test --cacheDirectory=/hom... ✅ Succeeded 7m 56s View ↗
Additional runs (4) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2024-12-23 20:01:08 UTC

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.02%. Comparing base (c8834dc) to head (79bbea8).

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/main-design-factory-dependencies branch 2 times, most recently from ab49c96 to 5ed50cc Compare December 19, 2024 04:35
cpaulve-1A
cpaulve-1A previously approved these changes Dec 19, 2024
@renovate renovate bot force-pushed the renovate/main-design-factory-dependencies branch 4 times, most recently from ad8fbe0 to b6be1e9 Compare December 20, 2024 10:09
@fpaul-1A
Copy link
Contributor

This introduces peer deps warnings

  ➤ YN0060: │ @agnos-ui/angular-bootstrap is listed by your project with version 0.6.0 (p2a6d7), which doesn't satisfy what @design-factory/design-factory requests (~0.4.1).
  ➤ YN0060: │ @agnos-ui/angular-bootstrap is listed by your project with version 0.6.0 (p3fa7d), which doesn't satisfy what @design-factory/design-factory requests (~0.4.1).
  ➤ YN0060: │ @agnos-ui/angular-bootstrap is listed by your project with version 0.6.0 (p6cde3), which doesn't satisfy what @design-factory/design-factory requests (~0.4.1).
  ➤ YN0060: │ @agnos-ui/core-bootstrap is listed by your project with version 0.6.0 (p08179), which doesn't satisfy what @design-factory/design-factory requests (~0.4.1).
  ➤ YN0060: │ @agnos-ui/core-bootstrap is listed by your project with version 0.6.0 (p19d1f), which doesn't satisfy what @design-factory/design-factory requests (~0.4.1).
  ➤ YN0060: │ @agnos-ui/core-bootstrap is listed by your project with version 0.6.0 (pf0b58), which doesn't satisfy what @design-factory/design-factory requests (~0.4.1).

@renovate renovate bot force-pushed the renovate/main-design-factory-dependencies branch from b6be1e9 to 79bbea8 Compare December 23, 2024 18:30
@renovate renovate bot changed the title fix(deps): update design factory dependencies to ~0.6.0 (main) fix(deps): update design factory dependencies to ~0.7.0 (main) Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file project:@o3r/chrome-devtools project:@o3r/showcase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants