Skip to content

Commit 6a67b73

Browse files
chore(deps): update all non-major dependencies (#228)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier-plugin-sh](https://redirect.github.com/un-ts/prettier/tree/master/packages/sh) ([source](https://redirect.github.com/un-ts/prettier)) | [`^0.16.0` -> `^0.17.2`](https://renovatebot.com/diffs/npm/prettier-plugin-sh/0.16.0/0.17.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-sh/0.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-sh/0.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-sh/0.16.0/0.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-sh/0.16.0/0.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [prettier-plugin-sql](https://redirect.github.com/un-ts/prettier/tree/master/packages/sql) ([source](https://redirect.github.com/un-ts/prettier)) | [`^0.18.1` -> `^0.19.0`](https://renovatebot.com/diffs/npm/prettier-plugin-sql/0.18.1/0.19.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-sql/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-sql/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-sql/0.18.1/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-sql/0.18.1/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://redirect.github.com/microsoft/TypeScript)) | [`^5.8.2` -> `^5.8.3`](https://renovatebot.com/diffs/npm/typescript/5.8.2/5.8.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.8.2/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.8.2/5.8.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>un-ts/prettier (prettier-plugin-sh)</summary> ### [`v0.17.2`](https://redirect.github.com/un-ts/prettier/releases/tag/prettier-plugin-sh%400.17.2) [Compare Source](https://redirect.github.com/un-ts/prettier/compare/[email protected]@0.17.2) ##### Patch Changes - [#&#8203;436](https://redirect.github.com/un-ts/prettier/pull/436) [`560ba3f`](https://redirect.github.com/un-ts/prettier/commit/560ba3f1baaf73007366ba7c1285836e15f0db4a) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat: make `dockerfile` default, no fallback needed - [#&#8203;442](https://redirect.github.com/un-ts/prettier/pull/442) [`dea6b3f`](https://redirect.github.com/un-ts/prettier/commit/dea6b3f7dd8f929d35f1615bace58a6130cef6f7) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - chore: bump `@reteps/dockerfmt` to v0.3.2 **Full Changelog**: https://github.com/un-ts/prettier/compare/[email protected]@0.17.2 ### [`v0.17.1`](https://redirect.github.com/un-ts/prettier/releases/tag/prettier-plugin-sh%400.17.1) [Compare Source](https://redirect.github.com/un-ts/prettier/compare/[email protected]@0.17.1) ##### Patch Changes - [#&#8203;433](https://redirect.github.com/un-ts/prettier/pull/433) [`6650f9d`](https://redirect.github.com/un-ts/prettier/commit/6650f9d1f24379b9cf167bfadf338ef8a75c4862) Thanks [@&#8203;reteps](https://redirect.github.com/reteps)! - chore: bump `@reteps/dockerfmt`, fix related ESM only usage ### [`v0.17.0`](https://redirect.github.com/un-ts/prettier/releases/tag/prettier-plugin-sh%400.17.0) [Compare Source](https://redirect.github.com/un-ts/prettier/compare/[email protected]@0.17.0) ##### Minor Changes - [#&#8203;430](https://redirect.github.com/un-ts/prettier/pull/430) [`f7e38ae`](https://redirect.github.com/un-ts/prettier/commit/f7e38ae6584a42dca99bfdcd5d0237279dcfc865) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat(sh): use `sh-syntax` without experimental flag, remove `mvdan-sh` support Please view [mvdan/sh#1145](https://redirect.github.com/mvdan/sh/issues/1145) for more details. - [#&#8203;432](https://redirect.github.com/un-ts/prettier/pull/432) [`d49d6e5`](https://redirect.github.com/un-ts/prettier/commit/d49d6e59151de0e875109fbab9baeb70afa3f090) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - feat: prototype to use `dockerfmt` as fallback `printer`, you can also use `parser: dockerfile` to enable it specifically ### [`v0.16.1`](https://redirect.github.com/un-ts/prettier/releases/tag/prettier-plugin-sh%400.16.1) [Compare Source](https://redirect.github.com/un-ts/prettier/compare/[email protected]@0.16.1) ##### Patch Changes - [`facf7ac`](https://redirect.github.com/un-ts/prettier/commit/facf7acb0eff0520a74de4f8f710c8bdaeeb40e9) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - fix: incorrect `require` entry types, add `module-sync` entry </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.8.3`](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...68cead182cc24afdc3f1ce7c8ff5853aba14b65a) [Compare Source](https://redirect.github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 331abe9 commit 6a67b73

File tree

2 files changed

+119
-114
lines changed

2 files changed

+119
-114
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"prettier-plugin-nginx": "^1.0.3",
8484
"prettier-plugin-packagejson": "^2.5.10",
8585
"prettier-plugin-prisma": "^5.0.0",
86-
"prettier-plugin-sh": "^0.16.0",
86+
"prettier-plugin-sh": "^0.17.2",
8787
"prettier-plugin-sort-json": "^4.1.1",
88-
"prettier-plugin-sql": "^0.18.1",
88+
"prettier-plugin-sql": "^0.19.0",
8989
"prettier-plugin-tailwindcss": "^0.6.11",
9090
"remeda": "^2.21.2"
9191
},
@@ -106,7 +106,7 @@
106106
"simple-git-hooks": "^2.12.1",
107107
"tsup": "^8.4.0",
108108
"tsx": "^4.19.3",
109-
"typescript": "^5.8.2",
109+
"typescript": "^5.8.3",
110110
"vitest": "^3.1.1"
111111
},
112112
"peerDependencies": {

0 commit comments

Comments
 (0)