Commit 6d9b293
authored
chore(deps): update all non-major dependencies (main) (patch) (#7443)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.15.30` ->
`22.15.31`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.30/22.15.31)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react))
| [`19.1.7` ->
`19.1.8`](https://renovatebot.com/diffs/npm/@types%2freact/19.1.7/19.1.8)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [glob](https://redirect.github.com/isaacs/node-glob) | [`11.0.2` ->
`11.0.3`](https://renovatebot.com/diffs/npm/glob/11.0.2/11.0.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [lint-staged](https://redirect.github.com/lint-staged/lint-staged) |
[`16.1.0` ->
`16.1.2`](https://renovatebot.com/diffs/npm/lint-staged/16.1.0/16.1.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [postcss](https://postcss.org/)
([source](https://redirect.github.com/postcss/postcss)) | [`8.5.4` ->
`8.5.5`](https://renovatebot.com/diffs/npm/postcss/8.5.4/8.5.5) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[postcss-nesting](https://redirect.github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting#readme)
([source](https://redirect.github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting))
| [`13.0.1` ->
`13.0.2`](https://renovatebot.com/diffs/npm/postcss-nesting/13.0.1/13.0.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>isaacs/node-glob (glob)</summary>
###
[`v11.0.3`](https://redirect.github.com/isaacs/node-glob/compare/v11.0.2...af2e7cef90e7ccc9feaa297323330a9ad8751922)
[Compare
Source](https://redirect.github.com/isaacs/node-glob/compare/v11.0.2...v11.0.3)
</details>
<details>
<summary>lint-staged/lint-staged (lint-staged)</summary>
###
[`v16.1.2`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1612)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.1.1...v16.1.2)
##### Patch Changes
-
[#​1570](https://redirect.github.com/lint-staged/lint-staged/pull/1570)
[`a7c0c88`](https://redirect.github.com/lint-staged/lint-staged/commit/a7c0c88bcfe94e695528cb33e69fea58586691fc)
Thanks [@​ItsNickBarry](https://redirect.github.com/ItsNickBarry)!
- When using `--diff-filter` with the `D` option to include deleted
staged files, *lint-staged* no longer tries to stage the deleted files,
unless they're no longer deleted. Previously this caused an error from
`git add` like `fatal: pathspec 'deleted-file' did not match any files`.
-
[`38f942e`](https://redirect.github.com/lint-staged/lint-staged/commit/38f942ecc456355d5f12af68db1696f3411f65c2)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Removed an
extraneous log entry that printed `shouldHidePArtiallyStagedFiles` to
console output.
###
[`v16.1.1`](https://redirect.github.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1611)
[Compare
Source](https://redirect.github.com/lint-staged/lint-staged/compare/v16.1.0...v16.1.1)
##### Patch Changes
-
[#​1565](https://redirect.github.com/lint-staged/lint-staged/pull/1565)
[`3686977`](https://redirect.github.com/lint-staged/lint-staged/commit/3686977ccdadf70b709c16c0346ef6c2b18e2376)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! -
*Lint-staged* now explicitly warns about potential data loss when using
`--no-stash`.
-
[#​1571](https://redirect.github.com/lint-staged/lint-staged/pull/1571)
[`02299a9`](https://redirect.github.com/lint-staged/lint-staged/commit/02299a9e4f98a05c13beb27f3596af73aaa8c150)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - Function
tasks (introduced in v16.0.0) only received the staged files matching
the conpmnfigured glob, instead of all staged files.
-
[#​1563](https://redirect.github.com/lint-staged/lint-staged/pull/1563)
[`bc61c74`](https://redirect.github.com/lint-staged/lint-staged/commit/bc61c74383b6d100c55b8d275b979d583ffbe5a1)
Thanks [@​iiroj](https://redirect.github.com/iiroj)! - This
version fixes incorrect behavior where unstaged changes were committed
when using the `--no-stash` option. This happened because `--no-stash`
implied `--no-hide-partially-staged`, meaning unstaged changes to files
which also had other staged changes were added to the commit by
*lint-staged*; this is no longer the case.
The previous (incorrect) behavior can still be achieved by using both
options `--no-stash --no-hide-partially-staged` at the same time.
</details>
<details>
<summary>postcss/postcss (postcss)</summary>
###
[`v8.5.5`](https://redirect.github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#855)
[Compare
Source](https://redirect.github.com/postcss/postcss/compare/8.5.4...8.5.5)
- Fixed `package.json`→`exports` compatibility with some tools (by
[@​JounQin](https://redirect.github.com/JounQin)).
</details>
<details>
<summary>csstools/postcss-plugins (postcss-nesting)</summary>
###
[`v13.0.2`](https://redirect.github.com/csstools/postcss-plugins/blob/HEAD/plugins/postcss-nesting/CHANGELOG.md#1302)
[Compare
Source](https://redirect.github.com/csstools/postcss-plugins/compare/4ecc2183b790c383785901bc1d793961e9f0a547...dabec01d9b27f8e9fb1f7fe28b1f900be08d29ad)
*June 10, 2025*
- Updated
[`@csstools/selector-resolve-nested`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/selector-resolve-nested)
to
[`3.1.0`](https://redirect.github.com/csstools/postcss-plugins/tree/main/packages/selector-resolve-nested/CHANGELOG.md#310)
(minor)
</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/SAP/ui5-webcomponents-react).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 1e3f677 commit 6d9b293
2 files changed
+104
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2358 | 2358 | | |
2359 | 2359 | | |
2360 | 2360 | | |
2361 | | - | |
2362 | | - | |
2363 | | - | |
| 2361 | + | |
| 2362 | + | |
| 2363 | + | |
2364 | 2364 | | |
2365 | 2365 | | |
2366 | | - | |
| 2366 | + | |
2367 | 2367 | | |
2368 | 2368 | | |
2369 | 2369 | | |
| |||
3276 | 3276 | | |
3277 | 3277 | | |
3278 | 3278 | | |
| 3279 | + | |
| 3280 | + | |
| 3281 | + | |
| 3282 | + | |
| 3283 | + | |
| 3284 | + | |
| 3285 | + | |
| 3286 | + | |
| 3287 | + | |
| 3288 | + | |
| 3289 | + | |
| 3290 | + | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
| 3294 | + | |
3279 | 3295 | | |
3280 | 3296 | | |
3281 | 3297 | | |
| |||
5687 | 5703 | | |
5688 | 5704 | | |
5689 | 5705 | | |
5690 | | - | |
5691 | | - | |
5692 | | - | |
| 5706 | + | |
| 5707 | + | |
| 5708 | + | |
5693 | 5709 | | |
5694 | 5710 | | |
5695 | | - | |
| 5711 | + | |
5696 | 5712 | | |
5697 | 5713 | | |
5698 | 5714 | | |
| |||
5773 | 5789 | | |
5774 | 5790 | | |
5775 | 5791 | | |
5776 | | - | |
5777 | | - | |
5778 | | - | |
| 5792 | + | |
| 5793 | + | |
| 5794 | + | |
5779 | 5795 | | |
5780 | 5796 | | |
5781 | | - | |
| 5797 | + | |
5782 | 5798 | | |
5783 | 5799 | | |
5784 | 5800 | | |
| |||
12711 | 12727 | | |
12712 | 12728 | | |
12713 | 12729 | | |
| 12730 | + | |
| 12731 | + | |
| 12732 | + | |
| 12733 | + | |
| 12734 | + | |
| 12735 | + | |
| 12736 | + | |
| 12737 | + | |
| 12738 | + | |
| 12739 | + | |
12714 | 12740 | | |
12715 | 12741 | | |
12716 | 12742 | | |
| |||
13348 | 13374 | | |
13349 | 13375 | | |
13350 | 13376 | | |
13351 | | - | |
13352 | | - | |
13353 | | - | |
| 13377 | + | |
| 13378 | + | |
| 13379 | + | |
13354 | 13380 | | |
13355 | | - | |
13356 | | - | |
13357 | | - | |
| 13381 | + | |
| 13382 | + | |
| 13383 | + | |
13358 | 13384 | | |
13359 | 13385 | | |
13360 | 13386 | | |
13361 | 13387 | | |
13362 | 13388 | | |
13363 | | - | |
| 13389 | + | |
13364 | 13390 | | |
13365 | 13391 | | |
13366 | 13392 | | |
| |||
13394 | 13420 | | |
13395 | 13421 | | |
13396 | 13422 | | |
| 13423 | + | |
| 13424 | + | |
| 13425 | + | |
| 13426 | + | |
| 13427 | + | |
| 13428 | + | |
| 13429 | + | |
| 13430 | + | |
| 13431 | + | |
| 13432 | + | |
| 13433 | + | |
| 13434 | + | |
| 13435 | + | |
| 13436 | + | |
| 13437 | + | |
| 13438 | + | |
13397 | 13439 | | |
13398 | 13440 | | |
13399 | 13441 | | |
| |||
15358 | 15400 | | |
15359 | 15401 | | |
15360 | 15402 | | |
| 15403 | + | |
| 15404 | + | |
| 15405 | + | |
| 15406 | + | |
| 15407 | + | |
| 15408 | + | |
| 15409 | + | |
| 15410 | + | |
| 15411 | + | |
15361 | 15412 | | |
15362 | 15413 | | |
15363 | 15414 | | |
| |||
16001 | 16052 | | |
16002 | 16053 | | |
16003 | 16054 | | |
16004 | | - | |
16005 | | - | |
16006 | | - | |
| 16055 | + | |
| 16056 | + | |
| 16057 | + | |
16007 | 16058 | | |
16008 | 16059 | | |
16009 | 16060 | | |
| |||
16017 | 16068 | | |
16018 | 16069 | | |
16019 | 16070 | | |
16020 | | - | |
| 16071 | + | |
16021 | 16072 | | |
16022 | 16073 | | |
16023 | 16074 | | |
| |||
17877 | 17928 | | |
17878 | 17929 | | |
17879 | 17930 | | |
| 17931 | + | |
| 17932 | + | |
| 17933 | + | |
| 17934 | + | |
| 17935 | + | |
| 17936 | + | |
| 17937 | + | |
| 17938 | + | |
| 17939 | + | |
17880 | 17940 | | |
17881 | 17941 | | |
17882 | 17942 | | |
| |||
20123 | 20183 | | |
20124 | 20184 | | |
20125 | 20185 | | |
20126 | | - | |
20127 | | - | |
20128 | | - | |
| 20186 | + | |
| 20187 | + | |
| 20188 | + | |
20129 | 20189 | | |
20130 | | - | |
| 20190 | + | |
20131 | 20191 | | |
20132 | 20192 | | |
20133 | 20193 | | |
20134 | 20194 | | |
20135 | | - | |
| 20195 | + | |
20136 | 20196 | | |
20137 | 20197 | | |
20138 | 20198 | | |
| |||
20341 | 20401 | | |
20342 | 20402 | | |
20343 | 20403 | | |
20344 | | - | |
20345 | | - | |
20346 | | - | |
| 20404 | + | |
| 20405 | + | |
| 20406 | + | |
20347 | 20407 | | |
20348 | 20408 | | |
20349 | 20409 | | |
20350 | 20410 | | |
20351 | | - | |
| 20411 | + | |
20352 | 20412 | | |
20353 | 20413 | | |
20354 | 20414 | | |
| |||
24033 | 24093 | | |
24034 | 24094 | | |
24035 | 24095 | | |
24036 | | - | |
24037 | | - | |
| 24096 | + | |
| 24097 | + | |
24038 | 24098 | | |
24039 | 24099 | | |
24040 | 24100 | | |
| |||
24058 | 24118 | | |
24059 | 24119 | | |
24060 | 24120 | | |
24061 | | - | |
| 24121 | + | |
24062 | 24122 | | |
24063 | 24123 | | |
24064 | 24124 | | |
24065 | | - | |
| 24125 | + | |
24066 | 24126 | | |
24067 | | - | |
| 24127 | + | |
24068 | 24128 | | |
24069 | 24129 | | |
24070 | 24130 | | |
24071 | | - | |
| 24131 | + | |
24072 | 24132 | | |
24073 | 24133 | | |
24074 | 24134 | | |
| |||
0 commit comments