reabiliti / certification

CERTIFICATION
MIT License
0 stars 0 forks source link

Bump annotate from 2.7.4 to 3.0.3 #107

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps annotate from 2.7.4 to 3.0.3.

Changelog

Sourced from annotate's changelog.

3.0.3

  • Use a less error-prone way of specifying gem files (#662)
  • Update rake requirement from >= 10.4, < 13.0 to >= 10.4, < 14.0 (#659)
  • Bump nokogiri from 1.6.6.2 to 1.10.4 in /spec/integration/rails_4.2.0 (#655)
  • Default annotate models to true in config generated by rails g annotate:install (#671)
  • Bump loofah from 2.3.0 to 2.3.1 in /spec/integration/rails_4.2.0 (#681)

3.0.2

  • Fixes LoadError due to gemspec not referencing parser.rb, issue #657 (#660)
  • Changes --additional_file_patterns to use dashes --additional-file-patterns for consistency (#649)
  • Refactor: moving constants into constants.rb (#653)

3.0.1

  • Skipped as an official release, used the 3.0.1 patch for setting up Github Actions (#619)

3.0.0

  • Breaking: when option models is not set - models will not be annotated by default.

    Add 'models'=>'true' to your config manually or use --models option if using CLI.

  • Added --models CLI option fixing issue #563 (#647)

  • Added --additional_file_patterns option for additional file patterns (#633) (#636) (#637)

  • Refactored CLI parser (#646)

  • Fixed BigDecimal.new deprecation warning (#634)

  • Fixed annotations for columns with long data types (#622)

  • Made methods private in AnnotateRoutes (#598)

See https://github.com/ctran/annotate_models/releases/tag/v3.0.0

2.7.5

See https://github.com/ctran/annotate_models/releases/tag/v2.7.5

2.7.3

See https://github.com/ctran/annotate_models/releases/tag/v2.7.3

2.7.2

See https://github.com/ctran/annotate_models/releases/tag/v2.7.2

2.7.1

See https://github.com/ctran/annotate_models/releases/tag/v2.7.1

2.7.0

See https://github.com/ctran/annotate_models/releases/tag/v2.7.0

2.6.9

  • Support foreigh key (#241)
  • Check if model has skip tag in annotate_model_file (#167)
  • Fix issue where serializer-related flags weren't being honored (#246)
  • Prefer SQL column type over normalized AR type (#231)
... (truncated)
Commits


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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)