SocialGouv / domifa

Faciliter l'accès aux droits pour les personnes sans domicile stable, en simplifiant la gestion de la domiciliation
https://domifa.fabrique.social.gouv.fr
Apache License 2.0
14 stars 10 forks source link

fix(deps): update dependency @ng-bootstrap/ng-bootstrap to v17 #3364

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

ng-bootstrap/ng-bootstrap (@​ng-bootstrap/ng-bootstrap) ### [`v17.0.0`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1700-2024-06-13) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/16.0.0...17.0.0) This release bumps minimum required versions to Angular `18.0.0`. We do not officially support `provideExperimentalZonelessChangeDetection()` yet, it will come in a future minor release. Please remember this an experimental API, follow [#​4709](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4709) and open new issues if you find any problems. Signal support will come later, most likely in the next major release. ##### Bug Fixes - **datepicker:** track weekdays by $index ([#​4712](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4712)) ([ca1028d](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/ca1028d48dfdaa6aa4081ee0bbedaf6ae72e1253)) - **datepicker:** track weekdays by index to avoid clashes ([7c693d6](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/7c693d65186c5ab4cc32b60a634381114eea6158)) - **datepicker:** type of ngAcceptInputType_weekdays ([5ad11bb](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/5ad11bb7cff366d710266b282a540657257c69bf)) - **pagination:** track page by index since -1 can be there twice ([1d190a8](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/1d190a875cde544203553ad65bd0063ecbe63123)) - **timepicker:** get period from angular formatDate ([56b0368](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/56b0368db339e0af84b748ce42de6d91022f1f50)) - **typeahead** track by index in NgbHighlight ([#​4707](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4707)) ([2085265](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/20852651f3ced32fa93f7941f676364ca0d0c2b1)), closes [#​4705](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4705) - **typeahead:** track results by index in NgbTypeahead ([#​4711](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4711)) ([fa8aba9](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/fa8aba9b505353917f6fb9c2c7e5b13e0f675aee)), closes [#​4702](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4702) ### [`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)) ### [`v15.1.2`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1512-2023-10-24) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.1.1...15.1.2) 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) ### [`v15.1.1`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1511-2023-08-07) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.1.0...15.1.1) ##### 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)) ### [`v15.1.0`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1510-2023-07-06) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.0.1...15.1.0) This release introduces [Scrollspy](https://ng-bootstrap.github.io/#/components/scrollspy) service and directives. ##### Features - **accordion:** add 'show' and 'hide' events ([#​4537](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4537)) ([005290e](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/005290e8dd3373a636d4eea35377c13b5ac2f3d6)), closes [#​4528](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4528) - **popover/tooltip:** allow specifying context via template ([#​4512](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4512)) ([56779ae](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/56779aef3654175cb4c25894cab1cc8664d554ef)) - **scrollspy:** add scrollspy service and directives ([a16430f](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/a16430f83922962e7b767451b5645fe0d645df4b)), closes [#​5](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/5) #### [15.0.1](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.0.0...15.0.1) (2023-06-06) ##### Bug Fixes - **dropdown:** set `display` when inside a navbar and guarded by `ngIf` ([#​4521](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4521)) ([05eafb2](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/05eafb24dc10e8188d0fa49151ca052acdf2d057)), closes [#​4520](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4520) - revert some inputs to optional ([#​4519](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4519)) ([decfe41](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/decfe411a54054dd7d7545adb618561d8aa75d6c)), closes [#​4516](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4516) [#​4518](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4518) - **schematics:** don't use deprecated `--name` option ([be75dcc](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/be75dccfe2a178df98bfef1d7c71337b93bf3f43)) - **schematics:** support apps created with `--standalone` flag ([7f5f7b6](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/7f5f7b6c032f88ddefb32c77d85f0ad93ff4eb17)), closes [#​4511](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4511) ### [`v15.0.1`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1501-2023-06-06) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/15.0.0...15.0.1) ##### Bug Fixes - **dropdown:** set `display` when inside a navbar and guarded by `ngIf` ([#​4521](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4521)) ([05eafb2](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/05eafb24dc10e8188d0fa49151ca052acdf2d057)), closes [#​4520](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4520) - revert some inputs to optional ([#​4519](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4519)) ([decfe41](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/decfe411a54054dd7d7545adb618561d8aa75d6c)), closes [#​4516](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4516) [#​4518](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4518) - **schematics:** don't use deprecated `--name` option ([be75dcc](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/be75dccfe2a178df98bfef1d7c71337b93bf3f43)) - **schematics:** support apps created with `--standalone` flag ([7f5f7b6](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/7f5f7b6c032f88ddefb32c77d85f0ad93ff4eb17)), closes [#​4511](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/4511) ### [`v15.0.0`](https://togithub.com/ng-bootstrap/ng-bootstrap/blob/HEAD/CHANGELOG.md#1500-2023-05-25) [Compare Source](https://togithub.com/ng-bootstrap/ng-bootstrap/compare/14.2.0...15.0.0) This release bumps minimum supported version of Angular to `16.0.0`. No new features are introduced since `14.x`, apart from some inputs becoming [required](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/7f86a74658b5a33d2e41abaf0e32362aa44c195f). ##### Bug Fixes - **datepicker:** remove navigation arrow `.right` class ([#​3922](https://togithub.com/ng-bootstrap/ng-bootstrap/issues/3922)) ([3735699](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/3735699f4d2c11b86cb091d4acf23cc0d1dbc453)) ##### Features - make some inputs required ([7f86a74](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/7f86a74658b5a33d2e41abaf0e32362aa44c195f)) - upgrade to Angular 16 ([2928430](https://togithub.com/ng-bootstrap/ng-bootstrap/commit/292843044888b1631fe38618551d53db5d8022a2)) ##### BREAKING CHANGES - **datepicker:** Might be breaking, if datepicker arrows are customized. Datepicker navigation arrow markup. BEFORE: ```html
``` AFTER: ```html
```

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, 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 these updates again.



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

socket-security[bot] commented 2 weeks ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher

🚮 Removed packages: npm/ansi-regex@6.0.1, npm/emoji-regex@10.3.0

View full report↗︎

socket-security[bot] commented 1 week ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

renovate[bot] commented 1 week ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 17.x releases. But if you manually upgrade to 17.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.