Skip to content

Commit 09418ea

Browse files
fix(deps): update dependency dedent to v1.7.0 (#7717)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [dedent](https://redirect.github.com/dmnd/dedent) | [`1.6.0` -> `1.7.0`](https://renovatebot.com/diffs/npm/dedent/1.6.0/1.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/dedent/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dedent/1.6.0/1.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>dmnd/dedent (dedent)</summary> ### [`v1.7.0`](https://redirect.github.com/dmnd/dedent/releases/tag/v1.7.0) [Compare Source](https://redirect.github.com/dmnd/dedent/compare/v1.6.0...v1.7.0) #### What's Changed - docs: cleaned up README.md badges by [@&#8203;JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [#&#8203;100](https://redirect.github.com/dmnd/dedent/pull/100) - feat: add alignValues option by [@&#8203;PaperStrike](https://redirect.github.com/PaperStrike) in [#&#8203;102](https://redirect.github.com/dmnd/dedent/pull/102) - 1.7.0 by [@&#8203;JoshuaKGoldberg](https://redirect.github.com/JoshuaKGoldberg) in [#&#8203;103](https://redirect.github.com/dmnd/dedent/pull/103) #### New Contributors - [@&#8203;PaperStrike](https://redirect.github.com/PaperStrike) made their first contribution in [#&#8203;102](https://redirect.github.com/dmnd/dedent/pull/102) **Full Changelog**: <dmnd/dedent@v1.6.0...v1.7.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- 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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3bab4fa commit 09418ea

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"patches"
3434
],
3535
"dependencies": {
36-
"dedent": "1.6.0",
36+
"dedent": "1.7.0",
3737
"execa": "9.6.0",
3838
"patch-package": "8.0.0"
3939
}

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4948,7 +4948,7 @@ __metadata:
49484948
version: 0.0.0-use.local
49494949
resolution: "@ui5/webcomponents-react-cli@workspace:packages/cli"
49504950
dependencies:
4951-
dedent: "npm:1.6.0"
4951+
dedent: "npm:1.7.0"
49524952
execa: "npm:9.6.0"
49534953
patch-package: "npm:8.0.0"
49544954
bin:
@@ -8242,6 +8242,18 @@ __metadata:
82428242
languageName: node
82438243
linkType: hard
82448244

8245+
"dedent@npm:1.7.0":
8246+
version: 1.7.0
8247+
resolution: "dedent@npm:1.7.0"
8248+
peerDependencies:
8249+
babel-plugin-macros: ^3.1.0
8250+
peerDependenciesMeta:
8251+
babel-plugin-macros:
8252+
optional: true
8253+
checksum: 10c0/c5e8a8beb5072bd5e520cb64b27a82d7ec3c2a63ee5ce47dbc2a05d5b7700cefd77a992a752cd0a8b1d979c1db06b14fb9486e805f3ad6088eda6e07cd9bf2d5
8254+
languageName: node
8255+
linkType: hard
8256+
82458257
"deep-eql@npm:^4.1.2":
82468258
version: 4.1.3
82478259
resolution: "deep-eql@npm:4.1.3"

0 commit comments

Comments
 (0)