Skip to content

chore(deps): Bump the all group in /cdk with 5 updates - #1320

Merged
kelvin-chappell merged 2 commits into
mainfrom
dependabot/npm_and_yarn/cdk/all-86b48b6049
Feb 3, 2026
Merged

chore(deps): Bump the all group in /cdk with 5 updates#1320
kelvin-chappell merged 2 commits into
mainfrom
dependabot/npm_and_yarn/cdk/all-86b48b6049

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group in /cdk with 5 updates:

Package From To
@guardian/cdk 62.1.3 62.3.1
@types/node 25.0.3 25.1.0
@typescript-eslint/eslint-plugin 8.51.0 8.54.0
@guardian/eslint-config 13.0.0 13.0.3
prettier 3.7.4 3.8.1

Updates @guardian/cdk from 62.1.3 to 62.3.1

Release notes

Sourced from @​guardian/cdk's releases.

v62.3.1

Patch Changes

  • 0bcd45c: Update aws-cdk to ^2.1100.3, aws-cdk-lib to ^2.234.1, constructs to ^10.4.4

v62.3.0

Minor Changes

  • 9d4a1d6: Move discoverability of GuJanusAssumableRole from tag to path

Patch Changes

  • 4ad1bc1: Adds an Owner tag for the auth-lambda, so that teams auditing their Lambda functions can more easily understand who is responsible for maintaining this Lambda.

    This Lambda is maintained by DevX as part of https://github.com/guardian/cognito-auth-lambdas.

    If your EC2 application uses the googleAuth feature then you will need to update your snapshots to accept this change.

v62.2.1

Patch Changes

  • 438089b: Update aws-cdk to ^2.1033.0, aws-cdk-lib to ^2.232.1, constructs to ^10.4.3

v62.2.0

Minor Changes

  • c49c7a0: Add GuJanusAssumableRole construct
Changelog

Sourced from @​guardian/cdk's changelog.

62.3.1

Patch Changes

  • 0bcd45c: Update aws-cdk to ^2.1100.3, aws-cdk-lib to ^2.234.1, constructs to ^10.4.4

62.3.0

Minor Changes

  • 9d4a1d6: Move discoverability of GuJanusAssumableRole from tag to path

Patch Changes

  • 4ad1bc1: Adds an Owner tag for the auth-lambda, so that teams auditing their Lambda functions can more easily understand who is responsible for maintaining this Lambda.

    This Lambda is maintained by DevX as part of https://github.com/guardian/cognito-auth-lambdas.

    If your EC2 application uses the googleAuth feature then you will need to update your snapshots to accept this change.

62.2.1

Patch Changes

  • 438089b: Update aws-cdk to ^2.1033.0, aws-cdk-lib to ^2.232.1, constructs to ^10.4.3

62.2.0

Minor Changes

  • c49c7a0: Add GuJanusAssumableRole construct
Commits
  • 3e4182a Merge pull request #2807 from guardian/changeset-release/main
  • 7dad7ce Bump package version
  • 706abb2 Merge pull request #2801 from guardian/dependabot/npm_and_yarn/code-quality-8...
  • 0dac682 chore: Apply prettier fixes
  • d441bbe chore(deps): bump the code-quality group across 1 directory with 3 updates
  • 054f2cd Merge pull request #2794 from guardian/dependabot/npm_and_yarn/npm-dependenci...
  • fcdecad chore(deps): bump the npm-dependencies group across 1 directory with 7 updates
  • 585d334 Merge pull request #2803 from guardian/update-aws-cdk-2.1100.3
  • 0bcd45c fix(deps): Update AWS CDK libraries to ^2.1100.3, and constructs to ^10.4.4
  • 3b10612 🦋 Release package updates (#2805)
  • Additional commits viewable in compare view

Updates @types/node from 25.0.3 to 25.1.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.51.0 to 8.54.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.0

8.53.0 (2026-01-12)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • deps: update dependency prettier to v3.8.0 (#11991)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.53.0 (2026-01-12)

🚀 Features

  • eslint-plugin: add rule [strict-void-return] (#9707)
  • eslint-plugin: [no-unused-vars] add a fixer to remove unused imports (#11922)

🩹 Fixes

  • eslint-plugin: [no-useless-default-assignment] fix false positive for parameters corresponding to a rest parameter (#11916)

... (truncated)

Commits
  • d423e57 chore(release): publish 8.54.0
  • 80e33ff feat(eslint-plugin-internal): add prefer-tsutils-methods rule (#11974)
  • ec4f73a feat(typescript-estree): add shortcut methods to ParserServicesWithTypeInform...
  • d32f909 test(eslint-plugin): skip rules tests in windows ci (#11988)
  • 17fa993 test(eslint-plugin): improve vitest performance with isolate: false (#11754)
  • 1c66ab4 fix(eslint-plugin): [no-unnecessary-type-assertion] check both base constrain...
  • aaa7ca2 fix(deps): update dependency prettier to v3.8.0 (#11991)
  • d50aa18 fix(scope-manager): fix catch clause scopes def.name (#11982)
  • 4c0b379 fix(eslint-plugin): [no-unused-private-class-members] private destructured cl...
  • 9940e53 chore(release): publish 8.53.1
  • Additional commits viewable in compare view

Updates @guardian/eslint-config from 13.0.0 to 13.0.3

Release notes

Sourced from @​guardian/eslint-config's releases.

@​guardian/eslint-config@​13.0.3

Patch Changes

  • a79dc08: Fix ERR_MODULE_NOT_FOUND when importing @​guardian/eslint-config in a project that does not have Storybook.

@​guardian/eslint-config@​13.0.2

Patch Changes

  • 41b8d2b: Bump @stylistic/eslint-plugin and typescript-eslint deps

@​guardian/eslint-config@​13.0.1

Patch Changes

  • 95df04d: Bump version of eslint-config-storybook
Changelog

Sourced from @​guardian/eslint-config's changelog.

13.0.3

Patch Changes

  • a79dc08: Fix ERR_MODULE_NOT_FOUND when importing @​guardian/eslint-config in a project that does not have Storybook.

13.0.2

Patch Changes

  • 41b8d2b: Bump @stylistic/eslint-plugin and typescript-eslint deps

13.0.1

Patch Changes

  • 95df04d: Bump version of eslint-config-storybook
Commits
  • 21b5b2e Bump package versions
  • a79dc08 fix: ERR_MODULE_NOT_FOUND when loading @​guardian/eslint-config without Storybook
  • 95c28eb Chore(deps): Bump the dependencies group with 2 updates
  • 4fd3578 Bump package versions
  • 41b8d2b Chore(deps): Bump the dependencies group with 2 updates
  • 533d58d Chore(deps): Bump globals from 16.5.0 to 17.0.0
  • b5a00e9 Bump package versions
  • aa65b0a Chore(deps): Bump the dependencies group with 2 updates
  • ea9e84f chore(deps): update storybook to 10.1.10
  • d53618f Chore(deps): Bump the dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group in /cdk with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@guardian/cdk](https://github.com/guardian/cdk) | `62.1.3` | `62.3.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.1.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.51.0` | `8.54.0` |
| [@guardian/eslint-config](https://github.com/guardian/csnx/tree/HEAD/libs/@guardian/eslint-config) | `13.0.0` | `13.0.3` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |


Updates `@guardian/cdk` from 62.1.3 to 62.3.1
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v62.1.3...v62.3.1)

Updates `@types/node` from 25.0.3 to 25.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.51.0 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@guardian/eslint-config` from 13.0.0 to 13.0.3
- [Release notes](https://github.com/guardian/csnx/releases)
- [Changelog](https://github.com/guardian/csnx/blob/main/libs/@guardian/eslint-config/CHANGELOG.md)
- [Commits](https://github.com/guardian/csnx/commits/@guardian/eslint-config@13.0.3/libs/@guardian/eslint-config)

Updates `prettier` from 3.7.4 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.7.4...3.8.1)

---
updated-dependencies:
- dependency-name: "@guardian/cdk"
  dependency-version: 62.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@guardian/eslint-config"
  dependency-version: 13.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 1, 2026
@kelvin-chappell
kelvin-chappell enabled auto-merge (squash) February 3, 2026 08:04
@kelvin-chappell
kelvin-chappell merged commit 0315810 into main Feb 3, 2026
6 checks passed
@kelvin-chappell
kelvin-chappell deleted the dependabot/npm_and_yarn/cdk/all-86b48b6049 branch February 3, 2026 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant