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

fix(deps): update all non-major dependencies #517

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codemirror/legacy-modes 6.3.1 -> 6.3.2 age adoption passing confidence
@mikro-orm/cli (source) 5.6.14 -> 5.6.15 age adoption passing confidence
@mikro-orm/core (source) 5.6.14 -> 5.6.15 age adoption passing confidence
@mikro-orm/mariadb (source) 5.6.14 -> 5.6.15 age adoption passing confidence
@mikro-orm/migrations (source) 5.6.14 -> 5.6.15 age adoption passing confidence
@mikro-orm/mysql (source) 5.6.14 -> 5.6.15 age adoption passing confidence
@mikro-orm/seeder (source) 5.6.14 -> 5.6.15 age adoption passing confidence
@pnpm/lockfile-file (source) 7.0.5 -> 7.0.6 age adoption passing confidence
@types/jest (source) 29.4.0 -> 29.5.0 age adoption passing confidence
@types/node (source) 18.15.1 -> 18.15.5 age adoption passing confidence
@types/ssh2 (source) 1.11.7 -> 1.11.8 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.54.1 -> 5.56.0 age adoption passing confidence
@typescript-eslint/parser 5.54.1 -> 5.56.0 age adoption passing confidence
antd (source) 5.3.0 -> 5.3.2 age adoption passing confidence
fastify (source) 4.14.1 -> 4.15.0 age adoption passing confidence
liquidjs 10.6.1 -> 10.6.2 age adoption passing confidence
node-mocks-http 1.12.1 -> 1.12.2 age adoption passing confidence
pm2 (source) 5.2.2 -> 5.3.0 age adoption passing confidence
pnpm (source) 7.29.1 -> 7.30.0 age adoption passing confidence
styled-components (source) 5.3.8 -> 5.3.9 age adoption passing confidence
turbo (source) 1.8.3 -> 1.8.4 age adoption passing confidence
webpack 5.76.1 -> 5.76.2 age adoption passing confidence

Release Notes

codemirror/legacy-modes

v6.3.2

Compare Source

Bug fixes

Fix tokenizing of character literals in the Scala mode.

mikro-orm/mikro-orm

v5.6.15

Compare Source

Bug Fixes
  • core: deduplicate columns in insert queries (db734d6)
  • core: fix nested inlined embedded property hydration (2bbcb47), closes #​4145
  • core: fix snapshot of relation properties loaded via joined strategy (6015f3f), closes #​4129
  • core: respect explicit unsigned option (#​4126) (846a57d)
  • sqlite: fix detecting multi-line returning queries (ba1a5fc), closes #​4133
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.56.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

Note: Version bump only for package @​typescript-eslint/parser

ant-design/ant-design

v5.3.2

Compare Source


v5.3.1

Compare Source

  • 🐞 Update DatePicker deps to fix laggy in Safari and support align with transform scale. #​41090
  • 🐞 Fix Menu collapse, Tooltip sometime show with unexpected. #​41081
  • 🐞 Fix Modal.confirm has additional node which makes height not correct. #​41173 @​Svudec
  • 🐞 Fixed InputNumber disabled text color not correct. #​41167 @​Yuiai01
  • 🐞 Fix Anchor highlighting not working when dynamically updating items. #​40743 @​zqran
  • 🛠 Update Mentions deps to support align with transform scale. #​41160 @​MuxinFeng
  • 🐞 Fix Form with manually called validateFields not show success status when hasFeedback is on. #​41116 @​kiner-tang
  • 🐞 Fix Cascader sub panel not close when hover to leaf node. #​41134
  • 🐞 Fix Popconfirm using Promise to close will not exist loading state even when open again. #​41121
  • 🐞 Fix Upload onChange sometime not sync when in React 18. #​41082 @​li-jia-nan
  • 🛎 Update demo with Space.Compact instead of legacy one and patch warning info. #​41080 @​Yuiai01
  • 🌐 Update ko_KR、Added Amharic Language. #​41103 @​li-jia-nan

  • 🐞 更新 DatePicker 底层依赖,修复 Safari 下卡顿,支持 transform scale 下对齐。#​41090
  • 🐞 修复 Menu 收缩时,Tooltip 有时会弹出的问题。#​41081
  • 🐞 修复 Modal.confirm 窗体有额外节点导致高度不正确的问题。#​41173 @​Svudec
  • 🐞 修复 InputNumber disabled 时字体高亮不正确的问题。#​41167 @​Yuiai01
  • 🐞 修复 Anchor 动态添加 items 后高亮失效问题。#​40743 @​zqran
  • 🛠 更新 Mentions 底层依赖,支持 transform scale 下对齐。#​41160 @​MuxinFeng
  • 🐞 修复 Form 手工调用 validateFields 时,hasFeedback 对成功态不生效的问题。#​41116 @​kiner-tang
  • 🐞 修复 Cascader 在悬浮至叶子节点时,展开面板没有关闭的问题。#​41134
  • 🐞 修复 Popconfirm 使用 Promise 关闭时再次打开仍然是 loading 状态的问题。#​41121
  • 🐞 修复 Upload 在 React 18 下 onChange 有时数据不正确的问题。#​41082 @​li-jia-nan
  • 🛎 补充官网中没有切换到 Space.Compact 的遗留示例,并且添加相应警告。#​41080 @​Yuiai01
  • 🌐 更新韩语国际化,添加国际化阿姆哈拉语。#​41103 @​li-jia-nan
fastify/fastify

v4.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify@v4.14.1...v4.15.0

harttle/liquidjs

v10.6.2

Compare Source

Bug Fixes
howardabrams/node-mocks-http

v1.12.2

Compare Source

Unitech/pm2

v5.3.0

Compare Source

pnpm/pnpm

v7.30.0

Compare Source

Minor Changes
  • Allow to set a custom directory for storing patch files via the patches-dir setting #​6215
Patch Changes
  • New directories should be prepended to NODE_PATH in command shims, not appended.
  • Retry copying file on EBUSY error #​6201.
Our Gold Sponsors
Our Silver Sponsors

v7.29.3

Compare Source

Patch Changes

  • Command shim should not set higher priority to the node_modules/.pnpm/node_modules directory through the NODE_PATH env variable, then the command's own node_modules directory #​5176.
  • extend-node-path is set back to true by default. It was set to false in v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extending NODE_PATH. We have fixed the Jest issue with a different solution #​6213.

Our Gold Sponsors

Our Silver Sponsors

v7.29.2

Compare Source

styled-components/styled-components

v5.3.9

Compare Source

What's Changed

Full Changelog: styled-components/styled-components@v5.3.8...v5.3.9

vercel/turbo

v1.8.4: Turborepo v1.8.4

Compare Source

What's Changed

Changelog

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

@changeset-bot
Copy link

changeset-bot bot commented Mar 18, 2023

⚠️ No Changeset found

Latest commit: 6607a99

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (9a91595) 66.91% compared to head (6607a99) 66.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #517   +/-   ##
=======================================
  Coverage   66.91%   66.91%           
=======================================
  Files         114      114           
  Lines        3119     3119           
  Branches      390      390           
=======================================
  Hits         2087     2087           
  Misses        979      979           
  Partials       53       53           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed94e4f to 75b947e Compare March 18, 2023 13:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fa94e8b to c69024e Compare March 20, 2023 20:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c69024e to 6607a99 Compare March 21, 2023 00:15
@ddadaal ddadaal merged commit 87f2527 into master Mar 21, 2023
@ddadaal ddadaal deleted the renovate/all-minor-patch branch March 21, 2023 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant