Open
Conversation
5223c58 to
f263046
Compare
f4123bd to
b0a7e85
Compare
3a739cd to
9265f8a
Compare
9265f8a to
82f7680
Compare
82f7680 to
ba323b9
Compare
3f41ba5 to
c9cc348
Compare
c9cc348 to
b7b3bc9
Compare
ee0f0d0 to
d260e43
Compare
1a3af57 to
ce6f8d3
Compare
b274c70 to
5143207
Compare
5143207 to
5de7f6d
Compare
ff49b61 to
13babd9
Compare
13babd9 to
9b5130f
Compare
a8b9ab2 to
fa30da1
Compare
ab23e3f to
a9c84e1
Compare
775feb1 to
693babb
Compare
4150e8c to
f05262d
Compare
344fc22 to
fdeedfd
Compare
fdeedfd to
7ae089d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^1.1.14→^1.1.15^1.1.1→^1.1.13^3.5.0→^3.11.0^7.35.2→^7.37.5^18.2.0→^18.3.1^18.2.0→^18.3.1^9.8.1→^9.16.0^9.0.1→^9.1.0^1.7.217→^1.7.320^6.22.2→^6.30.3^5.1.0→^5.3.0Release Notes
radix-ui/primitives (@radix-ui/react-tabs)
v1.1.8v1.1.7v1.1.6v1.1.5v1.1.4Compare Source
v1.1.3Compare Source
v1.1.2Compare Source
vitejs/vite-plugin-react (@vitejs/plugin-react-swc)
v3.11.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:v3.10.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.
v3.10.1Compare Source
Add explicit semicolon in preambleCode #485
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
v3.10.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 preamble in Vitest browser mode #478
This was causing annoying
Sourcemap for "/@​react-refresh" points to missing source filesand is unnecessary in test mode.Skip HMR for JSX files with hooks #480
This removes the HMR warning for hooks with JSX.
v3.9.0Compare Source
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite.
v3.8.1Compare Source
Remove WebContainers warning #268
SWC is now supported in WebContainers 🎉
v3.8.0Compare Source
Add useAtYourOwnRisk_mutateSwcOptions option
The future of Vite is with OXC, and from the beginning this was a design choice to not exposed too many specialties from SWC so that Vite React users can move to another transformer later.
Also debugging why some specific version of decorators with some other unstable/legacy feature doesn't work is not fun, so we won't provide support for it, hence the name
useAtYourOwnRisk.v3.7.2Compare Source
Add Vite 6 to peerDependencies range #207
Thanks @RobinTail
Revert throw when refresh runtime is loaded twice #237
Revert the throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.
This revert was done in the Babel plugin last year and I didn't port it back.
v3.7.1Compare Source
Ignore directive sourcemap error #231
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.5Compare Source
Fixed
no-unknown-property]: allow shadow root attrs on<template>(#3912 @ljharb)prop-types]: supportComponentPropsWithReffrom a namespace import (#3651 @corydeppen)jsx-no-constructed-context-values]: detect constructed context values in React 19<Context>usage (#3910 @TildaDares)no-unknown-property]: allowtransform-originonrect(#3914 @ljharb)Changed
button-has-type]: clean up phrasing (#3909 @hamirmahal)v7.37.4Compare Source
Fixed
no-unknown-property]: supportonBeforeToggle,popoverTarget,popoverTargetActionattributes (#3865 @acusti)v7.37.3Compare Source
Fixed
no-danger]: avoid a crash on a nested component name (#3833 @ljharb)no-unknown-property]: supportprecedenceprop in react 19 (#3829 @acusti)prop-types]: props missing in validation when using generic types from a namespace import (#3859 @rbondoc96)Changed
jsx-no-script-url]: Improve tests (#3849 @radu2147)default-props-match-prop-types], [jsx-boolean-value], [jsx-curly-brace-presence], [jsx-no-bind], [no-array-index-key], [no-is-mounted], [no-render-return-value], [require-default-props] (#3841 @bastiendmt)v7.37.2Compare Source
Fixed
destructuring-assignment]: fix false negative when usingtypeof props.a(#3835 @golopot)Changed
destructuring-assignment]: usegetParentStatelessComponent(#3835 @golopot)v7.37.1Compare Source
Fixed
d.tsfiles (#3836 @ljharb)Changed
v7.37.0Compare Source
Added
no-unescaped-entities]: add suggestions (#3831 @StyleShit)forbid-component-props]: addallowedForPatterns/disallowedForPatternsoptions (#3805 @Efimenko)no-unstable-nested-components]: addpropNamePatternto support custom render prop naming conventions (#3826 @danreeves)Changed
v7.36.1Compare Source
Fixed
no-is-mounted]: fix logic in method name check (#3821 @Mathias-S)jsx-no-literals]: Avoid crashing on valueless boolean props (#3823 @reosarevok)v7.36.0Compare Source
Added
no-string-refs]: allow this.refs in > 18.3.0 (#3807 @henryqdineen)jsx-no-literals] AddelementOverridesoption and the ability to ignore this rule on specific elements (#3812 @Pearce-Ropion)forward-ref-uses-ref]: add rule for checking ref parameter is added ([#3667][] @NotWoods)Fixed
function-component-definition], [boolean-prop-naming], [jsx-first-prop-new-line], [jsx-props-no-multi-spaces],propTypes: use type args (#3629 @HenryBrown0)jsx-props-no-spreading]: addexplicitSpreadoption to schema (#3799 @ljharb)Changed
no-danger]: update broken link (#3817 @lucasrmendonca)button-has-type: add test case with spread (#3731 @y-hsgw)thebuilder/react-intersection-observer (react-intersection-observer)
v9.16.0Compare Source
What's Changed
Full Changelog: thebuilder/react-intersection-observer@v9.15.1...v9.16.0
v9.15.1Compare Source
Bug Fixes
Fixes and improvements to
react-intersection-observer/test-utilsisMockFunctionto detect if the IntersectionObserver is being mocked (189133f)v9.15.0Compare Source
Features
v9.14.1Compare Source
Bug Fixes
v9.14.0Compare Source
Features
v9.13.1Compare Source
Bug Fixes
remarkjs/react-markdown (react-markdown)
v9.1.0Compare Source
6ce120eAdd support for async plugins
v9.0.3Compare Source
(same as 9.0.2 but now with d.ts files)
v9.0.2Compare Source
b151a90Fix types for React 19
6962af7Add declaration maps
aa5933bRefactor to use
@importto import typesmkosir/react-parallax-tilt (react-parallax-tilt)
v1.7.320Compare Source
Bug Fixes
v1.7.319Compare Source
Bug Fixes
v1.7.318Compare Source
Bug Fixes
v1.7.317Compare Source
Bug Fixes
v1.7.316Compare Source
Bug Fixes
v1.7.315Compare Source
Bug Fixes
v1.7.314Compare Source
Bug Fixes
v1.7.313Compare Source
Bug Fixes
v1.7.312Compare Source
Bug Fixes
v1.7.311Compare Source
Bug Fixes
v1.7.310Compare Source
Bug Fixes
v1.7.309Compare Source
Bug Fixes
v1.7.308Compare Source
Bug Fixes
v1.7.307Compare Source
Bug Fixes
v1.7.306Compare Source
Bug Fixes
v1.7.305Compare Source
Bug Fixes
v1.7.304Compare Source
Bug Fixes
v1.7.303Compare Source
Bug Fixes
v1.7.302Compare Source
Bug Fixes
v1.7.301Compare Source
Bug Fixes
v1.7.300Compare Source
Bug Fixes
v1.7.299Compare Source
Bug Fixes
v1.7.298Compare Source
Bug Fixes
v1.7.297Compare Source
Bug Fixes
v1.7.296Compare Source
Bug Fixes
v1.7.295Compare Source
Bug Fixes
v1.7.294Compare Source
Bug Fixes
v1.7.293Compare Source
Bug Fixes
v1.7.292Compare Source
Bug Fixes
v1.7.291Compare Source
Bug Fixes
v1.7.290Compare Source
Bug Fixes
v1.7.289Compare Source
Bug Fixes
v1.7.288Compare Source
Bug Fixes
v1.7.287Compare Source
Bug Fixes
v1.7.286Compare Source
Bug Fixes
v1.7.285Compare Source
Bug Fixes
v1.7.284Compare Source
Bug Fixes
v1.7.283Compare Source
Bug Fixes
v1.7.282Compare Source
Bug Fixes
v1.7.281Compare Source
Bug Fixes
v1.7.280Compare Source
Bug Fixes
v1.7.279Compare Source
Bug Fixes
v1.7.278Compare Source
Bug Fixes
v1.7.277Compare Source
Bug Fixes
v1.7.276Compare Source
Bug Fixes
v1.7.275Compare Source
Bug Fixes
v1.7.274Compare Source
Bug Fixes
v1.7.273Compare Source
Bug Fixes
v1.7.272Compare Source
Bug Fixes
v1.7.271Compare Source
Bug Fixes
v1.7.270Compare Source
Bug Fixes
v1.7.269Compare Source
Bug Fixes
v1.7.268Compare Source
Bug Fixes
v1.7.267Compare Source
Bug Fixes
v1.7.266Compare Source
Bug Fixes
v1.7.265Compare Source
Bug Fixes
v1.7.264Compare Source
Bug Fixes
v1.7.263Compare Source
Bug Fixes
v1.7.262Compare Source
Bug Fixes
v1.7.261Compare Source
Bug Fixes
v1.7.260Compare Source
Bug Fixes
v1.7.259Compare Source
Bug Fixes
v1.7.258Compare Source
Bug Fixes
v1.7.257Compare Source
Bug Fixes
v1.7.256Compare Source
Bug Fixes
v1.7.255Compare Source
Bug Fixes
v1.7.254Compare Source
Bug Fixes
v1.7.253Compare Source
Bug Fixes
v1.7.252Compare Source
Bug Fixes
v1.7.251Compare Source
Bug Fixes
v1.7.250Compare Source
Bug Fixes
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 was generated by Mend Renovate. View the repository job log.