Skip to content

Commit ba1a18b

Browse files
chore(deps): update all non-major dependencies (#197)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [execa](https://redirect.github.com/sindresorhus/execa) | [`^9.5.1` -> `^9.5.2`](https://renovatebot.com/diffs/npm/execa/9.5.1/9.5.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/execa/9.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/execa/9.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/execa/9.5.1/9.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/execa/9.5.1/9.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`^15.2.10` -> `^15.2.11`](https://renovatebot.com/diffs/npm/lint-staged/15.2.10/15.2.11) | [![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.10/15.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.10/15.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [prettier-plugin-classnames](https://redirect.github.com/ony3000/prettier-plugin-classnames) | [`^0.7.4` -> `^0.7.5`](https://renovatebot.com/diffs/npm/prettier-plugin-classnames/0.7.4/0.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-classnames/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-classnames/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-classnames/0.7.4/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-classnames/0.7.4/0.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/execa (execa)</summary> ### [`v9.5.2`](https://redirect.github.com/sindresorhus/execa/releases/tag/v9.5.2) [Compare Source](https://redirect.github.com/sindresorhus/execa/compare/v9.5.1...v9.5.2) #### Bug fixes - Fix escaping newlines inside template strings. Thanks [@&#8203;aarondandy](https://redirect.github.com/aarondandy)! ([#&#8203;1176](https://redirect.github.com/sindresorhus/execa/issues/1176)) </details> <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v15.2.11`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#15211) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v15.2.10...v15.2.11) ##### Patch Changes - [#&#8203;1484](https://redirect.github.com/lint-staged/lint-staged/pull/1484) [`bcfe309`](https://redirect.github.com/lint-staged/lint-staged/commit/bcfe309fca88aedf42b6a321383de49eb361c5a0) Thanks [@&#8203;wormsik](https://redirect.github.com/wormsik)! - Escape paths containing spaces when using the "shell" option. - [#&#8203;1487](https://redirect.github.com/lint-staged/lint-staged/pull/1487) [`7dd8caa`](https://redirect.github.com/lint-staged/lint-staged/commit/7dd8caa8f80fe1a6ce40939c1224b6774000775a) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Do not treat submodule root paths as "staged files". This caused *lint-staged* to fail to a Git error when only updating the revision of a submodule. </details> <details> <summary>ony3000/prettier-plugin-classnames (prettier-plugin-classnames)</summary> ### [`v0.7.5`](https://redirect.github.com/ony3000/prettier-plugin-classnames/releases/tag/v0.7.5) [Compare Source](https://redirect.github.com/ony3000/prettier-plugin-classnames/compare/v0.7.4...v0.7.5) #### What's Changed - The closing delimiter is included in the line wrapping by [@&#8203;ony3000](https://redirect.github.com/ony3000) in [https://github.com/ony3000/prettier-plugin-classnames/pull/79](https://redirect.github.com/ony3000/prettier-plugin-classnames/pull/79) - Fixes an error that occurs when non-script syntax is written in a script tag in HTML by [@&#8203;ony3000](https://redirect.github.com/ony3000) in [https://github.com/ony3000/prettier-plugin-classnames/pull/81](https://redirect.github.com/ony3000/prettier-plugin-classnames/pull/81) - Leave Prettier's output as is for code blocks embedded in markdown and mdx by [@&#8203;ony3000](https://redirect.github.com/ony3000) in [https://github.com/ony3000/prettier-plugin-classnames/pull/82](https://redirect.github.com/ony3000/prettier-plugin-classnames/pull/82) **Full Changelog**: ony3000/prettier-plugin-classnames@v0.7.4...v0.7.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48386d6 commit ba1a18b

File tree

2 files changed

+57
-31
lines changed

2 files changed

+57
-31
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"deepmerge": "^4.3.1",
7676
"local-pkg": "^0.5.1",
7777
"prettier-plugin-astro": "^0.14.1",
78-
"prettier-plugin-classnames": "^0.7.4",
78+
"prettier-plugin-classnames": "^0.7.5",
7979
"prettier-plugin-ini": "^1.3.0",
8080
"prettier-plugin-jsdoc": "^1.3.0",
8181
"prettier-plugin-merge": "^0.7.1",
@@ -98,10 +98,10 @@
9898
"@u3u/prettier-config": "link:",
9999
"dedent": "^1.5.3",
100100
"eslint": "^8.57.1",
101-
"execa": "^9.5.1",
101+
"execa": "^9.5.2",
102102
"fix-tsup-cjs": "^1.2.0",
103103
"globby": "^14.0.2",
104-
"lint-staged": "^15.2.10",
104+
"lint-staged": "^15.2.11",
105105
"prettier": "^3.4.2",
106106
"simple-git-hooks": "^2.11.1",
107107
"tsup": "^8.3.5",

pnpm-lock.yaml

Lines changed: 54 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)