SocialGouv / sre-tools

https://socialgouv.github.io/sre-tools/
1 stars 1 forks source link

chore(deps): update all dependencies (patch) #132

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
Cecilapp/GitHub-Pages-deploy action patch 3.2.0 -> 3.2.1 age adoption passing confidence
bootstrap (source) dependencies patch 4.6.1 -> 4.6.2 age adoption passing confidence
react-bootstrap (source) dependencies patch 1.6.4 -> 1.6.7 age adoption passing confidence

Release Notes

Cecilapp/GitHub-Pages-deploy ### [`v3.2.1`](https://togithub.com/Cecilapp/GitHub-Pages-deploy/compare/3.2.0...3.2.1) [Compare Source](https://togithub.com/Cecilapp/GitHub-Pages-deploy/compare/3.2.0...3.2.1)
twbs/bootstrap ### [`v4.6.2`](https://togithub.com/twbs/bootstrap/releases/tag/v4.6.2) [Compare Source](https://togithub.com/twbs/bootstrap/compare/v4.6.1...v4.6.2) #### Highlights - Added an example to our Collapse plugin docs to show how to use horizontal collapsing. This has long been possible via our JS, but we never had an official class to utilize it. - We've replaced the deprecated `color-adjust` with `print-color-adjust` in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. *If you're using our distribution CSS files, like `bootstrap.min.css`, you may still see the warning.* - Tweaked the size of `small` and `.small` to compute to a whole pixel value (was `12.8px` and now is `14px`). - Improved accessibility around our dropdowns, color contrast, and `role` attributes. - Fixed some broken links to supporting documentation. - Updated dependencies across the board. #### What's Changed - Removed blurred background reference from the Toast Docs. by [@​pricop](https://togithub.com/pricop) in [https://github.com/twbs/bootstrap/pull/35190](https://togithub.com/twbs/bootstrap/pull/35190) - Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls, more resources by [@​patrickhlauke](https://togithub.com/patrickhlauke) in [https://github.com/twbs/bootstrap/pull/35427](https://togithub.com/twbs/bootstrap/pull/35427) - v4-dev backports and updates by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/35482](https://togithub.com/twbs/bootstrap/pull/35482) - Backport [#​35556](https://togithub.com/twbs/bootstrap/issues/35556) by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/35558](https://togithub.com/twbs/bootstrap/pull/35558) - Tweak toast docs by [@​patrickhlauke](https://togithub.com/patrickhlauke) in [https://github.com/twbs/bootstrap/pull/35633](https://togithub.com/twbs/bootstrap/pull/35633) - v4-dev backports and updates by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/35642](https://togithub.com/twbs/bootstrap/pull/35642) - Doc: Reorder alphabetically lists of components by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/36128](https://togithub.com/twbs/bootstrap/pull/36128) - Updated the small-font-size to use a round value by [@​pricop](https://togithub.com/pricop) in [https://github.com/twbs/bootstrap/pull/36172](https://togithub.com/twbs/bootstrap/pull/36172) - v4 dev backports and updates by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/35767](https://togithub.com/twbs/bootstrap/pull/35767) - \_custom-forms.scss: fix order of attributes by [@​twin-elements](https://togithub.com/twin-elements) in [https://github.com/twbs/bootstrap/pull/36231](https://togithub.com/twbs/bootstrap/pull/36231) - Replace the deprecated `color-adjust` with `print-color-adjust` by [@​AdrianCurtin](https://togithub.com/AdrianCurtin) in [https://github.com/twbs/bootstrap/pull/36283](https://togithub.com/twbs/bootstrap/pull/36283) - \[v4] Doc: remove `role="group"` from some split drop\* buttons by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/36254](https://togithub.com/twbs/bootstrap/pull/36254) - Dynamic tabs: use buttons rather than links (backport to v4) by [@​patrickhlauke](https://togithub.com/patrickhlauke) in [https://github.com/twbs/bootstrap/pull/33163](https://togithub.com/twbs/bootstrap/pull/33163) - v4 dev updates by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/36430](https://togithub.com/twbs/bootstrap/pull/36430) - Fix closing HTML tag in navs docs by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/36466](https://togithub.com/twbs/bootstrap/pull/36466) - v4: Horizontal collapse by [@​mdo](https://togithub.com/mdo) in [https://github.com/twbs/bootstrap/pull/36434](https://togithub.com/twbs/bootstrap/pull/36434) - Fixing tabs' tests v4 by [@​louismaximepiton](https://togithub.com/louismaximepiton) in [https://github.com/twbs/bootstrap/pull/36485](https://togithub.com/twbs/bootstrap/pull/36485) - Docs: fix some ARIA Authoring Practices Guides broken links by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/36490](https://togithub.com/twbs/bootstrap/pull/36490) - v4 - Remove confusing unnecessary id/aria-labelledby for dropdown menus by [@​patrickhlauke](https://togithub.com/patrickhlauke) in [https://github.com/twbs/bootstrap/pull/36491](https://togithub.com/twbs/bootstrap/pull/36491) - v4 Docs: outdated ARIA/PF link, expand contrast explanation in `accessibility.md` by [@​patrickhlauke](https://togithub.com/patrickhlauke) in [https://github.com/twbs/bootstrap/pull/36492](https://togithub.com/twbs/bootstrap/pull/36492) - v4: Improve accessible name of version dropdown in docs navbar by [@​patrickhlauke](https://togithub.com/patrickhlauke) in [https://github.com/twbs/bootstrap/pull/36504](https://togithub.com/twbs/bootstrap/pull/36504) - Update devDependencies by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/36522](https://togithub.com/twbs/bootstrap/pull/36522) - Docs: update clipboard.js to v2.0.11 by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/36631](https://togithub.com/twbs/bootstrap/pull/36631) - Update devDependencies by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/36724](https://togithub.com/twbs/bootstrap/pull/36724) - v4: Add Fathom by [@​mdo](https://togithub.com/mdo) in [https://github.com/twbs/bootstrap/pull/36727](https://togithub.com/twbs/bootstrap/pull/36727) - Docs: Capitalize Unicode by [@​julien-deramond](https://togithub.com/julien-deramond) in [https://github.com/twbs/bootstrap/pull/36735](https://togithub.com/twbs/bootstrap/pull/36735) - Release v4.6.2 by [@​XhmikosR](https://togithub.com/XhmikosR) in [https://github.com/twbs/bootstrap/pull/36725](https://togithub.com/twbs/bootstrap/pull/36725) #### New Contributors - [@​twin-elements](https://togithub.com/twin-elements) made their first contribution in [https://github.com/twbs/bootstrap/pull/36231](https://togithub.com/twbs/bootstrap/pull/36231) - [@​AdrianCurtin](https://togithub.com/AdrianCurtin) made their first contribution in [https://github.com/twbs/bootstrap/pull/36283](https://togithub.com/twbs/bootstrap/pull/36283) **Full Changelog**: https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2
react-bootstrap/react-bootstrap ### [`v1.6.7`](https://togithub.com/react-bootstrap/react-bootstrap/releases/tag/v1.6.7) [Compare Source](https://togithub.com/react-bootstrap/react-bootstrap/compare/v1.6.6...v1.6.7) ##### Bug Fixes - **Popover:** fix `content` prop error ([#​6612](https://togithub.com/react-bootstrap/react-bootstrap/issues/6612)) ([3d1df53](https://togithub.com/react-bootstrap/react-bootstrap/commit/3d1df53df9b84f1624cd7b78acfe6b3a21ecf937)) ### [`v1.6.6`](https://togithub.com/react-bootstrap/react-bootstrap/releases/tag/v1.6.6) [Compare Source](https://togithub.com/react-bootstrap/react-bootstrap/compare/v1.6.5...v1.6.6) ##### Bug Fixes - **Modal:** render aria-describedby on the top level modal element ([6dd9e3b](https://togithub.com/react-bootstrap/react-bootstrap/commit/6dd9e3bec2d096e971204b0616a1f6c9e214b963)) - **Modal:** render aria-label on top level modal element ([273901f](https://togithub.com/react-bootstrap/react-bootstrap/commit/273901f1b59ee27eb6f99dd5a2752f5b02c5da4d)) ### [`v1.6.5`](https://togithub.com/react-bootstrap/react-bootstrap/releases/tag/v1.6.5) [Compare Source](https://togithub.com/react-bootstrap/react-bootstrap/compare/v1.6.4...v1.6.5) ##### Bug Fixes - update react-overlays and [@​restart/hooks](https://togithub.com/restart/hooks) packages ([#​6333](https://togithub.com/react-bootstrap/react-bootstrap/issues/6333)) ([9654ca2](https://togithub.com/react-bootstrap/react-bootstrap/commit/9654ca231dc782caad04cbf605b053d5e4b30350))

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b13f46f) 84.37% compared to head (234f8aa) 84.37%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #132 +/- ## ======================================= Coverage 84.37% 84.37% ======================================= Files 3 3 Lines 32 32 Branches 6 6 ======================================= Hits 27 27 Misses 4 4 Partials 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

socket-security[bot] commented 1 year ago

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
react-bootstrap@1.6.7 1.6.4...1.6.7 None +0/-2 kytsang
bootstrap@4.6.2 4.6.1...4.6.2 None +0/-0 xhmikosr
github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.15.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: