Skip to content

Commit 78bd9d8

Browse files
fix(deps): pin dependencies (main) (#7418)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@stackblitz/sdk](https://redirect.github.com/stackblitz/sdk) | dependencies | pin | [`^1.11.0` -> `1.11.0`](https://renovatebot.com/diffs/npm/@stackblitz%2fsdk/1.11.0/1.11.0) | | [execa](https://redirect.github.com/sindresorhus/execa) | dependencies | pin | [`^9.5.3` -> `9.5.3`](https://renovatebot.com/diffs/npm/execa/9.5.3/9.5.3) | | [patch-package](https://redirect.github.com/ds300/patch-package) | dependencies | pin | [`^8.0.0` -> `8.0.0`](https://renovatebot.com/diffs/npm/patch-package/8.0.0/8.0.0) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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. 👻 **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/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f85d2c2 commit 78bd9d8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"create-theming-parameters": "node scripts/generate-theming-parameters.js"
3636
},
3737
"dependencies": {
38-
"@stackblitz/sdk": "^1.11.0",
38+
"@stackblitz/sdk": "1.11.0",
3939
"@storybook/addon-a11y": "8.6.14",
4040
"@storybook/addon-essentials": "8.6.14",
4141
"@storybook/blocks": "8.6.14",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"dedent": "1.6.0",
37-
"execa": "^9.5.3",
38-
"patch-package": "^8.0.0"
37+
"execa": "9.5.3",
38+
"patch-package": "8.0.0"
3939
}
4040
}

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4695,7 +4695,7 @@ __metadata:
46954695
languageName: node
46964696
linkType: hard
46974697

4698-
"@stackblitz/sdk@npm:^1.11.0":
4698+
"@stackblitz/sdk@npm:1.11.0":
46994699
version: 1.11.0
47004700
resolution: "@stackblitz/sdk@npm:1.11.0"
47014701
checksum: 10c0/53a3303bf3572d69f31de220c1f23bc727d68f7113fa3cca0e792158b81deb9455d639df28759701af3761af611c1488a98ff16ab66bc3fdc4a08dc9e6bc7174
@@ -6478,8 +6478,8 @@ __metadata:
64786478
resolution: "@ui5/webcomponents-react-cli@workspace:packages/cli"
64796479
dependencies:
64806480
dedent: "npm:1.6.0"
6481-
execa: "npm:^9.5.3"
6482-
patch-package: "npm:^8.0.0"
6481+
execa: "npm:9.5.3"
6482+
patch-package: "npm:8.0.0"
64836483
bin:
64846484
ui5-wcr: ./dist/bin/index.js
64856485
languageName: unknown
@@ -12183,7 +12183,7 @@ __metadata:
1218312183
languageName: node
1218412184
linkType: hard
1218512185

12186-
"execa@npm:^9.5.3":
12186+
"execa@npm:9.5.3":
1218712187
version: 9.5.3
1218812188
resolution: "execa@npm:9.5.3"
1218912189
dependencies:
@@ -19461,7 +19461,7 @@ __metadata:
1946119461
languageName: node
1946219462
linkType: hard
1946319463

19464-
"patch-package@npm:^8.0.0":
19464+
"patch-package@npm:8.0.0":
1946519465
version: 8.0.0
1946619466
resolution: "patch-package@npm:8.0.0"
1946719467
dependencies:
@@ -23993,7 +23993,7 @@ __metadata:
2399323993
"@eslint/compat": "npm:1.2.9"
2399423994
"@eslint/js": "npm:9.27.0"
2399523995
"@semantic-release/github": "npm:11.0.3"
23996-
"@stackblitz/sdk": "npm:^1.11.0"
23996+
"@stackblitz/sdk": "npm:1.11.0"
2399723997
"@storybook/addon-a11y": "npm:8.6.14"
2399823998
"@storybook/addon-essentials": "npm:8.6.14"
2399923999
"@storybook/blocks": "npm:8.6.14"

0 commit comments

Comments
 (0)