Commit 2719b4d
authored
build(deps): bump pagy from 43.1.3 to 43.1.6 (#363)
Bumps [pagy](https://github.com/ddnexus/pagy) from 43.1.3 to 43.1.6.
<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 43.1.6</h2>
<h3>Changes in 43.1.6</h3>
<!-- raw HTML omitted -->
<ul>
<li>Ensure the request GET and POST merge into a proper params Hash</li>
<li>Simplify code efficiency and readability</li>
</ul>
<!-- raw HTML omitted -->
<p><a href="https://ddnexus.github.io/pagy/changelog">CHANGELOG</a></p>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h2>Version 43</h2>
<p>We needed a leap version to unequivocally signaling that it's not
just a major version: it's a complete redesign of the legacy
code at all levels, usage and API included.</p>
<p><strong>Why 43?</strong> Because it's exactly one step beyond
<em>"The answer to the ultimate question of life, the Universe, and
everything."</em> 😉</p>
<h4>Improvements</h4>
<p>This version introduces several enhancements, such as new pagination
techniques like Keynav and improved automation and
configuration processes, reducing setup requirements by 99%. The update
also includes a simpler API and new interactive
development tools, making it a comprehensive upgrade from previous
versions.</p>
<ul>
<li><strong>New <a
href="https://ddnexus.github.io/pagy/toolbox/paginators/keynav_js">Keynav</a>
Pagination</strong>
<ul>
<li>The pagy-exclusive technique using the fastest <a
href="https://ddnexus.github.io/pagy/toolbox/paginators/keyset">keyset</a>
pagination alongside all frontend helpers.</li>
</ul>
</li>
<li><strong>New interactive dev-tools</strong>
<ul>
<li>New <a
href="https://ddnexus.github.io/pagy/resources/stylesheets/#pagy-wand">PagyWand</a>
to integrate the pagy CSS with your app's
themes.</li>
<li>New <strong>Pagy AI</strong> available inside docs and your own
app.</li>
</ul>
</li>
<li><strong>Intelligent automation</strong>
<ul>
<li><a
href="https://ddnexus.github.io/pagy/resources/initializer/">Configuration</a>
requirements reduced by 99%.</li>
<li>Simplified <a
href="https://ddnexus.github.io/pagy/resources/javascript">JavaScript</a>
setup.</li>
<li>Automatic <a
href="https://ddnexus.github.io/pagy/resources/i18n">I18n</a>
loading.</li>
</ul>
</li>
<li><strong><a href="https://github.com/ddnexus/pagy#examples">Simpler
API</a></strong>
<ul>
<li>You solely need the <a
href="https://ddnexus.github.io/pagy/toolbox/paginators">pagy</a> method
and
the <a
href="https://ddnexus.github.io/pagy/toolbox/helpers"><code>@pagy</code></a>
instance to paginate any collection and use any navigation tag
and helper.</li>
<li>Methods are autoloaded only if used, and consume no memory
otherwise.</li>
<li>Methods have narrower scopes and can be <a
href="https://ddnexus.github.io/pagy/guides/how-to#override-pagy-methods">overridden</a>
without deep knowledge.</li>
</ul>
</li>
<li><strong>New <a
href="https://ddnexus.github.io/pagy/guides/quick-start">documentation</a></strong>
<ul>
<li>Very concise, straightforward, and easy to navigate and
understand.</li>
</ul>
</li>
</ul>
<!-- 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/docs/CHANGELOG.md">pagy's
changelog</a>.</em></p>
<blockquote>
<h2>Version 43.1.6</h2>
<ul>
<li>Ensure the request GET and POST merge into a proper params Hash</li>
<li>Simplify code efficiency and readability</li>
</ul>
<h2>Version 43.1.5</h2>
<ul>
<li>Fix and improve the composition of the page url. Close <a
href="https://redirect.github.com/ddnexus/pagy/issues/835">#835</a></li>
</ul>
<h2>Version 43.1.4</h2>
<ul>
<li>Add full support for legacy countless params, url composition and
(limited) behavior</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ddnexus/pagy/commit/a2b0307bee02ed11963355e84891cb06353e8507"><code>a2b0307</code></a>
Merge branch 'dev'</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/9fcd248ac5831ccf62a219aeeeef66fd91f87629"><code>9fcd248</code></a>
Version 43.1.6</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/3e448818d92da807d436968147ba18241bdf47f2"><code>3e44881</code></a>
Ensure the request GET and POST merge into a proper params Hash</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/002845f14905bac656515fb54956867300d06baf"><code>002845f</code></a>
Simplify code efficiency and readability</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/a5861a2e49a4750a946d98db2bf873318b50a419"><code>a5861a2</code></a>
Merge branch 'dev'</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/d9e2ec2b8b537789d398fdfb9fc215d847e19946"><code>d9e2ec2</code></a>
Version 43.1.5</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/6506d078bc83978de0878e69f4b9186427a9c25d"><code>6506d07</code></a>
Fix and improve the composition of the page url. Close <a
href="https://redirect.github.com/ddnexus/pagy/issues/835">#835</a></li>
<li><a
href="https://github.com/ddnexus/pagy/commit/ef197a05632795195f9f0b6ed1476f0999de0cfe"><code>ef197a0</code></a>
Add assert_url_equal to compare string independently from the order
of</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/307711cffa4f202cfc294a0c880d11aee6ce46a2"><code>307711c</code></a>
Bump actions/checkout from 5.0.1 to 6.0.0 (<a
href="https://redirect.github.com/ddnexus/pagy/issues/834">#834</a>)</li>
<li><a
href="https://github.com/ddnexus/pagy/commit/05e9dc593396ad76fab01cc624b0032de130d390"><code>05e9dc5</code></a>
Merge branch 'dev'</li>
<li>Additional commits viewable in <a
href="https://github.com/ddnexus/pagy/compare/43.1.3...43.1.6">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| |||
0 commit comments