Skip to content

Commit 03df5da

Browse files
chore(deps): update all non-major dependencies (minor) (#8297)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`24.10.15` → `24.12.0`](https://renovatebot.com/diffs/npm/@types%2fnode/24.10.15/24.12.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.12.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.10.15/24.12.0?slim=true) | | [chromatic](https://www.chromatic.com) ([source](https://redirect.github.com/chromaui/chromatic-cli)) | [`15.1.1` → `15.2.0`](https://renovatebot.com/diffs/npm/chromatic/15.1.1/15.2.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/chromatic/15.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/chromatic/15.1.1/15.2.0?slim=true) | | [cypress](https://cypress.io) ([source](https://redirect.github.com/cypress-io/cypress)) | [`15.10.0` → `15.11.0`](https://renovatebot.com/diffs/npm/cypress/15.10.0/15.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/15.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/15.10.0/15.11.0?slim=true) | | [globals](https://redirect.github.com/sindresorhus/globals) | [`17.3.0` → `17.4.0`](https://renovatebot.com/diffs/npm/globals/17.3.0/17.4.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/globals/17.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/17.3.0/17.4.0?slim=true) | | [lint-staged](https://redirect.github.com/lint-staged/lint-staged) | [`16.2.7` → `16.3.2`](https://renovatebot.com/diffs/npm/lint-staged/16.2.7/16.3.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/16.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/16.2.7/16.3.2?slim=true) | --- ### Release Notes <details> <summary>chromaui/chromatic-cli (chromatic)</summary> ### [`v15.2.0`](https://redirect.github.com/chromaui/chromatic-cli/blob/HEAD/CHANGELOG.md#v1520-Mon-Feb-23-2026) [Compare Source](https://redirect.github.com/chromaui/chromatic-cli/compare/v15.1.1...v15.2.0) ##### 🚀 Enhancement - ❇️ Add input parameter chromaticSha. [#&#8203;1241](https://redirect.github.com/chromaui/chromatic-cli/pull/1241) ([@&#8203;jwir3](https://redirect.github.com/jwir3)) ##### Authors: 1 - Scott Johnson ([@&#8203;jwir3](https://redirect.github.com/jwir3)) *** </details> <details> <summary>cypress-io/cypress (cypress)</summary> ### [`v15.11.0`](https://redirect.github.com/cypress-io/cypress/releases/tag/v15.11.0) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v15.10.0...v15.11.0) Changelog: <https://docs.cypress.io/app/references/changelog#15-11-0> </details> <details> <summary>sindresorhus/globals (globals)</summary> ### [`v17.4.0`](https://redirect.github.com/sindresorhus/globals/compare/v17.3.0...a9cfd7493fb701474d4dc946283c7b9d63d64134) [Compare Source](https://redirect.github.com/sindresorhus/globals/compare/v17.3.0...v17.4.0) </details> <details> <summary>lint-staged/lint-staged (lint-staged)</summary> ### [`v16.3.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1632) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.1...v16.3.2) ##### Patch Changes - [#&#8203;1735](https://redirect.github.com/lint-staged/lint-staged/pull/1735) [`2adaf6c`](https://redirect.github.com/lint-staged/lint-staged/commit/2adaf6c3a76152abddbf23b749dfa5d62982f3cf) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Hide the extra `cmd` window on Windows by spawning tasks without the `detached` option. ### [`v16.3.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1631) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.3.0...v16.3.1) ##### Patch Changes - [#&#8203;1729](https://redirect.github.com/lint-staged/lint-staged/pull/1729) [`cd5d762`](https://redirect.github.com/lint-staged/lint-staged/commit/cd5d762c288bcfe36274c32f018cea97dfe11280) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Remove `nano-spawn` as a dependency from `package.json` as it was replaced with `tinyexec` and is no longer used. ### [`v16.3.0`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1630) [Compare Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.2.7...v16.3.0) ##### Minor Changes - [#&#8203;1698](https://redirect.github.com/lint-staged/lint-staged/pull/1698) [`feda37a`](https://redirect.github.com/lint-staged/lint-staged/commit/feda37aa590789e847f32a4aabc346af1d79c547) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Run external processes with [`tinyexec`](https://redirect.github.com/tinylibs/tinyexec) instead of [`nano-spawn`](https://redirect.github.com/sindresorhus/nano-spawn). `nano-spawn` replaced [`execa`](https://redirect.github.com/sindresorhus/execa) in *lint-staged* version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope `tinyexec` improves the situation. - [#&#8203;1699](https://redirect.github.com/lint-staged/lint-staged/pull/1699) [`1346d16`](https://redirect.github.com/lint-staged/lint-staged/commit/1346d16387e188911ef64e8bad6b8a6252cb6d71) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Remove `pidtree` as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the `taskkill` command on Windows. ##### Patch Changes - [#&#8203;1726](https://redirect.github.com/lint-staged/lint-staged/pull/1726) [`87467aa`](https://redirect.github.com/lint-staged/lint-staged/commit/87467aaa76e1edc2547f3f3d462a4495afa5337d) Thanks [@&#8203;iiroj](https://redirect.github.com/iiroj)! - Incorrect brace expansions like `*.{js}` (*nothing to expand*) are detected exhaustively, instead of just a single pass. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3b7f5f7 commit 03df5da

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
"@semantic-release/github": "12.0.6",
6969
"@testing-library/cypress": "10.1.0",
7070
"@types/jscodeshift": "17.3.0",
71-
"@types/node": "24.10.15",
71+
"@types/node": "24.12.0",
7272
"@types/react": "19.2.14",
7373
"@types/react-dom": "19.2.3",
7474
"@ui5/webcomponents-tools": "2.20.0",
7575
"@vitejs/plugin-react": "5.1.4",
76-
"chromatic": "15.1.1",
76+
"chromatic": "15.2.0",
7777
"cssnano": "7.1.3",
78-
"cypress": "15.10.0",
78+
"cypress": "15.11.0",
7979
"cypress-real-events": "1.15.0",
8080
"dedent": "1.7.2",
8181
"documentation": "14.0.3",
@@ -89,10 +89,10 @@
8989
"eslint-plugin-react-hooks": "7.0.1",
9090
"eslint-plugin-storybook": "10.2.16",
9191
"glob": "13.0.6",
92-
"globals": "17.3.0",
92+
"globals": "17.4.0",
9393
"husky": "9.1.7",
9494
"lerna": "9.0.5",
95-
"lint-staged": "16.2.7",
95+
"lint-staged": "16.3.2",
9696
"monocart-reporter": "2.10.0",
9797
"npm-run-all2": "8.0.4",
9898
"postcss": "8.5.8",

yarn.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4528,12 +4528,12 @@ __metadata:
45284528
languageName: node
45294529
linkType: hard
45304530

4531-
"@types/node@npm:24.10.15":
4532-
version: 24.10.15
4533-
resolution: "@types/node@npm:24.10.15"
4531+
"@types/node@npm:24.12.0":
4532+
version: 24.12.0
4533+
resolution: "@types/node@npm:24.12.0"
45344534
dependencies:
45354535
undici-types: "npm:~7.16.0"
4536-
checksum: 10c0/5c688efe22b660fa1f21a4c8b1b9c9deae7db7f174e1c4c82799e6395ebfcdf5b97dac137814616be167e636ae77a4ffa5d9e871cbe6796811abea3628ff6dda
4536+
checksum: 10c0/8b31c0af5b5474f13048a4e77c57f22cd4f8fe6e58c4b6fde9456b0c13f46a5bfaf5744ff88fd089581de9f0d6e99c584e022681de7acb26a58d258c654c4843
45374537
languageName: node
45384538
linkType: hard
45394539

@@ -7358,9 +7358,9 @@ __metadata:
73587358
languageName: node
73597359
linkType: hard
73607360

7361-
"chromatic@npm:15.1.1":
7362-
version: 15.1.1
7363-
resolution: "chromatic@npm:15.1.1"
7361+
"chromatic@npm:15.2.0":
7362+
version: 15.2.0
7363+
resolution: "chromatic@npm:15.2.0"
73647364
peerDependencies:
73657365
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
73667366
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
@@ -7373,7 +7373,7 @@ __metadata:
73737373
chroma: dist/bin.js
73747374
chromatic: dist/bin.js
73757375
chromatic-cli: dist/bin.js
7376-
checksum: 10c0/c7d68fe4d8979c29e7d1f10064c36aa44f2bcd76b01bd3fe7cfb5d4e81e92df22fb8968e19cf4fd6c8ad3049ce748b2dd04b38a4b7f7a5a233b2b10a1005e872
7376+
checksum: 10c0/b46c9e288236c76128935373ca90eda0127eb604a0431ba25c4600e952fc2bba414dbc3268513be7cc35b9d0ffff8566ca95e838bc9d4341940a99ef33a5808b
73777377
languageName: node
73787378
linkType: hard
73797379

@@ -7689,7 +7689,7 @@ __metadata:
76897689
languageName: node
76907690
linkType: hard
76917691

7692-
"commander@npm:^14.0.0, commander@npm:^14.0.2":
7692+
"commander@npm:^14.0.0, commander@npm:^14.0.3":
76937693
version: 14.0.3
76947694
resolution: "commander@npm:14.0.3"
76957695
checksum: 10c0/755652564bbf56ff2ff083313912b326450d3f8d8c85f4b71416539c9a05c3c67dbd206821ca72635bf6b160e2afdefcb458e86b317827d5cb333b69ce7f1a24
@@ -8236,9 +8236,9 @@ __metadata:
82368236
languageName: node
82378237
linkType: hard
82388238

8239-
"cypress@npm:15.10.0":
8240-
version: 15.10.0
8241-
resolution: "cypress@npm:15.10.0"
8239+
"cypress@npm:15.11.0":
8240+
version: 15.11.0
8241+
resolution: "cypress@npm:15.11.0"
82428242
dependencies:
82438243
"@cypress/request": "npm:^3.0.10"
82448244
"@cypress/xvfb": "npm:^1.2.4"
@@ -8277,14 +8277,15 @@ __metadata:
82778277
proxy-from-env: "npm:1.0.0"
82788278
request-progress: "npm:^3.0.0"
82798279
supports-color: "npm:^8.1.1"
8280-
systeminformation: "npm:^5.27.14"
8280+
systeminformation: "npm:^5.31.1"
82818281
tmp: "npm:~0.2.4"
82828282
tree-kill: "npm:1.2.2"
8283+
tslib: "npm:1.14.1"
82838284
untildify: "npm:^4.0.0"
82848285
yauzl: "npm:^2.10.0"
82858286
bin:
82868287
cypress: bin/cypress
8287-
checksum: 10c0/0041a6baad4ce3a70c1bb5d872636eb1dd4d49a199a322162b79f11e7cef41dc1e53c7002ee55d7d2c59a5587f36aa015989803e912074f54fe13a94fe7c574d
8288+
checksum: 10c0/6e3e31954bf46802d3f48f84301b224daadfc800ad65c0e297f0c1292f347a0a2385c0db6ecc4215c0aaf991363859db03f0a6e0fba249aee39dbc0dfca7673f
82888289
languageName: node
82898290
linkType: hard
82908291

@@ -11281,10 +11282,10 @@ __metadata:
1128111282
languageName: node
1128211283
linkType: hard
1128311284

11284-
"globals@npm:17.3.0":
11285-
version: 17.3.0
11286-
resolution: "globals@npm:17.3.0"
11287-
checksum: 10c0/7f21443ecaa60c6e9ff56d9fb6f10a9b5f9514e7f22e5392f715472bb220ce31c865ebf414a32695150e733fb3e1013e6322dbce70fddd1e066f372b8d55a4b8
11285+
"globals@npm:17.4.0":
11286+
version: 17.4.0
11287+
resolution: "globals@npm:17.4.0"
11288+
checksum: 10c0/2be9e8c2b9035836f13d420b22f0247a328db82967d3bebfc01126d888ed609305f06c05895914e969653af5c6ba35fd7a0920f3e6c869afa60666c810630feb
1128811289
languageName: node
1128911290
linkType: hard
1129011291

@@ -13430,20 +13431,19 @@ __metadata:
1343013431
languageName: node
1343113432
linkType: hard
1343213433

13433-
"lint-staged@npm:16.2.7":
13434-
version: 16.2.7
13435-
resolution: "lint-staged@npm:16.2.7"
13434+
"lint-staged@npm:16.3.2":
13435+
version: 16.3.2
13436+
resolution: "lint-staged@npm:16.3.2"
1343613437
dependencies:
13437-
commander: "npm:^14.0.2"
13438+
commander: "npm:^14.0.3"
1343813439
listr2: "npm:^9.0.5"
1343913440
micromatch: "npm:^4.0.8"
13440-
nano-spawn: "npm:^2.0.0"
13441-
pidtree: "npm:^0.6.0"
1344213441
string-argv: "npm:^0.3.2"
13443-
yaml: "npm:^2.8.1"
13442+
tinyexec: "npm:^1.0.2"
13443+
yaml: "npm:^2.8.2"
1344413444
bin:
1344513445
lint-staged: bin/lint-staged.js
13446-
checksum: 10c0/9a677c21a8112d823ae5bc565ba2c9e7b803786f2a021c46827a55fe44ed59def96edb24fc99c06a2545cdbbf366022ad82addcb3bf60c712f3b98ef92069717
13446+
checksum: 10c0/4cbaa85904a912215660ac3c69400b71beabe3fe7e82969cd32c726dbfb04b0f651d0660906215f955c1446ac6b520319e1c7a03c707353a5f038c3d0441a8c3
1344713447
languageName: node
1344813448
linkType: hard
1344913449

@@ -15564,13 +15564,6 @@ __metadata:
1556415564
languageName: node
1556515565
linkType: hard
1556615566

15567-
"nano-spawn@npm:^2.0.0":
15568-
version: 2.0.0
15569-
resolution: "nano-spawn@npm:2.0.0"
15570-
checksum: 10c0/d00f9b5739f86e28cb732ffd774793e110810cded246b8393c75c4f22674af47f98ee37b19f022ada2d8c9425f800e841caa0662fbff4c0930a10e39339fb366
15571-
languageName: node
15572-
linkType: hard
15573-
1557415567
"nanoid@npm:^3.3.11":
1557515568
version: 3.3.11
1557615569
resolution: "nanoid@npm:3.3.11"
@@ -19874,12 +19867,12 @@ __metadata:
1987419867
languageName: node
1987519868
linkType: hard
1987619869

19877-
"systeminformation@npm:^5.27.14":
19878-
version: 5.31.1
19879-
resolution: "systeminformation@npm:5.31.1"
19870+
"systeminformation@npm:^5.31.1":
19871+
version: 5.31.3
19872+
resolution: "systeminformation@npm:5.31.3"
1988019873
bin:
1988119874
systeminformation: lib/cli.js
19882-
checksum: 10c0/66dc6a5e696c3ea8c191c32163a1e426d066a73f6084fc538e86d7a148f19ff64449589f06f1f74ec0183cfd0c57e3df565d181bc352fb0ba268d6a6435de7fb
19875+
checksum: 10c0/f093cea323845522b71c5cdb8ec1919dbaff9a6c01fe77638dc4d30d936f827acd776112cb93b6f0af6294ab1c177b0a0bf44ae5b1c072c1b43597d86a00423f
1988319876
conditions: (os=darwin | os=linux | os=win32 | os=freebsd | os=openbsd | os=netbsd | os=sunos | os=android)
1988419877
languageName: node
1988519878
linkType: hard
@@ -20039,6 +20032,13 @@ __metadata:
2003920032
languageName: node
2004020033
linkType: hard
2004120034

20035+
"tinyexec@npm:^1.0.2":
20036+
version: 1.0.2
20037+
resolution: "tinyexec@npm:1.0.2"
20038+
checksum: 10c0/1261a8e34c9b539a9aae3b7f0bb5372045ff28ee1eba035a2a059e532198fe1a182ec61ac60fa0b4a4129f0c4c4b1d2d57355b5cb9aa2d17ac9454ecace502ee
20039+
languageName: node
20040+
linkType: hard
20041+
2004220042
"tinyglobby@npm:0.2.12":
2004320043
version: 0.2.12
2004420044
resolution: "tinyglobby@npm:0.2.12"
@@ -20259,7 +20259,7 @@ __metadata:
2025920259
languageName: node
2026020260
linkType: hard
2026120261

20262-
"tslib@npm:^1.8.1":
20262+
"tslib@npm:1.14.1, tslib@npm:^1.8.1":
2026320263
version: 1.14.1
2026420264
resolution: "tslib@npm:1.14.1"
2026520265
checksum: 10c0/69ae09c49eea644bc5ebe1bca4fa4cc2c82b7b3e02f43b84bd891504edf66dbc6b2ec0eef31a957042de2269139e4acff911e6d186a258fb14069cd7f6febce2
@@ -20594,7 +20594,7 @@ __metadata:
2059420594
"@storybook/react-vite": "npm:10.2.14"
2059520595
"@testing-library/cypress": "npm:10.1.0"
2059620596
"@types/jscodeshift": "npm:17.3.0"
20597-
"@types/node": "npm:24.10.15"
20597+
"@types/node": "npm:24.12.0"
2059820598
"@types/react": "npm:19.2.14"
2059920599
"@types/react-dom": "npm:19.2.3"
2060020600
"@ui5/webcomponents": "npm:2.20.0"
@@ -20604,9 +20604,9 @@ __metadata:
2060420604
"@ui5/webcomponents-icons": "npm:2.20.0"
2060520605
"@ui5/webcomponents-tools": "npm:2.20.0"
2060620606
"@vitejs/plugin-react": "npm:5.1.4"
20607-
chromatic: "npm:15.1.1"
20607+
chromatic: "npm:15.2.0"
2060820608
cssnano: "npm:7.1.3"
20609-
cypress: "npm:15.10.0"
20609+
cypress: "npm:15.11.0"
2061020610
cypress-real-events: "npm:1.15.0"
2061120611
dedent: "npm:1.7.2"
2061220612
documentation: "npm:14.0.3"
@@ -20620,10 +20620,10 @@ __metadata:
2062020620
eslint-plugin-react-hooks: "npm:7.0.1"
2062120621
eslint-plugin-storybook: "npm:10.2.16"
2062220622
glob: "npm:13.0.6"
20623-
globals: "npm:17.3.0"
20623+
globals: "npm:17.4.0"
2062420624
husky: "npm:9.1.7"
2062520625
lerna: "npm:9.0.5"
20626-
lint-staged: "npm:16.2.7"
20626+
lint-staged: "npm:16.3.2"
2062720627
monocart-reporter: "npm:2.10.0"
2062820628
npm-run-all2: "npm:8.0.4"
2062920629
postcss: "npm:8.5.8"
@@ -21970,7 +21970,7 @@ __metadata:
2197021970
languageName: node
2197121971
linkType: hard
2197221972

21973-
"yaml@npm:^2.2.2, yaml@npm:^2.4.2, yaml@npm:^2.6.0, yaml@npm:^2.8.1":
21973+
"yaml@npm:^2.2.2, yaml@npm:^2.4.2, yaml@npm:^2.6.0, yaml@npm:^2.8.2":
2197421974
version: 2.8.2
2197521975
resolution: "yaml@npm:2.8.2"
2197621976
bin:

0 commit comments

Comments
 (0)