Skip to content

Commit 362db53

Browse files
Bump @x-govuk/nhsuk-eleventy-plugin from 1.0.4 to 1.0.5 (#283)
Bumps [@x-govuk/nhsuk-eleventy-plugin](https://github.com/x-govuk/nhsuk-eleventy-plugin) from 1.0.4 to 1.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/releases"><code>@​x-govuk/nhsuk-eleventy-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v1.0.5</h2> <ul> <li>Add caption option to cards in list views 2a15363</li> <li>Use numbered pagination on collection layout 560839e</li> <li>Sort collection items on sitemap layout 9be0a5e</li> <li>Use <code>markdown.headingPermalinks</code> option 1986802</li> <li>Update hosting guide for GitHub pages 6146afb</li> <li>Update GitHub actions dependencies 682285d</li> <li>Update dependencies 65b2bdb</li> </ul> <hr /> <p><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/compare/v1.0.4...v1.0.5">https://github.com/x-govuk/nhsuk-eleventy-plugin/compare/v1.0.4...v1.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/39121654e7ec804ff6a960a8917157004769ce24"><code>3912165</code></a> 1.0.5</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/2a15363dab85ac5139017e0c4ed637a9918ab29d"><code>2a15363</code></a> Add caption option to cards in list views</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/1986802dcf034ad7b54aae42287ec6d5c5fa2b52"><code>1986802</code></a> Use markdown.headingPermalinks option</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/560839ec06ee0f710a293b180a4be34c43294fbb"><code>560839e</code></a> Use numbered pagination on collection layout</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/6146afbcfe73cb6d7c9011cd302cef8a50a264f0"><code>6146afb</code></a> Update hosting guide for GitHub pages</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/682285db90b3654e752a2841312b1d79c6ce4a83"><code>682285d</code></a> Update GitHub actions dependencies</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/65b2bdbda346063b704a689eed949bab3b395322"><code>65b2bdb</code></a> Update dependencies</li> <li><a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/commit/9be0a5ebb7e2e86ec26b75db6c734c2545347c79"><code>9be0a5e</code></a> Sort collection items on sitemap layout</li> <li>See full diff in <a href="https://github.com/x-govuk/nhsuk-eleventy-plugin/compare/v1.0.4...v1.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@x-govuk/nhsuk-eleventy-plugin&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd83cb3 commit 362db53

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@11ty/eleventy": "^3.1.2",
29-
"@x-govuk/nhsuk-eleventy-plugin": "^1.0.4",
29+
"@x-govuk/nhsuk-eleventy-plugin": "^1.0.5",
3030
"http-server": "^14.1.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)