This repository has been archived by the owner on Mar 19, 2024. 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:
7.23.7
->7.23.9
7.23.8
->7.23.9
18.4.4
->18.6.0
18.4.4
->18.6.0
5.15.4
->5.15.6
1.40.1
->1.41.1
0.7.1
->0.7.2
0.4.6
->0.4.7
6.2.0
->6.4.0
20.11.5
->20.11.10
18.2.47
->18.2.48
9.0.7
->9.0.8
3.2.2
->3.2.4
Release Notes
babel/babel (@babel/core)
v7.23.9
Compare Source
🐛 Bug Fix
babel-helper-transform-fixture-test-runner
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-systemjs
,babel-preset-env
systemjs
re-traverses helpers (@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
babel-plugin-proposal-decorators
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-runtime
,babel-preset-env
core-js@3
imports (@nicolo-ribaudo)babel-traverse
getTypeAnnotation
when using TS+inference (@liuxingbaoyu)no-use-before-define
for class ref in fields (@nicolo-ribaudo)🏠 Internal
babel-core
,babel-parser
,babel-template
eslint-parser
to cts (@liuxingbaoyu)babel-types
@babel/types
props that are not produced by the parser (@liuxingbaoyu)🏃♀️ Performance
babel-parser
🔬 Output optimization
babel-helper-create-class-features-plugin
,babel-plugin-proposal-decorators
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-class-static-block
,babel-plugin-transform-new-target
,babel-plugin-transform-parameters
,babel-plugin-transform-private-methods
,babel-preset-env
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
using
(@liuxingbaoyu)conventional-changelog/commitlint (@commitlint/cli)
v18.6.0
Compare Source
Note: Version bump only for package @commitlint/cli
v18.5.0
Compare Source
Features
18.4.4 (2024-01-04)
Note: Version bump only for package @commitlint/cli
18.4.3 (2023-11-21)
Note: Version bump only for package @commitlint/cli
18.4.2 (2023-11-16)
Note: Version bump only for package @commitlint/cli
18.4.1 (2023-11-12)
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v18.6.0
Compare Source
Features
v18.5.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
18.4.4 (2024-01-04)
Note: Version bump only for package @commitlint/config-conventional
18.4.3 (2023-11-21)
Note: Version bump only for package @commitlint/config-conventional
18.4.2 (2023-11-16)
Note: Version bump only for package @commitlint/config-conventional
mui/material-ui (@mui/material)
v5.15.6
Compare Source
Jan 22, 2024
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.15.6
rowsPerPageOptions
prop (#40481) @pcorpet@mui/base@5.0.0-beta.33
@mui/system@5.15.6
@mui/icons-material@5.15.6
Docs
Core
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
v5.15.5
Compare Source
Jan 17, 2024
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
base-
(#40205) @michaldudak@mui/material@5.15.5
iconMapping
andseverity
props (#40551) @2metres@mui/material-next@6.0.0-alpha.118
ButtonGroup
(#40124) @lhilgert9@mui/base@5.0.0-beta.32
Breaking changes
base-
(#40205) @michaldudakThe class prefix of Base UI components have been changed from
Mui-
tobase-
. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such asbuttonClasses
, but as plain strings or in CSS stylesheets (.MuiButton.root
)To adapt your code to the new pattern:
.Mui([A-Z][A-Za-z]*)-
with.base-$1-
(soMuiButton-root
becomesbase-Button-root
, etc.),.Mui-([a-z]*)
with.base--$1
(soMui-disabled
becomesbase--disabled
, etc.).Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
json
files to be transformed (#40536) @ZeeshanTamboli@mui/lab@5.0.0-alpha.161
@mui/material
peer dependency version (#40528) @ZeeshanTamboli@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
State
interface from Consecutive Snackbars demo (#40410)@zinoroman
docs:link-check
(#40547) @samuelsycamoreCore
run
command to deploy docs (#40513) @siriwatknpAll contributors of this release in alphabetical order: @2metres, @aacevski, @brijeshb42, @danilo-leal, @DiegoAndai, @josh-feldman, @Kamino0, @lhilgert9, @maakcode, @michaldudak, @oliviertassinari, @petrovmiroslav, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli, @zinoroman
microsoft/playwright (@playwright/test)
v1.41.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recordedhttps://github.com/microsoft/playwright/issues/290288 - [REGRESSION] React component tests throw type error when passing null/undefined to componenhttps://github.com/microsoft/playwright/issues/2902727 - [REGRESSION] React component tests not passing Date prop valuhttps://github.com/microsoft/playwright/issues/29023023 - [REGRESSION] React component tests not rendering children phttps://github.com/microsoft/playwright/issues/290199019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL
Browser Versions
This version was also tested against the following stable channels:
v1.41.0
Compare Source
New APIs
style
in page.screenshot([options]) and locator.screenshot([options]) to add custom CSS to the page before taking a screenshot.stylePath
for methods expect(page).toHaveScreenshot(name[, options]) and expect(locator).toHaveScreenshot(name[, options]) to apply a custom stylesheet while making the screenshot.fileName
option for Blob reporter, to specify the name of the report to be created.Browser Versions
This version was also tested against the following stable channels:
qlik-oss/dev-tools-js (@qlik/eslint-config)
v0.7.2
Compare Source
Patch Changes
a81b753
: chore: update npm dependenciestesting-library/jest-dom (@testing-library/jest-dom)
v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
prettier/prettier (prettier)
v3.2.4
Compare Source
diff
Fix incorrect parser inference (#15947 by @fisker)
Files like
.eslintrc.json
were incorrectly formatted as JSONC files.v3.2.3
Compare Source
diff
Throw errors for invalid code (#15881 by @fisker, @Josh-Cena, @auvred)
Fix parser inference (#15927 by @fisker)
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.