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

feat(Dependencies): Update dependency @ng-bootstrap/ng-bootstrap to v16 - autoclosed #5974

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ng-bootstrap/ng-bootstrap ^15.0.1 -> ^16.0.0 age adoption passing confidence

Release Notes

ng-bootstrap/ng-bootstrap (@​ng-bootstrap/ng-bootstrap)

v16.0.0

Compare Source

This release bumps minimum required versions to Angular 17.0.0 and Bootstrap 5.3.2.

Main features:

  • dark mode support for all components and demo site.
  • new stacked progressbar markup in Bootstrap 5.3 allowed us to do the long-standing stacked progressbar feature request.
  • Ethiopian calendar for datepicker.
  • old component-based accordion implementation is removed (it was deprecated in 14.1.0 in favor of directive-based implementation).
  • we're using new control flow syntax internally and for all demos.

Please make sure to check the BREAKING CHANGES section below.

Bug Fixes
Features
  • bootstrap 5.3 and dark mode (99c2162), closes #​4450
  • add axe a11y tests of the demo site (#​4588) (b573a2b)
  • progressbar: add stacked progressbar (#​4621) (1982133)
  • datepicker: add ethiopian date picker (bf02fb0), closes #​4499
  • migrate to the new control flow syntax (6c3570b)
  • accordion: remove type from configuration (ed7732a)
  • accordion: remove component-based version (7aab9e3)
  • dropdown: remove deprecated NgbNavbar directive (c2c8061)
BREAKING CHANGES
  • minimum required versions are now Angular 17.0.0, Bootstrap 5.3.2 and Popper 2.11.8
  • accordion: removed component-based accordion. It was deprecated in 14.1.0
  • accordion: removed type property from the NgbAccordionConfig. It was deprecated in 14.1.0.
  • we use inject function internally more than before, so constructor signatures have changed for all components. If you extend our components (and you really shouldn't do it), you might need to update your code.
  • nav: NgbNavbar directive is removed, as it is no longer required. It was deprecated in 14.2.0.
  • nav: default value for the @Input() keyboard: boolean | 'changeWithArrows' was changed from false to true, meaning that all navs are now keyboard accessible by default and focus between navs moves with arrow keys. Focusing behavior follows the WAI-ARIA tab recommendation as well as Bootstrap's nav implementation. To turn off keyboard support set keyboard to false either on the individual NgbNav or via NgbNavConfig

15.1.2 (2023-10-24)

This release aligns tooltip closing behavior with Bootstrap (both desktop and mobile), fixes a long-standing bug with tooltip opening issues.

While we don't consider it a breaking change, some complex existing tooltips might behave differently.

Bug Fixes
  • accordion: initialize destroyOnHide from configuration (a8b39be)
  • rating: generate correct aria-readonly/disabled attributes (#​4586) (f99bc96)
  • tooltip: align closing behavior with Bootstrap (55f45fd), closes #​3889
  • tooltip: fixed closing on hover from arrow direction (4417ee6), closes #​3997
  • tooltip: remove padding for non-standard placements (c7c0978), closes #​4369

15.1.1 (2023-08-07)

Bug Fixes
  • accordion: override destroyOnHide correctly (#​4545) (e0f15c6), closes #​4541
  • dropdown: fix arrow navigation inside shadow dom (#​4548) (995d22d), closes #​4540
  • scrollspy: change active to '' (empty) after explicit stop (cec803d)
  • scrollspy: recompute active when unobserving fragments (4dac691)

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 is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file major labels Nov 22, 2023
@renovate renovate bot requested a review from a team November 22, 2023 19:03
Copy link
Contributor Author

renovate bot commented Nov 22, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @denbi/[email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"16.2.12" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^17.0.0" from @ng-bootstrap/[email protected]
npm ERR! node_modules/@ng-bootstrap/ng-bootstrap
npm ERR!   @ng-bootstrap/ng-bootstrap@"^16.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-04-08T11_31_12_938Z-debug-0.log

@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 3 times, most recently from f2919ac to ef6a61f Compare November 30, 2023 09:31
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 2 times, most recently from c779bc6 to 27d10a5 Compare December 11, 2023 12:41
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 6 times, most recently from 8fd29fa to 9f754bc Compare December 22, 2023 10:09
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 3 times, most recently from 2cbae10 to b496d89 Compare January 9, 2024 14:43
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 2 times, most recently from 185c72c to c40cac5 Compare January 19, 2024 16:59
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 3 times, most recently from a8db400 to 9ac3155 Compare February 22, 2024 12:42
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch 5 times, most recently from 23e821b to af2d564 Compare March 21, 2024 06:59
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch from af2d564 to 749765f Compare March 25, 2024 12:39
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch from 749765f to 58129dc Compare April 4, 2024 07:41
| datasource | package                    | from   | to     |
| ---------- | -------------------------- | ------ | ------ |
| npm        | @ng-bootstrap/ng-bootstrap | 15.1.2 | 16.0.0 |
@renovate renovate bot force-pushed the deps/ng-bootstrap-ng-bootstrap-16.x branch from 58129dc to a7d384d Compare April 8, 2024 11:31
@renovate renovate bot changed the title feat(Dependencies): Update dependency @ng-bootstrap/ng-bootstrap to v16 feat(Dependencies): Update dependency @ng-bootstrap/ng-bootstrap to v16 - autoclosed Apr 8, 2024
@renovate renovate bot closed this Apr 8, 2024
@renovate renovate bot deleted the deps/ng-bootstrap-ng-bootstrap-16.x branch April 8, 2024 13:23
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 major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants