vite-plugin-react-pages
vite-plugin-react-pages copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
babel/babel (@babel/core)
v7.22.8
:leftwards_arrow_with_hook: Revert
-
babel-core
,babel-traverse
-
#15754 Revert "Use
NodePath#hub
as part of the paths cache key" (@nicolo-ribaudo)
-
#15754 Revert "Use
v7.22.7
:bug: Bug Fix
-
babel-generator
- #15719 fix: Avoid internally generating negative source maps columns (@liuxingbaoyu)
-
babel-core
,babel-traverse
-
#15725 Use
NodePath#hub
as part of the paths cache key (@nicolo-ribaudo)
-
#15725 Use
- Other
:house: Internal
-
babel-core
,babel-traverse
- #15702 Refactor visitors merging (@nullableVoidPtr)
v7.22.6
:bug: Bug Fix
-
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
-
babel-plugin-transform-optional-chaining
-
#15739 Fix transform of
delete a?.b
in function params (@nicolo-ribaudo)
-
#15739 Fix transform of
-
babel-helper-split-export-declaration
,babel-plugin-transform-modules-commonjs
- #15736 fix: Default export for duplicate names (@liuxingbaoyu)
-
babel-compat-data
,babel-preset-env
-
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
,babel-runtime
-
#15705 Fix handling of sync error in
@@​asyncDispose
(@nicolo-ribaudo)
-
#15705 Fix handling of sync error in
-
babel-standalone
-
#15707 fix: Support transforming Explicit Resource Management in
stage-2
(@liuxingbaoyu)
-
#15707 fix: Support transforming Explicit Resource Management in
-
babel-core
-
#15626 fix: Works correctly with
--frozen-intrinsics
(@liuxingbaoyu)
-
#15626 fix: Works correctly with
:house: Internal
-
babel-helper-create-class-features-plugin
,babel-plugin-transform-classes
:microscope: Output optimization
-
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
,babel-plugin-transform-class-properties
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-typescript
-
#15740 Compress output for optional chain with multiple
?.
(@nicolo-ribaudo)
-
#15740 Compress output for optional chain with multiple
-
babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-pipeline-operator
,babel-plugin-transform-class-properties
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-traverse
- #15741 Inject tmp vars in the params list of IIFEs when possible (@nicolo-ribaudo)
rollup/plugins (@rollup/plugin-typescript)
v11.1.2
2023-06-28
Bugfixes
- fix: change the value of isExternalLibraryImport to false if the resolvedModule should be compiled #1521
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.0.2
- Fix fast-refresh for files that are transformed into jsx (#188)
ant-design/ant-design (antd)
v5.6.4
- Form
- 🐞 Fix the Badge
color
attribute does not take effect. #43304 - 🐞 Fix the position of Select clear icon when FormItem sets
hasFeedback
. #43302 @tinyfind - 🐞 Fix Transfer paging drop-down button is hidden and
showSizeChanger
method is invalid. #41906 @Yuiai01 - 🐞 Fix the invalid modification of
colorText
andfontSize
of Popconfirm component. #43212 @MadCcc - 🐞 Fix the problem that deleting files after Upload configures
maxCount
will not triggeronChange
. #43193 - 💄 Fix Button disabled style error when it has
link
orhref
attribute. #43091 @BoyYangzai - TypeScript
- 🤖 Optimize Breadcrumb
params
type and support generics. #43211 - 🤖 Optimize Breadcrumb
params
type and support generics. #43257 @thinkasany - 🤖 Remove redundant number type from Button
loading
. #43256 @thinkasany - 🤖 Transparently pass Cascader
optionType
generic. #43231 @ZWkang
- 🤖 Optimize Breadcrumb
- Form
- 🐞 修复 Badge
color
属性不生效的问题。#43304 - 🐞 修复 Select 组件的消除图标在 FormItem 设置
hasFeedback
时的位置问题。#43302 @tinyfind - 🐞 修复 Transfer 分页下拉按钮被隐藏以及
showSizeChanger
方法无效。#41906 @Yuiai01 - 🐞 修复 Popconfirm 组件
colorText
和fontSize
修改无效的问题。#43212 @MadCcc - 🐞 修复 Upload 配置
maxCount
后删除文件不会触发onChange
的问题。#43193 - 💄 修复 Button 在有
link
或href
属性时禁用样式错误。#43091 @BoyYangzai - TypeScript
- 🤖 优化 Breadcrumb
params
类型,支持泛型。#43211 - 🤖 优化 Typography
copyIdRef
类型。#43257 @thinkasany - 🤖 移除 Button
loading
多余 number 类型。#43256 @thinkasany - 🤖 透传 Cascader
optionType
泛型。#43231 @ZWkang
- 🤖 优化 Breadcrumb
v5.6.3
- BreadCrumb
- 🐞 Fix BreadCrumb
dropdownProps
does not working bug. #43151 @linxianxi - 🛠 Improve BreadCrumb behavior when receiving a null title. #43099 @Asanio06
- 🐞 Fix BreadCrumb
- 🐞 Fix Slider disabled state within Form. #43142 @Starpuccino
- 🐞 Fix Form that label offset does not work in vertical mode. #43155 @kiner-tang
- 🐞 Fix Table open filter popup throw react ref warning. #43139
- 🐞 Fix Transfer with
rowKey
makes item unselectable. #43115 - 🐞 Fix Space
size
priority when using with other components #42752 @linxianxi - 🐞 Fix QRCode color in dark mode. #43162 @ds1371dani
- 💄 Fix Select option unexpected margin when using with Badge and Tag. #43097 @Yuiai01
- TypeScript
- 🤖 Improve Button
target
property type definition. #43129 @li-jia-nan - 🤖 Improve Progress
size
property type to support percent value. #43123 @Ali-ovo - 🤖 Improve Slider tooltip type definition. #43094 @li-jia-nan
- 🤖 Improve Button
- BreadCrumb
- 🐞 修复 BreadCrumb 传递
dropdownProps
不生效的问题。#43151 @linxianxi - 🛠 优化 BreadCrumb 处理
title
为null
时的行为。#43099 @Asanio06
- 🐞 修复 BreadCrumb 传递
- 🐞 修复 Slider 在 Form 内部时的禁用状态。#43142 @Starpuccino
- 🐞 修复 Form 标签偏移值在垂直布局中不生效的问题。#43155 @kiner-tang
- 🐞 修复 Table 打开筛选面板会报
react ref
错误警告信息。#43139 - 🐞 修复 Transfer 配置
rowKey
后无法选中的问题。#43115 - 🐞 修复 Space 与其他组件搭配使用时的
size
优先级#42752 @linxianxi - 🐞 修复 QRCode 在暗黑模式下的颜色。#43162 @ds1371dani
- 💄 修复 Select 选项使用 Badge 和 Tag 时底部存在意外边距的问题。#43097 @Yuiai01
- TypeScript
- 🤖 优化 Button 的
target
属性类型定义。#43129 @li-jia-nan - 🤖 优化 Progress 的
size
属性类型定义以支持百分比值。#43123 @Ali-ovo - 🤖 优化 Slider tooltip 的类型定义。#43094 @li-jia-nan
- 🤖 优化 Button 的
pmndrs/jotai (jotai)
v1.13.1
Following v1.13.0, this version drops jotai/react/devtools
entry point which was for pre-released v2 API. The same feature will be provided from jotai-devtools
package.
What's Changed
- fix(react): delete pre-released v2 API devtools by @dai-shi in https://github.com/pmndrs/jotai/pull/1686
New Contributors
- @AwesomeDevin made their first contribution in https://github.com/pmndrs/jotai/pull/1681
- @yeganathan18 made their first contribution in https://github.com/pmndrs/jotai/pull/1684
Full Changelog: https://github.com/pmndrs/jotai/compare/v1.13.0...v1.13.1
v1.13.0
We are working on improving devtools for v2 API. To mitigate the migration, jotai/devtools
is moved to jotai-devtools
in this version. Please be aware that you need to manually install jotai-devtools
.
What's Changed
- fix(vanilla): reading async atom twice before resolving (v2 API) by @dai-shi in https://github.com/pmndrs/jotai/pull/1670
- feat(devtools): move to peer dependency by @dai-shi in https://github.com/pmndrs/jotai/pull/1672
- feat(devtools): deprecate jotai/devtools to prepare for v2 by @dai-shi in https://github.com/pmndrs/jotai/pull/1677
New Contributors
- @nutstick made their first contribution in https://github.com/pmndrs/jotai/pull/1666
Full Changelog: https://github.com/pmndrs/jotai/compare/v1.12.1...v1.13.0
v1.12.1
This version adds a few improvements in v2 API pre-release.
What's Changed
- fix(vanilla): bail out notifying with same values (v2 API) by @dai-shi in https://github.com/pmndrs/jotai/pull/1654
- fix(vanilla): do not invoke callback on subscribe (v2 API) by @dai-shi in https://github.com/pmndrs/jotai/pull/1659
Full Changelog: https://github.com/pmndrs/jotai/compare/v1.12.0...v1.12.1
v1.12.0
We are getting ready for v2 release. What you can do now is to update to this version, and a) check deprecation messages and/or b) try/migrate pre-released v2 API. https://github.com/pmndrs/jotai/blob/v1.12.0/docs/guides/migrating-to-v2-api.mdx
What's Changed
- feat: deprecate integrations and some utils to prepare for v2 by @dai-shi in https://github.com/pmndrs/jotai/pull/1631
- fix(vanilla): make restore atoms dev only (v2 API) by @dai-shi in https://github.com/pmndrs/jotai/pull/1648
New Contributors
- @Ymirke made their first contribution in https://github.com/pmndrs/jotai/pull/1634
Full Changelog: https://github.com/pmndrs/jotai/compare/v1.11.2...v1.12.0
rich-harris/magic-string (magic-string)
v0.30.1
Bug Fixes
v0.30.0
Bug Fixes
Features
v0.29.0
Features
- x_google_ignoreList: initial support for ignore lists (3c711cd)
v0.28.0
Bug Fixes
postcss/postcss (postcss)
v8.4.25
- Improve stringify performance (by Romain Menke).
- Fixed docs (by @vikaskaliramna07).
remix-run/react-router (react-router-dom)
v6.14.1
Patch Changes
- Updated dependencies:
-
[email protected]
-
@remix-run/[email protected]
-
v6.14.0
Minor Changes
-
Add support for
application/json
andtext/plain
encodings foruseSubmit
/fetcher.submit
. To reflect these additional types,useNavigation
/useFetcher
now also containnavigation.json
/navigation.text
andfetcher.json
/fetcher.text
which include the json/text submission if applicable (#10413)// The default behavior will still serialize as FormData function Component() { let navigation = useNavigation(); let submit = useSubmit(); submit({ key: "value" }, { method: "post" }); // navigation.formEncType => "application/x-www-form-urlencoded" // navigation.formData => FormData instance } async function action({ request }) { // request.headers.get("Content-Type") => "application/x-www-form-urlencoded" // await request.formData() => FormData instance }
// Opt-into JSON encoding with `encType: "application/json"` function Component() { let navigation = useNavigation(); let submit = useSubmit(); submit({ key: "value" }, { method: "post", encType: "application/json" }); // navigation.formEncType => "application/json" // navigation.json => { key: "value" } } async function action({ request }) { // request.headers.get("Content-Type") => "application/json" // await request.json() => { key: "value" } }
// Opt-into text encoding with `encType: "text/plain"` function Component() { let navigation = useNavigation(); let submit = useSubmit(); submit("Text submission", { method: "post", encType: "text/plain" }); // navigation.formEncType => "text/plain" // navigation.text => "Text submission" } async function action({ request }) { // request.headers.get("Content-Type") => "text/plain" // await request.text() => "Text submission" }
Patch Changes
- When submitting a form from a
submitter
element, prefer the built-innew FormData(form, submitter)
instead of the previous manual approach in modern browsers (those that support the newsubmitter
parameter) (#9865, #10627)- For browsers that don't support it, we continue to just append the submit button's entry to the end, and we also add rudimentary support for
type="image"
buttons - If developers want full spec-compliant support for legacy browsers, they can use the
formdata-submitter-polyfill
- For browsers that don't support it, we continue to just append the submit button's entry to the end, and we also add rudimentary support for
- Call
window.history.pushState/replaceState
before updating React Router state (instead of after) so thatwindow.location
matchesuseLocation
during synchronous React 17 rendering (#10448)- ⚠️ However, generally apps should not be relying on
window.location
and should always referenceuseLocation
when possible, aswindow.location
will not be in sync 100% of the time (due topopstate
events, concurrent mode, etc.)
- ⚠️ However, generally apps should not be relying on
- Fix
tsc --skipLibCheck:false
issues on React 17 (#10622) - Upgrade
typescript
to 5.1 (#10581) - Updated dependencies:
-
[email protected]
-
@remix-run/[email protected]
-
Microsoft/tslib (tslib)
v2.6.0
: tslib 2.6.0
What's Changed
- Add helpers for
using
andawait using
by @rbuckton in https://github.com/microsoft/tslib/pull/213
Full Changelog: https://github.com/microsoft/tslib/compare/v2.5.3...2.6.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.