Skip to content

Commit a0f9e67

Browse files
Bump @x-govuk/govuk-prototype-filters from 1.5.0 to 2.0.0 (#302)
Bumps [@x-govuk/govuk-prototype-filters](https://github.com/x-govuk/govuk-prototype-filters) from 1.5.0 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/x-govuk/govuk-prototype-filters/releases"><code>@​x-govuk/govuk-prototype-filters</code>'s releases</a>.</em></p> <blockquote> <h2>v2.0.0</h2> <p>No new features, but breaking change due to the minimum supported version of Node.js now v22. (This should also prevent date format discrepancies between minor releases of early versions).</p> <ul> <li>Update minimum Node to v22 780d658</li> <li>Update dependencies bc7409f</li> <li>Latest versions of Node include a comma between weekday and date 8e69caa</li> <li>Fix JSDoc examples for <code>daysAgo</code> filter 349af7d</li> </ul> <hr /> <p><a href="https://github.com/x-govuk/govuk-prototype-filters/compare/v1.5.0...v2.0.0">https://github.com/x-govuk/govuk-prototype-filters/compare/v1.5.0...v2.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/x-govuk/govuk-prototype-filters/commit/4597c9e32f09193be01bad3dd01e19ab5afb5fb5"><code>4597c9e</code></a> 2.0.0</li> <li><a href="https://github.com/x-govuk/govuk-prototype-filters/commit/bc7409f4d7aa3f90841e66c3e42ea3abb6be313f"><code>bc7409f</code></a> Update dependencies</li> <li><a href="https://github.com/x-govuk/govuk-prototype-filters/commit/8e69caae5ebacfb9cd55c58aedae925ea6649e01"><code>8e69caa</code></a> Latest versions of Node include a comma between weekday and date</li> <li><a href="https://github.com/x-govuk/govuk-prototype-filters/commit/780d658d0f817d389da2a7220e33bc4a5b0bff33"><code>780d658</code></a> Update minimum Node to v22</li> <li><a href="https://github.com/x-govuk/govuk-prototype-filters/commit/349af7d817d52d844478a2d05f792c8b13770647"><code>349af7d</code></a> Fix JSDoc examples for daysAgo filter</li> <li>See full diff in <a href="https://github.com/x-govuk/govuk-prototype-filters/compare/v1.5.0...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@x-govuk/govuk-prototype-filters&package-manager=npm_and_yarn&previous-version=1.5.0&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2cdb759 commit a0f9e67

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/core": "^7.26.10",
1717
"@babel/preset-env": "^7.26.9",
1818
"@x-govuk/govuk-prototype-components": "^4.0.0",
19-
"@x-govuk/govuk-prototype-filters": "^1.5.0",
19+
"@x-govuk/govuk-prototype-filters": "^2.0.0",
2020
"body-parser": "^1.20.2",
2121
"browser-sync": "^3.0.4",
2222
"client-sessions": "^0.8.0",

0 commit comments

Comments
 (0)