Commit 8428eb4
authored
chore(deps): update all non-major dependencies (#208)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@ianvs/prettier-plugin-sort-imports](https://redirect.github.com/ianvs/prettier-plugin-sort-imports)
| [`^4.4.0` ->
`^4.4.1`](https://renovatebot.com/diffs/npm/@ianvs%2fprettier-plugin-sort-imports/4.4.0/4.4.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^20.17.12` ->
`^20.17.13`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.12/20.17.13)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io)
([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
[`9.15.3` ->
`9.15.4`](https://renovatebot.com/diffs/npm/pnpm/9.15.3/9.15.4) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[prettier-plugin-packagejson](https://redirect.github.com/matzkoh/prettier-plugin-packagejson)
| [`^2.5.6` ->
`^2.5.7`](https://renovatebot.com/diffs/npm/prettier-plugin-packagejson/2.5.6/2.5.7)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[prettier-plugin-tailwindcss](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss)
| [`^0.6.9` ->
`^0.6.10`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.9/0.6.10)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [remeda](https://remedajs.com/)
([source](https://redirect.github.com/remeda/remeda)) | [`^2.19.0` ->
`^2.19.1`](https://renovatebot.com/diffs/npm/remeda/2.19.0/2.19.1) |
[](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>ianvs/prettier-plugin-sort-imports
(@​ianvs/prettier-plugin-sort-imports)</summary>
###
[`v4.4.1`](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/releases/tag/v4.4.1)
[Compare
Source](https://redirect.github.com/ianvs/prettier-plugin-sort-imports/compare/v4.4.0...v4.4.1)
#### What's Changed
- fix: catch babel parse errors by
[@​michaelfaith](https://redirect.github.com/michaelfaith) in
[https://github.com/IanVS/prettier-plugin-sort-imports/pull/198](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/pull/198)
#### New Contributors
- [@​michaelfaith](https://redirect.github.com/michaelfaith) made
their first contribution in
[https://github.com/IanVS/prettier-plugin-sort-imports/pull/198](https://redirect.github.com/IanVS/prettier-plugin-sort-imports/pull/198)
**Full Changelog**:
IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1
</details>
<details>
<summary>pnpm/pnpm (pnpm)</summary>
###
[`v9.15.4`](https://redirect.github.com/pnpm/pnpm/compare/v9.15.3...v9.15.4)
[Compare
Source](https://redirect.github.com/pnpm/pnpm/compare/v9.15.3...v9.15.4)
</details>
<details>
<summary>matzkoh/prettier-plugin-packagejson
(prettier-plugin-packagejson)</summary>
###
[`v2.5.7`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/releases/tag/v2.5.7)
[Compare
Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.6...v2.5.7)
##### Bug Fixes
- **deps:** update dependency sort-package-json to v2.13.0
([9515f01](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/commit/9515f0108a7e7d1cc10beea54d5597ecc33dc70e))
</details>
<details>
<summary>tailwindlabs/prettier-plugin-tailwindcss
(prettier-plugin-tailwindcss)</summary>
###
[`v0.6.10`](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#0610---2025-01-15)
[Compare
Source](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.9...v0.6.10)
- Add support for `@zackad/prettier-plugin-twig`
([#​327](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/327))
- Drop support for `@zackad/prettier-plugin-twig-melody`
([#​327](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/327))
- Update Prettier options types
([#​325](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/325))
- Don't remove whitespace inside template literals in Svelte
([#​332](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/332))
</details>
<details>
<summary>remeda/remeda (remeda)</summary>
###
[`v2.19.1`](https://redirect.github.com/remeda/remeda/releases/tag/v2.19.1)
[Compare
Source](https://redirect.github.com/remeda/remeda/compare/v2.19.0...v2.19.1)
##### Bug Fixes
- **uniqueWith:** return items that are not equal to themselves
([#​1001](https://redirect.github.com/remeda/remeda/issues/1001))
([5042ccf](https://redirect.github.com/remeda/remeda/commit/5042ccf6676d4bab35164c70c1f9eaf9b47737c8)),
closes
[#​999](https://redirect.github.com/remeda/remeda/issues/999)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent f8a4b7b commit 8428eb4
2 files changed
Lines changed: 55 additions & 61 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments