-
Notifications
You must be signed in to change notification settings - Fork 5
Commit 69f2d7d
authored
fix(deps): update dependency @trussworks/react-uswds to v9 (#313)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@trussworks/react-uswds](https://redirect.github.com/trussworks/react-uswds)
| [`^7.0.0` ->
`^9.0.0`](https://renovatebot.com/diffs/npm/@trussworks%2freact-uswds/7.0.0/9.1.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>trussworks/react-uswds
(@​trussworks/react-uswds)</summary>
###
[`v9.1.0`](https://redirect.github.com/trussworks/react-uswds/blob/HEAD/CHANGELOG.md#910-2024-08-26)
[Compare
Source](https://redirect.github.com/trussworks/react-uswds/compare/9.0.0...9.1.0)
##### Features
- Enable custom on click handler passed via accordion item
([#​2998](https://redirect.github.com/trussworks/react-uswds/issues/2998))
([420483a](https://redirect.github.com/trussworks/react-uswds/commit/420483a0ca185844d39e193534ac07004e854920))
##### Bug Fixes
- ‘use client’ directive syntax
([#​2891](https://redirect.github.com/trussworks/react-uswds/issues/2891))
([4e78d7e](https://redirect.github.com/trussworks/react-uswds/commit/4e78d7e45b40c3882c4faf345c9db6e240683453))
- a11y omnibus package
([#​2819](https://redirect.github.com/trussworks/react-uswds/issues/2819))
([758cd74](https://redirect.github.com/trussworks/react-uswds/commit/758cd7456ee99cf49cea68bc9feb4a0d87feffab))
- add a statusText prop to StepIndicator to allow for i18n for the
sr-only element Closes
[#​2857](https://redirect.github.com/trussworks/react-uswds/issues/2857)
([#​2888](https://redirect.github.com/trussworks/react-uswds/issues/2888))
([855205e](https://redirect.github.com/trussworks/react-uswds/commit/855205e6927c7fce26b087520f564f4915e29aea))
- moved smooth-scroll application to useEffect
([#​2868](https://redirect.github.com/trussworks/react-uswds/issues/2868))
([bc87158](https://redirect.github.com/trussworks/react-uswds/commit/bc8715860f47bd1f30415e40f748ca85ec288361))
- remove defaultProps from DatePicker and Tooltip
([#​2949](https://redirect.github.com/trussworks/react-uswds/issues/2949))
([88947ca](https://redirect.github.com/trussworks/react-uswds/commit/88947ca84f0dbf3004de21c978e8b7ff7b1e5699))
- Update TextInput ref forwarding
([#​3011](https://redirect.github.com/trussworks/react-uswds/issues/3011))
([f8ac06d](https://redirect.github.com/trussworks/react-uswds/commit/f8ac06dbb15625acbbdd8afaf58868a660653c92))
##### Documentation & Examples
- Implementation examples
([#​2890](https://redirect.github.com/trussworks/react-uswds/issues/2890))
([4a68110](https://redirect.github.com/trussworks/react-uswds/commit/4a68110280e297bbb182a61136da65d2aaeaeca0))
###
[`v9.0.0`](https://redirect.github.com/trussworks/react-uswds/blob/HEAD/CHANGELOG.md#900-2024-03-21)
[Compare
Source](https://redirect.github.com/trussworks/react-uswds/compare/8.0.0...9.0.0)
##### ⚠ BREAKING CHANGES
- fix various 8.0.0 issues
([#​2820](https://redirect.github.com/trussworks/react-uswds/issues/2820))
##### Bug Fixes
- Added hook to combobox for when options change
([#​2715](https://redirect.github.com/trussworks/react-uswds/issues/2715))
([031b9fb](https://redirect.github.com/trussworks/react-uswds/commit/031b9fba59708236d6e1e4ec0caf3f53aeadfe9f))
- Allow importing css from npm package
([#​2807](https://redirect.github.com/trussworks/react-uswds/issues/2807))
([8551f35](https://redirect.github.com/trussworks/react-uswds/commit/8551f35cef631185bb9a4672b742651e1cb4e023))
- fix various 8.0.0 issues
([#​2820](https://redirect.github.com/trussworks/react-uswds/issues/2820))
([e05061e](https://redirect.github.com/trussworks/react-uswds/commit/e05061e5a302137fd699fe4f716c9036b327fbcb))
##### Documentation & Examples
- added docs for breaking changes and using withDeprecationWarning
([#​2763](https://redirect.github.com/trussworks/react-uswds/issues/2763))
([305e116](https://redirect.github.com/trussworks/react-uswds/commit/305e11629288307cafcc2bfb289ce109c777a092))
###
[`v8.0.0`](https://redirect.github.com/trussworks/react-uswds/blob/HEAD/CHANGELOG.md#800-2024-03-06)
[Compare
Source](https://redirect.github.com/trussworks/react-uswds/compare/7.0.0...8.0.0)
##### ⚠ BREAKING CHANGES
- Webpack/Jest to Vite/Vitest migration
([#​2716](https://redirect.github.com/trussworks/react-uswds/issues/2716))
##### Features
- Webpack/Jest to Vite/Vitest migration
([#​2716](https://redirect.github.com/trussworks/react-uswds/issues/2716))
([17dde0a](https://redirect.github.com/trussworks/react-uswds/commit/17dde0a03c6c23b2e145b78ee8ef3faf86867431))
##### Bug Fixes
- replace card button with link
([#​2750](https://redirect.github.com/trussworks/react-uswds/issues/2750))
([59d5f14](https://redirect.github.com/trussworks/react-uswds/commit/59d5f14b85ae96ee4fd5c89c6084bbc1c663d1e7))
##### Documentation & Examples
- Made storybook docs available again, small org changes elsewhere
([#​2795](https://redirect.github.com/trussworks/react-uswds/issues/2795))
([e77fe30](https://redirect.github.com/trussworks/react-uswds/commit/e77fe30f7feaf8a52816ade8fad93923b5a0e7fb))
- removed circleci references
([#​2777](https://redirect.github.com/trussworks/react-uswds/issues/2777))
([b3e79f2](https://redirect.github.com/trussworks/react-uswds/commit/b3e79f2fe4c5d043af0053cf41d288dfe8758cd9))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 1 * *" in timezone
America/Los_Angeles, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/navapbc/template-application-nextjs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yOTMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjcyLjIiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent f312e72 commit 69f2d7dCopy full SHA for 69f2d7d
File tree
Expand file treeCollapse file tree
2 files changed
+71
-15
lines changedFilter options
- app
Expand file treeCollapse file tree
2 files changed
+71
-15
lines changed+70-14Lines changed: 70 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments