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-dev): bump react-docgen from 5.4.3 to 6.0.4 #4228

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps react-docgen from 5.4.3 to 6.0.4.

Release notes

Sourced from react-docgen's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #830 c3c16e3 Thanks @​danez! - Fixed error with object and array patterns in function signatures.

[email protected]

Patch Changes

  • #810 ddf4e20 Thanks @​danez! - Read docblock in nested flow object types and use them as descriptions

[email protected]

Patch Changes

[email protected]

Migration Guide: https://react-docgen.dev/docs/migrate/v6

Major Changes

  • 96d6e9e Thanks @​danez! - Rename flowTypeHandler to codeTypeHandler because it handles Flow and TypeScript

  • #719 d7a39af Thanks @​danez! - Refactored resolveComponentDefinition utility.

    • Renamed to findComponentDefinition
    • Removed named export isComponentDefinition
    • The utility now does a lot more than previously, check out the commit to see the changes in detail.

... (truncated)

Changelog

Sourced from react-docgen's changelog.

6.0.4

Patch Changes

6.0.3

Patch Changes

  • #830 c3c16e3 Thanks @​danez! - Fixed error with object and array patterns in function signatures.

6.0.2

Patch Changes

  • #810 ddf4e20 Thanks @​danez! - Read docblock in nested flow object types and use them as descriptions

6.0.1

Patch Changes

6.0.0

Major Changes

  • 96d6e9e Thanks @​danez! - Rename flowTypeHandler to codeTypeHandler because it handles Flow and TypeScript

  • #719 d7a39af Thanks @​danez! - Refactored resolveComponentDefinition utility.

    • Renamed to findComponentDefinition

... (truncated)

Commits
  • 85d7758 Packages ready to publish (#839)
  • 8ba9ac7 Fix support for index types in flow (#838)
  • 76f56d9 fix(deps): update dependency @​types/doctrine to ^0.0.6 (#836)
  • c2e68d6 Packages ready to publish (#831)
  • c3c16e3 correctly support ObjectPattern and ArrayPattern in function signatures
  • d80091d chore(deps): lock file maintenance (#818)
  • 61f3d89 Packages ready to publish (#811)
  • c797c3b chore(deps): update typescript-eslint monorepo to v6 (major) (#819)
  • ddf4e20 read dockblock from nested flow object types (#810)
  • 45b0653 Packages ready to publish (#807)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2023
Copy link

@pullrequest pullrequest bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This pull request was not sent to the PullRequest network because the author name contains "dependabot".

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #4228 (75afa9b) into main (6bbc587) will not change coverage.
The diff coverage is n/a.

❗ Current head 75afa9b differs from pull request most recent head a197f43. Consider uploading reports for the commit a197f43 to get more accurate results

@@           Coverage Diff           @@
##             main    #4228   +/-   ##
=======================================
  Coverage   96.34%   96.34%           
=======================================
  Files          25       25           
  Lines        2352     2352           
  Branches      958      958           
=======================================
  Hits         2266     2266           
  Misses         86       86           

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-docgen-6.0.4 branch 2 times, most recently from 3a520e6 to 7521dfe Compare September 1, 2023 20:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-docgen-6.0.4 branch 3 times, most recently from 543d8d3 to 701ff99 Compare September 15, 2023 21:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-docgen-6.0.4 branch from 701ff99 to 112f938 Compare September 25, 2023 20:43
Bumps [react-docgen](https://github.com/reactjs/react-docgen/tree/HEAD/packages/react-docgen) from 5.4.3 to 6.0.4.
- [Release notes](https://github.com/reactjs/react-docgen/releases)
- [Changelog](https://github.com/reactjs/react-docgen/blob/main/packages/react-docgen/CHANGELOG.md)
- [Commits](https://github.com/reactjs/react-docgen/commits/[email protected]/packages/react-docgen)

---
updated-dependencies:
- dependency-name: react-docgen
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-docgen-6.0.4 branch from 112f938 to a197f43 Compare September 29, 2023 12:03
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 19, 2023

Superseded by #4331.

@dependabot dependabot bot closed this Oct 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-docgen-6.0.4 branch October 19, 2023 20:36
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