This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
chore: update npm dependencies - autoclosed #461
Closed
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:
5.16.5
->6.1.5
13.4.0
->14.1.2
14.4.3
->14.5.1
1.9.0
->1.9.8
4.14.191
->4.14.202
4.17.7
->4.17.12
18.11.18
->20.10.4
5.3.7
->5.3.14
18.0.26
->18.2.42
18.0.10
->18.2.17
2.0.3
->2.0.8
5.1.26
->5.1.34
^1.4.3
->^1.4.6
3.0.1
->4.2.1
4.24.7
->5.12.1
5.3.1
->6.0.1
5.0.0
->5.1.0
8.31.0
->8.55.0
0.2.1
->0.3.0
21.0.0
->23.0.1
1.9.3
->1.9.4
4.1.3
->4.2.0
11.1.0
->11.1.3
0.49.2
->2.0.10
>=16
->>=20.10.0
5.3.2
->5.4.1
2.8.2
->3.1.0
5.9.0
->5.10.0
5.3.6
->6.1.1
4.9.4
->5.3.3
0.18.2
->0.18.3
4.0.5
->5.0.6
1.7.1
->3.6.4
0.13.2
->0.13.5
2.4.0
->4.2.0
4.0.5
->4.2.1
0.27.0
->1.0.2
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Features
BREAKING CHANGES
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import * as matchers from '@testing-library/jest-dom/matchers'
v5.17.0
Compare Source
Features
toHaveAccessibleErrorMessage
better implementing the spec, deprecatetoHaveErrorMessage
(#503) (d717c66)testing-library/react-testing-library (@testing-library/react)
v14.1.2
Compare Source
Bug Fixes
v14.1.1
Compare Source
Bug Fixes
v14.1.0
Compare Source
Features
v14.0.0
Compare Source
Bug Fixes
Features
@testing-library/dom
to 9.0.0 (#1177) (6653c23)BREAKING CHANGES
testing-library/user-event (@testing-library/user-event)
v14.5.1
Compare Source
Bug Fixes
v14.5.0
Compare Source
Bug Fixes
Features
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.2.1
Compare Source
Remove generic parameter on
Plugin
to 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
api
object, you can get back the typing of the hook by importingViteReactPluginApi
:v4.2.0
Compare 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
React
in the scope.Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.
v4.1.1
Compare Source
v4.1.0
Compare Source
@types/babel__cores
to dependencies (fix #211)@babel/core
#212index.d.cts
file so you don't get types errors when settingmoduleResolution
tonode16
ornodenext
in your tsconfig (we recommend usingbundler
which is more close to how Vite works)v4.0.4
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
This major version include a revamp of options:
include
/exclude
now allow to completely override the files processed by the plugin (#122). This is more in line with other Rollup/Vite plugins and simplify the setup of enabling Fast Refresh for.mdx
files. This can be done like this:These changes also allow to apply Babel plugins on files outside Vite root (expect in node_modules), which improve support for monorepo (fix #16).
With these changes, only the file extensions is used for filtering processed files and the query param fallback is removed.
fastRefresh
is removed (#122). This should be correctly activated by plugin without configuration.jsxPure
is removed. This is a niche use case that was just passing down the boolean to esbuild.jsxSideEffects. (#129)The support for React auto import whe using classic runtime is removed. This was prone to errors and added complexity for no good reason given the very wide support of automatic runtime nowadays. This migration path should be as simple as removing the runtime option from the config.
This release goes in hand with the upcoming Vite 4.3 release focusing on performances:
Other notable changes:
v3.1.0
Compare Source
ant-design/ant-design (antd)
v5.12.1
Compare Source
v5.12.0
Compare Source
colorInfoBg
token. #46188Form.useWatch
support selector function param. #46180 @crazyaironChangeComplete
and deprecateonAfterChange
. #46182 @MadCccitems
supporticon
prop. #46096 @li-jia-nangetPopupContainer
property. #45751 @li-jia-nanvalue
anddefaultValue
props. #45747 @Wxh16144tooltip
icon should not trigger Switch. #46155addon
inside Space.Compact. #46130 @MadCccFloatButtonProps
type withReact.DOMAttributes
in FloatButton. #46175 @li-jia-nanForm.useWatch
支持 selector 函数参数调用。#46180 @crazyaironChangeComplete
事件,并废弃onAfterChange
。#46182 @MadCccitems
支持icon
属性。#46096 @li-jia-nanvalue
anddefaultValue
属性。#45747 @Wxh16144tooltip
图标会触发 Switch 切换的问题。#46155colorInfoBg
token 定义为渐变色。#46188addon
时在 Space.Compact 下使用的样式问题。#46130 @MadCccv5.11.5
Compare Source
dist
artifact. #46103 @MadCccdist
产物错误。#46103 @MadCccv5.11.4
Compare Source
z-index
abnormally in nested Modal. #46035getAction
into a function component. #46032invalid annotation
in Rollup. #46024required
property of the Radio and Checkbox components. #46028 @nnmaxz-index
异常的问题。#46035getAction
重构为函数组件。#46032invalid annotation
的问题。#46024required
属性的类型定义。#46028 @nnmaxv5.11.3
Compare Source
zIndex
too high will cover other popup content. #46012z-index
conflict when in a nested pop-up. #45979 @kiner-tangellipsis.tooltip
cannot open under Layout component. [#​Configuration
📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (UTC), 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.