Skip to content

Commit b66df89

Browse files
chore(deps): update all non-major dependencies (minor) (#6423)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`13.14.2` -> `13.15.0`](https://renovatebot.com/diffs/npm/cypress/13.14.2/13.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.14.2/13.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.14.2/13.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-react](https://redirect.github.com/jsx-eslint/eslint-plugin-react) | [`7.36.1` -> `7.37.0`](https://renovatebot.com/diffs/npm/eslint-plugin-react/7.36.1/7.37.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-react/7.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-react/7.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-react/7.36.1/7.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-react/7.36.1/7.37.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-storybook](https://redirect.github.com/storybookjs/eslint-plugin-storybook) | [`^0.8.0` -> `^0.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-storybook/0.8.0/0.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-storybook/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-storybook/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-storybook/0.8.0/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-storybook/0.8.0/0.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [tocbot](https://redirect.github.com/tscanlin/tocbot) | [`4.29.0` -> `4.30.0`](https://renovatebot.com/diffs/npm/tocbot/4.29.0/4.30.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tocbot/4.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tocbot/4.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tocbot/4.29.0/4.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tocbot/4.29.0/4.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v13.15.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.14.2...v13.15.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0 </details> <details> <summary>jsx-eslint/eslint-plugin-react (eslint-plugin-react)</summary> ### [`v7.37.0`](https://redirect.github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7370---20240926) [Compare Source](https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.37.0) ##### Added - add type generation ([#&#8203;3830][] [@&#8203;voxpelli](https://redirect.github.com/voxpelli)) - \[`no-unescaped-entities`]: add suggestions ([#&#8203;3831][] [@&#8203;StyleShit](https://redirect.github.com/StyleShit)) - \[`forbid-component-props`]: add `allowedForPatterns`/`disallowedForPatterns` options ([#&#8203;3805][] [@&#8203;Efimenko](https://redirect.github.com/Efimenko)) - \[`no-unstable-nested-components`]: add `propNamePattern` to support custom render prop naming conventions ([#&#8203;3826][] [@&#8203;danreeves](https://redirect.github.com/danreeves)) ##### Changed - \[readme] flat config example for react 17+ ([#&#8203;3824][] [@&#8203;GabenGar](https://redirect.github.com/GabenGar)) [7.36.2]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.36.2 [#&#8203;3831]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3831 [#&#8203;3830]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3830 [#&#8203;3826]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3826 [#&#8203;3824]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3824 [#&#8203;3805]: https://redirect.github.com/jsx-eslint/eslint-plugin-react/pull/3805 </details> <details> <summary>storybookjs/eslint-plugin-storybook (eslint-plugin-storybook)</summary> ### [`v0.9.0`](https://redirect.github.com/storybookjs/eslint-plugin-storybook/blob/HEAD/CHANGELOG.md#v090-Thu-Sep-26-2024) [Compare Source](https://redirect.github.com/storybookjs/eslint-plugin-storybook/compare/v0.8.0...v0.9.0) ##### 🚀 Enhancement - use-storybook-expect: remove auto fix suggestion [#&#8203;165](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/165) ([@&#8203;yannbf](https://redirect.github.com/yannbf)) ##### 🐛 Bug Fix - Tweak `generate-rule` [#&#8203;147](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/147) ([@&#8203;yinm](https://redirect.github.com/yinm)) - Update links in docs [#&#8203;130](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/130) ([@&#8203;hoonweiting](https://redirect.github.com/hoonweiting) [@&#8203;yannbf](https://redirect.github.com/yannbf)) - Remove uninformative 'Further Reading' sections from rule docs [#&#8203;131](https://redirect.github.com/storybookjs/eslint-plugin-storybook/pull/131) ([@&#8203;hoonweiting](https://redirect.github.com/hoonweiting)) ##### Authors: 3 - Wei Ting ([@&#8203;hoonweiting](https://redirect.github.com/hoonweiting)) - Yann Braga ([@&#8203;yannbf](https://redirect.github.com/yannbf)) - Yusuke Iinuma ([@&#8203;yinm](https://redirect.github.com/yinm)) *** </details> <details> <summary>tscanlin/tocbot (tocbot)</summary> ### [`v4.30.0`](https://redirect.github.com/tscanlin/tocbot/releases/tag/v4.30.0) [Compare Source](https://redirect.github.com/tscanlin/tocbot/compare/v4.29.0...v4.30.0) ##### Commits - [`c7677b6`](https://redirect.github.com/tscanlin/tocbot/commit/c7677b6): Scroll sync helper ([#&#8203;356](https://redirect.github.com/tscanlin/tocbot/issues/356)) (Tim Scanlin) [#&#8203;356](https://redirect.github.com/tscanlin/tocbot/pull/356) - [`49f70e2`](https://redirect.github.com/tscanlin/tocbot/commit/49f70e2): update built files (Tim Scanlin) - [`865be00`](https://redirect.github.com/tscanlin/tocbot/commit/865be00): 4.30.0 (Tim Scanlin) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f954115 commit b66df89

File tree

2 files changed

+72
-40
lines changed

2 files changed

+72
-40
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react": "^18.3.1",
4747
"react-dom": "^18.3.1",
4848
"remark-gfm": "^4.0.0",
49-
"tocbot": "4.29.0"
49+
"tocbot": "4.30.0"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.20.7",
@@ -68,7 +68,7 @@
6868
"@vitejs/plugin-react": "^4.2.0",
6969
"chromatic": "^11.0.0",
7070
"cssnano": "^7.0.0",
71-
"cypress": "13.14.2",
71+
"cypress": "13.15.0",
7272
"cypress-real-events": "^1.8.1",
7373
"dedent": "^1.0.0",
7474
"eslint": "^8.35.0",
@@ -80,7 +80,7 @@
8080
"eslint-plugin-prettier": "^5.0.0",
8181
"eslint-plugin-react": "^7.32.2",
8282
"eslint-plugin-react-hooks": "^4.6.0",
83-
"eslint-plugin-storybook": "^0.8.0",
83+
"eslint-plugin-storybook": "^0.9.0",
8484
"glob": "^11.0.0",
8585
"husky": "^9.0.6",
8686
"lerna": "^8.0.0",
@@ -110,7 +110,7 @@
110110
]
111111
},
112112
"resolutions": {
113-
"tocbot": "4.29.0",
113+
"tocbot": "4.30.0",
114114
"@joshwooding/vite-plugin-react-docgen-typescript": "0.3.0"
115115
},
116116
"type": "module",

yarn.lock

Lines changed: 68 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2785,29 +2785,29 @@ __metadata:
27852785
languageName: node
27862786
linkType: hard
27872787

2788-
"@cypress/request@npm:^3.0.1":
2789-
version: 3.0.1
2790-
resolution: "@cypress/request@npm:3.0.1"
2788+
"@cypress/request@npm:^3.0.4":
2789+
version: 3.0.5
2790+
resolution: "@cypress/request@npm:3.0.5"
27912791
dependencies:
27922792
aws-sign2: "npm:~0.7.0"
27932793
aws4: "npm:^1.8.0"
27942794
caseless: "npm:~0.12.0"
27952795
combined-stream: "npm:~1.0.6"
27962796
extend: "npm:~3.0.2"
27972797
forever-agent: "npm:~0.6.1"
2798-
form-data: "npm:~2.3.2"
2799-
http-signature: "npm:~1.3.6"
2798+
form-data: "npm:~4.0.0"
2799+
http-signature: "npm:~1.4.0"
28002800
is-typedarray: "npm:~1.0.0"
28012801
isstream: "npm:~0.1.2"
28022802
json-stringify-safe: "npm:~5.0.1"
28032803
mime-types: "npm:~2.1.19"
28042804
performance-now: "npm:^2.1.0"
2805-
qs: "npm:6.10.4"
2805+
qs: "npm:6.13.0"
28062806
safe-buffer: "npm:^5.1.2"
28072807
tough-cookie: "npm:^4.1.3"
28082808
tunnel-agent: "npm:^0.6.0"
28092809
uuid: "npm:^8.3.2"
2810-
checksum: 10c0/8eb92a665e6549e2533f5169431addcaad0307f51a8c7f3b6b169eb79b4d673373784a527590a47b0a2905ad5f601b24ab2d1b31d184243235aba470ffc9c1f7
2810+
checksum: 10c0/3195d59cf0457fd7dff7e7f6a29fbb4f44c483f8007f236952f726f96dabe19b7c58a4d7673d544753e54e1b3b916ae2d067144bc11d72ff7155851f557e1d2c
28112811
languageName: node
28122812
linkType: hard
28132813

@@ -9279,11 +9279,11 @@ __metadata:
92799279
languageName: node
92809280
linkType: hard
92819281

9282-
"cypress@npm:13.14.2":
9283-
version: 13.14.2
9284-
resolution: "cypress@npm:13.14.2"
9282+
"cypress@npm:13.15.0":
9283+
version: 13.15.0
9284+
resolution: "cypress@npm:13.15.0"
92859285
dependencies:
9286-
"@cypress/request": "npm:^3.0.1"
9286+
"@cypress/request": "npm:^3.0.4"
92879287
"@cypress/xvfb": "npm:^1.2.4"
92889288
"@types/sinonjs__fake-timers": "npm:8.1.1"
92899289
"@types/sizzle": "npm:^2.3.2"
@@ -9327,7 +9327,7 @@ __metadata:
93279327
yauzl: "npm:^2.10.0"
93289328
bin:
93299329
cypress: bin/cypress
9330-
checksum: 10c0/ca838bbf878c46aa643e879c83c1532250cb3ec12cdc4e94e9c483bf042179a8de2b9d30fcc7777820793d71c44627c75c35c472b9de8b8dd39500ffbea75a34
9330+
checksum: 10c0/d453c89f8220aecb726f842ea2895f452a4ec0c74f718834354533da62d28545eb68fc3ac21209df52d4314b4db4221d26ce8f33a6f08641eec3b4269f037717
93319331
languageName: node
93329332
linkType: hard
93339333

@@ -11128,8 +11128,8 @@ __metadata:
1112811128
linkType: hard
1112911129

1113011130
"eslint-plugin-react@npm:^7.32.2":
11131-
version: 7.36.1
11132-
resolution: "eslint-plugin-react@npm:7.36.1"
11131+
version: 7.37.0
11132+
resolution: "eslint-plugin-react@npm:7.37.0"
1113311133
dependencies:
1113411134
array-includes: "npm:^3.1.8"
1113511135
array.prototype.findlast: "npm:^1.2.5"
@@ -11151,21 +11151,21 @@ __metadata:
1115111151
string.prototype.repeat: "npm:^1.0.0"
1115211152
peerDependencies:
1115311153
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
11154-
checksum: 10c0/8cb37f7fb351213bc44263580ff77627e14e27870fd81dae593e3de2826340b9bd8bbac7ae00fd5de69751a0660b2e51bd26760596f4ae85548f6b1bd76706e6
11154+
checksum: 10c0/c9b02cd425c2a7c36b07fe223e405ae235500ac98f04898529cd8842c78fdd5b54f7c29189db5d6eab390ac5ac531af6e7b94a1f3fe9ad1e6564f7d78fd0eb6b
1115511155
languageName: node
1115611156
linkType: hard
1115711157

11158-
"eslint-plugin-storybook@npm:^0.8.0":
11159-
version: 0.8.0
11160-
resolution: "eslint-plugin-storybook@npm:0.8.0"
11158+
"eslint-plugin-storybook@npm:^0.9.0":
11159+
version: 0.9.0
11160+
resolution: "eslint-plugin-storybook@npm:0.9.0"
1116111161
dependencies:
1116211162
"@storybook/csf": "npm:^0.0.1"
1116311163
"@typescript-eslint/utils": "npm:^5.62.0"
1116411164
requireindex: "npm:^1.2.0"
1116511165
ts-dedent: "npm:^2.2.0"
1116611166
peerDependencies:
1116711167
eslint: ">=6"
11168-
checksum: 10c0/c76f6decdd4c826cd6a8bb613085e0cde804f4648093a0464a39867cc0ba4e1d34be15ff91eed827730da5efbbf55ae5e71af648bb0b461946d5e41384669ab8
11168+
checksum: 10c0/e7e0682092ef4c3035a1e679b89adb0427db386996698791de18e95ba71ba2fed4d254d6ef70c2e0375970e057fd0fa06206c81f3a0acc4455051ed74a87e816
1116911169
languageName: node
1117011170
linkType: hard
1117111171

@@ -11938,7 +11938,7 @@ __metadata:
1193811938
languageName: node
1193911939
linkType: hard
1194011940

11941-
"form-data@npm:^4.0.0":
11941+
"form-data@npm:^4.0.0, form-data@npm:~4.0.0":
1194211942
version: 4.0.0
1194311943
resolution: "form-data@npm:4.0.0"
1194411944
dependencies:
@@ -13061,6 +13061,17 @@ __metadata:
1306113061
languageName: node
1306213062
linkType: hard
1306313063

13064+
"http-signature@npm:~1.4.0":
13065+
version: 1.4.0
13066+
resolution: "http-signature@npm:1.4.0"
13067+
dependencies:
13068+
assert-plus: "npm:^1.0.0"
13069+
jsprim: "npm:^2.0.2"
13070+
sshpk: "npm:^1.18.0"
13071+
checksum: 10c0/b9806f5a9ed82a146589837d175c43b596b1cc8c9431665e83d47c152aa8a4629dd1b1e050f8f56e7f17f62cf97b58e888775093310441ddee5f105f28646b2b
13072+
languageName: node
13073+
linkType: hard
13074+
1306413075
"http2-wrapper@npm:^1.0.0-beta.5.2":
1306513076
version: 1.0.3
1306613077
resolution: "http2-wrapper@npm:1.0.3"
@@ -18735,15 +18746,6 @@ __metadata:
1873518746
languageName: node
1873618747
linkType: hard
1873718748

18738-
"qs@npm:6.10.4, qs@npm:~6.10.3":
18739-
version: 6.10.4
18740-
resolution: "qs@npm:6.10.4"
18741-
dependencies:
18742-
side-channel: "npm:^1.0.4"
18743-
checksum: 10c0/7a8c9d77968aeccb769aedd7e047c0e0109dad0cfa57cab1ad906f4069fd58f361b80abd2de5854ba9a09b4c5d06d6a2c82108766f1f1527572fe6130deaa471
18744-
languageName: node
18745-
linkType: hard
18746-
1874718749
"qs@npm:6.13.0":
1874818750
version: 6.13.0
1874918751
resolution: "qs@npm:6.13.0"
@@ -18753,6 +18755,15 @@ __metadata:
1875318755
languageName: node
1875418756
linkType: hard
1875518757

18758+
"qs@npm:~6.10.3":
18759+
version: 6.10.4
18760+
resolution: "qs@npm:6.10.4"
18761+
dependencies:
18762+
side-channel: "npm:^1.0.4"
18763+
checksum: 10c0/7a8c9d77968aeccb769aedd7e047c0e0109dad0cfa57cab1ad906f4069fd58f361b80abd2de5854ba9a09b4c5d06d6a2c82108766f1f1527572fe6130deaa471
18764+
languageName: node
18765+
linkType: hard
18766+
1875618767
"query-selector-shadow-dom@npm:^1.0.0":
1875718768
version: 1.0.1
1875818769
resolution: "query-selector-shadow-dom@npm:1.0.1"
@@ -20449,6 +20460,27 @@ __metadata:
2044920460
languageName: node
2045020461
linkType: hard
2045120462

20463+
"sshpk@npm:^1.18.0":
20464+
version: 1.18.0
20465+
resolution: "sshpk@npm:1.18.0"
20466+
dependencies:
20467+
asn1: "npm:~0.2.3"
20468+
assert-plus: "npm:^1.0.0"
20469+
bcrypt-pbkdf: "npm:^1.0.0"
20470+
dashdash: "npm:^1.12.0"
20471+
ecc-jsbn: "npm:~0.1.1"
20472+
getpass: "npm:^0.1.1"
20473+
jsbn: "npm:~0.1.0"
20474+
safer-buffer: "npm:^2.0.2"
20475+
tweetnacl: "npm:~0.14.0"
20476+
bin:
20477+
sshpk-conv: bin/sshpk-conv
20478+
sshpk-sign: bin/sshpk-sign
20479+
sshpk-verify: bin/sshpk-verify
20480+
checksum: 10c0/e516e34fa981cfceef45fd2e947772cc70dbd57523e5c608e2cd73752ba7f8a99a04df7c3ed751588e8d91956b6f16531590b35d3489980d1c54c38bebcd41b1
20481+
languageName: node
20482+
linkType: hard
20483+
2045220484
"ssri@npm:^10.0.0":
2045320485
version: 10.0.1
2045420486
resolution: "ssri@npm:10.0.1"
@@ -21135,10 +21167,10 @@ __metadata:
2113521167
languageName: node
2113621168
linkType: hard
2113721169

21138-
"tocbot@npm:4.29.0":
21139-
version: 4.29.0
21140-
resolution: "tocbot@npm:4.29.0"
21141-
checksum: 10c0/165888e7345fd61c3f5efc56c2bd4dab690f5fde40e0ed022c1937c4e4abc0d591aacaf426dee4f2e21a150ee09fa61e3edf7e321a4ce22251547b24badf91f7
21170+
"tocbot@npm:4.30.0":
21171+
version: 4.30.0
21172+
resolution: "tocbot@npm:4.30.0"
21173+
checksum: 10c0/ef338e536bf48d1d621ca6fa2cb8064749fcec1e38f5773ed6f59541b405d55c4e038fe149cc4a14dd86f28e844735ecae599dca379d7ced74bcfdc4bcc6b87a
2114221174
languageName: node
2114321175
linkType: hard
2114421176

@@ -21692,7 +21724,7 @@ __metadata:
2169221724
"@vitejs/plugin-react": "npm:^4.2.0"
2169321725
chromatic: "npm:^11.0.0"
2169421726
cssnano: "npm:^7.0.0"
21695-
cypress: "npm:13.14.2"
21727+
cypress: "npm:13.15.0"
2169621728
cypress-real-events: "npm:^1.8.1"
2169721729
dedent: "npm:^1.0.0"
2169821730
eslint: "npm:^8.35.0"
@@ -21704,7 +21736,7 @@ __metadata:
2170421736
eslint-plugin-prettier: "npm:^5.0.0"
2170521737
eslint-plugin-react: "npm:^7.32.2"
2170621738
eslint-plugin-react-hooks: "npm:^4.6.0"
21707-
eslint-plugin-storybook: "npm:^0.8.0"
21739+
eslint-plugin-storybook: "npm:^0.9.0"
2170821740
glob: "npm:^11.0.0"
2170921741
husky: "npm:^9.0.6"
2171021742
lerna: "npm:^8.0.0"
@@ -21721,7 +21753,7 @@ __metadata:
2172121753
remark-gfm: "npm:^4.0.0"
2172221754
rimraf: "npm:^6.0.0"
2172321755
storybook: "npm:8.3.2"
21724-
tocbot: "npm:4.29.0"
21756+
tocbot: "npm:4.30.0"
2172521757
typedoc: "npm:^0.26.0"
2172621758
typescript: "npm:5.6.2"
2172721759
vite: "npm:^5.0.0"

0 commit comments

Comments
 (0)