Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update drama-queen devdependencies minor and patch updates #214

Open
wants to merge 1 commit into
base: 2.3
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.16.10 -> 20.16.13 age adoption passing confidence
@types/react (source) 18.3.10 -> 18.3.11 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.2 -> 4.3.3 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.9 age adoption passing confidence
vite-plugin-pwa ^0.19.8 -> ^0.20.0 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.3

Compare Source

React Compiler runtimeModule option removed

React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.

When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.

The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vitejs/vite (vite)

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.20.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.20.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.20.3

Compare Source

No significant changes: add git+ prefix to repository url

    View changes on GitHub

v0.20.2

Compare Source

   🚀 Features
    View changes on GitHub

v0.20.1

Compare Source

No significant changes

    View changes on GitHub

v0.20.0

Compare Source

   🚨 Breaking Changes
    View changes on GitHub

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update drama-queen devdependencies minor and patch updates chore(deps): update dependency vite-plugin-pwa to ^0.20.0 Sep 30, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from bb37e59 to d36f1e5 Compare October 2, 2024 16:00
@renovate renovate bot changed the title chore(deps): update dependency vite-plugin-pwa to ^0.20.0 chore(deps): update drama-queen devdependencies minor and patch updates Oct 2, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from d36f1e5 to 49f7ffb Compare October 8, 2024 00:49
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from 49f7ffb to f9b6f71 Compare October 9, 2024 00:47
@renovate renovate bot changed the base branch from 2.2 to 2.3 October 17, 2024 09:01
Copy link

sonarcloud bot commented Oct 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants