Workiva / react-dart

Dart Bindings for React JS
BSD 2-Clause "Simplified" License
413 stars 67 forks source link

Remove deprecated authors field from pubspec.yaml #310

Closed sourcegraph-wk closed 3 years ago

sourcegraph-wk commented 3 years ago

This PR removes the author field from any pubspec.yaml files in this repo, as the field was deprecated in Dart 2.7 and is no longer needed.

Removing this field will silence the warning that pub publish emits, which has the added benefit of allowing us to use pub publish --dry-run as a quality check during CI.

If you'd like to retain the author information, we recommend adding an AUTHORS.md file in the repo or the package directory.


This PR was created automatically from a Sourcegraph batch change. Please reach out to @evanweible-wf or #support-client-plat with any questions.

_Created by Sourcegraph batch change Workiva/remove_pubspec_authors._

aviary-wf commented 3 years ago

Security Insights

(1) Vulnerable direct dependencies were detected
  • 1 vulns in elliptic < 6.5.4 via yarn.lock
  • Action Items

    semveraudit-wf commented 3 years ago

    Public API Changes

    No changes to the public API found for commit 56b1853248327d1a6f9e8fda90f7ac41d1309edd

    Showing results for 56b1853248327d1a6f9e8fda90f7ac41d1309edd

    Powered by semver-audit-service. Please report any problems by filing an issue. Reported by the dart semver audit client 2.2.1 Browse public API.

    evanweible-wf commented 3 years ago

    QA +1