Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
972cf97
Bump actions/download-artifact from 5 to 6
dependabot[bot] Oct 30, 2025
980db85
Bump nhsuk-frontend from 8.3.0 to 10.1.0
dependabot[bot] Oct 30, 2025
84210a8
Bump typescript from 5.9.2 to 5.9.3
dependabot[bot] Oct 30, 2025
85597fc
Bump @openapitools/openapi-generator-cli from 2.23.4 to 2.25.0
dependabot[bot] Oct 30, 2025
6eb0500
Bump @redocly/cli from 1.34.5 to 2.8.0
dependabot[bot] Oct 30, 2025
217966c
Bump github/codeql-action from 4.31.0 to 4.31.2
dependabot[bot] Oct 31, 2025
8d04529
Merge dependabot/github_actions/github/codeql-action-4.31.2 into depe…
github-actions[bot] Oct 31, 2025
b394991
Merge dependabot/npm_and_yarn/redocly/cli-2.8.0 into dependabotCombined
github-actions[bot] Oct 31, 2025
e32bd0c
Merge dependabot/npm_and_yarn/typescript-5.9.3 into dependabotCombined
github-actions[bot] Oct 31, 2025
5edf3f8
Merge dependabot/npm_and_yarn/nhsuk-frontend-10.1.0 into dependabotCo…
github-actions[bot] Oct 31, 2025
09b4c78
Update .gitleaksignore
timireland Oct 30, 2025
56c5886
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/yargs-18…
masl2 Oct 31, 2025
f0ceb16
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/openapit…
masl2 Oct 31, 2025
45a0936
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
masl2 Oct 31, 2025
b208482
update lock
masl2 Oct 31, 2025
b2f932c
Bump nhsuk-frontend from 8.3.0 to 10.1.0
dependabot[bot] Nov 7, 2025
e7dd3d1
Bump @openapitools/openapi-generator-cli from 2.23.4 to 2.25.0
dependabot[bot] Nov 7, 2025
3f83de1
Bump yargs from 17.7.2 to 18.0.0
dependabot[bot] Nov 7, 2025
e724b31
Bump typescript from 5.9.2 to 5.9.3
dependabot[bot] Nov 7, 2025
ab7ac18
Bump @redocly/cli from 1.34.5 to 2.8.0
dependabot[bot] Nov 7, 2025
ae3b063
Merge branch 'main' into dependabotCombined
m-houston Nov 11, 2025
e9eb2e2
Merge dependabot/npm_and_yarn/typescript-5.9.3 into dependabotCombined
github-actions[bot] Nov 11, 2025
decc365
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/redocly/…
m-houston Nov 11, 2025
534c5a2
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/yargs-18…
m-houston Nov 11, 2025
8e68a0a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/openapit…
m-houston Nov 11, 2025
57f7aab
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/nhsuk-fr…
m-houston Nov 11, 2025
d65ddd7
Update package-lock.json
m-houston Nov 11, 2025
fec3ead
Merge remote-tracking branch 'origin/dependabotCombined' into dependa…
m-houston Nov 11, 2025
23a1733
Downgrade openapi gen and redocly
m-houston Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/stage-2-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
with:
fetch-depth: 0 # Full history is needed to improving relevancy of reporting
- name: "Download coverage report for SONAR"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
name: code-coverage-report
- name: "Perform static analysis"
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/stage-5-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,56 +46,56 @@ jobs:
uses: actions/checkout@v5

- name: "Get the artefacts 1"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/jekyll-docs-${{ inputs.version }}
name: jekyll-docs-${{ inputs.version }}

- name: "Get the artefacts 2"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/sdk-html-docs-${{ inputs.version }}
name: sdk-html-docs-${{ inputs.version }}

- name: "Get the artefacts 3"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/sdk-swagger-docs-${{ inputs.version }}
name: sdk-swagger-docs-${{ inputs.version }}

- name: "Get the artefacts 4"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/sdk-html-${{ inputs.version }}
name: sdk-html-${{ inputs.version }}

- name: "Get the artefacts 5"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/sdk-ts-${{ inputs.version }}
name: sdk-ts-${{ inputs.version }}

- name: "Get the artefacts 6"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/sdk-python-${{ inputs.version }}
name: sdk-python-${{ inputs.version }}

- name: "Get the artefacts 7"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/sdk-csharp-${{ inputs.version }}
name: sdk-csharp-${{ inputs.version }}

- name: "Get the artefacts 8"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: ./artifacts/api-oas-specification-${{ inputs.version }}
name: api-oas-specification-${{ inputs.version }}

# Take out for now - might add again in the future
# - name: "Get the artefacts 9"
# uses: actions/download-artifact@v5
# uses: actions/download-artifact@v6
# with:
# path: ./artifacts/server-csharp-${{ inputs.version }}
# name: server-csharp-${{ inputs.version }}
Expand Down Expand Up @@ -252,12 +252,12 @@ jobs:
# contents: read
# steps:
# - name: "Get the artefacts csharp docker"
# uses: actions/download-artifact@v5
# uses: actions/download-artifact@v6
# with:
# path: .
# name: server-csharp-docker-${{ inputs.version }}
# - name: "Get the artefacts csharp server"
# uses: actions/download-artifact@v5
# uses: actions/download-artifact@v6
# with:
# path: ./csharp-server
# name: server-csharp-${{ inputs.version }}
Expand All @@ -279,7 +279,7 @@ jobs:
contents: read
steps:
- name: "Get the artefacts"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: .
name: sdk-csharp-${{ inputs.version }}
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
contents: read
steps:
- name: "Get the artefacts"
uses: actions/download-artifact@v5
uses: actions/download-artifact@v6
with:
path: .
name: sdk-ts-${{ inputs.version }}
Expand Down Expand Up @@ -439,7 +439,7 @@ jobs:
# contents: read
# steps:
# - name: "Get the artefacts"
# uses: actions/download-artifact@v5
# uses: actions/download-artifact@v6
# with:
# path: .
# name: libs-letter-${{ inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "",
"dependencies": {
"nhsuk-frontend": "^8.1.1"
"nhsuk-frontend": "^10.1.0"
},
"description": "",
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion internal/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"testcontainers": "^11.4.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"typescript": "^5.9.3",
"zod-mermaid": "^1.0.9"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion internal/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"jest": "^29.7.0",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"jest": "^30.1.3",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/api-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/jest": "^29.5.14",
"jest": "^30.2.0",
"jest-mock-extended": "^3.0.7",
"typescript": "^5.8.3",
"typescript": "^5.9.3",
"zod": "^4.1.11"
},
"name": "nhs-notify-supplier-api-handler",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/authorizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/jest": "^30.0.0",
"jest": "^30.2.0",
"jest-mock-extended": "^4.0.0",
"typescript": "^5.8.3"
"typescript": "^5.9.3"
},
"name": "nhs-notify-supplier-authorizer",
"private": true,
Expand Down
Loading
Loading