helpyio / helpy

Helpy is a modern, open source helpdesk customer support application. Features include knowledgebase, community discussions and support tickets integrated with email.
http://helpy.io/?source=ghh
MIT License
2.37k stars 498 forks source link

Upgrade: Bump dry-core from 0.4.9 to 0.7.1 #2045

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps dry-core from 0.4.9 to 0.7.1.

Release notes

Sourced from dry-core's releases.

v0.7.1

Fixed

  • [memoizable] memoizable correctly handles cases where a method has unnamed params (e.g. happens when the new ... syntax is used) (@​flash-gordon)

Compare v0.7.0...v0.7.1

v0.7.0

Fixed

  • [memoizable] warnings when using keyword arguments (@​flash-gordon)
  • [deprecations] warnings show more relevant information about caller by default (@​timriley)

Changed

  • Minimal Ruby version is 2.6
  • [memoizable] memoization of block-accepting methods is deprecated (@​flash-gordon)

Compare v0.6.0...v0.7.0

v0.6.0

Added

  • [memoizable] support for BasicObject (@​oleander)
  • [memoizable] support for methods that accept blocks (@​oleander)
  • [deprecations] allow printing frame info on warn when setting up Deprecation module (via #52) (@​waiting-for-dev)

Fixed

  • [memoizable] works with MRI 2.7+ keyword arguments now (@​oleander)

Compare v0.5.0...v0.6.0

v0.5.0

0.5.0 2012-12-12

... (truncated)

Changelog

Sourced from dry-core's changelog.

0.7.1 2021-07-10

Fixed

  • [memoizable] memoizable correctly handles cases where a method has unnamed params (e.g. happens when the new ... syntax is used) (@​flash-gordon)

Compare v0.7.0...v0.7.1

0.7.0 2021-07-08

Fixed

  • [memoizable] warnings when using keyword arguments (@​flash-gordon)
  • [deprecations] warnings show more relevant information about caller by default (@​timriley)

Changed

  • Minimal Ruby version is 2.6
  • [memoizable] memoization of block-accepting methods is deprecated (@​flash-gordon)

Compare v0.6.0...v0.7.0

0.6.0 2021-06-03

Added

  • [memoizable] support for BasicObject (@​oleander)
  • [memoizable] support for methods that accept blocks (@​oleander)
  • [deprecations] allow printing frame info on warn when setting up Deprecation module (via #52) (@​waiting-for-dev)

Fixed

  • [memoizable] works with MRI 2.7+ keyword arguments now (@​oleander)

Compare v0.5.0...v0.6.0

0.5.0 2012-12-12

Added

  • dry-equalizer has been imported into dry-core as Dry::Core::Equalizer but the interface remains the same, which is include Dry.Equalizer(...) - we'll be porting all other gems that depend on dry-equalizer to the latest dry-core with equalizer included gradually. Eventually dry-equalizer usage will be gone completely in rom-rb/dry-rb/hanami projects (@​solnic)

... (truncated)

Commits
  • d494298 Bump version to 0.7.1
  • 3026bd6 [devtools] sync
  • 7c247ce Update changelog
  • 9f3fd3c Merge pull request #59 from dry-rb/fix-memoization-of-pass-through
  • 18ba963 Fix memoization of pass-through signature
  • 127b625 [devtools] sync
  • 0f59909 Update changelog
  • e42dcd8 Merge pull request #58 from dry-rb/deprecate-blocks-in-memoizable
  • 10854fc Add warning about memoization block-accepting methods
  • 8f2a47b [devtools] sync
  • 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](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) - 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)