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

Bump annotate from 2.7.5 to 3.1.1 #262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 24, 2020

Bumps annotate from 2.7.5 to 3.1.1.

Changelog

Sourced from annotate's changelog.

3.1.1

Changes

  • Bump required ruby version to >= 2.4 #772
  • [Revert #677] Fix column default annotations #768

Project Improvements

  • Refactor by adding AnnotateRoutes::Helpers #770
  • Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1 #771
  • Bump puma from 3.12.2 to 4.3.3 in /spec/integration/rails_5.2.4.1 #769
  • Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_5.2.4.1 #766
  • Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_6.0.2.1 #765
  • Refactor test cases of AnnotateRoutes #760
  • Rename FactoryGirl -> FactoryBot comment #759

3.1.0

Changes

  • Fix new lines after comments for rubocop compatibility #757
  • Fix messages from AnnotateRoutes #737
  • Support YARD notation #724
  • Refactor AnnotateRoutes.routes_file_exist? #716
  • Refactor namespace Annotate #719
  • Add columns managed by Globalize gem #602

Bug Fixes

  • Fix additional_file_patterns parsing #756
  • Fix typo in README #752
  • Fix bin/annotate NoMethodError #745
  • Fix README for YARD format #740
  • Fix constant names that were not renamed in #721 #739
  • Replace soft-deprecated constant HashWithIndifferentAccess to ActiveSupport::HashWithIndifferentAccess #699
  • [Fix #570](ctran/annotate_models#570) Change of foreign key should be considered as a column change
  • [Fix #430](ctran/annotate_models#430) Handle columns from activerecord-postgis-adapter #694
  • Add ActiveAdmin option to template #693
  • Fix foreign key issue with Rails 6 and Sqlite3 #695
  • Fix Serializers Test Directory #625
  • [Fix #624](ctran/annotate_models#624) Correct default values for columns when ActiveRecord::Enum is used #677
  • [Fix #675](ctran/annotate_models#675) Correct indentation for double-byte characters #676
  • FIX: Ensure only one line is around the annotation #669
  • Fix shifted when format_markdown option enabled and used non-ascii #650

Project improvements

  • Refactor RSpec for AnnotateModels - structuralize test cases #755
  • Refactor test cases of AnnotateRoutes as for Rake versions #754
  • Add integration tests to project #747
  • Refactor test cases for AnnotateRoutes.remove_annotations #748
  • Refactor RSpec for AnnotateModels - with Globalize gem #749
  • Fixed CHANGELOG.md to add link to each PR #751
  • Delete integration test fixtures #746
  • Remove remaining integration test files #744
  • Remove unworking integration tests #725
... (truncated)
Commits
  • 9d58694 Merge branch 'release/v3.1.1'
  • d6a055e Update Gemfile.lock for integration tests
  • baad730 v3.1.1
  • 8c58c25 Update CHANGELOG
  • 060e7f2 Refactor by adding AnnotateRoutes::Helpers (#770)
  • 444cab8 Bump required ruby version to >= 2.4 (#772)
  • 57ec388 [Revert #677] Fix column default annotations (#768)
  • f818515 Bump puma from 4.3.1 to 4.3.3 in /spec/integration/rails_6.0.2.1 (#771)
  • 13f5c9f Bump puma from 3.12.2 to 4.3.3 in /spec/integration/rails_5.2.4.1 (#769)
  • c04661e Bump nokogiri from 1.10.7 to 1.10.8 in /spec/integration/rails_5.2.4.1 (#766)
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/annotate-3.1.1 branch 3 times, most recently from 9c76270 to c1f26d0 Compare March 29, 2020 00:44
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/annotate-3.1.1 branch from c1f26d0 to d5e4993 Compare April 1, 2020 08:56
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/annotate-3.1.1 branch from d5e4993 to 0f39004 Compare April 12, 2020 07:39
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/annotate-3.1.1 branch 3 times, most recently from 7426251 to b85ce66 Compare April 27, 2020 04:15
Bumps [annotate](https://github.com/ctran/annotate_models) from 2.7.5 to 3.1.1.
- [Release notes](https://github.com/ctran/annotate_models/releases)
- [Changelog](https://github.com/ctran/annotate_models/blob/develop/CHANGELOG.md)
- [Commits](ctran/annotate_models@v2.7.5...v3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/annotate-3.1.1 branch from b85ce66 to d419ea8 Compare May 1, 2020 10:46
@codeclimate
Copy link

codeclimate bot commented May 1, 2020

Code Climate has analyzed commit d419ea8 and detected 0 issues on this pull request.

View more on Code Climate.

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

0 participants