Skip to content

Commit bc84a96

Browse files
chore(deps): update all non-major dependencies (#249)
This PR contains the following updates: | Package | Change | Age | Confidence | Type | Update | |---|---|---|---|---|---| | [@ianvs/prettier-plugin-sort-imports](https://redirect.github.com/ianvs/prettier-plugin-sort-imports) | [`^4.5.1` -> `^4.6.1`](https://renovatebot.com/diffs/npm/@ianvs%2fprettier-plugin-sort-imports/4.5.1/4.6.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@ianvs%2fprettier-plugin-sort-imports/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ianvs%2fprettier-plugin-sort-imports/4.5.1/4.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [@shufo/prettier-plugin-blade](https://redirect.github.com/shufo/prettier-plugin-blade) | [`^1.16.0` -> `^1.16.1`](https://renovatebot.com/diffs/npm/@shufo%2fprettier-plugin-blade/1.16.0/1.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@shufo%2fprettier-plugin-blade/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@shufo%2fprettier-plugin-blade/1.16.0/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | patch | | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.19.9` -> `^20.19.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.9/20.19.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.19.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.19.9/20.19.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | | [node](https://redirect.github.com/actions/node-versions) | `22` -> `22.18.0` | [![age](https://developer.mend.io/api/mc/badges/age/github-releases/actions%2fnode-versions/22.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/actions%2fnode-versions/22.0.0/22.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | uses-with | minor | | [remeda](https://remedajs.com/) ([source](https://redirect.github.com/remeda/remeda)) | [`^2.28.0` -> `^2.30.0`](https://renovatebot.com/diffs/npm/remeda/2.28.0/2.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remeda/2.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remeda/2.28.0/2.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | dependencies | minor | | [tsx](https://tsx.is) ([source](https://redirect.github.com/privatenumber/tsx)) | [`^4.20.3` -> `^4.20.4`](https://renovatebot.com/diffs/npm/tsx/4.20.3/4.20.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.20.3/4.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | devDependencies | patch | --- ### Release Notes <details> <summary>ianvs/prettier-plugin-sort-imports (@&#8203;ianvs/prettier-plugin-sort-imports)</summary> ### [`v4.6.1`](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/ianvs/prettier-plugin-sort-imports/compare/v4.6.0...v4.6.1) #### What's Changed - Do not warn for markdown code blocks by [@&#8203;IanVS](https://redirect.github.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/232](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/pull/232) **Full Changelog**: IanVS/prettier-plugin-sort-imports@v4.6.0...v4.6.1 ### [`v4.6.0`](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/ianvs/prettier-plugin-sort-imports/compare/v4.5.1...v4.6.0) #### What's Changed - Be more tolerant of babel parse errors by [@&#8203;IanVS](https://redirect.github.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/230](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/pull/230) - Add support for ember template tags by [@&#8203;IanVS](https://redirect.github.com/IanVS) in [https://github.com/IanVS/prettier-plugin-sort-imports/pull/231](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/pull/231) **Full Changelog**: IanVS/prettier-plugin-sort-imports@v4.5.1...v4.6.0 </details> <details> <summary>shufo/prettier-plugin-blade (@&#8203;shufo/prettier-plugin-blade)</summary> ### [`v1.16.1`](https://redirect.github.com/shufo/prettier-plugin-blade/blob/HEAD/CHANGELOG.md#1161-2025-08-10) [Compare Source](https://redirect.github.com/shufo/prettier-plugin-blade/compare/v1.16.0...v1.16.1) ##### Miscellaneous - 🤖 bump blade-formatter to 1.44.0 ([504d628](https://redirect.github.com/shufo/prettier-plugin-blade/commit/504d628da4b26a936347f0b43da4e591e76e9656)) - **deps:** update akhilmhdh/contributors-readme-action action to v2.3.11 ([cf9d946](https://redirect.github.com/shufo/prettier-plugin-blade/commit/cf9d9468a3bc69b0359fc7635630cce8767573bc)) - **deps:** update dependency cross-env to v10 ([7da272f](https://redirect.github.com/shufo/prettier-plugin-blade/commit/7da272f9f239eb538366cbca8a78637bead08d4a)) </details> <details> <summary>actions/node-versions (node)</summary> ### [`v22.18.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.18.0-16666198358): 22.18.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.17.1-16309770702...22.18.0-16666198358) Node.js 22.18.0 ### [`v22.17.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.17.1-16309770702): 22.17.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.17.0-15866718879...22.17.1-16309770702) Node.js 22.17.1 ### [`v22.17.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.17.0-15866718879): 22.17.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.16.0-15177438473...22.17.0-15866718879) Node.js 22.17.0 ### [`v22.16.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.16.0-15177438473): 22.16.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.15.1-15035854612...22.16.0-15177438473) Node.js 22.16.0 ### [`v22.15.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.15.1-15035854612): 22.15.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.15.0-14621731016...22.15.1-15035854612) Node.js 22.15.1 ### [`v22.15.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.15.0-14621731016): 22.15.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.14.0-13265982013...22.15.0-14621731016) Node.js 22.15.0 ### [`v22.14.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.14.0-13265982013): 22.14.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.13.1-12900459766...22.14.0-13265982013) Node.js 22.14.0 ### [`v22.13.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.13.1-12900459766): 22.13.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.13.0-12671059536...22.13.1-12900459766) Node.js 22.13.1 ### [`v22.13.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.13.0-12671059536): 22.13.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.12.0-12152383658...22.13.0-12671059536) Node.js 22.13.0 ### [`v22.12.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.12.0-12152383658): 22.12.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.11.0-11593095476...22.12.0-12152383658) Node.js 22.12.0 ### [`v22.11.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.11.0-11593095476): 22.11.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.10.0-11377615849...22.11.0-11593095476) Node.js 22.11.0 ### [`v22.10.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.10.0-11377615849): 22.10.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.9.0-10914884886...22.10.0-11377615849) Node.js 22.10.0 ### [`v22.9.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.9.0-10914884886): 22.9.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.8.0-10685632420...22.9.0-10914884886) Node.js 22.9.0 ### [`v22.8.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.8.0-10685632420): 22.8.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.7.0-10511334152...22.8.0-10685632420) Node.js 22.8.0 ### [`v22.7.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.7.0-10511334152): 22.7.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.6.0-10277432289...22.7.0-10511334152) Node.js 22.7.0 ### [`v22.6.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.6.0-10277432289): 22.6.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.5.1-10010673511...22.6.0-10277432289) Node.js 22.6.0 ### [`v22.5.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.5.1-10010673511): 22.5.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.5.0-9985144103...22.5.1-10010673511) Node.js 22.5.1 ### [`v22.5.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.5.0-9985144103): 22.5.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.4.1-9860948056...22.5.0-9985144103) Node.js 22.5.0 ### [`v22.4.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.4.1-9860948056): 22.4.1 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.4.0-9766506602...22.4.1-9860948056) Node.js 22.4.1 ### [`v22.4.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.4.0-9766506602): 22.4.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.3.0-9569309553...22.4.0-9766506602) Node.js 22.4.0 ### [`v22.3.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.3.0-9569309553): 22.3.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.2.0-9105861751...22.3.0-9569309553) Node.js 22.3.0 ### [`v22.2.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.2.0-9105861751): 22.2.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.1.0-8926142033...22.2.0-9105861751) Node.js 22.2.0 ### [`v22.1.0`](https://redirect.github.com/actions/node-versions/releases/tag/22.1.0-8926142033): 22.1.0 [Compare Source](https://redirect.github.com/actions/node-versions/compare/22.0.0-8879734543...22.1.0-8926142033) Node.js 22.1.0 </details> <details> <summary>remeda/remeda (remeda)</summary> ### [`v2.30.0`](https://redirect.github.com/remeda/remeda/releases/tag/v2.30.0) [Compare Source](https://redirect.github.com/remeda/remeda/compare/v2.29.0...v2.30.0) ##### Features - **isFunction:** stricter `Function` type ([#&#8203;1161](https://redirect.github.com/remeda/remeda/issues/1161)) ([729ead3](https://redirect.github.com/remeda/remeda/commit/729ead3f458a24167154e5ba6e9305022baabfcf)), closes [#&#8203;778](https://redirect.github.com/remeda/remeda/issues/778) ### [`v2.29.0`](https://redirect.github.com/remeda/remeda/releases/tag/v2.29.0) [Compare Source](https://redirect.github.com/remeda/remeda/compare/v2.28.0...v2.29.0) ##### Features - migrate build from tsup to tsdown ([#&#8203;1172](https://redirect.github.com/remeda/remeda/issues/1172)) ([5691380](https://redirect.github.com/remeda/remeda/commit/56913804ce9c2857dffe2f3290f431b63f0e468c)), closes [#&#8203;1050](https://redirect.github.com/remeda/remeda/issues/1050) [#&#8203;1050](https://redirect.github.com/remeda/remeda/issues/1050) </details> <details> <summary>privatenumber/tsx (tsx)</summary> ### [`v4.20.4`](https://redirect.github.com/privatenumber/tsx/compare/v4.20.3...a639836fad4e60dbda6498b7851b6890e0c60a08) [Compare Source](https://redirect.github.com/privatenumber/tsx/compare/v4.20.3...v4.20.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 2am and before 3am" in timezone Asia/Shanghai, Automerge - "schedule:daily" in timezone Asia/Shanghai. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/u3u/prettier-config). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC40IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfbb37a commit bc84a96

4 files changed

Lines changed: 133 additions & 99 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22
27+
node-version: 22.18.0
2828
cache: pnpm
2929
registry-url: 'https://registry.npmjs.org'
3030

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 22
26+
node-version: 22.18.0
2727
cache: pnpm
2828
registry-url: 'https://registry.npmjs.org'
2929

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@
6868
]
6969
},
7070
"dependencies": {
71-
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
71+
"@ianvs/prettier-plugin-sort-imports": "^4.6.1",
7272
"@prettier/plugin-php": "^0.24.0",
7373
"@prettier/plugin-xml": "^3.4.2",
74-
"@shufo/prettier-plugin-blade": "^1.16.0",
74+
"@shufo/prettier-plugin-blade": "^1.16.1",
7575
"deepmerge": "^4.3.1",
7676
"local-pkg": "^0.5.1",
7777
"prettier-plugin-astro": "^0.14.1",
@@ -87,12 +87,12 @@
8787
"prettier-plugin-sort-json": "^4.1.1",
8888
"prettier-plugin-sql": "^0.19.2",
8989
"prettier-plugin-tailwindcss": "^0.6.14",
90-
"remeda": "^2.28.0"
90+
"remeda": "^2.30.0"
9191
},
9292
"devDependencies": {
9393
"@total-typescript/ts-reset": "^0.6.1",
9494
"@tsconfig/node20": "^20.1.6",
95-
"@types/node": "^20.19.9",
95+
"@types/node": "^20.19.10",
9696
"@types/react": "^18.3.23",
9797
"@u3u/eslint-config": "^2.15.2",
9898
"@u3u/prettier-config": "link:",
@@ -105,7 +105,7 @@
105105
"prettier": "^3.6.2",
106106
"simple-git-hooks": "^2.13.1",
107107
"tsup": "^8.5.0",
108-
"tsx": "^4.20.3",
108+
"tsx": "^4.20.4",
109109
"typescript": "^5.9.2",
110110
"vitest": "^3.2.4"
111111
},

0 commit comments

Comments
 (0)