Commit 7328299
authored
chore(deps): update all non-major dependencies (#246)
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
|
[@prettier/plugin-php](https://redirect.github.com/prettier/prettier-php)
| [`^0.22.4` ->
`^0.24.0`](https://renovatebot.com/diffs/npm/@prettier%2fplugin-php/0.22.4/0.24.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor |
|
[@shufo/prettier-plugin-blade](https://redirect.github.com/shufo/prettier-plugin-blade)
| [`^1.15.4` ->
`^1.16.0`](https://renovatebot.com/diffs/npm/@shufo%2fprettier-plugin-blade/1.15.4/1.16.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor |
|
[@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.7` ->
`^20.19.9`](https://renovatebot.com/diffs/npm/@types%2fnode/20.19.7/20.19.9)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch |
| [node](https://nodejs.org)
([source](https://redirect.github.com/nodejs/node)) | `22.17.0` ->
`22.17.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| | patch |
|
[prettier-plugin-classnames](https://redirect.github.com/ony3000/prettier-plugin-classnames)
| [`^0.8.1` ->
`^0.8.2`](https://renovatebot.com/diffs/npm/prettier-plugin-classnames/0.8.1/0.8.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
|
[prettier-plugin-packagejson](https://redirect.github.com/matzkoh/prettier-plugin-packagejson)
| [`^2.5.18` ->
`^2.5.19`](https://renovatebot.com/diffs/npm/prettier-plugin-packagejson/2.5.18/2.5.19)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch |
| [remeda](https://remedajs.com/)
([source](https://redirect.github.com/remeda/remeda)) | [`^2.25.0` ->
`^2.26.1`](https://renovatebot.com/diffs/npm/remeda/2.25.0/2.26.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor |
---
### Release Notes
<details>
<summary>prettier/prettier-php (@​prettier/plugin-php)</summary>
###
[`v0.24.0`](https://redirect.github.com/prettier/plugin-php/releases/tag/v0.24.0)
[Compare
Source](https://redirect.github.com/prettier/prettier-php/compare/v0.23.0...v0.24.0)
- feat!: bump default formatting version to composer version with
fallback to latest supported PHP
([#​2434](https://redirect.github.com/prettier/prettier-php/issues/2434),
thanks [@​cseufert](https://redirect.github.com/cseufert)!)
##### Breaking Change
The plugin now infers the `phpVersion` option from `composer.json`. If
no such file is found, the default fallback is changed from `7.0` to the
latest supported version, currently `8.4`. See the [new section in the
README](https://redirect.github.com/prettier/plugin-php?tab=readme-ov-file#-phpversion-configuration-notes-)
for details.
###
[`v0.23.0`](https://redirect.github.com/prettier/plugin-php/releases/tag/v0.23.0)
[Compare
Source](https://redirect.github.com/prettier/prettier-php/compare/v0.22.4...v0.23.0)
##### Breaking Changes
- chore!: upgrade dependencies, drop support for node 16
([#​2431](https://redirect.github.com/prettier/prettier-php/issues/2431))
##### Features
- feat: format new without parenthesis in PHP 8.4
([#​2422](https://redirect.github.com/prettier/prettier-php/issues/2422),
thanks
[@​claytonrcarter](https://redirect.github.com/claytonrcarter)!)
- feat: add support for PHP 8.3 typed class constants
([#​2433](https://redirect.github.com/prettier/prettier-php/issues/2433),
thanks [@​mreiden](https://redirect.github.com/mreiden)!)
- feat: add typescript support
([#​2407](https://redirect.github.com/prettier/prettier-php/issues/2407),
thanks [@​ntnyq](https://redirect.github.com/ntnyq)!)
#### Chores
- Update `linguist-languages` to v8
([#​2428](https://redirect.github.com/prettier/prettier-php/issues/2428),
thanks [@​fisker](https://redirect.github.com/fisker)!)
- Run tests on Node.js v22 & v24
([#​2429](https://redirect.github.com/prettier/prettier-php/issues/2429),
thanks [@​fisker](https://redirect.github.com/fisker)!)
- fix(dosc): edited the build badge
([#​2425](https://redirect.github.com/prettier/prettier-php/issues/2425),
thanks
[@​Ocheretovich](https://redirect.github.com/Ocheretovich)!)
#### Docs
- Add Nova to the Editor List
([#​2423](https://redirect.github.com/prettier/prettier-php/issues/2423),
thanks [@​stonerl](https://redirect.github.com/stonerl))
- docs: delete Atom code editor from the README.md
([#​2420](https://redirect.github.com/prettier/prettier-php/issues/2420),
thanks [@​pure-js](https://redirect.github.com/pure-js)!)
</details>
<details>
<summary>shufo/prettier-plugin-blade
(@​shufo/prettier-plugin-blade)</summary>
###
[`v1.16.0`](https://redirect.github.com/shufo/prettier-plugin-blade/blob/HEAD/CHANGELOG.md#1160-2025-07-16)
[Compare
Source](https://redirect.github.com/shufo/prettier-plugin-blade/compare/v1.15.4...v1.16.0)
##### Features
- 🎸 allow user to specify target php version for format
([9dbbb64](https://redirect.github.com/shufo/prettier-plugin-blade/commit/9dbbb640485e8bb9d908538aa456e48c73382d5b))
##### Miscellaneous
- 🤖 bump blade-formatter to 1.43.0
([547c084](https://redirect.github.com/shufo/prettier-plugin-blade/commit/547c08493c8580d1d8f907bd54152e157c733f91))
- 🤖 bump target version of php syntax to 8.4 as default
([803ffb9](https://redirect.github.com/shufo/prettier-plugin-blade/commit/803ffb9e21119488f40be14f015b7b755aba8d7c))
</details>
<details>
<summary>nodejs/node (node)</summary>
###
[`v22.17.1`](https://redirect.github.com/nodejs/node/compare/v22.17.0...v22.17.1)
[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.17.0...v22.17.1)
</details>
<details>
<summary>ony3000/prettier-plugin-classnames
(prettier-plugin-classnames)</summary>
###
[`v0.8.2`](https://redirect.github.com/ony3000/prettier-plugin-classnames/releases/tag/v0.8.2)
[Compare
Source](https://redirect.github.com/ony3000/prettier-plugin-classnames/compare/v0.8.1...v0.8.2)
#### What's Changed
- Support Prettier v3.6 by
[@​ony3000](https://redirect.github.com/ony3000) in
[https://github.com/ony3000/prettier-plugin-classnames/pull/114](https://redirect.github.com/ony3000/prettier-plugin-classnames/pull/114)
**Full Changelog**:
ony3000/prettier-plugin-classnames@v0.8.1...v0.8.2
</details>
<details>
<summary>matzkoh/prettier-plugin-packagejson
(prettier-plugin-packagejson)</summary>
###
[`v2.5.19`](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/releases/tag/v2.5.19)
[Compare
Source](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/compare/v2.5.18...v2.5.19)
##### Bug Fixes
- **deps:** update dependency synckit to v0.11.11
([d8dd21a](https://redirect.github.com/matzkoh/prettier-plugin-packagejson/commit/d8dd21a7cd0fd0a8a4e305189ff3eec7c1b096de))
</details>
<details>
<summary>remeda/remeda (remeda)</summary>
###
[`v2.26.1`](https://redirect.github.com/remeda/remeda/releases/tag/v2.26.1)
[Compare
Source](https://redirect.github.com/remeda/remeda/compare/v2.26.0...v2.26.1)
##### Bug Fixes
- **forEachObj,keys,mapKeys,mapValues,omitBy,pickBy:** support branded
keys
([#​1151](https://redirect.github.com/remeda/remeda/issues/1151))
([96e20e2](https://redirect.github.com/remeda/remeda/commit/96e20e22d4237c6acf6ded878110aeb882f63eaa)),
closes
[#​752](https://redirect.github.com/remeda/remeda/issues/752)
###
[`v2.26.0`](https://redirect.github.com/remeda/remeda/releases/tag/v2.26.0)
[Compare
Source](https://redirect.github.com/remeda/remeda/compare/v2.25.0...v2.26.0)
##### Features
- **stringToPath:** improve compatibility with Lodash
([#​1150](https://redirect.github.com/remeda/remeda/issues/1150))
([0fde627](https://redirect.github.com/remeda/remeda/commit/0fde627fc4ca8a19ab93f000fe931f22d4472338)),
closes
[#​779](https://redirect.github.com/remeda/remeda/issues/779)
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 25f221b commit 7328299
3 files changed
Lines changed: 69 additions & 74 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments