SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
426 stars 94 forks source link

chore(deps): update all non-major dependencies (examples & templates) (v1.29.x) (patch) #5964

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.14.0 -> 20.14.8 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.0 -> 4.3.1 age adoption passing confidence
eslint-config-next (source) 14.2.3 -> 14.2.4 age adoption passing confidence
eslint-plugin-react 7.34.2 -> 7.34.3 age adoption passing confidence
isbot (source) 5.1.8 -> 5.1.9 age adoption passing confidence
next (source) 14.2.3 -> 14.2.4 age adoption passing confidence
vite (source) 5.2.12 -> 5.2.13 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.1`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1) ##### Fix support for React Compiler with React 18 The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43 When using a custom `runtimeModule`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency. Reminder: Vite expect code outside of `node_modules` to be ESM, so you will need to update the gist with `import React from 'react'`.
vercel/next.js (eslint-config-next) ### [`v14.2.4`](https://togithub.com/vercel/next.js/releases/tag/v14.2.4) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.3...v14.2.4) > \[!NOTE]\ > This release is backporting bug fixes. It does **not** include all pending features/changes on canary. ##### Core Changes - fix: ensure route handlers properly track dynamic access ([#​66446](https://togithub.com/vercel/next.js/issues/66446)) - fix NextRequest proxy in edge runtime ([#​66551](https://togithub.com/vercel/next.js/issues/66551)) - Fix next/dynamic with babel and src dir ([#​65177](https://togithub.com/vercel/next.js/issues/65177)) - Use vercel deployment url for metadataBase fallbacks ([#​65089](https://togithub.com/vercel/next.js/issues/65089)) - fix(next/image): detect react@19 for fetchPriority prop ([#​65235](https://togithub.com/vercel/next.js/issues/65235)) - Fix loading navigation with metadata and prefetch ([#​66447](https://togithub.com/vercel/next.js/issues/66447)) - prevent duplicate RSC fetch when action redirects ([#​66620](https://togithub.com/vercel/next.js/issues/66620)) - ensure router cache updates reference the latest cache values ([#​66681](https://togithub.com/vercel/next.js/issues/66681)) - Prevent append of trailing slash in cases where path ends with a file extension ([#​66636](https://togithub.com/vercel/next.js/issues/66636)) - Fix inconsistency with 404 getStaticProps cache-control ([#​66674](https://togithub.com/vercel/next.js/issues/66674)) - Use addDependency to track metadata route file changes ([#​66714](https://togithub.com/vercel/next.js/issues/66714)) - Add timeout/retry handling for fetch cache ([#​66652](https://togithub.com/vercel/next.js/issues/66652)) - fix: app-router prefetch crash when an invalid URL is passed to Link ([#​66755](https://togithub.com/vercel/next.js/issues/66755)) ##### Credits Huge thanks to [@​ztanner](https://togithub.com/ztanner), [@​ijjk](https://togithub.com/ijjk), [@​wbinnssmith](https://togithub.com/wbinnssmith), [@​huozhi](https://togithub.com/huozhi), and [@​lubieowoce](https://togithub.com/lubieowoce) for helping!
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3) ##### Fixed - \[`prop-types`]: null-check rootNode before calling getScope ([#​3762][] [@​crnhrv](https://togithub.com/crnhrv)) - \[`boolean-prop-naming`]: avoid a crash with a spread prop ([#​3733][] [@​ljharb](https://togithub.com/ljharb)) - \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#​3757][] [@​6uliver](https://togithub.com/6uliver)) - \[`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#​3768][] [@​JulienR1](https://togithub.com/JulienR1)) - \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#​3769][] [@​akulsr0](https://togithub.com/akulsr0)) [7.34.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3 [#​3769]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3769 [#​3768]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3768 [#​3762]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3762 [#​3757]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3757 [#​3733]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3733
omrilotan/isbot (isbot) ### [`v5.1.9`](https://togithub.com/omrilotan/isbot/blob/HEAD/CHANGELOG.md#519) [Compare Source](https://togithub.com/omrilotan/isbot/compare/v5.1.8...v5.1.9) - \[Pattern] A more careful match for RSS substring
vitejs/vite (vite) ### [`v5.2.13`](https://togithub.com/vitejs/vite/releases/tag/v5.2.13) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.12...v5.2.13) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) for details.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.