Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Bump react-paginate from 7.1.3 to 8.2.0 in /cerberus-dashboard #1154

Open
wants to merge 1 commit into
base: dep/dependency_upgrade_staging
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps react-paginate from 7.1.3 to 8.2.0.

Release notes

Sourced from react-paginate's releases.

v8.2.0

  • Add an ARIA label for pagination break link with default props of Jump forward and Jump backward when index is before and after the break, respectively
  • Add an optional prop to PaginationBoxView breakAriaLabels allowing the above labels to be user defined.

v8.1.5

v8.1.4

v8.1.3

v8.1.2

v8.1.1

  • Add TypeScript definition for pageLabelBuilder prop

v8.1.0

  • A new prop onClick has been added. It is a callback for any click on the component. It exposes information on the part clicked (for eg. isNext for when next control is clicked or isBreak for a break clicked), the next expected page nextSelectedPage & others. Can return false to prevent any page change or a number to override the page to jump to. Just return nothing (or undefined) to let default behavior take place. (see: AdeleD/react-paginate#263)
  • Prevent breaks to be displayed when both pageRangeDisplayed and marginPagesDisplayed are 0

v8.0.3

v8.0.2

v8.0.1

  • Fix the indexed passed when replacing a break (containing only one page) with the actual page (see: AdeleD/react-paginate#395)

v8.0.0

  • Remove button role for links with an href (see: AdeleD/react-paginate#390)
  • Add a rel attribute on previous page, current page and next page controls. They are respectivement customizable thanks to props prevPageRel, selectedPageRel and nextPageRel. To disable the rel attribute, set them to null. (see: AdeleD/react-paginate#391)
  • A new prop disabledLinkClassName has been added. It allows to add a custom class on disabled previous and next controls. Default to undefined (no class added).
  • tabindex is now set to -1 on disabled controls (disable previous/next buttons; active page button). (see: AdeleD/react-paginate#219)
  • Add a warning when providing an initialPage prop value that is greater than the maximum page index from pageCount prop.
  • Add a warning when providing a forcePage prop value that is greater than the maximum page index from pageCount prop.
  • The href generated from hrefBuilder prop is now also set on active page control <a> tag. (see #242)
  • A new prop hrefAllControls has been added. It allows to enable hrefBuilder for all controls.
  • Fix page range of 2 when first page is selected. (see AdeleD/react-paginate#307)
  • Fix the breaking algorithm to not create breaks for only one page (see: AdeleD/react-paginate#270)

v7.1.5

... (truncated)

Changelog

Sourced from react-paginate's changelog.

>= 8.2.0

  • Add an ARIA label for pagination break link with default props of Jump forward and Jump backward when index is before and after the break, respectively
  • Add an optional prop to PaginationBoxView breakAriaLabels allowing the above labels to be user defined.

>= 8.1.5

>= 8.1.4

>= 8.1.3

>= 8.1.2

>= 8.1.1

  • Add TypeScript definition for pageLabelBuilder prop

>= 8.1.0

  • A new prop onClick has been added. It is a callback for any click on the component. It exposes information on the part clicked (for eg. isNext for when next control is clicked or isBreak for a break clicked), the next expected page nextSelectedPage & others. Can return false to prevent any page change or a number to override the page to jump to. Just return nothing (or undefined) to let default behavior take place. (see: AdeleD/react-paginate#263)
  • Prevent breaks to be displayed when both pageRangeDisplayed and marginPagesDisplayed are 0

>= 8.0.3

>= 8.0.2

>= 8.0.1

  • Fix the indexed passed when replacing a break (containing only one page) with the actual page (see: AdeleD/react-paginate#395)

>= 8.0.0

  • Remove button role for links with an href (see: AdeleD/react-paginate#390)
  • Add a rel attribute on previous page, current page and next page controls. They are respectivement customizable thanks to props prevPageRel, selectedPageRel and nextPageRel. To disable the rel attribute, set them to null. (see: AdeleD/react-paginate#391)
  • A new prop disabledLinkClassName has been added. It allows to add a custom class on disabled previous and next controls. Default to undefined (no class added).
  • tabindex is now set to -1 on disabled controls (disable previous/next buttons; active page button). (see: AdeleD/react-paginate#219)

... (truncated)

Commits
  • 099c164 Bump to 8.2.0
  • c3198bc Rebuild js map
  • 4e2445c Add a description for the new breakAriaLabels prop to the Readme
  • 477a866 Merge branch 'Andeleidun-feature/breakLinkAriaLabel'
  • 888ca94 Merge branch 'master' into feature/breakLinkAriaLabel
  • f2a2a06 Bump to 8.1.5
  • cb6ff4e Add default Aria labels for pagination break, and provide breakAriaLabels pro...
  • 2fd701d Add an example CSS (basic) theme (#472)
  • c2c27ca Update README.md (#457)
  • 632e5cb Fix renderOnZeroPageCount props type (#454)
  • 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 [react-paginate](https://github.com/AdeleD/react-paginate) from 7.1.3 to 8.2.0.
- [Release notes](https://github.com/AdeleD/react-paginate/releases)
- [Changelog](https://github.com/AdeleD/react-paginate/blob/master/CHANGELOG.md)
- [Commits](AdeleD/react-paginate@v7.1.3...v8.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 1, 2023 16:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2023
@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (91591b8) 67.60% compared to head (ac4ad05) 67.60%.

Additional details and impacted files
@@                        Coverage Diff                        @@
##             dep/dependency_upgrade_staging    #1154   +/-   ##
=================================================================
  Coverage                             67.60%   67.60%           
  Complexity                             1481     1481           
=================================================================
  Files                                   189      189           
  Lines                                  6538     6538           
  Branches                                444      444           
=================================================================
  Hits                                   4420     4420           
  Misses                                 1933     1933           
  Partials                                185      185           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants