iamjs
iamjs copied to clipboard
Bump @vitejs/plugin-react from 4.2.0 to 4.2.1
Bumps @vitejs/plugin-react from 4.2.0 to 4.2.1.
Release notes
Sourced from @vitejs/plugin-react's releases.
v4.2.1
Remove generic parameter on
Pluginto avoid type error with Rollup 4/Vite 5 andskipLibCheck: false.I expect very few people to currently use this feature, but if you are extending the React plugin via
apiobject, you can get back the typing of the hook by importingViteReactPluginApi:import type { Plugin } from 'vite' import type { ViteReactPluginApi } from '@vitejs/plugin-react'export const somePlugin: Plugin = { name: 'some-plugin', api: { reactBabel: (babelConfig) => { babelConfig.plugins.push('some-babel-plugin') }, } satisfies ViteReactPluginApi, }
Changelog
Sourced from @vitejs/plugin-react's changelog.
4.2.1 (2023-12-04)
Remove generic parameter on
Pluginto avoid type error with Rollup 4/Vite 5 andskipLibCheck: false.I expect very few people to currently use this feature, but if you are extending the React plugin via
apiobject, you can get back the typing of the hook by importingViteReactPluginApi:import type { Plugin } from 'vite' import type { ViteReactPluginApi } from '@vitejs/plugin-react'export const somePlugin: Plugin = { name: 'some-plugin', api: { reactBabel: (babelConfig) => { babelConfig.plugins.push('some-babel-plugin') }, } satisfies ViteReactPluginApi, }
Commits
8b53547release: [email protected]ec63066chore(deps): update dependency vite to v5 (#263)8512995fix(deps): update all non-major dependencies (#259)7f53c63fix: remove plugin type extension (#269)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| iamjs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 13, 2024 7:23pm |
| with-nextjs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 13, 2024 7:23pm |
Superseded by #137.