Ninja-Squad / ngx-valdemort

Simpler, cleaner Angular validation error messages
https://ngx-valdemort.ninja-squad.com
MIT License
200 stars 6 forks source link

chore(deps): update dependency @ng-bootstrap/ng-bootstrap to v16 #447

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

ng-bootstrap/ng-bootstrap (@​ng-bootstrap/ng-bootstrap) ### [`v16.0.0`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1600-2023-11-22) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.1.2...16.0.0) 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](https://ng-bootstrap.github.io/#/components/progressbar/examples#stacked) feature request. - [Ethiopian calendar](https://ng-bootstrap.github.io/#/components/datepicker/calendars#ethiopian) for datepicker. - old component-based accordion implementation is removed (it was deprecated in `14.1.0` in favor of [directive-based implementation](https://ng-bootstrap.github.io/#/components/accordion/overview)). - we're using new control flow syntax internally and for all demos. Please make sure to check the `BREAKING CHANGES` section below. ##### Bug Fixes - use `setInput` where possible for dynamic components ([f29a7b5](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/f29a7b560de6cad45fdb40f35e950ab429b52ee6)) - **datepicker:** fix day hover color in dark mode ([519bbc3](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/519bbc31f7efcaf8624fb7fefb442fd4fe3bc5d0)) - **dropdown:** add `show` class to dropdown toggle when dropdown is open ([#​4532](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4532)) ([6bf2ab0](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/6bf2ab0e3d4371b7b210435114ec9b9414b2fd70)), closes [#​4531](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4531) - **nav:** `NgbNavLinkBase` matches multiple times ([02ab48b](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/02ab48b26d9fe0d6e08e6eb88c9ec77eda5c542e)), closes [#​4594](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4594) - **schematics:** use `getMainFilePath()` to get main project file ([acd635a](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/acd635ac5519e398f0781ab5526cd66581c74337)) - **tooltip:** add offset to align with Bootstrap 5.3 ([6fd04af](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/6fd04af5550e60aabd307e40afbcab001c4cbe35)), closes [#​4574](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4574) - **datepicker:** `startDate` type should accept dates with days ([#​4618](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4618)) ([81ec20a](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/81ec20aa440b3fe9cecd2b1cd3754fa8b26a34cd)), closes [#​4616](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4616) - **accordion:** allow querying body template ([#​4625](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4625)) ([472d842](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/472d84234d6a6abd6ff20e8f4ca643aca43f77f1)), closes [#​4623](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4623) - **dropdown:** allow setting custom tabindex on items ([#​4626](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4626)) ([3d9f052](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/3d9f052d287ecc4a12592b3b9cb9af5ee422f0e9)), closes [#​4592](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4592) - **nav:** correct focus handing with keyboard ([184b6bd](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/184b6bd1ff5a69bb17930cda7e6b39d94a15ac59)) ##### Features - bootstrap 5.3 and dark mode ([99c2162](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/99c2162785cc97c30c5c1b9124205d0371b53e37)), closes [#​4450](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4450) - add axe a11y tests of the demo site ([#​4588](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4588)) ([b573a2b](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/b573a2b0d610d07ab57d7c04a01a65540267d108)) - **progressbar:** add stacked progressbar ([#​4621](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4621)) ([1982133](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/1982133449e4ebc0df1d529cde1fc624f64d253c)) - **datepicker:** add ethiopian date picker ([bf02fb0](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/bf02fb0f700d4f456a943135a72b0ff59b0ec28d)), closes [#​4499](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4499) - migrate to the new control flow syntax ([6c3570b](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/6c3570b1897181569f6c8ed4107250e861c507dd)) - **accordion:** remove `type` from configuration ([ed7732a](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/ed7732a08ce4b60c79ac8d981edf77d524802f59)) - **accordion:** remove component-based version ([7aab9e3](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/7aab9e3634c52d2578fad478cf1156300c3b5839)) - **dropdown:** remove deprecated `NgbNavbar` directive ([c2c8061](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/c2c80616fecc5d231bdbbbdcbf4af3ce8f981772)) ##### 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](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.1.1...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](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/a8b39becbb9e0b236d272bdd7504a1d6fc763a17)) - **rating:** generate correct `aria-readonly/disabled` attributes ([#​4586](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4586)) ([f99bc96](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/f99bc9678952b9edd35117c0ebd6f85a6fb18f9f)) - **tooltip:** align closing behavior with Bootstrap ([55f45fd](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/55f45fd9de8d3380645710814c1202c8a28af9d0)), closes [#​3889](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/3889) - **tooltip:** fixed closing on hover from arrow direction ([4417ee6](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/4417ee6a28fe7abfe0cea37a04938f70bad10ca0)), closes [#​3997](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/3997) - **tooltip:** remove padding for non-standard placements ([c7c0978](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/c7c0978c8e0c680e3d3a166663ed1eaae37289e9)), closes [#​4369](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4369) #### [15.1.1](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.1.0...15.1.1) (2023-08-07) ##### Bug Fixes - **accordion:** override `destroyOnHide` correctly ([#​4545](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4545)) ([e0f15c6](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/e0f15c6c0dc1d701c1b3f0de3fa7d4bc6ff8e9d9)), closes [#​4541](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4541) - **dropdown:** fix arrow navigation inside shadow dom ([#​4548](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4548)) ([995d22d](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/995d22d91e35a03e822c0e600a13457a73e88ce5)), closes [#​4540](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4540) - **scrollspy:** change active to '' (empty) after explicit stop ([cec803d](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/cec803daf1db66e832850bbc6d9cc2f7281f5e0f)) - **scrollspy:** recompute active when unobserving fragments ([4dac691](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/4dac691daf7cac8d0abff567c34eab82bd69de35))

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.

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



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