Commit 03df5da
authored
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)
|

|

|
| [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) |

|

|
| [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)
|

|

|
| [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) |

|

|
| [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) |

|

|
---
### 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.
[#​1241](https://redirect.github.com/chromaui/chromatic-cli/pull/1241)
([@​jwir3](https://redirect.github.com/jwir3))
##### Authors: 1
- Scott Johnson ([@​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
-
[#​1735](https://redirect.github.com/lint-staged/lint-staged/pull/1735)
[`2adaf6c`](https://redirect.github.com/lint-staged/lint-staged/commit/2adaf6c3a76152abddbf23b749dfa5d62982f3cf)
Thanks [@​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
-
[#​1729](https://redirect.github.com/lint-staged/lint-staged/pull/1729)
[`cd5d762`](https://redirect.github.com/lint-staged/lint-staged/commit/cd5d762c288bcfe36274c32f018cea97dfe11280)
Thanks [@​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
-
[#​1698](https://redirect.github.com/lint-staged/lint-staged/pull/1698)
[`feda37a`](https://redirect.github.com/lint-staged/lint-staged/commit/feda37aa590789e847f32a4aabc346af1d79c547)
Thanks [@​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.
-
[#​1699](https://redirect.github.com/lint-staged/lint-staged/pull/1699)
[`1346d16`](https://redirect.github.com/lint-staged/lint-staged/commit/1346d16387e188911ef64e8bad6b8a6252cb6d71)
Thanks [@​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
-
[#​1726](https://redirect.github.com/lint-staged/lint-staged/pull/1726)
[`87467aa`](https://redirect.github.com/lint-staged/lint-staged/commit/87467aaa76e1edc2547f3f3d462a4495afa5337d)
Thanks [@​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4528 | 4528 | | |
4529 | 4529 | | |
4530 | 4530 | | |
4531 | | - | |
4532 | | - | |
4533 | | - | |
| 4531 | + | |
| 4532 | + | |
| 4533 | + | |
4534 | 4534 | | |
4535 | 4535 | | |
4536 | | - | |
| 4536 | + | |
4537 | 4537 | | |
4538 | 4538 | | |
4539 | 4539 | | |
| |||
7358 | 7358 | | |
7359 | 7359 | | |
7360 | 7360 | | |
7361 | | - | |
7362 | | - | |
7363 | | - | |
| 7361 | + | |
| 7362 | + | |
| 7363 | + | |
7364 | 7364 | | |
7365 | 7365 | | |
7366 | 7366 | | |
| |||
7373 | 7373 | | |
7374 | 7374 | | |
7375 | 7375 | | |
7376 | | - | |
| 7376 | + | |
7377 | 7377 | | |
7378 | 7378 | | |
7379 | 7379 | | |
| |||
7689 | 7689 | | |
7690 | 7690 | | |
7691 | 7691 | | |
7692 | | - | |
| 7692 | + | |
7693 | 7693 | | |
7694 | 7694 | | |
7695 | 7695 | | |
| |||
8236 | 8236 | | |
8237 | 8237 | | |
8238 | 8238 | | |
8239 | | - | |
8240 | | - | |
8241 | | - | |
| 8239 | + | |
| 8240 | + | |
| 8241 | + | |
8242 | 8242 | | |
8243 | 8243 | | |
8244 | 8244 | | |
| |||
8277 | 8277 | | |
8278 | 8278 | | |
8279 | 8279 | | |
8280 | | - | |
| 8280 | + | |
8281 | 8281 | | |
8282 | 8282 | | |
| 8283 | + | |
8283 | 8284 | | |
8284 | 8285 | | |
8285 | 8286 | | |
8286 | 8287 | | |
8287 | | - | |
| 8288 | + | |
8288 | 8289 | | |
8289 | 8290 | | |
8290 | 8291 | | |
| |||
11281 | 11282 | | |
11282 | 11283 | | |
11283 | 11284 | | |
11284 | | - | |
11285 | | - | |
11286 | | - | |
11287 | | - | |
| 11285 | + | |
| 11286 | + | |
| 11287 | + | |
| 11288 | + | |
11288 | 11289 | | |
11289 | 11290 | | |
11290 | 11291 | | |
| |||
13430 | 13431 | | |
13431 | 13432 | | |
13432 | 13433 | | |
13433 | | - | |
13434 | | - | |
13435 | | - | |
| 13434 | + | |
| 13435 | + | |
| 13436 | + | |
13436 | 13437 | | |
13437 | | - | |
| 13438 | + | |
13438 | 13439 | | |
13439 | 13440 | | |
13440 | | - | |
13441 | | - | |
13442 | 13441 | | |
13443 | | - | |
| 13442 | + | |
| 13443 | + | |
13444 | 13444 | | |
13445 | 13445 | | |
13446 | | - | |
| 13446 | + | |
13447 | 13447 | | |
13448 | 13448 | | |
13449 | 13449 | | |
| |||
15564 | 15564 | | |
15565 | 15565 | | |
15566 | 15566 | | |
15567 | | - | |
15568 | | - | |
15569 | | - | |
15570 | | - | |
15571 | | - | |
15572 | | - | |
15573 | | - | |
15574 | 15567 | | |
15575 | 15568 | | |
15576 | 15569 | | |
| |||
19874 | 19867 | | |
19875 | 19868 | | |
19876 | 19869 | | |
19877 | | - | |
19878 | | - | |
19879 | | - | |
| 19870 | + | |
| 19871 | + | |
| 19872 | + | |
19880 | 19873 | | |
19881 | 19874 | | |
19882 | | - | |
| 19875 | + | |
19883 | 19876 | | |
19884 | 19877 | | |
19885 | 19878 | | |
| |||
20039 | 20032 | | |
20040 | 20033 | | |
20041 | 20034 | | |
| 20035 | + | |
| 20036 | + | |
| 20037 | + | |
| 20038 | + | |
| 20039 | + | |
| 20040 | + | |
| 20041 | + | |
20042 | 20042 | | |
20043 | 20043 | | |
20044 | 20044 | | |
| |||
20259 | 20259 | | |
20260 | 20260 | | |
20261 | 20261 | | |
20262 | | - | |
| 20262 | + | |
20263 | 20263 | | |
20264 | 20264 | | |
20265 | 20265 | | |
| |||
20594 | 20594 | | |
20595 | 20595 | | |
20596 | 20596 | | |
20597 | | - | |
| 20597 | + | |
20598 | 20598 | | |
20599 | 20599 | | |
20600 | 20600 | | |
| |||
20604 | 20604 | | |
20605 | 20605 | | |
20606 | 20606 | | |
20607 | | - | |
| 20607 | + | |
20608 | 20608 | | |
20609 | | - | |
| 20609 | + | |
20610 | 20610 | | |
20611 | 20611 | | |
20612 | 20612 | | |
| |||
20620 | 20620 | | |
20621 | 20621 | | |
20622 | 20622 | | |
20623 | | - | |
| 20623 | + | |
20624 | 20624 | | |
20625 | 20625 | | |
20626 | | - | |
| 20626 | + | |
20627 | 20627 | | |
20628 | 20628 | | |
20629 | 20629 | | |
| |||
21970 | 21970 | | |
21971 | 21971 | | |
21972 | 21972 | | |
21973 | | - | |
| 21973 | + | |
21974 | 21974 | | |
21975 | 21975 | | |
21976 | 21976 | | |
| |||
0 commit comments