From 7f7a984a182bbff8a1c52db7a0bc627793738825 Mon Sep 17 00:00:00 2001 From: Sara Wilcox <45792959+sarawilcox@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:34:19 +0000 Subject: [PATCH 1/7] Update README.md (#176) Bring into line with content style guide, esp re use of double quotation marks. @vickytnz , are you OK with this? One question I had was about title tabs being different from H1s. Normally we'd make them the same, except where, for example, there are issues about data privacy. --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index c6523e2..0ecb957 100755 --- a/README.md +++ b/README.md @@ -14,26 +14,26 @@ If you want to contribute to the NHS prototype kit guidance, then read our [cont ### Style guide -We normally use the [NHS content guide](https://service-manual.nhs.uk/content) for terms. But there are some terms that are only used in the guidance for the kit: +We normally use the [NHS digital service manual content guide](https://service-manual.nhs.uk/content) for terms. But there are some terms that are only used in the guidance for the kit. #### command line -Lower case. Only use for Windows instructions. Normally it will be 'the command line'. +Lower case. Only use for Windows instructions. Normally it will be "the command line". -#### Git, git, Github +#### Git, git, GitHub -Git has an upper case G when talking about a version control system (for example 'use GitHub '), and lower case G when part of code, for example `git status`. +Git has an upper case G when talking about a version control system (for example "use GitHub"), and lower case G when part of code, for example `git status`. GitHub is camel case with an upper case H - for example, 'use GitHub Desktop'. -#### GOV.UK Prototype Kit, GOV.UK Design System and other GOV.UK products +#### GOV.UK prototype Kit, GOV.UK design system and other GOV.UK products -Title case. +Sentence case. #### Headings and tab titles -Use sentence case, for example 'How to download the prototype kit'. -Tab titles (the title of the page as shown in the browser tab) may be different from the page H1, for example a tab title may say 'How to download the prototype kit' and the H1 say 'Download the prototype kit'. +Use sentence case, for example "How to download the prototype kit". +Tab titles (the title of the page as shown in the browser tab) may be different from the page H1, for example a tab title may say "How to download the prototype kit" and the H1 say "Download the prototype kit". #### JavaScript @@ -41,8 +41,7 @@ Camel case with an upper case S. #### NHS, NHS.UK, NHS England - -We are changing how we talk about tools for delivery teams. These used to be called 'NHS.UK' products but we are now removing the '.UK'. This means that we talk about the: +We are changing how we talk about tools for delivery teams. These used to be called "NHS.UK" products but we are now removing the ".UK". This means that we talk about the: * NHS frontend (though this is still sometimes called 'NHS.UK frontend') * NHS digital service manual @@ -51,26 +50,25 @@ We are changing how we talk about tools for delivery teams. These used to be cal For talking to the public about the website (find out more on the [NHS health writing A-Z](https://service-manual.nhs.uk/content/a-to-z-of-nhs-health-writing#N)) - #### NHS England laptops -Use 'NHS England Windows laptops' instructions for people using corporate laptops. +Use "NHS England Windows laptops" instructions for people using corporate laptops. #### NHS prototype kit -'NHS' is in caps and 'prototype kit' in lower case (except where it is shown next to the NHS logo when it is capitalised as 'NHS Prototype kit'). Write out in full the first time it is used on a page, then call 'the kit'. Try to avoid 'prototype kit'. +"NHS" is in caps and "prototype kit" in lower case (except where it is shown next to the NHS logo when it is capitalised as "NHS Prototype kit"). Write out in full the first time it is used on a page, then call "the kit". Try to avoid "prototype kit". #### quotation marks -Use straight quotes only (not smart or curly quotes). More detail is in the Formatting and punctuation part of the Digital service manual content guide. +Use double straight quotes only (not smart or curly quotes). More detail is in the Formatting and punctuation part of the NHS digital service manual content guide. #### terminal -Lower case. Usually it will be 'the terminal'. +Lower case. Usually it will be "the terminal". #### Visual Studio Code -Title case. When you use it for the first time in a guide, start with 'Visual Studio Code (also known as VS Code)'. +Title case. When you use it for the first time in a guide, start with "Visual Studio Code (also known as VS Code)". ## Support From 6262aaef73f21cc075188513a30f25f6faca690f Mon Sep 17 00:00:00 2001 From: Vicky Teinaki Date: Tue, 10 Dec 2024 17:39:48 +0000 Subject: [PATCH 2/7] Add Contribute page (#148) Added contribution page as a light touch version of the Service Manual pages. This pull request includes: * the page * a link in the footer (for now) ![contribution page](https://github.com/user-attachments/assets/0ae7e8d9-4ef3-422e-a470-41b71f60b406) --------- Co-authored-by: Frankie Roberto Co-authored-by: Sara Wilcox --- app/views/contribute.html | 146 ++++++++++++++++++++++++++++++++++++++ app/views/layout.html | 4 ++ 2 files changed, 150 insertions(+) create mode 100644 app/views/contribute.html diff --git a/app/views/contribute.html b/app/views/contribute.html new file mode 100644 index 0000000..1dfd97e --- /dev/null +++ b/app/views/contribute.html @@ -0,0 +1,146 @@ +{% extends 'layout.html' %} +{% block pageTitle %} + Contribute - NHS prototype kit +{% endblock %} +{% block beforeContent %} + {{ breadcrumb({ href: "/", text: "Home" }) }} +{% endblock %} +{% block content %} + +{# the board is a long string to this is made a variable for consistency #} +{% set githubBoardUrl = "https://github.com/orgs/nhsuk/projects/24/views/1" %} +{% set githubLabelQuery = "?filterQuery=label%3A" %} +
+
+

+ Contribute +

+

+ The NHS prototype kit is a community project supported by the NHS service + manual team. Anyone can help make it better. +

+

+ View project board on GitHub +

+

Why contribute to the kit

+
    +
  • Help keep the kit up-to-date as an accessible and open way to make HTML prototypes of NHS services.
  • +
  • Be part of an active and supportive community that will help you learn and develop your skills with the kit.
  • +
  • We will credit you in our update notes and other supporting information, unless you tell us not to.
  • +
  • If you're employed by NHS England, you can use examples of contributing to the kit as part of your performance reviews – talk to your line manager about how to include it in your objectives.
  • +
+ +

+

+ How you can contribute to the kit +

+

+ There are many ways to contribute. You do not have to be an expert in coding. +

+

You can:

+
    +
  • add or improve content for people using the kit
  • +
  • + do quality assurance or accessibility testing of new features or + guidance +
  • +
  • fix bugs or build new features
  • +
  • improve the contribution process
  • +
+ +

+ Add or improve content for people using the kit +

+

You can help improve the content for this website and the pages that people view when they download and install the kit.

+ +

This includes:

+ + +

+ Existing things we want to do for guidance are labelled content on our project board in GitHub. +

+

+ Do quality assurance or accessibility testing +

+

+ You can make sure that the code in our kit is robust and accessible by: +

+
    +
  • + running automated and manual tests against WCAG 2.2 AA specifications +
  • +
  • helping us set up pipelines for automated testing in GitHub
  • +
+

+ Accessibility issues are labelled accessibility on our project board. +

+

+ Fix bugs or build new features +

+ +

+ Known bugs that we need to fix are labelled + bug on our project board. +

+ +

Ideas for features are labelled + type: enhancement 💡. +

+ +

+ We also label bugs or features by the type of code skills needed: + JavaScript, + Nunjucks + or + SASS/CSS + . +

+ +

+ Improve the contribution process +

+

+ We want to make the process of contributing as easy and as accessible as + possible. Existing things we want to do to improve the contribution + process are labelled + contribution process on the project board. +

+

+ Get started with a contribution +

+

You can:

+ + + +

+ The team and wider community usually review new issues at least once a + week and will add comments about what will happen next. +

+
+
+{% endblock %} diff --git a/app/views/layout.html b/app/views/layout.html index d772975..19ff649 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -39,6 +39,10 @@ label: "About", URL: "/about" }, + { + label: "Contribute", + URL: "/contribute" + }, { label: "Support", URL: "/support" From 9e79c52d5192f1d2368c7fbc134ac3b3ae4e868b Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Tue, 10 Dec 2024 19:08:51 +0000 Subject: [PATCH 3/7] Add "Contribute" page to nav (#177) Adds the new 'Contribute' page from #148 to the main nav. Also adds a temporary CSS modifier to stop the nav from being justified now that there's 4 items (which looks odd). ## Screenshots ### Before Before - with no Contribute item ### After Before - with Contribute item --- app/assets/sass/components/_header.scss | 5 +++++ app/assets/sass/docs.scss | 1 + app/views/layout.html | 5 +++++ 3 files changed, 11 insertions(+) create mode 100644 app/assets/sass/components/_header.scss diff --git a/app/assets/sass/components/_header.scss b/app/assets/sass/components/_header.scss new file mode 100644 index 0000000..2bad45b --- /dev/null +++ b/app/assets/sass/components/_header.scss @@ -0,0 +1,5 @@ +// This modifier overrides the default behaviour which is to +// justify the items in the nav when there are 4 or more. +.app-header--left-aligned .nhsuk-header__navigation-list { + justify-content: initial; +} diff --git a/app/assets/sass/docs.scss b/app/assets/sass/docs.scss index cf5e3aa..da50a0f 100755 --- a/app/assets/sass/docs.scss +++ b/app/assets/sass/docs.scss @@ -1,5 +1,6 @@ // NHS.UK frontend library @import 'node_modules/nhsuk-frontend/packages/nhsuk'; +@import 'components/header'; // ========================================================================== // PROTOTYPE SPECIFIC STYLES diff --git a/app/views/layout.html b/app/views/layout.html index 19ff649..5b2e7a0 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -9,6 +9,7 @@ {% block header %} {{ header({ + classes: "app-header--left-aligned", homeHref: "/", ariaLabel: "NHS Prototype Kit homepage", service: { @@ -24,6 +25,10 @@ label: "Guides", url: "/how-tos" }, + { + label: "Contribute", + url: "/contribute" + }, { label: "Support", url: "/support" From 004ee5fec6c274b2230af5505728958766298566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:13:25 +0000 Subject: [PATCH 4/7] Bump path-to-regexp and express (#169) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `path-to-regexp` from 0.1.10 to 0.1.12
Release notes

Sourced from path-to-regexp's releases.

Fix backtracking (again)

Fixed

https://github.com/pillarjs/path-to-regexp/compare/v0.1.11...v0.1.12

Error on bad input

Changed

  • Add error on bad input values 8f09549

https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.11

Commits

Updates `express` from 4.21.1 to 4.21.2
Release notes

Sourced from express's releases.

4.21.2

What's Changed

Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2

Changelog

Sourced from express's changelog.

4.21.2 / 2024-11-06

  • deps: path-to-regexp@0.1.12
    • Fix backtracking protection
  • deps: path-to-regexp@0.1.11
    • Throws an error on invalid path values
Commits
Maintainer changes

This version was pushed to npm by jonchurch, a new releaser for express since your current version.


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) ---
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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nhsuk/nhsuk.service-manual.prototype-kit.docs/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 34 +++++++++++++++++++--------------- package.json | 2 +- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c85783d..b1dfaca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "client-sessions": "^0.8.0", "cookie-parser": "^1.4.7", "dotenv": "^16.4.5", - "express": "^4.21.1", + "express": "^4.21.2", "express-session": "^1.18.1", "gulp": "^5.0.0", "gulp-babel": "^8.0.0", @@ -6143,9 +6143,9 @@ } }, "node_modules/express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -6166,7 +6166,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -6181,6 +6181,10 @@ }, "engines": { "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" } }, "node_modules/express-session": { @@ -12093,9 +12097,9 @@ } }, "node_modules/path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "node_modules/path-type": { "version": "1.1.0", @@ -19272,9 +19276,9 @@ } }, "express": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", - "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", "requires": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -19295,7 +19299,7 @@ "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.10", + "path-to-regexp": "0.1.12", "proxy-addr": "~2.0.7", "qs": "6.13.0", "range-parser": "~1.2.1", @@ -23743,9 +23747,9 @@ "integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==" }, "path-to-regexp": { - "version": "0.1.10", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", - "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" }, "path-type": { "version": "1.1.0", diff --git a/package.json b/package.json index c5f83a9..23c5755 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "client-sessions": "^0.8.0", "cookie-parser": "^1.4.7", "dotenv": "^16.4.5", - "express": "^4.21.1", + "express": "^4.21.2", "express-session": "^1.18.1", "gulp": "^5.0.0", "gulp-babel": "^8.0.0", From 37d4edddaf882e2538c4db0cc5536a906f4a9f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:54:58 +0000 Subject: [PATCH 5/7] Bump sass from 1.81.0 to 1.82.0 (#166) Bumps [sass](https://github.com/sass/dart-sass) from 1.81.0 to 1.82.0.
Release notes

Sourced from sass's releases.

Dart Sass 1.82.0

To install Sass 1.82.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

Command-Line Interface

  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API

  • Add a SassCalculation.calcSize() function.

See the full changelog for changes in earlier releases.

Dart Sass 1.81.1

To install Sass 1.81.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.82.0

Command-Line Interface

  • Improve --watch mode reliability when making multiple changes at once, such as checking out a different Git branch.

  • Parse the calc-size() function as a calculation now that it's supported in some browsers.

Dart API

  • Add a SassCalculation.calcSize() function.

1.81.1

  • No user-visible changes.
Commits
  • 5740eb5 Make several changes to improve the reliability of --watch mode (#2444)
  • 63ebf16 Add support for calc-size() (#2446)
  • 5163644 Expose NodePackageImporter in sass_api (#2452)
  • 02fff80 Merge pull request #2439 from sass/function
  • 6939faa Bump typedoc from 0.26.11 to 0.27.2 in /pkg/sass-parser (#2451)
  • 9abdfaa Bump lints from 4.0.0 to 5.0.0 (#2441)
  • 1e07de7 Bump pub_api_client from 2.7.1 to 3.0.0 (#2442)
  • b10ca79 Add sass-parser support for @function
  • ea47287 Update some configuration names to avoid unnecessary namespacing
  • 30fc4db Bump bufbuild/buf-setup-action in /.github/util/initialize (#2438)
  • Additional commits viewable in compare view

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.81.0&new-version=1.82.0)](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) ---
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1dfaca..ebfb245 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "nhsuk-frontend": "^9.1.0", "nunjucks": "^3.2.4", "path": "^0.12.7", - "sass": "^1.81.0" + "sass": "^1.82.0" }, "devDependencies": { "eslint": "^8.56.0", @@ -12906,9 +12906,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/sass": { - "version": "1.81.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", - "integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", + "version": "1.82.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", + "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", @@ -24342,9 +24342,9 @@ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "sass": { - "version": "1.81.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.81.0.tgz", - "integrity": "sha512-Q4fOxRfhmv3sqCLoGfvrC9pRV8btc0UtqL9mN6Yrv6Qi9ScL55CVH1vlPP863ISLEEMNLLuu9P+enCeGHlnzhA==", + "version": "1.82.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", + "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", "requires": { "@parcel/watcher": "^2.4.1", "chokidar": "^4.0.0", diff --git a/package.json b/package.json index 23c5755..3d382f3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "nhsuk-frontend": "^9.1.0", "nunjucks": "^3.2.4", "path": "^0.12.7", - "sass": "^1.81.0" + "sass": "^1.82.0" }, "devDependencies": { "eslint": "^8.56.0", From 28f313790c6783a3e0f0cf340d69d84c41e0278d Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Tue, 10 Dec 2024 21:55:38 +0000 Subject: [PATCH 6/7] Remove contribute link from footer (#178) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure we need this in the footer now that it’s in the header. --- app/views/layout.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/layout.html b/app/views/layout.html index 5b2e7a0..41bb63e 100755 --- a/app/views/layout.html +++ b/app/views/layout.html @@ -44,10 +44,6 @@ label: "About", URL: "/about" }, - { - label: "Contribute", - URL: "/contribute" - }, { label: "Support", URL: "/support" From bcb8f0f8e00fce4eb2aa6ee5f7b0c94baabcf125 Mon Sep 17 00:00:00 2001 From: Frankie Roberto Date: Fri, 13 Dec 2024 15:55:19 +0000 Subject: [PATCH 7/7] Point to 5.2.0 release of the kit (#181) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d382f3..c185f84 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nhsuk-prototype-kit", "version": "0.1.0", - "prototypeKitVersion": "5.1.0", + "prototypeKitVersion": "5.2.0", "description": "Website and documentation for the NHS prototype kit.", "main": "app.js", "scripts": {