Skip to content

Commit 7356ee3

Browse files
authored
fix(deps): update dependency remix-utils to v10 (#1350)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [remix-utils](https://redirect.github.com/sergiodxa/remix-utils) | [`9.3.1` → `10.0.0`](https://renovatebot.com/diffs/npm/remix-utils/9.3.1/10.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/remix-utils/10.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remix-utils/9.3.1/10.0.0?slim=true) | --- ### Release Notes <details> <summary>sergiodxa/remix-utils (remix-utils)</summary> ### [`v10.0.0`](https://redirect.github.com/sergiodxa/remix-utils/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/sergiodxa/remix-utils/compare/v9.3.1...v10.0.0) <!-- Release notes generated using configuration in .github/release.yml at v10.0.0 --> #### What's Changed ##### New Features - Use the configured secret when signing and verifying CSRF tokens by [@&#8203;sergiodxa](https://redirect.github.com/sergiodxa) in [#&#8203;584](https://redirect.github.com/sergiodxa/remix-utils/pull/584) - Move CSRF to use HMAC-SHA256 for token signing and add constant-time compare by [@&#8203;novanish](https://redirect.github.com/novanish) in [#&#8203;558](https://redirect.github.com/sergiodxa/remix-utils/pull/558) - Expand the ExternalScripts functionality to support global attributes including data-\* by [@&#8203;metalix2](https://redirect.github.com/metalix2) in [#&#8203;495](https://redirect.github.com/sergiodxa/remix-utils/pull/495) - Add support for CSS files in route manifest by [@&#8203;nicksrandall](https://redirect.github.com/nicksrandall) in [#&#8203;290](https://redirect.github.com/sergiodxa/remix-utils/pull/290) - Optionally hide `<HoneypotInput />` by external CSS class by [@&#8203;wenzf](https://redirect.github.com/wenzf) in [#&#8203;596](https://redirect.github.com/sergiodxa/remix-utils/pull/596) - Add `nonce` prop to ExternalScripts by [@&#8203;mnemitz](https://redirect.github.com/mnemitz) in [#&#8203;448](https://redirect.github.com/sergiodxa/remix-utils/pull/448) - Handle multi-line data while composing SSE by [@&#8203;atesgoral](https://redirect.github.com/atesgoral) in [#&#8203;250](https://redirect.github.com/sergiodxa/remix-utils/pull/250) ##### Documentation Changes - Fix lack of context argument in serverTimingMiddleware by [@&#8203;wenzf](https://redirect.github.com/wenzf) in [#&#8203;595](https://redirect.github.com/sergiodxa/remix-utils/pull/595) ##### Other Changes - Upgrade minimal required React Router version to 8.0.0 by [@&#8203;theskillwithin](https://redirect.github.com/theskillwithin) in [#&#8203;598](https://redirect.github.com/sergiodxa/remix-utils/pull/598) - Remove type-fest dependency by [@&#8203;tmcw](https://redirect.github.com/tmcw) in [#&#8203;562](https://redirect.github.com/sergiodxa/remix-utils/pull/562) #### New Contributors - [@&#8203;wenzf](https://redirect.github.com/wenzf) made their first contribution in [#&#8203;595](https://redirect.github.com/sergiodxa/remix-utils/pull/595) - [@&#8203;theskillwithin](https://redirect.github.com/theskillwithin) made their first contribution in [#&#8203;598](https://redirect.github.com/sergiodxa/remix-utils/pull/598) - [@&#8203;tmcw](https://redirect.github.com/tmcw) made their first contribution in [#&#8203;562](https://redirect.github.com/sergiodxa/remix-utils/pull/562) - [@&#8203;novanish](https://redirect.github.com/novanish) made their first contribution in [#&#8203;558](https://redirect.github.com/sergiodxa/remix-utils/pull/558) - [@&#8203;metalix2](https://redirect.github.com/metalix2) made their first contribution in [#&#8203;495](https://redirect.github.com/sergiodxa/remix-utils/pull/495) - [@&#8203;nicksrandall](https://redirect.github.com/nicksrandall) made their first contribution in [#&#8203;290](https://redirect.github.com/sergiodxa/remix-utils/pull/290) - [@&#8203;atesgoral](https://redirect.github.com/atesgoral) made their first contribution in [#&#8203;250](https://redirect.github.com/sergiodxa/remix-utils/pull/250) **Full Changelog**: <sergiodxa/remix-utils@v9.3.1...v10.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- 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/datum-cloud/cloud-portal). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQ0LjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
2 parents 9dc9dda + cb3c4f6 commit 7356ee3

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

bun.lock

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"recharts": "^3.8.1",
104104
"remix-auth": "^4.2.0",
105105
"remix-auth-oauth2": "^3.4.1",
106-
"remix-utils": "9.3.1",
106+
"remix-utils": "10.0.0",
107107
"sonner": "^2.0.7",
108108
"streamdown": "^2.5.0",
109109
"tailwind-scrollbar-hide": "^4.0.0",

0 commit comments

Comments
 (0)