vite-plugin-react-pages icon indicating copy to clipboard operation
vite-plugin-react-pages copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.22.5 -> ^7.22.8 age adoption passing confidence
@babel/preset-env (source) ^7.22.5 -> ^7.22.7 age adoption passing confidence
@rollup/plugin-typescript (source) ^11.1.1 -> ^11.1.2 age adoption passing confidence
@types/minimist (source) ^1.2.0 -> ^1.2.2 age adoption passing confidence
@types/node (source) ^18.15.11 -> ^18.16.19 age adoption passing confidence
@types/react (source) ^18.2.13 -> ^18.2.14 age adoption passing confidence
@vitejs/plugin-react (source) ^4.0.1 -> ^4.0.2 age adoption passing confidence
antd (source) ^5.6.2 -> ^5.6.4 age adoption passing confidence
chokidar ^3.5.1 -> ^3.5.3 age adoption passing confidence
globby ^13.2.0 -> ^13.2.2 age adoption passing confidence
gray-matter ^4.0.2 -> ^4.0.3 age adoption passing confidence
jotai ^1.11.2 -> ^1.13.1 age adoption passing confidence
lint-staged ^13.2.2 -> ^13.2.3 age adoption passing confidence
magic-string ^0.27.0 -> ^0.30.1 age adoption passing confidence
postcss (source) ^8.4.24 -> ^8.4.25 age adoption passing confidence
react-router-dom ^6.13.0 -> ^6.14.1 age adoption passing confidence
rollup-plugin-postcss ^4.0.0 -> ^4.0.2 age adoption passing confidence
tslib (source) ^2.5.3 -> ^2.6.0 age adoption passing confidence
vite-pages-theme-doc ^4.0.0 -> ^4.1.5 age adoption passing confidence
vite-plugin-react-pages ^4.0.0 -> ^4.1.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.22.8

Compare Source

:leftwards_arrow_with_hook: Revert

v7.22.7

Compare Source

:bug: Bug Fix
:house: Internal

v7.22.6

Compare Source

:bug: Bug Fix
  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core
: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
  • 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
rollup/plugins (@​rollup/plugin-typescript)

v11.1.2

Compare Source

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

Compare Source

  • Fix fast-refresh for files that are transformed into jsx (#​188)
ant-design/ant-design (antd)

v5.6.4

Compare Source

  • Form
    • 🐞 Fix onFieldsChange event will still be triggered incorrectly when the field is not configured with rules when the Form is submitted. #​43290
    • 🐞 Fix the problem that the warning message that name is empty is falsely reported when the name of Form.List is 0. #​43199 @​Yuiai01
  • 🐞 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 and fontSize of Popconfirm component. #​43212 @​MadCcc
  • 🐞 Fix the problem that deleting files after Upload configures maxCount will not trigger onChange. #​43193
  • 💄 Fix Button disabled style error when it has link or href attribute. #​43091 @​BoyYangzai
  • TypeScript

  • Form
    • 🐞 修复 Form 在提交时,字段没有配置 rules 时仍会错误触发 onFieldsChange 事件的问题。#​43290
    • 🐞 修复 Form.List 的 name 为 0 时误报 name 为空的警告信息的问题。#​43199 @​Yuiai01
  • 🐞 修复 Badge color 属性不生效的问题。#​43304
  • 🐞 修复 Select 组件的消除图标在 FormItem 设置 hasFeedback 时的位置问题。#​43302 @​tinyfind
  • 🐞 修复 Transfer 分页下拉按钮被隐藏以及 showSizeChanger 方法无效。#​41906 @​Yuiai01
  • 🐞 修复 Popconfirm 组件 colorTextfontSize 修改无效的问题。#​43212 @​MadCcc
  • 🐞 修复 Upload 配置 maxCount 后删除文件不会触发 onChange 的问题。#​43193
  • 💄 修复 Button 在有 linkhref 属性时禁用样式错误。#​43091 @​BoyYangzai
  • TypeScript

v5.6.3

Compare Source


sindresorhus/globby (globby)

v13.2.2

Compare Source

v13.2.1

Compare Source

pmndrs/jotai (jotai)

v1.13.1

Compare Source

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

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v1.13.0...v1.13.1

v1.13.0

Compare Source

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

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v1.12.1...v1.13.0

v1.12.1

Compare Source

This version adds a few improvements in v2 API pre-release.

What's Changed

Full Changelog: https://github.com/pmndrs/jotai/compare/v1.12.0...v1.12.1

v1.12.0

Compare Source

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

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v1.11.2...v1.12.0

okonet/lint-staged (lint-staged)

v13.2.3

Compare Source

Bug Fixes
  • the --diff option implies --no-stash (66a716d)
rich-harris/magic-string (magic-string)

v0.30.1

Compare Source

Bug Fixes

v0.30.0

Compare Source

Bug Fixes
Features

v0.29.0

Compare Source

Features
  • x_google_ignoreList: initial support for ignore lists (3c711cd)

v0.28.0

Compare Source

Bug Fixes
postcss/postcss (postcss)

v8.4.25

Compare Source

remix-run/react-router (react-router-dom)

v6.14.1

Compare Source

Patch Changes

v6.14.0

Compare Source

Minor Changes
  • Add support for application/json and text/plain encodings for useSubmit/fetcher.submit. To reflect these additional types, useNavigation/useFetcher now also contain navigation.json/navigation.text and fetcher.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-in new FormData(form, submitter) instead of the previous manual approach in modern browsers (those that support the new submitter 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
  • Call window.history.pushState/replaceState before updating React Router state (instead of after) so that window.location matches useLocation during synchronous React 17 rendering (#​10448)
    • ⚠️ However, generally apps should not be relying on window.location and should always reference useLocation when possible, as window.location will not be in sync 100% of the time (due to popstate events, concurrent mode, etc.)
  • Fix tsc --skipLibCheck:false issues on React 17 (#​10622)
  • Upgrade typescript to 5.1 (#​10581)
  • Updated dependencies:
Microsoft/tslib (tslib)

v2.6.0: tslib 2.6.0

Compare Source

What's Changed

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.

renovate[bot] avatar Apr 03 '23 00:04 renovate[bot]