Commit cc0dc21
authored
chore(deps): update all non-major dependencies (main) (patch) (#7083)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-import-resolver-typescript](https://redirect.github.com/import-js/eslint-import-resolver-typescript)
| [`3.8.3` ->
`3.8.7`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/3.8.3/3.8.7)
|
[](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-cli](https://redirect.github.com/postcss/postcss-cli) |
[`11.0.0` ->
`11.0.1`](https://renovatebot.com/diffs/npm/postcss-cli/11.0.0/11.0.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [tocbot](https://redirect.github.com/tscanlin/tocbot) | [`4.35.0` ->
`4.35.2`](https://renovatebot.com/diffs/npm/tocbot/4.35.0/4.35.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/)
|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`6.2.1` ->
`6.2.2`](https://renovatebot.com/diffs/npm/vite/6.2.1/6.2.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>import-js/eslint-import-resolver-typescript
(eslint-import-resolver-typescript)</summary>
###
[`v3.8.7`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#387)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.6...v3.8.7)
##### Patch Changes
-
[#​377](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/377)
[`a14fdd9`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/a14fdd95011c4c09b74f71854410f684c0f04bc5)
Thanks
[@​carlocorradini](https://redirect.github.com/carlocorradini)! -
fix: include mapper with no files and force non-dynamic projects to use
absolute paths
###
[`v3.8.6`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#386)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.5...v3.8.6)
##### Patch Changes
-
[#​374](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/374)
[`c9d5ab0`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/c9d5ab0fa963bd891b6f2ae312ae3ec10a397b7c)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
add support for importing with .js extension as tsx importee
###
[`v3.8.5`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#385)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.4...v3.8.5)
##### Patch Changes
-
[#​372](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/372)
[`366eeaf`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/366eeaf8ba87adf7c2e165b0a73406292c002ad9)
Thanks
[@​carlocorradini](https://redirect.github.com/carlocorradini)! -
fix: if file has no corresponding mapper function, apply all of them,
starting with the nearest one.
###
[`v3.8.4`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#384)
[Compare
Source](https://redirect.github.com/import-js/eslint-import-resolver-typescript/compare/v3.8.3...v3.8.4)
##### Patch Changes
-
[#​370](https://redirect.github.com/import-js/eslint-import-resolver-typescript/pull/370)
[`c940785`](https://redirect.github.com/import-js/eslint-import-resolver-typescript/commit/c94078504cfb6fd17b775c53d268962a56a2d118)
Thanks [@​JounQin](https://redirect.github.com/JounQin)! - fix:
support multiple matching ts paths
</details>
<details>
<summary>postcss/postcss-cli (postcss-cli)</summary>
###
[`v11.0.1`](https://redirect.github.com/postcss/postcss-cli/blob/HEAD/CHANGELOG.md#1101--2025-03-12)
[Compare
Source](https://redirect.github.com/postcss/postcss-cli/compare/11.0.0...11.0.1)
- Update and minimize dependencies
</details>
<details>
<summary>tscanlin/tocbot (tocbot)</summary>
###
[`v4.35.2`](https://redirect.github.com/tscanlin/tocbot/releases/tag/v4.35.2)
[Compare
Source](https://redirect.github.com/tscanlin/tocbot/compare/v4.35.1...v4.35.2)
##### Commits
-
[`461a812`](https://redirect.github.com/tscanlin/tocbot/commit/461a812):
fix highlight issue after clicking and scrolling to the bottom
([#​379](https://redirect.github.com/tscanlin/tocbot/issues/379))
(Tim Scanlin)
[#​379](https://redirect.github.com/tscanlin/tocbot/pull/379)
-
[`da11dba`](https://redirect.github.com/tscanlin/tocbot/commit/da11dba):
update dist files (Tim Scanlin)
-
[`01ac055`](https://redirect.github.com/tscanlin/tocbot/commit/01ac055):
4.35.2 (Tim Scanlin)
###
[`v4.35.1`](https://redirect.github.com/tscanlin/tocbot/releases/tag/v4.35.1)
[Compare
Source](https://redirect.github.com/tscanlin/tocbot/compare/v4.35.0...v4.35.1)
##### Commits
-
[`6d0c426`](https://redirect.github.com/tscanlin/tocbot/commit/6d0c426):
switch to getByElementId to fix encoding edge case
([#​378](https://redirect.github.com/tscanlin/tocbot/issues/378))
(Tim Scanlin)
[#​378](https://redirect.github.com/tscanlin/tocbot/pull/378)
-
[`fe1f9a5`](https://redirect.github.com/tscanlin/tocbot/commit/fe1f9a5):
update dist files (Tim Scanlin)
-
[`7c9fde7`](https://redirect.github.com/tscanlin/tocbot/commit/7c9fde7):
4.35.1 (Tim Scanlin)
</details>
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v6.2.2`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small622-2025-03-14-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.2.1...v6.2.2)
- fix: await client buildStart on top level buildStart
([#​19624](https://redirect.github.com/vitejs/vite/issues/19624))
([b31faab](https://redirect.github.com/vitejs/vite/commit/b31faab2a81b839e4b747baeb9c7a7cbb724f8d2)),
closes
[#​19624](https://redirect.github.com/vitejs/vite/issues/19624)
- fix(css): inline css correctly for double quote use strict
([#​19590](https://redirect.github.com/vitejs/vite/issues/19590))
([d0aa833](https://redirect.github.com/vitejs/vite/commit/d0aa833296668fc420a27a1ea88ecdbdeacdbce7)),
closes
[#​19590](https://redirect.github.com/vitejs/vite/issues/19590)
- fix(deps): update all non-major dependencies
([#​19613](https://redirect.github.com/vitejs/vite/issues/19613))
([363d691](https://redirect.github.com/vitejs/vite/commit/363d691b4995d72f26a14eb59ed88a9483b1f931)),
closes
[#​19613](https://redirect.github.com/vitejs/vite/issues/19613)
- fix(indexHtml): ensure correct URL when querying module graph
([#​19601](https://redirect.github.com/vitejs/vite/issues/19601))
([dc5395a](https://redirect.github.com/vitejs/vite/commit/dc5395a27e44066ef7725278c4057d9f1071a53f)),
closes
[#​19601](https://redirect.github.com/vitejs/vite/issues/19601)
- fix(preview): use preview https config, not server
([#​19633](https://redirect.github.com/vitejs/vite/issues/19633))
([98b3160](https://redirect.github.com/vitejs/vite/commit/98b3160fa5916189e756cd7c5aae87e0d8f1978e)),
closes
[#​19633](https://redirect.github.com/vitejs/vite/issues/19633)
- fix(ssr): use optional chaining to prevent "undefined is not an
object" happening in \`ssrRewriteStac
([4309755](https://redirect.github.com/vitejs/vite/commit/43097550a1aa8ff633c39fb197b5f9ac1222119b)),
closes
[#​19612](https://redirect.github.com/vitejs/vite/issues/19612)
- feat: show friendly error for malformed `base`
([#​19616](https://redirect.github.com/vitejs/vite/issues/19616))
([2476391](https://redirect.github.com/vitejs/vite/commit/2476391b2854aaa67d0ed317b6d0c462e68028f7)),
closes
[#​19616](https://redirect.github.com/vitejs/vite/issues/19616)
- feat(worker): show asset filename conflict warning
([#​19591](https://redirect.github.com/vitejs/vite/issues/19591))
([367d968](https://redirect.github.com/vitejs/vite/commit/367d968fbf584e9f0e17192b816e92e8045c6217)),
closes
[#​19591](https://redirect.github.com/vitejs/vite/issues/19591)
- chore: extend commit hash correctly when ambigious with a non-commit
object
([#​19600](https://redirect.github.com/vitejs/vite/issues/19600))
([89a6287](https://redirect.github.com/vitejs/vite/commit/89a62873243805518b672212db7e317989c5c197)),
closes
[#​19600](https://redirect.github.com/vitejs/vite/issues/19600)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 94aa4db commit cc0dc21
2 files changed
+173
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2407 | 2407 | | |
2408 | 2408 | | |
2409 | 2409 | | |
2410 | | - | |
| 2410 | + | |
2411 | 2411 | | |
2412 | 2412 | | |
2413 | 2413 | | |
| |||
2417 | 2417 | | |
2418 | 2418 | | |
2419 | 2419 | | |
2420 | | - | |
| 2420 | + | |
2421 | 2421 | | |
2422 | 2422 | | |
2423 | 2423 | | |
| |||
3468 | 3468 | | |
3469 | 3469 | | |
3470 | 3470 | | |
| 3471 | + | |
| 3472 | + | |
| 3473 | + | |
| 3474 | + | |
| 3475 | + | |
| 3476 | + | |
| 3477 | + | |
| 3478 | + | |
| 3479 | + | |
| 3480 | + | |
| 3481 | + | |
3471 | 3482 | | |
3472 | 3483 | | |
3473 | 3484 | | |
| |||
6460 | 6471 | | |
6461 | 6472 | | |
6462 | 6473 | | |
| 6474 | + | |
| 6475 | + | |
| 6476 | + | |
| 6477 | + | |
| 6478 | + | |
| 6479 | + | |
| 6480 | + | |
| 6481 | + | |
| 6482 | + | |
| 6483 | + | |
| 6484 | + | |
| 6485 | + | |
| 6486 | + | |
| 6487 | + | |
| 6488 | + | |
| 6489 | + | |
| 6490 | + | |
| 6491 | + | |
| 6492 | + | |
| 6493 | + | |
| 6494 | + | |
| 6495 | + | |
| 6496 | + | |
| 6497 | + | |
| 6498 | + | |
| 6499 | + | |
| 6500 | + | |
| 6501 | + | |
| 6502 | + | |
| 6503 | + | |
| 6504 | + | |
| 6505 | + | |
| 6506 | + | |
| 6507 | + | |
| 6508 | + | |
| 6509 | + | |
| 6510 | + | |
| 6511 | + | |
| 6512 | + | |
| 6513 | + | |
| 6514 | + | |
| 6515 | + | |
| 6516 | + | |
| 6517 | + | |
| 6518 | + | |
| 6519 | + | |
| 6520 | + | |
| 6521 | + | |
| 6522 | + | |
| 6523 | + | |
| 6524 | + | |
| 6525 | + | |
| 6526 | + | |
| 6527 | + | |
| 6528 | + | |
| 6529 | + | |
| 6530 | + | |
| 6531 | + | |
| 6532 | + | |
| 6533 | + | |
| 6534 | + | |
| 6535 | + | |
| 6536 | + | |
| 6537 | + | |
| 6538 | + | |
| 6539 | + | |
| 6540 | + | |
| 6541 | + | |
| 6542 | + | |
| 6543 | + | |
| 6544 | + | |
| 6545 | + | |
| 6546 | + | |
| 6547 | + | |
| 6548 | + | |
| 6549 | + | |
| 6550 | + | |
| 6551 | + | |
| 6552 | + | |
6463 | 6553 | | |
6464 | 6554 | | |
6465 | 6555 | | |
| |||
9794 | 9884 | | |
9795 | 9885 | | |
9796 | 9886 | | |
9797 | | - | |
| 9887 | + | |
9798 | 9888 | | |
9799 | 9889 | | |
9800 | 9890 | | |
| |||
10041 | 10131 | | |
10042 | 10132 | | |
10043 | 10133 | | |
| 10134 | + | |
| 10135 | + | |
| 10136 | + | |
| 10137 | + | |
| 10138 | + | |
| 10139 | + | |
| 10140 | + | |
10044 | 10141 | | |
10045 | 10142 | | |
10046 | 10143 | | |
| |||
10510 | 10607 | | |
10511 | 10608 | | |
10512 | 10609 | | |
10513 | | - | |
10514 | | - | |
10515 | | - | |
10516 | | - | |
10517 | | - | |
10518 | | - | |
10519 | | - | |
10520 | | - | |
10521 | | - | |
10522 | | - | |
10523 | 10610 | | |
10524 | 10611 | | |
10525 | 10612 | | |
| |||
11366 | 11453 | | |
11367 | 11454 | | |
11368 | 11455 | | |
11369 | | - | |
11370 | | - | |
| 11456 | + | |
| 11457 | + | |
11371 | 11458 | | |
11372 | 11459 | | |
11373 | | - | |
11374 | | - | |
| 11460 | + | |
11375 | 11461 | | |
11376 | | - | |
11377 | | - | |
| 11462 | + | |
| 11463 | + | |
| 11464 | + | |
11378 | 11465 | | |
11379 | 11466 | | |
11380 | 11467 | | |
| |||
11385 | 11472 | | |
11386 | 11473 | | |
11387 | 11474 | | |
11388 | | - | |
| 11475 | + | |
11389 | 11476 | | |
11390 | 11477 | | |
11391 | 11478 | | |
| |||
13273 | 13360 | | |
13274 | 13361 | | |
13275 | 13362 | | |
13276 | | - | |
| 13363 | + | |
13277 | 13364 | | |
13278 | 13365 | | |
13279 | 13366 | | |
| |||
14198 | 14285 | | |
14199 | 14286 | | |
14200 | 14287 | | |
14201 | | - | |
14202 | | - | |
14203 | | - | |
| 14288 | + | |
| 14289 | + | |
| 14290 | + | |
14204 | 14291 | | |
14205 | 14292 | | |
14206 | | - | |
| 14293 | + | |
14207 | 14294 | | |
14208 | 14295 | | |
14209 | 14296 | | |
| |||
19395 | 19482 | | |
19396 | 19483 | | |
19397 | 19484 | | |
19398 | | - | |
19399 | | - | |
| 19485 | + | |
| 19486 | + | |
19400 | 19487 | | |
19401 | 19488 | | |
19402 | | - | |
| 19489 | + | |
19403 | 19490 | | |
19404 | | - | |
19405 | | - | |
19406 | 19491 | | |
19407 | 19492 | | |
19408 | 19493 | | |
19409 | 19494 | | |
19410 | 19495 | | |
19411 | 19496 | | |
| 19497 | + | |
19412 | 19498 | | |
19413 | 19499 | | |
19414 | 19500 | | |
19415 | 19501 | | |
19416 | 19502 | | |
19417 | | - | |
| 19503 | + | |
19418 | 19504 | | |
19419 | 19505 | | |
19420 | 19506 | | |
| |||
21426 | 21512 | | |
21427 | 21513 | | |
21428 | 21514 | | |
| 21515 | + | |
| 21516 | + | |
| 21517 | + | |
| 21518 | + | |
| 21519 | + | |
| 21520 | + | |
| 21521 | + | |
| 21522 | + | |
| 21523 | + | |
| 21524 | + | |
| 21525 | + | |
| 21526 | + | |
| 21527 | + | |
| 21528 | + | |
| 21529 | + | |
| 21530 | + | |
| 21531 | + | |
| 21532 | + | |
| 21533 | + | |
| 21534 | + | |
| 21535 | + | |
| 21536 | + | |
| 21537 | + | |
| 21538 | + | |
| 21539 | + | |
| 21540 | + | |
| 21541 | + | |
| 21542 | + | |
| 21543 | + | |
| 21544 | + | |
| 21545 | + | |
| 21546 | + | |
| 21547 | + | |
| 21548 | + | |
| 21549 | + | |
| 21550 | + | |
| 21551 | + | |
| 21552 | + | |
| 21553 | + | |
| 21554 | + | |
| 21555 | + | |
| 21556 | + | |
21429 | 21557 | | |
21430 | 21558 | | |
21431 | 21559 | | |
| |||
22244 | 22372 | | |
22245 | 22373 | | |
22246 | 22374 | | |
22247 | | - | |
22248 | | - | |
22249 | | - | |
22250 | | - | |
| 22375 | + | |
| 22376 | + | |
| 22377 | + | |
| 22378 | + | |
22251 | 22379 | | |
22252 | 22380 | | |
22253 | 22381 | | |
| |||
22784 | 22912 | | |
22785 | 22913 | | |
22786 | 22914 | | |
22787 | | - | |
22788 | | - | |
22789 | | - | |
22790 | | - | |
22791 | | - | |
22792 | | - | |
22793 | | - | |
22794 | 22915 | | |
22795 | 22916 | | |
22796 | 22917 | | |
| |||
23011 | 23132 | | |
23012 | 23133 | | |
23013 | 23134 | | |
23014 | | - | |
23015 | | - | |
23016 | | - | |
23017 | | - | |
| 23135 | + | |
| 23136 | + | |
| 23137 | + | |
| 23138 | + | |
23018 | 23139 | | |
23019 | 23140 | | |
23020 | 23141 | | |
| |||
23673 | 23794 | | |
23674 | 23795 | | |
23675 | 23796 | | |
23676 | | - | |
| 23797 | + | |
23677 | 23798 | | |
23678 | 23799 | | |
23679 | 23800 | | |
| |||
24409 | 24530 | | |
24410 | 24531 | | |
24411 | 24532 | | |
24412 | | - | |
24413 | | - | |
| 24533 | + | |
| 24534 | + | |
24414 | 24535 | | |
24415 | 24536 | | |
24416 | 24537 | | |
| |||
24456 | 24577 | | |
24457 | 24578 | | |
24458 | 24579 | | |
24459 | | - | |
| 24580 | + | |
24460 | 24581 | | |
24461 | 24582 | | |
24462 | 24583 | | |
| |||
0 commit comments