fix(deps): update all non-major dependencies #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.11.1→11.14.011.11.0→11.14.16.4.2→6.7.20.2.0→0.2.60.2.0→0.7.118.2.18→18.3.273.0.6→3.0.1318.2.7→18.3.74.0.4→4.7.018.2.0→18.3.118.2.0→18.3.14.4.8→4.5.140.6.1→0.12.0Release Notes
emotion-js/emotion (@emotion/react)
v11.14.0Compare Source
Minor Changes
a19d019Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e]:v11.13.5Compare Source
Patch Changes
#3270
77d930dThanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:v11.13.3Compare Source
Patch Changes
#3232
0ce3ed0Thanks @ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
v11.13.0Compare Source
Minor Changes
#3198
d8ff8a5Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks @Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5,a9f6912]:v11.12.0Compare Source
Patch Changes
#3206
d1994c4Thanks @DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks @Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19Updated dependencies [
9ca22c6,a1e881b,16d8a8c]:v11.11.4Compare Source
Patch Changes
5b82631dThanks @iegik! - Renamed an internalhasOwnPropertytohasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution withObject.freeze(Object.prototype).v11.11.3Compare Source
Patch Changes
#3101
49c20b4fThanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb]:FortAwesome/Font-Awesome (@fortawesome/free-solid-svg-icons)
v6.7.2Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.1Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.6.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.5.2Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.5.1Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.5.0Compare Source
Change log available at https://fontawesome.com/docs/changelog/
FortAwesome/react-fontawesome (@fortawesome/react-fontawesome)
v0.2.6Compare Source
Fixed
processbefore readingprocess.env(#585)Full Changelog: FortAwesome/react-fontawesome@0.2.5...0.2.6
v0.2.5Compare Source
What's Changed
New Contributors
Full Changelog: FortAwesome/react-fontawesome@0.2.4...0.2.5
v0.2.3Compare Source
Changed
Font Awesome Pro+ icons are now available with an active Pro+ subscription.
Removed example directory and files
Deprecated
fa-fwpropAdded
Added
widthAutopropAdded
rotateBypropv0.2.2Compare Source
Fixed
v0.2.1Compare Source
Changed
PrettyCoffee/pretty-cozy (@pretty-cozy/eslint-config)
v0.7.1Compare Source
v0.7.0Compare Source
v0.6.0Compare Source
v0.5.1Compare Source
v0.5.0Compare Source
v0.4.0Compare Source
v0.3.1Compare Source
v0.3.0Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.7.0Compare Source
Add HMR support for compound components (#518)
HMR now works for compound components like this:
Return
Plugin[]instead ofPluginOption[](#537)The return type has changed from
react(): PluginOption[]to more specialized typereact(): Plugin[]. This allows for type-safe manipulation of plugins, for example:v4.6.0Compare Source
Add raw Rolldown support
This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.
v4.5.2Compare Source
Suggest
@vitejs/plugin-react-oxcif rolldown-vite is detected #491Emit a log which recommends
@vitejs/plugin-react-oxcwhenrolldown-viteis detected to improve performance and use Oxc under the hood. The warning can be disabled by settingdisableOxcRecommendation: truein the plugin options.Use
optimizeDeps.rollupOptionsinstead ofoptimizeDeps.esbuildOptionsfor rolldown-vite #489This suppresses the warning about
optimizeDeps.esbuildOptionsbeing deprecated in rolldown-vite.Add Vite 7-beta to peerDependencies range #497
React plugins are compatible with Vite 7, this removes the warning when testing the beta.
v4.5.1Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
v4.5.0Compare Source
Add
filterfor rolldown-vite #470Added
filterso that it is more performant when running this plugin with rolldown-powered version of Vite.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
v4.4.1Compare Source
Fix type issue when using
moduleResolution: "node"in tsconfig #462v4.4.0Compare Source
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite.
Note that currently the
__sourceproperty value position might be incorrect. This will be fixed in the near future.v4.3.4Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"). We now enforce spec compliant (with { type: "json" })v4.3.3Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
targetoption andruntimeModulewas removed. vite-plugin-react will still detectruntimeModulefor backwards compatibility.When using a custom
runtimeModuleortarget !== '19', the plugin will not try to pre-optimizereact/compiler-runtimedependency.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:
v4.3.2Compare Source
Ignore directive sourcemap error #369
v4.3.1Compare 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/37c076bf112a07ba39d0e5f0645fec43When using a custom
runtimeModule, the plugin will not try to pre-optimizereact/compiler-runtimedependency.Reminder: Vite expect code outside of
node_modulesto be ESM, so you will need to update the gist withimport React from 'react'.v4.3.0Compare Source
Fix support for React compiler
Don't set
retainLines: truewhen 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:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
v4.2.1Compare Source
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:v4.2.0Compare Source
Update peer dependency range to target Vite 5
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
Align jsx runtime for optimized dependencies
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have
Reactin the scope.Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.
v4.1.1Compare Source
v4.1.0Compare Source
@types/babel__coresto dependencies (fix #211)@babel/core#212index.d.ctsfile so you don't get types errors when settingmoduleResolutiontonode16ornodenextin your tsconfig (we recommend usingbundlerwhich is more close to how Vite works)facebook/react (react)
v18.3.1Compare Source
actfromreactf1338fv18.3.0Compare Source
This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refsto support string ref codemod 909071findDOMNodeoutside StrictMode c3b283test-utilsmethods d4ea75defaultPropsfor function components #25699key#25697actfromtest-utilsd4ea75React DOM
unmountComponentAtNode8a015brenderToStaticNodeStream#28874vitejs/vite (vite)
v4.5.14Compare Source
Please refer to CHANGELOG.md for details.
v4.5.13Compare Source
Please refer to CHANGELOG.md for details.
v4.5.12Compare Source
Please refer to CHANGELOG.md for details.
v4.5.11Compare Source
Please refer to CHANGELOG.md for details.
v4.5.10Compare Source
Please refer to CHANGELOG.md for details.
v4.5.9Compare Source
Please refer to CHANGELOG.md for details.
v4.5.8Compare Source
Please refer to CHANGELOG.md for details.
v4.5.7Compare Source
Please refer to CHANGELOG.md for details.
v4.5.6Compare Source
This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
v4.5.5Compare Source
Please refer to CHANGELOG.md for details.
v4.5.3Compare Source
Please refer to CHANGELOG.md for details.
v4.5.2Compare Source
Please refer to CHANGELOG.md for details.
v4.5.1Compare Source
Please refer to CHANGELOG.md for details.
v4.5.0Compare Source
See 4.5.0 changelog
v4.4.12Compare Source
Please refer to CHANGELOG.md for details.
v4.4.11Compare Source
See 4.4.11 changelog
v4.4.10Compare Source
Please refer to CHANGELOG.md for details.
v4.4.9Compare Source
Please refer to CHANGELOG.md for details.
fi3ework/vite-plugin-checker (vite-plugin-checker)
v0.12.0Compare Source
🚀 Features
watchPathoption - by @tokoroga-dokkoi in #590 (8732c)🐞 Bug Fixes
View changes on GitHub
v0.11.0Compare Source
🚨 Breaking Changes
strip-ansi- by @danielroe in #588 (66a10)🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.10.3Compare Source
🐞 Bug Fixes
lastIndexbefore reusing regexes - by @justinbhopper in #564 (f4072)View changes on GitHub
v0.10.2Compare Source
🐞 Bug Fixes
vue-tsc3.0.3+ - by @KazariEX in #551 (5055e)View changes on GitHub
v0.10.1Compare Source
🐞 Bug Fixes
spawn- by @nocive in #540 (455b6)View changes on GitHub
v0.10.0Compare Source
v0.9.3Compare Source
No significant changes
View changes on GitHub
v0.9.2Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.9.1Compare Source
🐞 Bug Fixes
errorlevel for info/warn messages - by @danielroe in #474 (694b7)View changes on GitHub
v0.9.0Compare Source
🚨 Breaking Changes
cjsusage - by @danielroe in #452 (155d7)meow- by @strawberry-choco in #294 (3ec83)🚀 Features
typescriptPath- by @fuks-ru in #296 (945e9)🐞 Bug Fixes
maxBuffersize to infinity - by @jonondarnad in #417 (939ab)🏎 Performance
fs-extrain favour of nativenode:fs- by @danielroe in #444 (94830)colorette- by @danielroe (2a745)View changes on GitHub
v0.8.0Compare Source
🚨 Breaking Changes
vue-tsc: Updated createVueLanguagePlugin syntax, version pin - by @daniluk4000 and drodichkin in #398 (5f5b9)
Now, vite-plugin-checker requires
"vue-tsc": "~2.1.6".🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.7.2Compare Source
Patch Changes
568b782: Added basic support for Biome82972e0: fix: tweak biome configsv0.7.1Compare Source
Patch Changes
909182e: Remove extraneous non props attributes warninge881c44: Bump @vitejs/plugin-vue to resolve runtime warning, see #34680ca69c: Resolve optionaltor from ESLint path, do not requires to install optionator anymore78fc007: Throw error and hint user when vue-tsc working with typescript lower than 5.0.052423b2: sync runTsc https://github.com/volarjs/volar.js/blob/630f31118d3986c00cc730eb83cd896709fd547e/packages/typescript/lib/quickstart/runTsc.ts2a0af74: refactor: reuse codeFrame helper in logger and deduplicate code7d985e7](https://redirect.github.com/fi3ework/vite-plugin-checker/commitConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.