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 dependencies (non-major) #784

Merged
merged 1 commit into from
Jul 22, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.18.6 -> ^7.18.9 age adoption passing confidence
@babel/eslint-parser (source) ^7.18.2 -> ^7.18.9 age adoption passing confidence
@easyops-cn/docusaurus-search-local ^0.29.0 -> ^0.30.1 age adoption passing confidence
@svgr/webpack (source) ^6.2.1 -> ^6.3.1 age adoption passing confidence
@testing-library/user-event ^14.2.5 -> ^14.3.0 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.30.6 -> ^5.30.7 age adoption passing confidence
@typescript-eslint/parser ^5.30.6 -> ^5.30.7 age adoption passing confidence
concurrently ^7.2.2 -> ^7.3.0 age adoption passing confidence
eslint-plugin-jsx-a11y ^6.6.0 -> ^6.6.1 age adoption passing confidence
eslint-plugin-unicorn ^43.0.1 -> ^43.0.2 age adoption passing confidence
lerna (source) ^5.1.8 -> ^5.2.0 age adoption passing confidence
undici (source) ^5.7.0 -> ^5.8.0 age adoption passing confidence
yarn 3.2.1 -> 3.2.2 age adoption passing confidence

Release Notes

babel/babel

v7.18.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-systemjs, babel-types
  • babel-generator
💅 Polish
🏠 Internal
  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
🏃‍♀️ Performance
easyops-cn/docusaurus-search-local

v0.30.1

Compare Source

Bug Fixes
  • fix building error when docs disabled (07b1724)

v0.30.0

Compare Source

Features
  • support saving hash in filename instead of query (4930a88), closes #​171

v0.29.4

Compare Source

Bug Fixes
  • fix call stack overflow with large code blocks (e0b2cfd), closes #​164

v0.29.3

Compare Source

Bug Fixes
  • hide clear button on small screen when input is not focused (c69fbf6), closes #​230

v0.29.2

Compare Source

Bug Fixes

v0.29.1

Compare Source

Bug Fixes
  • require docusaurus v2.0.0-rc.1 (41a4e67)
  • add hack for useDocsPreferredVersion crash in SearchPage (02fdc42)
  • fix error when not using versions (f11293f)
gregberge/svgr

v6.3.1

Compare Source

Bug Fixes

v6.3.0

Compare Source

Bug Fixes
Features

6.2.1 (2022-01-30)

Bug Fixes
testing-library/user-event

v14.3.0

Compare Source

Features

v14.2.6

Compare Source

Bug Fixes
  • document: reduce impact of React@17 workaround (#​992) (9816d38)
  • pointer: do not throw for pointer-events: none on previous target (#​991) (6e4058b)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.30.7

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.30.7

Compare Source

Bug Fixes
open-cli-tools/concurrently

v7.3.0

Compare Source

What's Changed

jsx-eslint/eslint-plugin-jsx-a11y

v6.6.1

Compare Source

==================

  • 38405ad [Fix] no-interactive-tabindex: allow role assignments using a ternary with literals on both sides
  • 7524e0c [Fix] no-static-element-interactions: allow role assignments using a ternary with literals on both sides (#​865)
  • 1c06306 [readme] properly describe rule settings in builtin configs
  • 0c19f02 [Docs] no-noninteractive-tabindex, no-static-element-interactions: document allowExpressionValues (#​870)
  • 2362832 [readme] added link to redirect eslint to relevant docs (#​862)
  • 2c6926c [Deps] unpin axe-core
  • b78f19d [Deps] pin axe-core to v4.4.1, due to a breaking change in a patch
  • 768910e [Deps] update @babel/runtime
  • f0e04ce [Deps] update @babel/runtime, jsx-ast-utils
  • 93b2a9d [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register
  • a962211 [Dev Deps] update @babel/cli, @babel/core, @babel/plugin-transform-flow-strip-types, @babel/register
  • 0d2bc43 [Tests] no-noninteractive-element-interactions: add passing test cases (#​876)
  • ffefbad [Tests] no-noninteractive-element-interactions: add passing tests for form with onSubmit (#​871)
  • e7d405d [Tests] no-static-element-interactions: add passing test cases
sindresorhus/eslint-plugin-unicorn

v43.0.2

Compare Source

  • prefer-spread: Ignore Array#join().concat() and (a + b).concat() (#​1859) ab71971
lerna/lerna

v5.2.0

Compare Source

Features

5.1.8 (2022-07-07)

Note: Version bump only for package lerna

5.1.7 (2022-07-06)

Note: Version bump only for package lerna

5.1.6 (2022-06-24)

Note: Version bump only for package lerna

5.1.5 (2022-06-24)

Note: Version bump only for package lerna

5.1.4 (2022-06-15)

Note: Version bump only for package lerna

5.1.3 (2022-06-15)

Note: Version bump only for package lerna

5.1.2 (2022-06-13)

Bug Fixes

5.1.1 (2022-06-09)

Bug Fixes
  • allow maintenance LTS node 14 engines starting at 14.15.0 (#​3161) (72305e4)
nodejs/undici

v5.8.0

Compare Source

⚠️ Security Fixes ⚠️
What's Changed
New Contributors

Full Changelog: nodejs/undici@v5.7.0...v5.7.1

yarnpkg/berry

v3.2.2

Compare Source

Compatibility
  • The patched filesystem now supports ftruncate.
  • The patched filesystem now supports fchmod.
  • The patched filesystem now supports throwIfNoEntry.
  • The PnP filesystem now handles most of the FileHandle methods
  • Updates the PnP compatibility layer for TypeScript 4.8 Beta
  • The npm_package_json environment variable is now set by Yarn.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 22, 2022
@codecov
Copy link

codecov bot commented Jul 22, 2022

Codecov Report

Merging #784 (5e9c214) into main (0b88655) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #784   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines           57        57           
  Branches         2         2           
=========================================
  Hits            57        57           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0b88655...5e9c214. Read the comment docs.

@renovate renovate bot merged commit 81478be into main Jul 22, 2022
@renovate renovate bot deleted the renovate/dependencies branch July 22, 2022 20:42
github-actions bot added a commit that referenced this pull request Jul 22, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 81478be
github-actions bot added a commit that referenced this pull request Jul 23, 2022
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> 81478be
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.

0 participants