Bump pagy from 8.0.2 to 8.1.2 #618

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/pagy-8.1.2 into main 2024-04-15 23:35:29 +08:00
dependabot[bot] commented 2024-04-15 15:56:48 +08:00 (Migrated from github.com)

Bumps pagy from 8.0.2 to 8.1.2.

Release notes

Sourced from pagy's releases.

Version 8.1.2

⚠ WARNING

We may drop pagy's less used CSS extras.
If you wish to keep your favorites alive, please, vote here

✴ What's new in 8.+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • See the CHANGELOG for possible breaking changes

Changes in 8.1.2

  • Added "da" locale for aria_label.nav (closes #583)

CHANGELOG

Version 8.1.1

⚠ WARNING

We may drop pagy's less used CSS extras.
If you wish to keep your favorites alive, please, vote here

✴ What's new in 8.+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • See the CHANGELOG for possible breaking changes

Changes in 8.1.1

  • Fixed broken aria-label for disabled links in Foundation (#685)
  • Simplification of input variables and defaults: params and request_path are not instance variables

CHANGELOG

Version 8.1.0

⚠ WARNING

We may drop pagy's less used CSS extras. If you wish to keep your favorites alive, please, vote here

... (truncated)

Changelog

Sourced from pagy's changelog.

Version 8.1.2

  • Added "da" locale for aria_label.nav (closes #583)

Version 8.1.1

  • Fixed broken aria-label for disabled links in Foundation (#685)
  • Simplification of input variables and defaults: params and request_path are not instance variables

Version 8.1.0

  • Implement max_pages to limit the pagination regardless the actual count
  • Improve efficiency of params in pagy_url_for
  • Remove nil variables from DEFAULT
  • Removed redundant @​pages, aliased with @​last
Commits
  • d7e3110 Merge branch 'dev'
  • 30e2d26 Version 8.1.2
  • 4583c00 Added "da" locale for aria_label.nav (closes #583)
  • 0d207c1 Update gems and modules
  • 28404ae Improve non-code files
  • bbebd6d Docs: minor clarifications to playground instructions (#687)
  • 3846645 Merge branch 'dev'
  • 171970d Version 8.1.1
  • c8e81b7 Fixed broken aria-label for disabled links in Foundation (#685)
  • 0e09545 Simplification of input variables and defaults: params and request_path are n...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 8.0.2 to 8.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ddnexus/pagy/releases">pagy's releases</a>.</em></p> <blockquote> <h2>Version 8.1.2</h2> <h2>⚠ WARNING</h2> <p>We may drop pagy's less used CSS extras.<br /> If you wish to keep your favorites alive, please, <a href="https://github.com/ddnexus/pagy/discussions/categories/survey">vote here</a></p> <h3>✴ What's new in 8.+ ✴</h3> <ul> <li>New <a href="https://ddnexus.github.io/pagy/playground/">Pagy Playground</a> to showcase, clone and develop pagy APPs without any setup on your side (try the <a href="https://ddnexus.github.io/pagy/playground.md#3-demo-app">pagy demo</a>)</li> <li>New <code>:max_pages</code> variable to limit the pagination regardless the actual count</li> <li>Better frontend helpers</li> <li>See the <a href="https://ddnexus.github.io/pagy/changelog">CHANGELOG</a> for possible breaking changes</li> </ul> <h3>Changes in 8.1.2</h3> <!-- raw HTML omitted --> <ul> <li>Added &quot;da&quot; locale for aria_label.nav (closes <a href="https://redirect.github.com/ddnexus/pagy/issues/583">#583</a>)</li> </ul> <!-- raw HTML omitted --> <p><a href="https://ddnexus.github.io/pagy/changelog">CHANGELOG</a></p> <h2>Version 8.1.1</h2> <h2>⚠ WARNING</h2> <p>We may drop pagy's less used CSS extras.<br /> If you wish to keep your favorites alive, please, <a href="https://github.com/ddnexus/pagy/discussions/categories/survey">vote here</a></p> <h3>✴ What's new in 8.+ ✴</h3> <ul> <li>New <a href="https://ddnexus.github.io/pagy/playground/">Pagy Playground</a> to showcase, clone and develop pagy APPs without any setup on your side (try the <a href="https://ddnexus.github.io/pagy/playground.md#3-demo-app">pagy demo</a>)</li> <li>New <code>:max_pages</code> variable to limit the pagination regardless the actual count</li> <li>Better frontend helpers</li> <li>See the <a href="https://ddnexus.github.io/pagy/changelog">CHANGELOG</a> for possible breaking changes</li> </ul> <h3>Changes in 8.1.1</h3> <!-- raw HTML omitted --> <ul> <li>Fixed broken aria-label for disabled links in Foundation (<a href="https://redirect.github.com/ddnexus/pagy/issues/685">#685</a>)</li> <li>Simplification of input variables and defaults: params and request_path are not instance variables</li> </ul> <!-- raw HTML omitted --> <p><a href="https://ddnexus.github.io/pagy/changelog">CHANGELOG</a></p> <h2>Version 8.1.0</h2> <h2>⚠ WARNING</h2> <p>We may drop pagy's less used CSS extras.<!-- raw HTML omitted --> If you wish to keep your favorites alive, please, <a href="https://github.com/ddnexus/pagy/discussions/categories/survey">vote here</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md">pagy's changelog</a>.</em></p> <blockquote> <h2>Version 8.1.2</h2> <ul> <li>Added &quot;da&quot; locale for aria_label.nav (closes <a href="https://redirect.github.com/ddnexus/pagy/issues/583">#583</a>)</li> </ul> <h2>Version 8.1.1</h2> <ul> <li>Fixed broken aria-label for disabled links in Foundation (<a href="https://redirect.github.com/ddnexus/pagy/issues/685">#685</a>)</li> <li>Simplification of input variables and defaults: params and request_path are not instance variables</li> </ul> <h2>Version 8.1.0</h2> <ul> <li>Implement max_pages to limit the pagination regardless the actual count</li> <li>Improve efficiency of params in pagy_url_for</li> <li>Remove nil variables from DEFAULT</li> <li>Removed redundant <a href="https://github.com/pages"><code>@​pages</code></a>, aliased with <a href="https://github.com/last"><code>@​last</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ddnexus/pagy/commit/d7e31107ba415fa63b0e9f3a35a96fbd679e32d5"><code>d7e3110</code></a> Merge branch 'dev'</li> <li><a href="https://github.com/ddnexus/pagy/commit/30e2d26850501f6750adc95e06a2f4cda7b0c560"><code>30e2d26</code></a> Version 8.1.2</li> <li><a href="https://github.com/ddnexus/pagy/commit/4583c0077fd818eaf5801a03d9105538415951a8"><code>4583c00</code></a> Added &quot;da&quot; locale for aria_label.nav (closes <a href="https://redirect.github.com/ddnexus/pagy/issues/583">#583</a>)</li> <li><a href="https://github.com/ddnexus/pagy/commit/0d207c11cb47eabba446d10b1b3a3847560d9bc2"><code>0d207c1</code></a> Update gems and modules</li> <li><a href="https://github.com/ddnexus/pagy/commit/28404aef162de442bcba1f666ab69ba40c039b17"><code>28404ae</code></a> Improve non-code files</li> <li><a href="https://github.com/ddnexus/pagy/commit/bbebd6d0b9d8f3454a53d7ab889e7d057226d539"><code>bbebd6d</code></a> Docs: minor clarifications to playground instructions (<a href="https://redirect.github.com/ddnexus/pagy/issues/687">#687</a>)</li> <li><a href="https://github.com/ddnexus/pagy/commit/38466457f727164c5e5577b122d5f9f32f811736"><code>3846645</code></a> Merge branch 'dev'</li> <li><a href="https://github.com/ddnexus/pagy/commit/171970d77b0715923b2daa67ddd6008cff0b29f7"><code>171970d</code></a> Version 8.1.1</li> <li><a href="https://github.com/ddnexus/pagy/commit/c8e81b79a7d1284e913fd327642e2b3c8e2a1830"><code>c8e81b7</code></a> Fixed broken aria-label for disabled links in Foundation (<a href="https://redirect.github.com/ddnexus/pagy/issues/685">#685</a>)</li> <li><a href="https://github.com/ddnexus/pagy/commit/0e095451bfb22c3d713dea519c6222eaa0f28cf9"><code>0e09545</code></a> Simplification of input variables and defaults: params and request_path are n...</li> <li>Additional commits viewable in <a href="https://github.com/ddnexus/pagy/compare/8.0.2...8.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pagy&package-manager=bundler&previous-version=8.0.2&new-version=8.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
Sign in to join this conversation.