Skip to content

Bump fasterer from 0.4.1 to 0.8.2 #585

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

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fasterer from 0.4.1 to 0.8.2.

Changelog

Sourced from fasterer's changelog.

0.8.2

  • Fixes #77. An error occurs on the symbol to proc check when somebody invokes a method with no arguments on an array or range inside of the inspected block. Seems like a bug in the inspected code, but nevertheless it is a code path we need to support.

0.8.1

  • Ignore lambda literals when checking symbol to proc. Thanks to kiyot for his fix in PR #74.

0.8.0

  • Dropped support for ruby versions below 2.2.0 and locks ruby_parser to be above or equal to 1.14.1. The new ruby_parser version 1.14.1 explicitly requires ruby versions above 2.2.0, so this affects fasterer as well.

0.7.1

  • Fix check_symbol_to_proc rule from crashing when there is no receiver #67

0.7.0

  • More inclusive check_symbol_to_proc rule - don't only look at #each but any method that could leverage the symbol to proc rule. Merged through #41

0.6.0

  • Enable placing the .fasterer.yml file not just in the current dir, but in any parent directory as well.

0.5.1

  • Upgrade to ruby_parser 3.13.0 that fully supports Ruby 2.6

0.5.0

  • New style of outputting offenses: spec/support/output/sample_code.rb:1 For loop is slower than using each.
Commits
  • 3cfe5f9 Bump to version 0.8.2
  • 1a66130 Fix symbol to proc offense detector when a method is invoked on a range or array
  • 7a6d4d4 For readability replace unless with if
  • ffaa26f Add Ruby 2.7.0 to .travis.yml
  • 063c598 Bump version to 0.8.1
  • 5d71ba6 Merge pull request #74 from kiyot/check_symbol_to_proc_false_positive
  • d572421 Revert "Revert "Fix check_symbol_to_proc false positives on lambda literals""
  • d8ed51e Prepare for release of 0.8.0
  • 0343566 Merge pull request #73 from DamirSvrtan/lock-to-ruby-parser-1.14.1-and-ruby-2...
  • 882f0d7 Lock ruby parser to 1.14.1 to ruby 2.2.0
  • Additional commits viewable 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [fasterer](https://github.com/DamirSvrtan/fasterer) from 0.4.1 to 0.8.2.
- [Release notes](https://github.com/DamirSvrtan/fasterer/releases)
- [Changelog](https://github.com/DamirSvrtan/fasterer/blob/master/CHANGELOG.md)
- [Commits](DamirSvrtan/fasterer@v0.4.1...v0.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov-io
Copy link

codecov-io commented Feb 6, 2020

Codecov Report

Merging #585 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #585   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         399     399           
  Lines       10675   10675           
======================================
  Hits        10675   10675

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 adfe0b6...6605d09. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #599.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/fasterer-0.8.2 branch April 6, 2020 05:42
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.

1 participant