Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #121

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 3, 2023

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

↩️ Revert

v7.22.7

Compare Source

🐛 Bug Fix
🏠 Internal

v7.22.6

Compare Source

🐛 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
🏠 Internal
  • babel-helper-create-class-features-plugin, babel-plugin-transform-classes
🔬 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: pmndrs/jotai@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: pmndrs/jotai@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: pmndrs/jotai@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: pmndrs/jotai@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
  • Updated dependencies:
    • react-router@6.14.1
    • @remix-run/router@1.7.1

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:
    • react-router@6.14.0
    • @remix-run/router@1.7.0
Microsoft/tslib (tslib)

v2.6.0: tslib 2.6.0

Compare Source

What's Changed

Full Changelog: microsoft/tslib@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 renovate bot added the dependencies label Apr 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 2f64b65 to 2e0c187 Compare April 10, 2023 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from fc0a385 to 456811e Compare April 16, 2023 15:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5f1fd17 to fd9af12 Compare April 23, 2023 06:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from cdb179d to 7b06a81 Compare May 27, 2023 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5b8f44f to df9bd7e Compare June 7, 2023 06:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from be82fe9 to 44315be Compare June 17, 2023 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 207dc5c to 18b8c5f Compare June 28, 2023 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0fe290f to 03504cd Compare July 6, 2023 05:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03504cd to c5935df Compare July 7, 2023 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants