This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
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.10.8
->11.11.0
11.10.8
->11.11.0
5.12.2
->5.13.0
5.59.1
->5.59.5
5.59.1
->5.59.5
3.3.0
->3.3.1
8.39.0
->8.40.0
^0.3.3
->^0.4.0
9.9.2
->9.13.1
6.10.0
->6.11.1
4.3.3
->4.3.5
^0.30.0
->^0.31.0
Release Notes
emotion-js/emotion
v11.11.0
Compare Source
Minor Changes
336f3d50
Thanks @Andarist! - Added support for cascade@layer
s by updating the underlying parser (stylis).Patch Changes
#3029
eed5e6cf
Thanks @Andarist! - Fixed importing in Node ESMUpdated dependencies [
336f3d50
,eed5e6cf
,336f3d50
]:mui/material-ui
v5.13.0
Compare Source
May 10, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.13.0
ChipComponent
type (#37112) @sai6855@mui/joy@5.0.0-alpha.79
@mui/base@5.0.0-beta.0
optionStringifier
prop (#37118) @michaldudakDocs
TextField
customization using theme style overrides (#36805) @ZeeshanTamboliCore
e2e-website
related minor fixes (#37204) @ZeeshanTamboliAll contributors of this release in alphabetical order: @akash191095, @DanailH, @danilo-leal, @DerTimonius, @gerdadesign, @hbjORbj, @kriskw1999, @michaldudak, @mnajdova, @oliviertassinari, @PunitSoniME, @romgrk, @sai6855, @ulrichstark, @uuxxx, @wewakekumar, @ZeeshanTamboli, @zignis
v5.12.3
Compare Source
May 2, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
@mui/material@5.12.3
component
type (#37111) @sai6855text
(#36967) @DavidBoyer11@mui/joy@5.0.0-alpha.78
@mui/base@5.0.0-alpha.128
Breaking changes
The
component
prop is no longer supported because it can be replaced with the slots API. This is how the transformation will look like:If using TypeScript, the custom component type should be added as a generic on the
Button
component.There is codemod that you can run in your project to do the transformation:
The full documentation about the codemod can be found here.
This is the list of PR related to this change:
component
prop (#36677) @mnajdovacomponent
prop (#37028) @hbjORbj[base] Improve API consistency (#36970) @michaldudak
Brought consistency to Base UI components and hooks' parameters and return values:
<slot_name>Ref
, which matches theget<slot_name>Props
in the return value.React.RefCallback
as using the more generalReact.Ref
caused variance issues.React.Ref<Element>
Changes
Docs
back to top
(#37011) @PunitSoniMEuseFormControl
return values from demos page (#37036) @ZeeshanTamboliSwitchUnstyled
(#36720) @varunmulay22InputUnstyled
(#36724) @varunmulay22SliderUnstyled
(#36721) @varunmulay22Snackbar
(#36719) @varunmulay22SelectUnstyled
(#36718) @varunmulay22Core
All contributors of this release in alphabetical order: @cherniavskii, @DavidBoyer11, @hbjORbj, @jakub-stastny, @joserodolfofreitas, @maxdestors, @michaldudak, @mj12albert, @mnajdova, @navedqb, @nicolas-ot, @oliviertassinari, @PunitSoniME, @sai6855, @samuelsycamore, @siriwatknp, @varunmulay22, @ZeeshanTamboli
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.5
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.2
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.5
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.2
Compare Source
Note: Version bump only for package @typescript-eslint/parser
vitejs/vite-plugin-react-swc
v3.3.1
Compare Source
type: module
to package.json (#101). Because the library already publish.cjs
&.mjs
files, the only change is for typing when using the node16 module resolution (fixes #95)3.2.0
and this should people that were using both plugins before this version to migrate.eslint/eslint
v8.40.0
Compare Source
Features
5db7808
feat: improve flat config errors for invalid rule options and severities (#17140) (Josh Goldberg ✨)f5574dc
feat: Add findConfigFile() method to FlatESLint (#17142) (Nicholas C. Zakas)e52b98b
feat: addsourceCode
property to the rule context (#17107) (Nitin Kumar)1468f5b
feat: addphysicalFilename
property to the rule context (#17111) (Nitin Kumar)0df4d4f
feat: addcwd
to rule context (#17106) (Nitin Kumar)52018f2
feat: addfilename
property to the rule context (#17108) (Nitin Kumar)559ff4e
feat: add newomitLastInOneLineClassBody
option to thesemi
rule (#17105) (Nitin Kumar)Bug Fixes
f076e54
fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#17151) (Nicholas C. Zakas)Documentation
e980bf3
docs: Update README (GitHub Actions Bot)e92a6fc
docs: Update README (GitHub Actions Bot)af5fe64
docs: Fix custom rule schema docs (#17115) (Adam Jones)4a352a9
docs: explain how to include predefined globals (#17114) (Marcus Wyatt)5ea15d9
docs: add mastodon link in readme (#17110) (唯然)Chores
4053004
chore: upgrade @eslint/js@8.40.0 (#17156) (Milos Djermanovic)50fed1d
chore: package.json update for @eslint/js release (ESLint Jenkins)4c7a170
chore: upgrade @eslint/eslintrc@2.0.3 (#17155) (Milos Djermanovic)e80b7cc
chore: upgrade espree@9.5.2 (#17154) (Milos Djermanovic)ce3ac91
chore: upgrade eslint-visitor-keys@3.4.1 (#17153) (Milos Djermanovic)9094d79
chore: addlatest/
tometa.docs.url
in all core rules (#17136) (Milos Djermanovic)d85efad
perf: don't usegrapheme-splitter
on ASCII strings in key-spacing rule (#17122) (Milos Djermanovic)ArnaudBarre/eslint-plugin-react-refresh
v0.4.1
Compare Source
export type *
(fixes #12)v0.4.0
Compare Source
Add
allowConstantExport
option (fixes #8)This option allow to don't warn when a constant (string, number, boolean, templateLiteral) is exported aside one or more components.
This should be enabled if the fast refresh implementation correctly handles this case (HMR when the constant doesn't change, propagate update to importers when the constant changes). Vite supports it, PR welcome if you notice other integrations works well.
Allow all-uppercase function exports (fixes #11)
This only works when using direct export. So this pattern doesn't warn anymore:
But this one will still warn:
capricorn86/happy-dom
v9.13.1
Compare Source
👷♂️ Patch fixes
v9.13.0
Compare Source
🎨 Features
Element.querySelectorAll()
. The performance was decreased after the implementation of document sorting order, due to the fact that it relied onObject.assign()
for each match, which is slower than iterating through all matches in the end. (#909)v9.12.0
Compare Source
🎨 Features
👷♂️ Patch fixes
v9.11.0
Compare Source
🎨 Features
v9.10.9
Compare Source
👷♂️ Patch fixes
Request.formData()
. (#892)Thank you @rolandjohann for your contribution!
v9.10.8
Compare Source
👷♂️ Patch fixes
HTMLAnchorElement.toString()
returned "HTMLElement.outerHTML", but should return "HTMLAnchorElement.href" according to spec. (#890)Thank you @Schleuse for your contribution!
v9.10.7
Compare Source
👷♂️ Patch fixes
Thank you for your contribution @htuomola!
v9.10.6
Compare Source
👷♂️ Patch fixes
XMLHttpRequest
. (#795)XMLHttpRequest.response
. (#788)Thank you @Mas0nShi for your contribution!
v9.10.5
Compare Source
👷♂️ Patch fixes
HTMLCollection
andHTMLFormControlsCollection
related to id/name of elements colliding with class properties and methods. (#875)v9.10.4
Compare Source
👷♂️ Patch fixes
v9.10.3
Compare Source
👷♂️ Patch fixes
click()
. (#880)v9.10.2
Compare Source
👷♂️ Patch fixes
v9.10.1
Compare Source
👷♂️ Patch fixes
v9.10.0
Compare Source
🎨 Features
👷♂️ Patch fixes
*.querySelectorAll()
did not return elements in document order. (#285)remix-run/react-router
v6.11.1
Compare Source
Patch Changes
react-router@6.11.1
@remix-run/router@1.6.1
v6.11.0
Compare Source
Minor Changes
basename
support inuseFetcher
(#10336)basename
then you will need to remove the manually prependedbasename
from yourfetcher
calls (fetcher.load('/basename/route') -> fetcher.load('/route')
)Patch Changes
Component
instead ofelement
on a route definition (#10287)<Link to="//">
and other invalid URL values (#10367)useSyncExternalStore
touseState
for internal@remix-run/router
router state syncing in<RouterProvider>
. We found some subtle bugs where router state updates got propagated before other normaluseState
updates, which could lead to footguns inuseEffect
calls. (#10377, #10409)StaticRouterProvider
's internalRouter
component (#10401)RouterProvider
,useNavigate
/useSubmit
/fetcher.submit
are now stable across location changes, since we can handle relative routing via the@remix-run/router
instance and get rid of our dependence onuseLocation()
. When usingBrowserRouter
, these hooks remain unstable across location changes because they still rely onuseLocation()
. (#10336)react-router@6.11.0
@remix-run/router@1.6.0
vitejs/vite
v4.3.5
Compare Source
v4.3.4
Compare Source
vitest-dev/vitest
v0.31.0
Compare Source
🚨 Breaking Changes
Remove
browser
from allowed pools insidepoolMatchGlob
config option. Please, use Vitest workspaces for running tests in the browser.Move assertion declarations to expect package - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)
🚀 Features
vi.hoisted
to run code before imports are executed:vi.mock
:--bail
option for cancelling test run - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3163 (8d460)🐞 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 has been generated by Mend Renovate. View repository job log here.