chore: dependency management#1224
Open
alexluckett wants to merge 17 commits into
Open
Conversation
Also add .worktrees/** to ESLint global ignores (pre-existing local lint failure caused by active git worktree) and fix pre-existing prettier formatting issue in docs/superpowers/plans.
davidjamesstone
approved these changes
Jun 5, 2026
- govukSkipLink block instead of skipLink - phase banner moved to headerEnd (inside <header>) - containerStart block instead of beforeContent
This reverts commit 47d29e0.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Dependency management
Removed (unused)
@hapi/catbox— not imported anywhere; uses@hapi/catbox-memory/@hapi/catbox-redisdirectly@hapi/jwt— not imported in source filesaccessible-autocomplete— not referenced in source files or webpack configatob,btoa— not imported anywheredate-fns— not imported anywherehighlight.js— not imported anywhereliquidjs— not imported anywherelodash— not imported anywheremarked— not imported anywheresemver— not imported anywhere@types/atob,@types/btoa,@types/eslint,@types/hapi,@types/hapi__catbox-memory,@types/hapi__cookie,@types/hapi__yar,@types/hoek,@types/lodash,@types/mysql,@types/url-parse,@types/webpack-assets-manifest,@types/wreck— types for removed or unused packagesbabel-plugin-transform-import-meta— not in babel.config.cjs; was re-added after test failure revealed it's used via string reference in jest.config.mjs (plugins: ['transform-import-meta'])core-js— not imported anywhereoutdent— not imported anywhereAlso:
.worktrees/**to ESLint global ignores (pre-existing local lint failure caused by active git worktree)docs/superpowers/plans/Updated (minor/patch)
@aws-sdk/client-sns: ^3.997.0 → ^3.1062.0@defra/forms-model: ^3.0.674 → ^3.0.675@hapi/hapi: ^21.4.4 → ^21.4.9@hapi/inert: ^7.1.0 → ^7.1.1@hapi/wreck: ^18.1.0 → ^18.1.2dotenv: ^17.2.4 → ^17.4.2ioredis: ^5.9.2 → ^5.11.1pino: ^10.2.1 → ^10.3.1 (no breaking changes at this minor)resolve: ^1.22.11 → ^1.22.12@babel/cli,@babel/core,@babel/plugin-syntax-import-attributes,@babel/preset-env,@babel/preset-typescript: ^7.28.x → ^7.29.7@types/node: ^25.2.2 → ^25.9.1autoprefixer: ^10.4.23 → ^10.5.0babel-loader: ^10.0.0 → ^10.1.1babel-plugin-module-resolver: ^5.0.2 → ^5.0.3eslint-plugin-jest: ^29.12.1 → ^29.15.2globals: ^17.3.0 → ^17.6.0jest: ^30.2.0 → ^30.4.2postcss: ^8.5.6 → ^8.5.15postcss-loader: ^8.2.0 → ^8.2.1prettier: ^3.7.4 → ^3.8.3sass-embedded: ^1.97.2 → ^1.100.0terser-webpack-plugin: ^5.3.16 → ^5.6.1tsx: ^4.21.0 → ^4.22.4webpack: ^5.104.1 → ^5.107.2webpack-assets-manifest: ^6.5.0 → ^6.5.2neostandard: pinned at 0.12.2 (0.13.0 breaks eslint via import-x)typescript-eslint: pinned at 8.56.1 (8.60.1 introduces no-unsafe-* warnings)One code fix required:
@defra/forms-model^3.0.675 narrowed theFormStatustype; added/** @type {FormStatus | undefined} */cast insrc/server/routes/save-and-exit.js:206.Major updates — applied in this PR
@hapi/scooter: v7 → v8 — no code changes required@types/jsdom: v21 → v28 — no code changes requiredconcurrently: v9 → v10 — no code changes requiredcopy-webpack-plugin: v13 → v14 — no code changes requiredcssnano: v7 → v8 — no code changes requiredcssnano-preset-default: v7 → v8 — no code changes requiredeslint: v9 → v10 — no code changes required (flat config + typescript-eslint pinned at 8.56.1)eslint-plugin-jsdoc: v62 → v63 — no code changes requiredlint-staged: v16 → v17 — no code changes requiredsass-loader: v16 → v17 — no code changes requiredstylelint: v16 → v17 — no code changes requiredstylelint-config-gds: v2 → v3 — no code changes requiredwebpack-cli: v6 → v7 — no code changes requiredMajor updates — deferred
govuk-frontend: v5 → v6 — major GDS frontend framework upgrade, likely involves template/component API changes across many viewsjoi: v17 → v18 —@defra/forms-engine-pluginbundles its own joi internally; mixing versions causes "Cannot mix different versions of joi schemas"proxy-agent: v6 → v8 — ESM-only packagechokidar: v3 → v5 — peer conflict with nunjucks@3 and widespread test failures (24+ suites)jsdom/global-jsdom: v26 → v29 — widespread test failures (18+ suites)typescript: v5 → v6 — deferred across all repos