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

⬆️ Update all non-major dependencies #595

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@arco-design/web-react (source) ^2.63.1 -> ^2.64.0 age adoption passing confidence dependencies minor
@babel/core (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence dependencies minor
@babel/plugin-transform-react-jsx (source) ^7.24.7 -> ^7.25.2 age adoption passing confidence dependencies minor
@testing-library/jest-dom ^6.4.6 -> ^6.5.0 age adoption passing confidence devDependencies minor
@testing-library/react ^16.0.0 -> ^16.0.1 age adoption passing confidence dependencies patch
@types/node (source) ^20.14.10 -> ^20.16.3 age adoption passing confidence dependencies minor
@types/react (source) ^18.3.3 -> ^18.3.5 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) ^8.0.0 -> ^8.4.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^8.0.0 -> ^8.4.0 age adoption passing confidence devDependencies minor
@vuepress/bundler-vite (source) 2.0.0-rc.14 -> 2.0.0-rc.15 age adoption passing confidence devDependencies patch
black (changelog) >=23.12.1,<25.0 -> >=24.8.0,<25.0 age adoption passing confidence dev minor
docker/dockerfile 1.8 -> 1.9 age adoption passing confidence syntax minor
eslint (source) ^9.6.0 -> ^9.9.1 age adoption passing confidence devDependencies minor
eslint-import-resolver-typescript ^3.6.1 -> ^3.6.3 age adoption passing confidence devDependencies patch
eslint-plugin-react ^7.34.3 -> ^7.35.1 age adoption passing confidence devDependencies minor
eslint-plugin-react-redux ^4.1.0 -> ^4.2.0 age adoption passing confidence devDependencies minor
expiringdictx ^1.0.1 -> ^1.1.0 age adoption passing confidence dependencies minor
hishel ^0.0.20 -> ^0.0.30 age adoption passing confidence dependencies patch
httpx (changelog) >=0.27.0 -> >=0.27.2 age adoption passing confidence dependencies patch
lxml (source, changelog) >=5.2.2 -> >=5.3.0 age adoption passing confidence dependencies minor
node 20.15.1 -> 20.17.0 age adoption passing confidence stage minor
nonebot-adapter-qq ^1.4.4 -> ^1.5.1 age adoption passing confidence docker minor
nonebot-plugin-htmlrender >=0.3.3 -> >=0.3.5 age adoption passing confidence dependencies patch
nonebot-plugin-send-anything-anywhere >=0.6.1,<0.7.0 -> >=0.7.1,<0.7.2 age adoption passing confidence dependencies minor
nonebot2 (source, changelog) ^2.3.2 -> ^2.3.3 age adoption passing confidence docker patch
nonebot2 (source, changelog) ^2.3.2 -> ^2.3.3 age adoption passing confidence dependencies patch
pillow (changelog) >=8.4.0,<11.0 -> >=10.4.0,<11.0 age adoption passing confidence dependencies patch
pre-commit ^3.7.1 -> ^3.8.0 age adoption passing confidence dev minor
pydantic (changelog) >=1.10.17,<3.0.0,!=2.5.0,!=2.5.1 -> >=1.10.18,<3.0.0,!=2.5.0,!=2.5.1 age adoption passing confidence dependencies minor
pyjwt ^2.8.0 -> ^2.9.0 age adoption passing confidence dependencies minor
pytest (changelog) >=7.4.4,<9.0.0 -> >=8.3.2,<9.0.0 age adoption passing confidence test minor
pytest-asyncio (changelog) >=0.23.7,<0.24.0 -> >=0.24.0,<0.24.1 age adoption passing confidence test minor
python-socketio ^5.11.3 -> ^5.11.4 age adoption passing confidence dependencies patch
rapidfuzz ^3.9.3 -> ^3.9.7 age adoption passing confidence dependencies patch
react-router-dom (source) ^6.24.1 -> ^6.26.1 age adoption passing confidence dependencies minor
ruff (source, changelog) ^0.6.0 -> ^0.6.3 age adoption passing confidence dev patch
vue (source) ^3.4.31 -> ^3.4.38 age adoption passing confidence devDependencies patch
vuepress (source) 2.0.0-rc.14 -> 2.0.0-rc.15 age adoption passing confidence devDependencies patch
vuepress-theme-hope (source) 2.0.0-rc.50 -> 2.0.0-rc.52 age adoption passing confidence devDependencies patch
yarl >=1.9.4 -> >=1.9.7 age adoption passing confidence dependencies patch

Release Notes

arco-design/arco-design (@​arco-design/web-react)

v2.64.0

Compare Source

🆕 Feature
  • DatePicker supports customizing the time format of the panel header by configuring yearFormat and monthFormat in the locale file.(#​2795)
🐛 BugFix
  • Fixed the problem that the popup layer position of the DatePicker component is not aligned with the selection box style(#​2794)

🆕 功能升级
  • DatePicker 支持通过配置 locale 文件中的 yearFormatmonthFormat 来定制面板头部的时间格式。(#​2795)
🐛 问题修复
  • 修复 DatePicker 组件弹出层位置未对齐选择框的样式问题(#​2794)

v2.63.3

Compare Source


v2.63.2

Compare Source

💎 Enhancement
  • Optimize the error message display of Upload component(#​2774)
  • Avoid calling location update logic when Affix component is unmounted(#​2772)
  • Optimize the logic of judging empty files when reading files in folder upload of Upload component to avoid errors in edge scenarios(#​2771)
  • Compatible with react 19 findDOMNode error(#​2755)
  • Upgrade the dependency react-focus-lock version to solve the WeakRef incompatibility issue(#​2735)
🐛 BugFix
  • Fixed the bug where dataTransfer.setData does not take effect when setting dataTransfer.setData in onDragStart of Tree component.(#​2743)
  • DatePicker displays the focus style when it gets focus through tab(#​2738)
  • Fixed a bug where DatePicker and DatePicker.RangePicker components missing refs, add forwardRef to expose refs.(#​2734)

💎 功能优化
  • 优化 Upload 组件展示错误提示信息报错(#​2774)
  • Affix 组件卸载时避免调用位置更新逻辑(#​2772)
  • 优化 Upload 组件文件夹上传读取文件判空逻辑,避免边界场景下报错(#​2771)
  • 兼容 react 19 findDOMNode 报错(#​2755)
  • 升级依赖 react-focus-lock 版本,解决 WeakRef 不兼容问题(#​2735)
🐛 问题修复
  • 修复 Tree 组件在 onDragStart 设置 dataTransfer.setData 不生效的 bug。(#​2743)
  • DatePicker 通过 tab 获取焦点时显示 focus 的样式(#​2738)
  • 修复DatePickerDatePicker.RangePicker组件缺失ref的问题,使用forwardRef转发ref(#​2734)
babel/babel (@​babel/core)

v7.25.2

Compare Source

🐛 Bug Fix

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
testing-library/jest-dom (@​testing-library/jest-dom)

v6.5.0

Compare Source

v6.4.8

Compare Source

v6.4.7

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.0.1

Compare Source

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

v8.4.0

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.3.0

Compare Source

🚀 Features
  • eslint-plugin: [no-deprecation] add rule
🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] add missing parentheses in autofix

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped alias type arguments

  • utils: add TSDeclareFunction to functionTypeTypes

  • ast-spec: use Expression in argument of ThrowStatement

❤️ Thank You
  • Abraham Guo
  • Daichi Kamiyama
  • Josh Goldberg ✨
  • Kim Sang Du
  • Sukka
  • Vida Xie

You can read about our versioning strategy and releases on our website.

v8.2.0

Compare Source

🚀 Features
  • eslint-plugin: add suggestion to require-await to remove async keyword
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] flag second argument of .then

  • eslint-plugin: [no-unnecessary-type-assertion] conflict with TS for variables used before assignment

  • eslint-plugin: delete [] in message if ReadOnly<string[]> is detected

  • eslint-plugin: [no-redundant-type-constituents] differentiate a types-error any from a true any

  • eslint-plugin: [no-unnecessary-type-parameters] check mapped constraint types if necessary

  • eslint-plugin: [no-unsafe-enum-comparison] add logic to see through intersections

❤️ Thank You
  • Abraham Guo
  • Dave
  • Jake Bailey
  • James
  • Josh Goldberg ✨
  • liuxingbaoyu
  • Yukihiro Hasegawa
  • Yutong Zhu

You can read about our versioning strategy and releases on our website.

v8.1.0

Compare Source

🚀 Features
  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true

  • typescript-estree: restrict variable declarator definite/init combinations

  • eslint-plugin: [no-unsafe-return] check promise any

  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods

🩹 Fixes
  • eslint-plugin: [no-unsafe-enum-comparison] typo in test

  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references

  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator

  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output

  • eslint-plugin: [no-unnecessary-type-parameters] clarify message

❤️ Thank You
  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

v8.0.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unused-vars] ignore imports used only as types
❤️ Thank You
  • Jake Bailey

You can read about our versioning strategy and releases on our website.

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

v8.4.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.3.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.2.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.1.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.0.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vuepress/core (@​vuepress/bundler-vite)

v2.0.0-rc.15

Compare Source

Features
psf/black (black)

v24.8.0

Compare Source

Stable style
  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#​4363)
Packaging
  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also
    linked. This improves the PyPI listing for Black. (#​4345)
Parser
  • Fix regression where Black failed to parse a multiline f-string containing another
    multiline string (#​4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string
    (#​4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#​4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#​4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings
    (#​4423)
Performance
  • Improve performance when a large directory is listed in .gitignore (#​4415)
Blackd
  • Fix blackd (and all extras installs) for docker container (#​4357)
eslint/eslint (eslint)

v9.9.1

Compare Source

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
Copy link

netlify bot commented Jul 15, 2024

Deploy Preview for nonebot-bison ready!

Name Link
🔨 Latest commit 47a72dd
🔍 Latest deploy log https://app.netlify.com/sites/nonebot-bison/deploys/66946ae487480d000865c966
😎 Deploy Preview https://deploy-preview-595--nonebot-bison.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jul 15, 2024

Deploy Preview for nonebot-bison ready!

Name Link
🔨 Latest commit 4f16534
🔍 Latest deploy log https://app.netlify.com/sites/nonebot-bison/deploys/66d6839999300300089219b8
😎 Deploy Preview https://deploy-preview-595--nonebot-bison.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.45%. Comparing base (c523b3a) to head (4f16534).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #595   +/-   ##
=======================================
  Coverage   85.45%   85.45%           
=======================================
  Files          91       91           
  Lines        4793     4793           
=======================================
  Hits         4096     4096           
  Misses        697      697           
Flag Coverage Δ
smoke-test 85.45% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8e35401 to 5982e24 Compare August 5, 2024 11:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6cffdfc to 4f584f2 Compare August 17, 2024 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e812acf to dd3842e Compare September 3, 2024 03:33
@felinae98 felinae98 merged commit 68f7e3b into main Sep 3, 2024
23 checks passed
@felinae98 felinae98 deleted the renovate/all-minor-patch branch September 3, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant