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 eslint-remote-tester from 2.1.4 to 3.0.0 #268

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps eslint-remote-tester from 2.1.4 to 3.0.0.

Changelog

Sourced from eslint-remote-tester's changelog.

3.0.0 (2022-06-12)

  • feat!: never create configuration files (a26563b)
  • feat!: resolve slow lint time from configuration (5b33d89)

Features

  • config: adds slowLintTimeLimit option (67f759c)

BREAKING CHANGES

  • Previously a default configuration file was created when given configuration file was not found. Removed configuration file creation completely. It was completely useless.
  • Previously a warning was logged if linting took more than 5s. Now by default no such warnings are logged. Timelimit for such logs can be configured via config.slowLintTimeLimit
Commits
  • 6363bca 3.0.0
  • a26563b feat!: never create configuration files
  • 5b33d89 feat!: resolve slow lint time from configuration
  • 67f759c feat(config): adds slowLintTimeLimit option
  • b6828ae chore: eslint-remote-tester-repositories@0.0.6
  • 9139ad8 chore: remove private repositories (#367)
  • 0df0025 chore(dev-deps): jest 28 (#365)
  • 8a6917c chore(dev-deps): update eslint related packages (#363)
  • 91f5a63 chore(deps): bump simple-git from 3.7.0 to 3.7.1 (#361)
  • 41f370c chore: generate changelog
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 13, 2022
@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #268 (8e77400) into main (ae7a190) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #268   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          575       575           
  Branches       165       165           
=========================================
  Hits           575       575           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ae7a190...8e77400. Read the comment docs.

@MichaelDeBoey
Copy link
Member

@AriPerkkio Is this one OK to merge as-is?

Bumps [eslint-remote-tester](https://github.com/AriPerkkio/eslint-remote-tester) from 2.1.4 to 3.0.0.
- [Release notes](https://github.com/AriPerkkio/eslint-remote-tester/releases)
- [Changelog](https://github.com/AriPerkkio/eslint-remote-tester/blob/master/CHANGELOG.md)
- [Commits](AriPerkkio/eslint-remote-tester@v2.1.4...v3.0.0)

---
updated-dependencies:
- dependency-name: eslint-remote-tester
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-remote-tester-3.0.0 branch from 0a06a40 to 8e77400 Compare June 13, 2022 17:33
Copy link
Contributor

@AriPerkkio AriPerkkio left a comment

Choose a reason for hiding this comment

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

Yes, good to go.
This version will reduce some default logging which is not needed when testing a set of rules.

@MichaelDeBoey MichaelDeBoey merged commit b15c04c into main Jun 13, 2022
@MichaelDeBoey MichaelDeBoey deleted the dependabot/npm_and_yarn/eslint-remote-tester-3.0.0 branch June 13, 2022 21:27
@github-actions
Copy link

🎉 This PR is included in version 4.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
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants