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: widen @types/sarif dependency to accept both 2.1.1 and 2.1.2 #78

Merged
merged 2 commits into from
Aug 16, 2019

Conversation

dbjorge
Copy link
Contributor

@dbjorge dbjorge commented Aug 16, 2019

Description of changes

@types/sarif received a non-breaking update with 2.1.1 -> 2.1.2. This widens the range this library claims support for to include both versions.

It continues to use a strict upper bound rather than a caret version, since the SARIF standard and correspondingly @types/sarif have historically been willing to make breaking changes in patch versions (eg, from 2.1.0 -> 2.1.1).

Pull request checklist

  • PR title respects Conventional Commits (starts with fix:, feat:, etc, and is suitable for user-facing release notes)
  • PR contains no breaking changes, OR description of both PR and final merge commit starts with BREAKING CHANGE:
  • [n/a] (if applicable) Addresses issue: #0000
  • [n/a] Added relevant unit tests for your changes
  • Ran yarn precheckin
  • [n/a] Verified code coverage for the changes made

@dbjorge dbjorge requested a review from a team August 16, 2019 01:07
@dbjorge dbjorge merged commit f280afd into microsoft:master Aug 16, 2019
@ada-cat
Copy link
Collaborator

ada-cat commented Aug 16, 2019

🎉 This PR is included in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants