Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
30 changes: 15 additions & 15 deletions cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"diff": "cdk diff --path-metadata false --version-reporting false"
},
"devDependencies": {
"@guardian/cdk": "62.5.0",
"@guardian/eslint-config": "^12.0.1",
"@guardian/prettier": "8.0.2",
"@guardian/cdk": "62.6.1",
"@guardian/eslint-config": "^14.0.0",
"@guardian/prettier": "10.0.0",
"@guardian/tsconfig": "^1.0.1",
"@types/jest": "^30.0.0",
"@types/node": "24.10.1",
"aws-cdk": "2.1108.0",
"aws-cdk-lib": "2.241.0",
"constructs": "10.5.1",
"@types/node": "25.5.0",
"aws-cdk": "2.1113.0",
"aws-cdk-lib": "2.244.0",
"constructs": "10.6.0",
"eslint": "^9.39.4",
"jest": "^30.2.0",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"source-map-support": "^0.5.20",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "5.9.3"
},
"pnpm": {
"overrides": {
"minimatch@3.1.2": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"flatted@3.3.3": "3.4.0",
"fast-xml-parser@5.3.6": "5.5.6"
}
},
"overrides": {
"minimatch@3.1.2": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"flatted@3.3.3": "3.4.2",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps remove this as well from the overrides for consistency with the other package.json?

"fast-xml-parser@5.3.6": "5.5.6"
}
},
"prettier": "@guardian/prettier",
"jest": {
"testMatch": [
Expand Down
3,480 changes: 1,687 additions & 1,793 deletions cdk/pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ const config = tseslint.config(
'no-console': 'error',
'prefer-const': 'error',

// Requires some significant refactors to PasswordForm and SignedInAs components
'react-hooks/set-state-in-effect': 'off',

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rule got enabled when we upgraded our eslint config versions, it seems like it would take some significant refactors to comply with it though.


// disabled @guardian/eslint-config rules, we should enable some of them later
'import/order': 'off',
'@typescript-eslint/consistent-type-imports': 'off',
Expand Down
1 change: 0 additions & 1 deletion knip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const config: KnipConfig = {
// but still allows us to see the issues and fix them
rules: {
binaries: 'warn',
classMembers: 'warn',

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Knip no longer supports this option in the latest major version.

dependencies: 'warn',
devDependencies: 'warn',
duplicates: 'warn',
Expand Down
89 changes: 44 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,39 +37,39 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@chromatic-com/storybook": "^5.0.1",
"@chromatic-com/storybook": "^5.0.2",
"@eslint/js": "^9.39.4",
"@guardian/eslint-config": "11.0.0",
"@guardian/prettier": "^8.0.2",
"@playwright/test": "^1.48.0",
"@storybook/addon-themes": "^10.2.15",
"@storybook/preact": "^10.2.15",
"@storybook/preact-vite": "^10.2.15",
"@swc/core": "^1.15.18",
"@guardian/eslint-config": "14.0.0",
"@guardian/prettier": "^10.0.0",
"@playwright/test": "^1.58.2",
"@storybook/addon-themes": "^10.3.3",
"@storybook/preact": "^10.3.3",
"@storybook/preact-vite": "^10.3.3",
"@swc/core": "^1.15.21",
"@swc/jest": "^0.2.39",
"@swc/plugin-emotion": "^13.0.0",
"@swc/plugin-emotion": "^14.7.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/preact": "^3.2.4",
"@testing-library/react": "npm:@testing-library/preact",
"@types/compression": "^1.8.1",
"@types/cookie-parser": "^1.4.10",
"@types/express": "^5.0.5",
"@types/express": "^5.0.6",
"@types/http-errors": "^2.0.5",
"@types/ioredis-mock": "^8.2.6",
"@types/ioredis-mock": "^8.2.7",
"@types/jest": "^30.0.0",
"@types/mjml": "^4.7.4",
"@types/ms": "^2.1.0",
"@types/node": "^24.10.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/serialize-javascript": "^5.0.4",
"@types/supertest": "^6.0.3",
"@types/supertest": "^7.2.0",
"assets-webpack-plugin": "^7.1.1",
"axe-core": "^4.11.1",
"chalk-rainbow": "^1.0.0",
"copy-webpack-plugin": "^13.0.1",
"copy-webpack-plugin": "^14.0.0",
"crypto-browserify": "^3.12.1",
"dotenv-webpack": "^8.1.1",
"dotenv-webpack": "^9.0.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-functional": "^9.0.4",
Expand All @@ -78,45 +78,44 @@
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"husky": "^9.1.7",
"image-minimizer-webpack-plugin": "^4.1.4",
"image-minimizer-webpack-plugin": "^5.0.0",
"imagemin": "^9.0.1",
"ioredis-mock": "^8.13.1",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jest-mock": "^30.2.0",
"knip": "^5.83.1",
"mailosaur": "^8.8.1",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"jest-mock": "^30.3.0",
"knip": "^6.0.4",
"mailosaur": "^11.1.0",
"nodemon": "^3.1.14",
"prettier": "^3.8.1",
"sharp": "^0.34.4",
"storybook": "^10.2.15",
"swc-loader": "^0.2.6",
"terser-webpack-plugin": "^5.3.16",
"sharp": "^0.34.5",
"storybook": "^10.3.3",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"typescript-eslint": "^8.57.2",
"vite": "^8.0.2",
"wait-on": "^9.0.4",
"webpack": "^5.105.3",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.2.0",
"webpack-cli": "^6.0.1",
"webpack-cli": "^7.0.2",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0",
"zod-to-json-schema": "^3.24.6"
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"@aws-sdk/client-cloudwatch": "^3.1011.0",
"@aws-sdk/client-sesv2": "^3.1011.0",
"@aws-sdk/credential-providers": "^3.1011.0",
"@aws-sdk/client-cloudwatch": "^3.1015.0",
"@aws-sdk/client-sesv2": "^3.1015.0",
"@aws-sdk/credential-providers": "^3.1015.0",
"@emotion/react": "^11.14.0",
"@faire/mjml-react": "^3.5.3",
"@guardian/ab-core": "8.0.2",
"@guardian/libs": "^26.1.0",
"@guardian/ab-core": "9.0.0",
"@guardian/libs": "^30.1.1",
"@guardian/ophan-tracker-js": "2.0.3",
"@guardian/source": "^11.3.1",
"@guardian/source-development-kitchen": "^22.0.1",
"@guardian/source": "^12.2.1",
"@guardian/source-development-kitchen": "^25.0.0",
"@okta/jwt-verifier": "^4.0.2",
"@smithy/node-http-handler": "^4.4.12",
"@smithy/node-http-handler": "^4.5.0",
"awesome-debounce-promise": "^2.1.0",
"body-parser": "^2.2.2",
"bowser": "^2.14.1",
Expand All @@ -126,27 +125,27 @@
"express": "^5.2.1",
"helmet": "^8.1.0",
"http-errors": "^2.0.1",
"ioredis": "^5.9.2",
"ioredis": "^5.10.1",
"mjml": "^4.18.0",
"mjml-browser": "^4.18.0",
"ms": "^2.1.3",
"openid-client": "^5.7.1",
"preact": "^10.28.4",
"preact": "^10.29.0",
"preact-render-to-string": "^6.6.6",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"serialize-javascript": "^7.0.3",
"serialize-javascript": "^7.0.4",
"supertest": "^7.1.4",
"tslib": "^2.8.1",
"winston": "^3.19.0",
"zod": "^4.1.12"
"zod": "^4.3.6"
},
"pnpm": {
"overrides": {
"minimatch@3.1.2": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"serialize-javascript@6.0.2": "7.0.3",
"flatted@3.3.3": "3.4.0",
"flatted@3.3.3": "3.4.2",
"fast-xml-parser@5.4.1": "5.5.6"
},
"onlyBuiltDependencies": [
Expand All @@ -156,5 +155,5 @@
"sharp"
]
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}
3 changes: 1 addition & 2 deletions playwright/helpers/api/mailosaur.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import MailosaurClient from 'mailosaur';
import { Message } from 'mailosaur/lib/models';
import MailosaurClient, { Message } from 'mailosaur';

const client = new MailosaurClient(process.env.CYPRESS_MAILOSAUR_API_KEY || '');

Expand Down
Loading
Loading