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 #336

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@adobe/jsonschema2md 7.1.3 -> 7.1.4 age adoption passing confidence
@fastify/error 3.0.0 -> 3.1.0 age adoption passing confidence
@fastify/formbody 7.3.0 -> 7.4.0 age adoption passing confidence
@types/node (source) 18.11.9 -> 18.11.10 age adoption passing confidence
@types/react (source) 18.0.25 -> 18.0.26 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.44.0 -> 5.45.0 age adoption passing confidence
@typescript-eslint/parser 5.44.0 -> 5.45.0 age adoption passing confidence
antd (source) 5.0.2 -> 5.0.3 age adoption passing confidence
bignumber.js 9.1.0 -> 9.1.1 age adoption passing confidence
eslint (source) 8.28.0 -> 8.29.0 age adoption passing confidence
fastify-plugin 4.3.0 -> 4.4.0 age adoption passing confidence
pnpm (source) 7.17.1 -> 7.18.0 age adoption passing confidence
tsc-alias (source) 1.7.1 -> 1.8.1 age adoption passing confidence
tsconfig-paths 4.1.0 -> 4.1.1 age adoption passing confidence

Release Notes

adobe/jsonschema2md

v7.1.4

Compare Source

Bug Fixes
  • deps: update dependency fs-extra to v11 (291515e)
fastify/fastify-error

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-error@v3.0.0...v3.1.0

fastify/fastify-formbody

v7.4.0

Compare Source

📚 PR:

  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#​131)
  • build(deps-dev): bump form-auto-content from 2.2.1 to 3.0.0 (#​132)
  • avoid wrapping defaultParser (#​133)
  • nodenext compatibility (#​134)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.45.0

Compare Source

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

ant-design/ant-design

v5.0.3

Compare Source


  • 🐞 修复 Spin 包裹模式时的样式偏移问题。#​38923 @​sribich
  • Menu
    • 🐞 修复 Menu 溢出时下拉菜单的样式问题。#​39093
    • 🐞 修复 hover 在 Menu.Item 外面时颜色变蓝的问题。#​39077 @​Pulset
  • 🐞 修复 Input.TextArea 没有重置样式导致 resize 行为和 4.x 不一致的问题。aa92f02
  • 🐞 修复 Upload 默认图标颜色。#​39114 @​MARKX97
  • 🐞 修复 dev 下动态 hashId 导致的 ssr 注水失败的问题。#​39069
  • 🐞 修复 FloatButton.Group 关闭时闪烁的问题。#​39061
  • 🐞 修复 Card.Meta 宽度没有默认填满容器的问题。#​39026 @​justanotheranonymoususer
MikeMcl/bignumber.js

v9.1.1

Compare Source

  • 04/12/22
  • #​338 [BUGFIX] exponentiatedBy: ensure 0**-n === Infinity for very large n.
eslint/eslint

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

fastify/fastify-plugin

v4.4.0

Compare Source

What's Changed

Full Changelog: fastify/fastify-plugin@v4.3.0...v4.4.0

pnpm/pnpm

v7.18.0

Compare Source

Minor Changes

  • Overrides may be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a `# pnpm.

    {
      "dependencies": {
        "foo": "^1.0.0"
      },
      "overrides": {
        // the override is defined as a reference to the dependency
        "foo": "$foo",
        // the referenced package does not need to match the overridden one
        "bar": "$foo"
      }
    }

    Issue: #​5703

Patch Changes

  • pnpm audit should work when the project's package.json has no version field #​5728
  • Dependencies specified via * should be updated to semver ranges by pnpm update #​5681.
  • It should be possible to override a dependency with a local package using relative path from the workspace root directory #​5493.
  • Exit with non-zero exit code when child process exits with a non-zero exit clode #​5525.
  • pnpm add should prefer local projects from the workspace, even if they use prerelease versions #​5316

Our Gold Sponsors

Our Silver Sponsors

justkey007/tsc-alias

v1.8.1: (2022-12-02)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.8.0...v1.8.1

v1.8.0: (2022-12-01)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.7.1...v1.8.0

dividab/tsconfig-paths

v4.1.1

Compare Source

Fixed
  • Skip stat call / throwing an exception when source files don't exist. See PR #​225. Thanks to @​robstolarz for this PR!

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.

@codecov-commenter
Copy link

codecov-commenter commented Dec 3, 2022

Codecov Report

Base: 64.57% // Head: 64.57% // No change to project coverage 👍

Coverage data is based on head (36f13b1) compared to base (a37ad7f).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #336   +/-   ##
=======================================
  Coverage   64.57%   64.57%           
=======================================
  Files         101      101           
  Lines        2837     2837           
  Branches      353      353           
=======================================
  Hits         1832     1832           
  Misses        959      959           
  Partials       46       46           

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 at Codecov.
📢 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 3 times, most recently from c79ebe1 to 36f13b1 Compare December 4, 2022 13:37
@ddadaal ddadaal merged commit d19b66a into master Dec 5, 2022
@ddadaal ddadaal deleted the renovate/all-minor-patch branch December 5, 2022 01:35
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.

2 participants