-
Notifications
You must be signed in to change notification settings - Fork 3
Update playground dependencies #146
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
base: main
Are you sure you want to change the base?
Conversation
|
bf2c76e to
17bb2cb
Compare
e57b180 to
7f069a7
Compare
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
dfc00d5 to
d630a09
Compare
34ef0d0 to
e78a1ed
Compare
|
1072bdf to
eb7042e
Compare
|
059c976 to
dad5322
Compare
ea289eb to
3565a6a
Compare
4906897 to
c53599e
Compare
c53599e to
23daf2c
Compare
122907c to
2ac3c0b
Compare
16f9e6f to
bdb45ec
Compare
bdb45ec to
016bd18
Compare
7e8f5fd to
e141922
Compare
e141922 to
416cf9d
Compare
416cf9d to
dd487cf
Compare
da087b7 to
c29a54c
Compare
c29a54c to
e55bf94
Compare
|



This PR contains the following updates:
4.6.0->4.7.02.1.2->2.1.161.1.0->1.2.415.3.0->15.3.118.3.12->18.3.2718.3.1->18.3.74.3.3->4.7.010.4.20->10.4.220.7.0->0.7.113.16.0->13.17.05.0.0->5.2.00.4.14->0.4.24^0.460.0->^0.555.0^0.52.0->^0.55.08.4.49->8.5.62.1.7->2.1.92.0.8->2.1.32.2.5->2.3.72.5.4->2.6.03.4.15->3.4.18Release Notes
suren-atoyan/monaco-react (@monaco-editor/react)
v4.7.0Compare Source
radix-ui/primitives (@radix-ui/react-dropdown-menu)
v2.1.7Compare Source
v2.1.6Compare Source
v2.1.5Compare Source
v2.1.4Compare Source
v2.1.3Compare Source
rollup/plugins (@rollup/plugin-node-resolve)
v15.3.12024-12-15
Updates
testwithincludes(#1787)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" })postcss/autoprefixer (autoprefixer)
v10.4.22Compare Source
stretchprefixes on new Can I Use database.fraction.js.v10.4.21Compare Source
-moz-prefix for:placeholder-shown(by @Marukome0743).joe-bell/cva (class-variance-authority)
v0.7.1Compare Source
What's Changed
New Contributors
Full Changelog: joe-bell/cva@v0.7.0...v0.7.1
cypress-io/cypress (cypress)
v13.17.0Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#13-17-0
v13.16.1Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#13-16-1
facebook/react (eslint-plugin-react-hooks)
v5.2.0Compare Source
do/whileloops (@tyxla in #31720)v5.1.0Compare Source
do/whileloops (@tyxla in #28714)asexpression (@mskelton in #31119)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.24Compare Source
"generateImageMetadata","generateSitemaps"&"generateStaticParams"toallowExportNamesin Next configv0.4.23Compare Source
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next configv0.4.22Compare Source
"viewport"toallowExportNamesin Next config (#89)v0.4.21Compare Source
This allows exports like
fetchCacheandrevalidatewhich are used in Page or Layout components and don't trigger a full page reload.v0.4.20Compare Source
as const(fixes #80)v0.4.19Compare Source
Add name to configs for ESLint Config Inspector
v0.4.18Compare Source
ESM/CJS interop is the worse that happened to this ecosystem, this is all I have to say.
v0.4.17Compare Source
.defaultproperty access under TS node16 module resolution (fixes #70)v0.4.16Compare Source
Fix CJS/ESM interop issue. Sorry everyone for the trouble.
v0.4.15Compare Source
Add support for custom HOCs (#60)
By default, the rule only knows that
memo&forwardReffunction calls with return a React component. With this option, you can also allow extra function names like Mobx observer to make this code valid:{ "react-refresh/only-export-components": [ "error", { "customHOCs": ["observer"] } ] }Thanks @HorusGoul!
Add recommended config and simple types (#67)
You can now add the recommended config to your ESLint config like this:
To follow ESLint recommandations, the rule is added with the
errorseverity.Some simple types ensure that people typecheking their config won't need
@ts-expect-erroranymore.Bump ESLint peer dependency to 8.40
This was actually done by mistake in the previous release when moving from a deprecated API to a new one.
Given that ESLint 8 is officialy end-of-life and the only report (#56) didn't get likes, I'm going forward and documenting the expected minimum version from ESLin in the package JSON so that people can get warning from their package manager.
lucide-icons/lucide (lucide-react)
v0.555.0: Version 0.555.0Compare Source
What's Changed
calendarsicon by @jguddas in #3795waves-arrow-upandwaves-arrow-downby @ericfennis in #3463scaleicon by @jamiemlaw in #3800formicon by @jguddas in #3558Full Changelog: lucide-icons/lucide@0.554.0...0.555.0
v0.554.0: Version 0.554.0Compare Source
What's Changed
ampersandicon by @jguddas in #3771folder-git-2icon by @jguddas in #3790anchoricon by @jamiemlaw in #2523calendarsicon by @jguddas in #3788Breaking change
For
lucide-reactandlucide-solid, imports forFingerprinticon are changed toFingerprintPattern.Lucide React
Lucide Solid
New Contributors
Full Changelog: lucide-icons/lucide@0.553.0...0.554.0
v0.553.0: Version 0.553.0Compare Source
What's Changed
mouse-pointer-2-officon by @domingasp in #3570ruler-dimension-lineicon by @karsa-mistmere in #3433classNameprop by @ocavue in #3751New Contributors
Full Changelog: lucide-icons/lucide@0.552.0...0.553.0
v0.552.0: Version 0.552.0Compare Source
What's Changed
solar-panelicon by @UsamaKhan in #2780Full Changelog: lucide-icons/lucide@0.551.0...0.552.0
v0.551.0: Version 0.551.0Compare Source
What's Changed
clock-checkicon by @jguddas in #2402Full Changelog: lucide-icons/lucide@0.550.0...0.551.0
v0.550.0: Version 0.550.0Compare Source
What's Changed
helicoptericon by @liloudreams in #2760New Contributors
Full Changelog: lucide-icons/lucide@0.549.0...0.550.0
v0.549.0: Version 0.549.0Compare Source
What's Changed
pnpm installwithpnpm addacross documentation. by @josch87 in #3735git-branch-minusicon by @joris-gallot in #3586New Contributors
Full Changelog: lucide-icons/lucide@0.548.0...0.549.0
v0.548.0: Version 0.548.0Compare Source
What's Changed
gamepad-directionalicon by @felipeajzanetti in #3693New Contributors
Full Changelog: lucide-icons/lucide@0.547.0...0.548.0
v0.547.0: Version 0.547.0Compare Source
What's Changed
<template>(#2635) by @KhalidAlansary in #3576birdhouseicon by @hieu-onefold in #3378New Contributors
Full Changelog: lucide-icons/lucide@0.546.0...0.547.0
v0.546.0: Version 0.546.0Compare Source
What's Changed
receipt-texticon by @jguddas in #3553squirclebase shape snippet by @danielbayley in #3674swordicon by @jguddas in #3421monitor-cloudicon by @karsa-mistmere in #3037New Contributors
Full Changelog: lucide-icons/lucide@0.545.0...0.546.0
v0.545.0: Version 0.545.0Compare Source
What's Changed
flameicon by @jamiemlaw in #3600square-micon by @jguddas in #3549combineicon by @jguddas in #3200building-2icon by @karsa-mistmere in #3509motorbikeicon by @jamiemlaw in #3371Full Changelog: lucide-icons/lucide@0.544.0...0.545.0
v0.544.0: Version 0.544.0Compare Source
What's Changed
ev-chargericon by @UsamaKhan in #2781New Contributors
Full Changelog: lucide-icons/lucide@0.543.0...0.544.0
v0.543.0: Version 0.543.0Compare Source
What's Changed
churchicon by @karsa-mistmere in #2971messages-squareby @jamiemlaw in #3529bugicons by @jamiemlaw in #3574panel-top-bottom-dashedicon by @jguddas in #3584message-square-quoteicon by @jguddas in #3550shipmetadata by @jguddas in #3559id-card-lanyardmetadata by @jguddas in #3534calendar-cogicon by @jguddas in #3583house-hearticon by @danielbayley in #3239Full Changelog: lucide-icons/lucide@0.542.0...0.543.0
v0.542.0: Version 0.542.0Compare Source
What's Changed
list-chevrons-down-upicon by @juliankellydesign in #3492New Contributors
Full Changelog: lucide-icons/lucide@0.541.0...0.542.0
v0.541.0: Version 0.541.0Compare Source
What's Changed
chromeicon & renamed tochromiumby @jguddas in #3572wallpapericon by @jguddas in #3566cogicon by @jguddas in #3548buildingicon by @karsa-mistmere in #3510Full Changelog: lucide-icons/lucide@0.540.0...0.541.0
v0.540.0: Version 0.540.0Compare Source
What's Changed
umbrellaicon by @karsa-mistmere in #3490cameraicon by @karsa-mistmere in #3539roseicon by @jguddas in #1972Full Changelog: lucide-icons/lucide@0.539.0...0.540.0
v0.539.0: Version 0.539.0Compare Source
What's Changed
brick-wall-shieldicon by @karsa-mistmere in #3476Full Changelog: lucide-icons/lucide@0.538.0...0.539.0
v0.538.0: Version 0.538.0Compare Source
What's Changed
appleicon by @karsa-mistmere in #3505storeicon by @karsa-mistmere in #3501mic-officon by @lieonlion in #2823kayakicon by @jpjacobpadilla in #3054Full Changelog: lucide-icons/lucide@0.537.0...0.538.0
v0.537.0: Version 0.537.0Compare Source
What's Changed
xicon by @jamiemlaw in #3341spadeicon by @karsa-mistmere in #3502schoolicon by @karsa-mistmere in #2968circle-staricon by @karsa-mistmere in #3507Full Changelog: lucide-icons/lucide@0.536.0...0.537.0
v0.536.0: Version 0.536.0Compare Source
What's Changed
hospitalicon by @karsa-mistmere in #2969.jsextensions to imports by @abdel-17 in #2950a-arrow-*icons by @jguddas in #3474cake-sliceicon by @jguddas in #3345turntableicon by @karsa-mistmere in #3429New Contributors
Full Changelog: lucide-icons/lucide@0.535.0...0.536.0
v0.535.0: Version 0.535.0Compare Source
What's Changed
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.