-
Notifications
You must be signed in to change notification settings - Fork 103
Commit 7123a8f
authored
chore(deps): update all non-major dependencies (main) (minor) (#7464)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme)
([source](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react))
| [`4.5.2` ->
`4.6.0`](https://renovatebot.com/diffs/npm/@vitejs%2fplugin-react/4.5.2/4.6.0)
|
[](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://github.com/cypress-io/cypress)) | [`14.4.1`
-> `14.5.0`](https://renovatebot.com/diffs/npm/cypress/14.4.1/14.5.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-import](https://github.com/import-js/eslint-plugin-import)
| [`2.31.0` ->
`2.32.0`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.31.0/2.32.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier)
| [`5.4.1` ->
`5.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.4.1/5.5.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [prettier](https://prettier.io)
([source](https://github.com/prettier/prettier)) | [`3.5.3` ->
`3.6.0`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.6.0) |
[](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>vitejs/vite-plugin-react
(@​vitejs/plugin-react)</summary>
###
[`v4.6.0`](https://github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#460-2025-06-23)
[Compare
Source](https://github.com/vitejs/vite-plugin-react/compare/bfb45addb83ebae8feebdb75be2e07ce27e916cb...12bd153622731890678e43367e30c4a212d74376)
##### Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw
Rolldown. The main purpose for using this plugin with Rolldown is to use
react compiler.
</details>
<details>
<summary>cypress-io/cypress (cypress)</summary>
###
[`v14.5.0`](https://github.com/cypress-io/cypress/releases/tag/v14.5.0)
[Compare
Source](https://github.com/cypress-io/cypress/compare/v14.4.1...v14.5.0)
Changelog: https://docs.cypress.io/app/references/changelog#14-5-0
</details>
<details>
<summary>import-js/eslint-plugin-import (eslint-plugin-import)</summary>
###
[`v2.32.0`](https://github.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2320---2025-06-20)
[Compare
Source](https://github.com/import-js/eslint-plugin-import/compare/v2.31.0...v2.32.0)
##### Added
- add \[`enforce-node-protocol-usage`] rule and `import/node-version`
setting
(\[[#​3024](https://github.com/import-js/eslint-plugin-import/issues/3024)],
thanks
\[[@​GoldStrikeArch](https://github.com/GoldStrikeArch)]
and
\[[@​sevenc-nanashi](https://github.com/sevenc-nanashi)])
- add TypeScript types
(\[[#​3097](https://github.com/import-js/eslint-plugin-import/issues/3097)],
thanks \[[@​G-Rath](https://github.com/G-Rath)])
- \[`extensions`]: add \`pathGroupOverrides to allow enforcement
decision overrides based on specifier
(\[[#​3105](https://github.com/import-js/eslint-plugin-import/issues/3105)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
- \[`order`]: add `sortTypesGroup` option to allow intragroup sorting of
type-only imports
(\[[#​3104](https://github.com/import-js/eslint-plugin-import/issues/3104)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
- \[`order`]: add `newlines-between-types` option to control intragroup
sorting of type-only imports
(\[[#​3127](https://github.com/import-js/eslint-plugin-import/issues/3127)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
- \[`order`]: add `consolidateIslands` option to collapse excess spacing
for aesthetically pleasing imports
(\[[#​3129](https://github.com/import-js/eslint-plugin-import/issues/3129)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
##### Fixed
- \[`no-unused-modules`]: provide more meaningful error message when no
.eslintrc is present
(\[[#​3116](https://github.com/import-js/eslint-plugin-import/issues/3116)],
thanks
\[[@​michaelfaith](https://github.com/michaelfaith)])
- configs: added missing name attribute for eslint config inspector
(\[[#​3151](https://github.com/import-js/eslint-plugin-import/issues/3151)],
thanks
\[[@​NishargShah](https://github.com/NishargShah)])
- \[`order`]: ensure arcane imports do not cause undefined behavior
(\[[#​3128](https://github.com/import-js/eslint-plugin-import/issues/3128)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
- \[`order`]: resolve undefined property access issue when using `named`
ordering
(\[[#​3166](https://github.com/import-js/eslint-plugin-import/issues/3166)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
- \[`enforce-node-protocol-usage`]: avoid a crash with some TS code
(\[[#​3173](https://github.com/import-js/eslint-plugin-import/issues/3173)],
thanks \[[@​ljharb](https://github.com/ljharb)])
- \[`order`]: codify invariants from docs into config schema
(\[[#​3152](https://github.com/import-js/eslint-plugin-import/issues/3152)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
##### Changed
- \[Docs] \[`extensions`], \[`order`]: improve documentation
(\[[#​3106](https://github.com/import-js/eslint-plugin-import/issues/3106)],
thanks \[[@​Xunnamius](https://github.com/Xunnamius)])
- \[Docs] add flat config guide for using `tseslint.config()`
(\[[#​3125](https://github.com/import-js/eslint-plugin-import/issues/3125)],
thanks \[[@​lnuvy](https://github.com/lnuvy)])
- \[Docs] add missing comma
(\[[#​3122](https://github.com/import-js/eslint-plugin-import/issues/3122)],
thanks \[[@​RyanGst](https://github.com/RyanGst)])
- \[readme] Update flatConfig example to include typescript config
(\[[#​3138](https://github.com/import-js/eslint-plugin-import/issues/3138)],
thanks \[[@​intellix](https://github.com/intellix)])
- \[Refactor] \[`order`]: remove unnecessary negative check
(\[[#​3167](https://github.com/import-js/eslint-plugin-import/issues/3167)],
thanks \[[@​JounQin](https://github.com/JounQin)])
- \[Docs] \[`no-unused-modules`]: add missing double quote
(\[[#​3191](https://github.com/import-js/eslint-plugin-import/issues/3191)],
thanks
\[[@​albertpastrana](https://github.com/albertpastrana)])
- \[Docs] `no-restricted-paths`: clarify wording and fix errors
(\[[#​3172](https://github.com/import-js/eslint-plugin-import/issues/3172)],
thanks \[[@​greim](https://github.com/greim)])
</details>
<details>
<summary>prettier/eslint-plugin-prettier
(eslint-plugin-prettier)</summary>
###
[`v5.5.0`](https://github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#550)
[Compare
Source](https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0)
##### Minor Changes
-
[#​743](https://github.com/prettier/eslint-plugin-prettier/pull/743)
[`92f2c9c`](https://github.com/prettier/eslint-plugin-prettier/commit/92f2c9c8f0b083a0208b4236cf5c8e4af5612a8b)
Thanks [@​dotcarmen](https://github.com/dotcarmen)! -
feat: support non-js languages like `css` for `@eslint/css` and `json`
for `@eslint/json`
</details>
<details>
<summary>prettier/prettier (prettier)</summary>
###
[`v3.6.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#360)
[Compare
Source](https://github.com/prettier/prettier/compare/3.5.3...3.6.0)
[diff](https://github.com/prettier/prettier/compare/3.5.3...3.6.0)
🔗 [Release Notes](https://prettier.io/blog/2025/06/23/3.6.0)
</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://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:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 2e52aef commit 7123a8fCopy full SHA for 7123a8f
File tree
Expand file treeCollapse file tree
2 files changed
+249
-34
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+249
-34
lines changed+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + | |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
|
0 commit comments