Skip to content

Commit 43b94cf

Browse files
chore(deps): update dependency ultracite to v5.3.4 (#710)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ultracite](https://redirect.github.com/haydenbleasel/ultracite) | dependencies | patch | [`5.3.3` -> `5.3.4`](https://renovatebot.com/diffs/npm/ultracite/5.3.3/5.3.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/haydenbleasel/ultracite/badge)](https://securityscorecards.dev/viewer/?uri=github.com/haydenbleasel/ultracite) | --- ### Release Notes <details> <summary>haydenbleasel/ultracite (ultracite)</summary> ### [`v5.3.4`](https://redirect.github.com/haydenbleasel/ultracite/blob/HEAD/CHANGELOG.md#v534-Fri-Sep-05-2025) [Compare Source](https://redirect.github.com/haydenbleasel/ultracite/compare/v5.3.3...v5.3.4) :tada: This release contains work from a new contributor! :tada: Thank you, David ([@&#8203;thedevdavid](https://redirect.github.com/thedevdavid)), for all your work! ##### 🐛 Bug Fix - Update monorepos.mdx turbo task names [#&#8203;277](https://redirect.github.com/haydenbleasel/ultracite/pull/277) ([@&#8203;thedevdavid](https://redirect.github.com/thedevdavid)) ##### Authors: 1 - David ([@&#8203;thedevdavid](https://redirect.github.com/thedevdavid)) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bfc68b commit 43b94cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react-dom": "19.1.1",
3535
"tailwind-merge": "3.3.1",
3636
"tailwindcss-animate": "1.0.7",
37-
"ultracite": "5.3.3",
37+
"ultracite": "5.3.4",
3838
},
3939
"devDependencies": {
4040
"@eslint/eslintrc": "3.3.1",
@@ -2117,7 +2117,7 @@
21172117

21182118
"uint8arrays": ["uint8arrays@5.1.0", "", { "dependencies": { "multiformats": "^13.0.0" } }, "sha512-vA6nFepEmlSKkMBnLBaUMVvAC4G3CTmO58C12y4sq6WPDOR7mOFYOi7GlrQ4djeSbP6JG9Pv9tJDM97PedRSww=="],
21192119

2120-
"ultracite": ["ultracite@5.3.3", "", { "dependencies": { "@clack/prompts": "^0.11.0", "deepmerge": "^4.3.1", "jsonc-parser": "^3.3.1", "nypm": "^0.6.1", "trpc-cli": "^0.10.2", "vitest": "^3.2.4", "zod": "^4.1.5" }, "bin": { "ultracite": "dist/index.js" } }, "sha512-neOYojEG4We1SKEmRbwHqXcMBDev4A1m3fNHBHTAEeARs4N38Xi4LmMFfzGHWq/VbRfJRuMZwkvHiotWt0zKow=="],
2120+
"ultracite": ["ultracite@5.3.4", "", { "dependencies": { "@clack/prompts": "^0.11.0", "deepmerge": "^4.3.1", "jsonc-parser": "^3.3.1", "nypm": "^0.6.1", "trpc-cli": "^0.10.2", "vitest": "^3.2.4", "zod": "^4.1.5" }, "bin": { "ultracite": "dist/index.js" } }, "sha512-N8n4O2rxv8IA9iX/xb2MBNCjgLQBHMiwMg8YJEzCn+vzRI0Z33ZRAFurZfbP/SDwE/5N0wRYgZHzBt/xczaomg=="],
21212121

21222122
"unbox-primitive": ["unbox-primitive@1.1.0", "", { "dependencies": { "call-bound": "^1.0.3", "has-bigints": "^1.0.2", "has-symbols": "^1.1.0", "which-boxed-primitive": "^1.1.1" } }, "sha512-nWJ91DjeOkej/TA8pXQ3myruKpKEYgqvpw9lz4OPHj/NWFNluYrjbz9j01CJ8yKQd2g4jFoOkINCTW2I5LEEyw=="],
21232123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-dom": "19.1.1",
4747
"tailwind-merge": "3.3.1",
4848
"tailwindcss-animate": "1.0.7",
49-
"ultracite": "5.3.3"
49+
"ultracite": "5.3.4"
5050
},
5151
"devDependencies": {
5252
"@fumadocs/cli": "1.0.1",

0 commit comments

Comments
 (0)