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: use tilde instead of caret for dependencies that could break CI #29

Merged
merged 1 commit into from Oct 18, 2022

Conversation

MichaelDeBoey
Copy link
Member

I'm in dubio here, as using carets (^) won't cause problems like mysticatea/eslint4b#14 (comment)

On the other hand, CI will break once one of these packages release a minor update that includes adding/deprecating a rule, because we have scheduled workflow runs.
Tests will also fail once we update locally.

Since adding a new rule to a config is a breaking change (as it can cause more linting errors), I think it's OK to use tilde (~) instead.

@eslint-community/core-team @eslint-community/mysticatea-eslint-plugin WDYT about this?
Do you maybe have a better solution?

@MichaelDeBoey MichaelDeBoey requested a review from a team October 18, 2022 01:59
@MichaelDeBoey MichaelDeBoey self-assigned this Oct 18, 2022
@codecov-commenter
Copy link

Codecov Report

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

Coverage data is based on head (f91e1ba) compared to base (5bb8f04).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             beta      #29   +/-   ##
=======================================
  Coverage   97.17%   97.17%           
=======================================
  Files          39       39           
  Lines         389      389           
=======================================
  Hits          378      378           
  Misses         11       11           

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.

Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

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

👍

@MichaelDeBoey MichaelDeBoey merged commit 53b3c84 into beta Oct 18, 2022
@MichaelDeBoey MichaelDeBoey deleted the patch-18 branch October 18, 2022 13:27
@github-actions
Copy link

🎉 This PR is included in version 15.0.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 15.0.0 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants