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

Update Vite packages #19336

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

Update Vite packages #19336

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@storybook/react-vite (source) 7.6.4 -> 7.6.20 age adoption passing confidence devDependencies patch
@vitejs/plugin-react (source) 4.2.1 -> 4.3.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.2.1 -> 4.3.1 age adoption passing confidence dependencies minor
@vitest/coverage-v8 (source) 0.34.3 -> 0.34.6 age adoption passing confidence devDependencies patch
@vitest/ui (source) 0.34.3 -> 0.34.7 age adoption passing confidence devDependencies patch
vite-plugin-css-injected-by-js 3.3.0 -> 3.5.1 age adoption passing confidence devDependencies minor
vite-plugin-css-injected-by-js ^3.3.0 -> 3.3.0 age adoption passing confidence devDependencies pin
vite-plugin-css-injected-by-js ^3.3.0 -> 3.3.0 age adoption passing confidence dependencies pin
vitest (source) 0.34.3 -> 0.34.6 age adoption passing confidence devDependencies patch
vitest (source) 0.34.3 -> 0.34.6 age adoption passing confidence dependencies patch

Release Notes

storybookjs/storybook (@​storybook/react-vite)

v7.6.20

Compare Source

v7.6.19

Compare Source

v7.6.18

Compare Source

v7.6.17

Compare Source

v7.6.16

Compare Source

v7.6.15

Compare Source

This release accidentally didn't contain anything.

v7.6.14

Compare Source

v7.6.13

Compare Source

v7.6.12

Compare Source

v7.6.11

Compare Source

v7.6.10

Compare Source

v7.6.9

Compare Source

v7.6.8

Compare Source

v7.6.7

Compare Source

v7.6.6

Compare Source

v7.6.5

Compare Source

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

v4.3.1

Compare Source

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'.

v4.3.0

Compare Source

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 to work, you should update your config to something like:

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.

vitest-dev/vitest (@​vitest/coverage-v8)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (@​vitest/ui)

v0.34.7

Compare Source

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
marco-prontera/vite-plugin-css-injected-by-js (vite-plugin-css-injected-by-js)

v3.5.1

Compare Source

What's Changed

Full Changelog: marco-prontera/vite-plugin-css-injected-by-js@v3.5.0...v3.5.1

v3.5.0

Compare Source

What's Changed

Full Changelog: marco-prontera/vite-plugin-css-injected-by-js@v3.4.0...v3.5.0

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: marco-prontera/vite-plugin-css-injected-by-js@v3.3.1...v3.4.0

v3.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: marco-prontera/vite-plugin-css-injected-by-js@v3.3.0...v3.3.1


Configuration

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

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

Rebasing: Never, 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 has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added affects:admin Anything relating to Ghost Admin affects:portal labels Dec 12, 2023
@daniellockyer daniellockyer enabled auto-merge (rebase) December 12, 2023 16:01
@renovate renovate bot changed the title Update Vite packages Update Vite packages - autoclosed Dec 12, 2023
@renovate renovate bot closed this Dec 12, 2023
auto-merge was automatically disabled December 12, 2023 17:24

Pull request was closed

@renovate renovate bot deleted the renovate/vite-packages branch December 12, 2023 17:24
@renovate renovate bot changed the title Update Vite packages - autoclosed Update Vite packages Dec 13, 2023
@renovate renovate bot restored the renovate/vite-packages branch December 13, 2023 08:26
@renovate renovate bot reopened this Dec 13, 2023
@renovate renovate bot force-pushed the renovate/vite-packages branch from dd5987d to 83ad9fc Compare May 9, 2024 10:52
@renovate renovate bot force-pushed the renovate/vite-packages branch from 1fb7e09 to a8d2c0c Compare July 2, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin affects:portal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants