Skip to content

Commit 1370829

Browse files
fix(deps): update dependency dedent to v1.7.1 (#8042)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [dedent](https://redirect.github.com/dmnd/dedent) | [`1.7.0` -> `1.7.1`](https://renovatebot.com/diffs/npm/dedent/1.7.0/1.7.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/dedent/1.7.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dedent/1.7.0/1.7.1?slim=true) | --- ### 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 661922c commit 1370829

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.7.0",
36+
"dedent": "1.7.1",
3737
"execa": "9.6.1",
3838
"patch-package": "8.0.1"
3939
}

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5161,7 +5161,7 @@ __metadata:
51615161
version: 0.0.0-use.local
51625162
resolution: "@ui5/webcomponents-react-cli@workspace:packages/cli"
51635163
dependencies:
5164-
dedent: "npm:1.7.0"
5164+
dedent: "npm:1.7.1"
51655165
execa: "npm:9.6.1"
51665166
patch-package: "npm:8.0.1"
51675167
bin:
@@ -8485,6 +8485,18 @@ __metadata:
84858485
languageName: node
84868486
linkType: hard
84878487

8488+
"dedent@npm:1.7.1":
8489+
version: 1.7.1
8490+
resolution: "dedent@npm:1.7.1"
8491+
peerDependencies:
8492+
babel-plugin-macros: ^3.1.0
8493+
peerDependenciesMeta:
8494+
babel-plugin-macros:
8495+
optional: true
8496+
checksum: 10c0/ae29ec1c5bd5216c698c9f23acaa5b720260fd4cef3c8b5af887eb5f8c9e6fdd5fed8668767437b4efea35e2991bd798987717633411a1734807c28255769b78
8497+
languageName: node
8498+
linkType: hard
8499+
84888500
"deep-eql@npm:^4.1.2":
84898501
version: 4.1.3
84908502
resolution: "deep-eql@npm:4.1.3"

0 commit comments

Comments
 (0)