Commit 5e0c661
authored
chore(deps): update all non-major dependencies (main) (patch) (#7273)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@semantic-release/github](https://redirect.github.com/semantic-release/github)
| [`11.0.1` ->
`11.0.2`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/11.0.1/11.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/)
|
| [cypress](https://cypress.io)
([source](https://redirect.github.com/cypress-io/cypress)) | [`14.3.1`
-> `14.3.2`](https://renovatebot.com/diffs/npm/cypress/14.3.1/14.3.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/)
|
| [glob](https://redirect.github.com/isaacs/node-glob) | [`11.0.1` ->
`11.0.2`](https://renovatebot.com/diffs/npm/glob/11.0.1/11.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/)
|
| [vite](https://vite.dev)
([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite))
| [`6.3.2` ->
`6.3.3`](https://renovatebot.com/diffs/npm/vite/6.3.2/6.3.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/)
|
---
### Release Notes
<details>
<summary>semantic-release/github
(@​semantic-release/github)</summary>
###
[`v11.0.2`](https://redirect.github.com/semantic-release/github/releases/tag/v11.0.2)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v11.0.1...v11.0.2)
##### Bug Fixes
- **deps:** update octokit monorepo (major)
([#​1020](https://redirect.github.com/semantic-release/github/issues/1020))
([12f6bfd](https://redirect.github.com/semantic-release/github/commit/12f6bfd4d5f4d23eab630ddb881b6637e88a7539))
</details>
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v14.3.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v14.3.2)
[Compare
Source](https://redirect.github.com/cypress-io/cypress/compare/v14.3.1...v14.3.2)
Changelog: https://docs.cypress.io/app/references/changelog#14-3-2
</details>
<details>
<summary>isaacs/node-glob (glob)</summary>
###
[`v11.0.2`](https://redirect.github.com/isaacs/node-glob/compare/v11.0.1...fd61f2410b4356f202f645661cfa175152702ae6)
[Compare
Source](https://redirect.github.com/isaacs/node-glob/compare/v11.0.1...v11.0.2)
</details>
<details>
<summary>vitejs/vite (vite)</summary>
###
[`v6.3.3`](https://redirect.github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small633-2025-04-24-small)
[Compare
Source](https://redirect.github.com/vitejs/vite/compare/v6.3.2...v6.3.3)
- fix: ignore malformed uris in tranform middleware
([#​19853](https://redirect.github.com/vitejs/vite/issues/19853))
([e4d5201](https://redirect.github.com/vitejs/vite/commit/e4d520141bcd83ad61f16767348b4a813bf9340a)),
closes
[#​19853](https://redirect.github.com/vitejs/vite/issues/19853)
- fix(assets): ensure ?no-inline is not included in the asset url in the
production environment
([#​1949](https://redirect.github.com/vitejs/vite/issues/1949)
([16a73c0](https://redirect.github.com/vitejs/vite/commit/16a73c05d35daa34117a173784895546212db5f4)),
closes
[#​19496](https://redirect.github.com/vitejs/vite/issues/19496)
- fix(css): resolve relative imports in sass properly on Windows
([#​19920](https://redirect.github.com/vitejs/vite/issues/19920))
([ffab442](https://redirect.github.com/vitejs/vite/commit/ffab44270488f54ae344801024474b597249071b)),
closes
[#​19920](https://redirect.github.com/vitejs/vite/issues/19920)
- fix(deps): update all non-major dependencies
([#​19899](https://redirect.github.com/vitejs/vite/issues/19899))
([a4b500e](https://redirect.github.com/vitejs/vite/commit/a4b500ef9ccc9b19a2882156a9ba8397e69bc6b2)),
closes
[#​19899](https://redirect.github.com/vitejs/vite/issues/19899)
- fix(ssr): fix execution order of re-export
([#​19841](https://redirect.github.com/vitejs/vite/issues/19841))
([ed29dee](https://redirect.github.com/vitejs/vite/commit/ed29dee2eb2e3573b2bc337e1a9124c65222a1e5)),
closes
[#​19841](https://redirect.github.com/vitejs/vite/issues/19841)
- fix(ssr): fix live binding of default export declaration and hoist
exports getter
([#​19842](https://redirect.github.com/vitejs/vite/issues/19842))
([80a91ff](https://redirect.github.com/vitejs/vite/commit/80a91ff82426a4c88d54b9f5ec9a4205cb13899b)),
closes
[#​19842](https://redirect.github.com/vitejs/vite/issues/19842)
- perf: skip sourcemap generation for renderChunk hook of
import-analysis-build plugin
([#​19921](https://redirect.github.com/vitejs/vite/issues/19921))
([55cfd04](https://redirect.github.com/vitejs/vite/commit/55cfd04b10f98cde7a96814a69b9813543ea79c2)),
closes
[#​19921](https://redirect.github.com/vitejs/vite/issues/19921)
- test(ssr): test `ssrTransform` re-export deps and test stacktrace with
first line
([#​19629](https://redirect.github.com/vitejs/vite/issues/19629))
([9399cda](https://redirect.github.com/vitejs/vite/commit/9399cdaf8c3b2efd5f4015d57dc3b0e4e5b91a9d)),
closes
[#​19629](https://redirect.github.com/vitejs/vite/issues/19629)
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d9dcffd commit 5e0c661
2 files changed
+46
-46
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4002 | 4002 | | |
4003 | 4003 | | |
4004 | 4004 | | |
4005 | | - | |
4006 | | - | |
4007 | | - | |
4008 | | - | |
4009 | | - | |
4010 | | - | |
4011 | | - | |
4012 | 4005 | | |
4013 | 4006 | | |
4014 | 4007 | | |
| |||
4023 | 4016 | | |
4024 | 4017 | | |
4025 | 4018 | | |
| 4019 | + | |
| 4020 | + | |
| 4021 | + | |
| 4022 | + | |
| 4023 | + | |
| 4024 | + | |
| 4025 | + | |
4026 | 4026 | | |
4027 | 4027 | | |
4028 | 4028 | | |
| |||
4041 | 4041 | | |
4042 | 4042 | | |
4043 | 4043 | | |
4044 | | - | |
4045 | | - | |
4046 | | - | |
| 4044 | + | |
| 4045 | + | |
| 4046 | + | |
4047 | 4047 | | |
4048 | | - | |
| 4048 | + | |
4049 | 4049 | | |
4050 | 4050 | | |
4051 | | - | |
| 4051 | + | |
4052 | 4052 | | |
4053 | 4053 | | |
4054 | 4054 | | |
| |||
4085 | 4085 | | |
4086 | 4086 | | |
4087 | 4087 | | |
4088 | | - | |
4089 | | - | |
4090 | | - | |
| 4088 | + | |
| 4089 | + | |
| 4090 | + | |
4091 | 4091 | | |
4092 | | - | |
| 4092 | + | |
4093 | 4093 | | |
4094 | 4094 | | |
4095 | | - | |
4096 | | - | |
| 4095 | + | |
| 4096 | + | |
4097 | 4097 | | |
4098 | 4098 | | |
4099 | 4099 | | |
| |||
4162 | 4162 | | |
4163 | 4163 | | |
4164 | 4164 | | |
4165 | | - | |
4166 | | - | |
4167 | | - | |
4168 | | - | |
4169 | | - | |
4170 | | - | |
4171 | | - | |
4172 | | - | |
4173 | | - | |
4174 | 4165 | | |
4175 | 4166 | | |
4176 | 4167 | | |
| |||
4189 | 4180 | | |
4190 | 4181 | | |
4191 | 4182 | | |
| 4183 | + | |
| 4184 | + | |
| 4185 | + | |
| 4186 | + | |
| 4187 | + | |
| 4188 | + | |
| 4189 | + | |
| 4190 | + | |
| 4191 | + | |
4192 | 4192 | | |
4193 | 4193 | | |
4194 | 4194 | | |
| |||
4493 | 4493 | | |
4494 | 4494 | | |
4495 | 4495 | | |
4496 | | - | |
4497 | | - | |
| 4496 | + | |
| 4497 | + | |
4498 | 4498 | | |
4499 | 4499 | | |
4500 | | - | |
| 4500 | + | |
4501 | 4501 | | |
4502 | | - | |
| 4502 | + | |
4503 | 4503 | | |
4504 | 4504 | | |
4505 | 4505 | | |
| |||
4514 | 4514 | | |
4515 | 4515 | | |
4516 | 4516 | | |
4517 | | - | |
| 4517 | + | |
4518 | 4518 | | |
4519 | 4519 | | |
4520 | 4520 | | |
| |||
9647 | 9647 | | |
9648 | 9648 | | |
9649 | 9649 | | |
9650 | | - | |
9651 | | - | |
9652 | | - | |
| 9650 | + | |
| 9651 | + | |
| 9652 | + | |
9653 | 9653 | | |
9654 | 9654 | | |
9655 | 9655 | | |
| |||
9696 | 9696 | | |
9697 | 9697 | | |
9698 | 9698 | | |
9699 | | - | |
| 9699 | + | |
9700 | 9700 | | |
9701 | 9701 | | |
9702 | 9702 | | |
| |||
13186 | 13186 | | |
13187 | 13187 | | |
13188 | 13188 | | |
13189 | | - | |
13190 | | - | |
| 13189 | + | |
| 13190 | + | |
13191 | 13191 | | |
13192 | 13192 | | |
13193 | 13193 | | |
| |||
13197 | 13197 | | |
13198 | 13198 | | |
13199 | 13199 | | |
13200 | | - | |
| 13200 | + | |
13201 | 13201 | | |
13202 | 13202 | | |
13203 | 13203 | | |
| |||
23755 | 23755 | | |
23756 | 23756 | | |
23757 | 23757 | | |
23758 | | - | |
| 23758 | + | |
23759 | 23759 | | |
23760 | 23760 | | |
23761 | 23761 | | |
| |||
24562 | 24562 | | |
24563 | 24563 | | |
24564 | 24564 | | |
24565 | | - | |
24566 | | - | |
| 24565 | + | |
| 24566 | + | |
24567 | 24567 | | |
24568 | 24568 | | |
24569 | | - | |
| 24569 | + | |
24570 | 24570 | | |
24571 | 24571 | | |
24572 | 24572 | | |
24573 | 24573 | | |
24574 | | - | |
| 24574 | + | |
24575 | 24575 | | |
24576 | 24576 | | |
24577 | 24577 | | |
| |||
24612 | 24612 | | |
24613 | 24613 | | |
24614 | 24614 | | |
24615 | | - | |
| 24615 | + | |
24616 | 24616 | | |
24617 | 24617 | | |
24618 | 24618 | | |
| |||
0 commit comments