Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@axe-core/playwright 4.11.04.11.1 age confidence devDependencies patch
@eslint/js (source) 9.38.09.39.2 age confidence devDependencies minor
@playwright/test (source) 1.56.11.58.2 age confidence devDependencies minor
@types/node (source) 22.18.1222.19.11 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.46.28.55.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.46.28.55.0 age confidence devDependencies minor
aac-manage-case-assignment 0.2.190.2.20 age confidence patch
allure-codeceptjs (source) 3.4.23.4.5 age confidence devDependencies patch
allure-commandline 2.34.12.36.0 age confidence devDependencies minor
allure-js-commons (source) 3.4.23.4.5 age confidence devDependencies patch
allure-playwright (source) 2.4.02.15.1 age confidence devDependencies minor
civil-service 0.0.840.0.95 age confidence patch
eslint (source) 9.38.09.39.2 age confidence devDependencies minor
gradle (source) 8.88.14.4 age confidence minor
idam-pr 2.3.02.3.1 age confidence patch
node (source) 20.12.220.20.0 age confidence minor
playwright-core (source) 1.56.11.58.2 age confidence devDependencies minor
postgresql 1.0.21.1.0 age confidence minor
prettier (source) 3.6.23.8.1 age confidence devDependencies minor
servicebus 1.1.01.2.1 age confidence minor
ts-translation-service 0.1.70.1.10 age confidence patch
typescript (source) 5.1.35.9.3 age confidence devDependencies minor
typescript-eslint (source) 8.0.08.55.0 age confidence devDependencies minor
wiremock 0.0.50.0.6 age confidence patch
yarn (source) 4.10.34.12.0 age confidence packageManager minor
org.slf4j:slf4j-api (source, changelog) 2.0.92.0.17 age confidence dependencies patch
org.junit.platform:junit-platform-engine (source) 1.10.11.14.2 age confidence dependencies minor
org.junit.platform:junit-platform-commons (source) 1.10.11.14.2 age confidence dependencies minor
org.junit.jupiter:junit-jupiter-params (source) 5.10.15.14.2 age confidence dependencies minor
org.junit.jupiter:junit-jupiter-engine (source) 5.10.15.14.2 age confidence dependencies minor
org.junit.jupiter:junit-jupiter-api (source) 5.10.15.14.2 age confidence dependencies minor

Release Notes

dequelabs/axe-core-npm (@​axe-core/playwright)

v4.11.1

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.58.2

Compare Source

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.55.0

Compare Source

🚀 Features
  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#​11992)
🩹 Fixes
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#​11949)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#​11984)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#​11966, #​12000)
  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#​11990)
❤️ Thank You

See GitHub Releases for more information.

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

v8.54.0

Compare Source

🚀 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.

v8.53.1

Compare Source

🩹 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.

v8.53.0

Compare Source

🚀 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)
  • eslint-plugin: replace unclear "error typed" with more helpful description (#​11704)
  • typescript-estree: forbid invalid extends and implements in interface declaration (#​11935)
  • typescript-estree: forbid invalid class implements (#​11934)
  • typescript-estree: forbid type-only import with both default and named specifiers (#​11930)
❤️ Thank You

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

v8.52.0

Compare Source

🚀 Features
  • eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#​11899)
🩹 Fixes
  • eslint-plugin: [no-base-to-string] detect @​@​toPrimitive and valueOf (#​11901)
  • eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#​11908)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

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

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

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

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

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

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

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

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.55.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.54.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.53.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.53.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.52.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.51.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.50.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.50.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.49.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.48.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.48.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.47.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.46.4

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.46.3

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

allure-framework/allure-js (allure-codeceptjs)

v3.4.5

Compare Source

What's Changed

🐞 Bug Fixes
⬆️ Dependency Updates

New Contributors

Full Changelog: allure-framework/allure-js@v3.4.4...v3.4.5

v3.4.4

Compare Source

What's Changed

🐞 Bug Fixes
⬆️ Dependency Updates
👻 Internal changes

Full Changelog: allure-framework/allure-js@v3.4.3...v3.4.4

v3.4.3

Compare Source

What's Changed

🔬 Improvements
🐞 Bug Fixes
⬆️ Dependency Updates

Full Changelog: allure-framework/allure-js@v3.4.2...v3.4.3

allure-framework/allure-npm (allure-commandline)

v2.36.0

Compare Source

Full Changelog: allure-framework/allure-npm@2.35.1...2.36.0

v2.35.1

Compare Source

Full Changelog: allure-framework/allure-npm@2.35.0...2.35.1

v2.35.0

Compare Source

New Contributors

Full Changelog: allure-framework/allure-npm@2.34.1...2.35.0

eslint/eslint (eslint)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

gradle/gradle (gradle)

v8.14.4

Compare Source

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.2: 8.14.2

Compare Source

The Gradle team is excited to announce Gradle 8.14.2.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.2 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.1: 8.14.1

Compare Source

The Gradle team is excited to announce Gradle 8.14.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.1 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14: 8.14

Compare Source

The Gradle team is excited to announce Gradle 8.14.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're e


Configuration

📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 30, 2025 10:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 30, 2025
@renovate renovate bot requested a review from a team as a code owner December 30, 2025 10:40
@renovate renovate bot requested review from rishikrsharma and ruban72 December 30, 2025 10:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3790d48 to baf6019 Compare January 5, 2026 10:04
@renovate renovate bot changed the title fix(deps): update all non-major dependencies Update all non-major dependencies Jan 5, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from baf6019 to 21a212f Compare January 5, 2026 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 21a212f to 1da8db5 Compare January 5, 2026 18:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1da8db5 to 5b1aee9 Compare January 6, 2026 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b1aee9 to b49562c Compare January 8, 2026 09:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b49562c to 7893db9 Compare January 8, 2026 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 793b88e to 3dd0bd0 Compare February 5, 2026 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3dd0bd0 to 9aaee8a Compare February 6, 2026 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9aaee8a to ae134c9 Compare February 6, 2026 20:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae134c9 to 56d2006 Compare February 8, 2026 02:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56d2006 to 9c8767e Compare February 9, 2026 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9c8767e to cba84c9 Compare February 9, 2026 16:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cba84c9 to 1119a40 Compare February 10, 2026 03:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1119a40 to cea230b Compare February 10, 2026 10:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cea230b to d22165d Compare February 10, 2026 12:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d22165d to bd7ca3c Compare February 10, 2026 20:16
@hmcts-jenkins-a-to-c hmcts-jenkins-a-to-c bot requested a deployment to preview February 10, 2026 20:18 Abandoned
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 ns:civil prd:civil rel:civil-ccd-pr-6209

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants