bdevos / rss-to-email

Scheduled RSS to Email with Github Actions
MIT License
31 stars 26 forks source link

Update non-major dependencies #306

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-email/render (source) 0.0.14 -> 0.0.15 age adoption passing confidence
@types/react (source) 18.3.2 -> 18.3.3 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.0 age adoption passing confidence

Release Notes

resend/react-email (@​react-email/render) ### [`v0.0.15`](https://togithub.com/resend/react-email/releases/tag/%40react-email/render%400.0.15): @​react-email/render 0.0.15 [Compare Source](https://togithub.com/resend/react-email/compare/@react-email/render@0.0.14...@react-email/render@0.0.15) #### What's Changed - Fixes an extra `` that was included in a few cases **Full Changelog**: https://github.com/resend/react-email/compare/[@​react-email/render](https://togithub.com/react-email/render)[@​0](https://togithub.com/0).0.14...[@​react-email/render](https://togithub.com/react-email/render)[@​0](https://togithub.com/0).0.15
vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0) ##### Fix support for React compiler Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like: ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', {}]] if (command === 'serve') { babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ``` ##### Support HMR for class components This is a long overdue and should fix some issues people had with HMR when migrating from CRA.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.