Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 20.19.5
nodejs 24.12.0
python 3.12.12
poetry 1.8.2
shellcheck 0.11.0
Expand Down
4 changes: 4 additions & 0 deletions .vscode/eps-prescription-status-update-api.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"name": "packages/common/middyErrorHandler",
"path": "../packages/common/middyErrorHandler"
},
{
"name": "packages/common/utilities",
"path": "../packages/common/utilities"
},
{
"name": "packages/psuRestoreValidationLambda",
"path": "../packages/psuRestoreValidationLambda"
Expand Down
2 changes: 1 addition & 1 deletion SAMtemplates/functions/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Globals:
MemorySize: 256
Architectures:
- x86_64
Runtime: nodejs20.x
Runtime: nodejs24.x
Environment:
Variables:
NODE_OPTIONS: "--enable-source-maps"
Expand Down
4 changes: 2 additions & 2 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 packages/capabilityStatement/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/checkPrescriptionStatusUpdates/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/middyErrorHandler/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../../jest.default.config"
import defaultConfig from "../../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/utilities/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {JestConfigWithTsJest} from "ts-jest"
import defaultConfig from "../../../jest.default.config"
import defaultConfig from "../../../jest.default.config.ts"

const jestConfig: JestConfigWithTsJest = {
...defaultConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/cpsuLambda/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {JestConfigWithTsJest} from "ts-jest"
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"

const jestConfig: JestConfigWithTsJest = {
...defaultConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/gsul/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {JestConfigWithTsJest} from "ts-jest"
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"

const jestConfig: JestConfigWithTsJest = {
...defaultConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/nhsNotifyLambda/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {JestConfigWithTsJest} from "ts-jest"
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"

const jestConfig: JestConfigWithTsJest = {
...defaultConfig,
Expand Down
2 changes: 1 addition & 1 deletion packages/nhsNotifyUpdateCallback/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/nhsd-psu-sandbox/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/psuRestoreValidationLambda/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/specification/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
4 changes: 2 additions & 2 deletions packages/specification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "NHS Digital",
"license": "MIT",
"engines": {
"node": "20.10.x",
"npm": "10.2.x"
"node": "24.12.x",
"npm": "11.6.x"
},
"homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/statusLambda/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"
import type {JestConfigWithTsJest} from "ts-jest"

const jestConfig: JestConfigWithTsJest = {
Expand Down
2 changes: 1 addition & 1 deletion packages/updatePrescriptionStatus/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {JestConfigWithTsJest} from "ts-jest"
import defaultConfig from "../../jest.default.config"
import defaultConfig from "../../jest.default.config.ts"

const jestConfig: JestConfigWithTsJest = {
...defaultConfig,
Expand Down