Skip to content

Commit

Permalink
Merge pull request #497 from UKHomeOffice/dependabot/npm_and_yarn/x-g…
Browse files Browse the repository at this point in the history
…ovuk/govuk-eleventy-plugin-6.7.2

npm: bump @x-govuk/govuk-eleventy-plugin from 6.6.2 to 6.7.2
  • Loading branch information
jeff-horton-ho-sas authored Jan 17, 2025
2 parents 147acdf + 73efd8a commit d8028f4
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 67 deletions.
2 changes: 1 addition & 1 deletion _includes/layouts/base.njk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% extends "layouts/base.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/base.njk" %}
2 changes: 1 addition & 1 deletion _includes/layouts/collection.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/base.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/base.njk" %}
{#-
https://github.com/x-govuk/govuk-eleventy-plugin/blob/main/components/header/template.njk#L4-L6
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/content.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/base.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/base.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/page.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/page.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/page.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/pattern.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "layouts/content.njk" %}

{% block sidebar %}
{{ navigationList(page.url, "Patterns", collections.getAllPatternsOrderedByTitle) }}
{{ navigationList(page.url, "Patterns", collections.getAllPatternsOrderedByTitle) }}
{{ super() }}
{% endblock %}
2 changes: 1 addition & 1 deletion _includes/layouts/post.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/post.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/post.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/principle.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "layouts/content.njk" %}

{% block sidebar %}
{{ navigationList(page.url, "Principles", collections.getAllPrinciplesOrderedByTitle) }}
{{ navigationList(page.url, "Principles", collections.getAllPrinciplesOrderedByTitle) }}
{{ super() }}
{% endblock %}
2 changes: 1 addition & 1 deletion _includes/layouts/product.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/product.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/product.njk" %}

{#-
https://github.com/x-govuk/govuk-eleventy-plugin/blob/main/components/header/template.njk#L4-L6
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/shared/related.njk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{% extends "layouts/shared/related.njk" %}
{% extends "../../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/shared/related.njk" %}
2 changes: 1 addition & 1 deletion _includes/layouts/sitemap.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/sitemap.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/sitemap.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/standard.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "layouts/content.njk" %}

{% block sidebar %}
{{ navigationList(page.url, "Standards", collections.getAllStandardsOrderedByID) }}
{{ navigationList(page.url, "Standards", collections.getAllStandardsOrderedByID) }}
{{ super() }}
{% endblock %}
2 changes: 1 addition & 1 deletion _includes/layouts/sub-navigation.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/sub-navigation.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/sub-navigation.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/tag.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/tag.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/tag.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/tags.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "layouts/tags.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/tags.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down
76 changes: 24 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@x-govuk/govuk-eleventy-plugin": "^6.6.2",
"@x-govuk/govuk-eleventy-plugin": "^6.7.2",
"luxon": "^3.5.0",
"parse5": "^7.2.1"
},
Expand Down

0 comments on commit d8028f4

Please sign in to comment.