Skip to content

Bump pagy from 3.11.0 to 5.5.0#71

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/pagy-5.5.0
Closed

Bump pagy from 3.11.0 to 5.5.0#71
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/pagy-5.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 22, 2021

Copy link
Copy Markdown
Contributor

Bumps pagy from 3.11.0 to 5.5.0.

Changelog

Sourced from pagy's changelog.

Version 5.5.0

  • Updated cypress and related packages
  • Calendar API: FINAL breaking changes (stable from now on):
    • Refactoring of calendar classes and variables:
    • Moved calendar defaults from Pagy::DEFAULT to class-specific Pagy::Calendar::*::DEFAULT
    • Renamed variables:
      • :minmax -> :period
      • :time_order -> :order
      • :week_offset -> :offset
      • :*_format -> :format
    • Returning local time instead of UTC time for the utc accessors, now renamed:
      • #utc_from -> #from (use from.utc if you need it)
      • #utc_to -> #to (use to.utc if you need it)
    • Inverted the logic for the :skip key in the #pagy_calendar conf, now renamed:
      • :skip -> :active
    • Renamed methods:
      • #pagy_calendar_minmax -> #pagy_calendar_period
      • #pagy_calendar_filtered -> #pagy_calendar_filter
    • Added alternative way to delegate the localization to i18n without the i18n extra
    • Updated pagy_calendar_app.ru
    • Fix for wrong reordering in :desc order
    • Documentation fixes and improvements
    • Removed the warning for the API changes: the API is stable after these changes

Version 5.4.0

  • Calendar API breaking changes for refactoring of Pagy::Calendar and calendar extra:
    • Added complete compatibility with all the backend extras
    • Simpler usage with automatic handling of pagy objects
    • Less variables and simpler requirements for the methods to implement
  • Updated gemfiles
  • The localize method overridden by the i18n extra must receive a format
  • Series and sequels use keyword arguments and pagy_*nav methods accepts a size keyword argument
  • Docs improvements
  • Removed unnecessary empty section in calendar docs
  • Fixes for typos and misalignment

Version 5.3.1

  • Added screenshot to the calendar extra (closes #346)
  • Added bump.sh script to bump the version in multiple files; check for consistency and optionally commit the changes
  • Minor fixes
  • Changelog improvements
  • Reversed CHANGELOG (closes #345)
  • Calendar I18n small internal renaming and docs improvements

Version 5.3.0

  • Implemented localization of time labels through the i18n extra delegation

... (truncated)

Commits
  • a32c10d Merge branch 'dev'
  • 4e3d9f4 Version 5.5.0
  • 038e8c7 Updated cypress and related packages
  • cd9519b Calendar API: FINAL breaking changes (stable from now on):
  • b96a922 Merge branch 'dev'
  • cb4a180 Version 5.4.0
  • c3831b4 Calendar API breaking changes for refactoring of Pagy::Calendar and calendar ...
  • dc7050b Updated gemfiles
  • 98088df The localize method overridden by the i18n extra must receive a format
  • f03c554 Series and sequels use keyword arguments and pagy_*nav methods accepts a size...
  • 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)

Bumps [pagy](https://github.com/ddnexus/pagy) from 3.11.0 to 5.5.0.
- [Release notes](https://github.com/ddnexus/pagy/releases)
- [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md)
- [Commits](ddnexus/pagy@3.11.0...5.5.0)

---
updated-dependencies:
- dependency-name: pagy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 22, 2021
@dependabot @github

dependabot Bot commented on behalf of github Nov 23, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #73.

@dependabot dependabot Bot closed this Nov 23, 2021
@dependabot
dependabot Bot deleted the dependabot/bundler/pagy-5.5.0 branch November 23, 2021 21:34
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 ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants