Skip to content

Update dependency jest to v30.4.2#705

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jest-monorepo
Open

Update dependency jest to v30.4.2#705
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jest-monorepo

Conversation

@renovate

@renovate renovate Bot commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
jest (source) 30.1.330.4.2 age confidence

Release Notes

jestjs/jest (jest)

v30.4.2

Compare Source

Fixes
  • [jest-runtime] Fix named imports from CJS modules whose module.exports is a function with own-property exports (#​16150)

v30.4.1

Compare Source

Features
  • [jest-config, jest-core, jest-runner, jest-schemas, jest-types] Allow custom runner configuration options via tuple format ['runner-path', {options}] (#​16141)
Fixes
  • [jest-runtime] Align CJS-from-ESM default export with Node: module.exports is always the ESM default, __esModule unwrapping is no longer applied (#​16143)

v30.4.0

Compare Source

Features
  • [babel-jest] Support collecting coverage from .mts, .cts (and other) files (#​15994)
  • [jest-circus, jest-cli, jest-config, jest-core, jest-jasmine2, jest-types] Add --collect-tests flag to discover and list tests without executing them (#​16006)
  • [jest-config, jest-runner, jest-worker] Add workerGracefulExitTimeout config option to control how long workers are given to exit before being force-killed (#​15984)
  • [jest-config] Add support for jest.config.mts as a valid configuration file (#​16005)
  • [jest-config, jest-core, jest-reporters, jest-runner] verbose and silent can now be set per-project; the project-level value overrides the global value for that project's tests (#​16133)
  • [@jest/fake-timers] Accept Temporal.Duration in jest.advanceTimersByTime() and jest.advanceTimersByTimeAsync() (#​16128)
  • [@jest/fake-timers] Accept Temporal.Instant and Temporal.ZonedDateTime in jest.setSystemTime() and useFakeTimers({now}) (#​16128)
  • [@jest/fake-timers] Support faking Temporal.Now.* (#​16131)
  • [jest-mock] Add clearMocksOnScope(scope) on ModuleMocker for clearing every mock function exposed on a scope object (#​16088)
  • [jest-resolve] Add canResolveSync() on Resolver so callers can detect when a user-configured resolver only exports an async hook (#​16064)
  • [jest-runtime] Use synchronous evaluate() for ES modules without top-level await on Node versions that support it (v24.9+), and prefer the synchronous transform path when a sync transformer is configured (#​16062)
  • [jest-runtime] Support require() of ES modules on Node v24.9+ (#​16074)
  • [jest-runtime] Validate TC39 import attributes (with { type: 'json' }) on ESM imports (#​16127)
  • [@jest/transform] Add canTransformSync(filename) on ScriptTransformer so callers can pick the sync vs async transform path (#​16062)
  • [jest-util] Add isError helper (#​16076)
  • [pretty-format] Support React 19 (#​16123)
Fixes
  • [expect-utils] Fix toStrictEqual failing on structuredClone results due to cross-realm constructor mismatch (#​15959)
  • [@jest/expect-utils] Prevent toMatchObject/subset matching from throwing when encountering exotic iterables (#​15952)
  • [fake-timers] Convert Date to milliseconds before passing to @sinonjs/fake-timers (#​16029)
  • [jest] Export GlobalConfig and ProjectConfig TypeScript types (#​16132)
  • [jest-circus] Prevent crash when asyncError is undefined for non-Error throws (#​16003)
  • [jest-circus, jest-jasmine2] Include Error.cause in JSON failureMessages output (#​15967)
  • [jest-config] Fix preset path resolution on Windows when the preset uses subpath exports (#​15961)
  • [jest-config] Allow collectCoverage and coverageProvider in project config without a validation warning (#​16132)
  • [jest-config] Project config validator now emits "is not supported in an individual project configuration" instead of "probably a typing mistake" for known global-only options (#​16132)
  • [jest-environment-node] Fix --localstorage-file warning on Node 25+ (#​16086)
  • [jest-reporters] Apply global coverage threshold to unmatched pattern files in addition to glob/path thresholds (#​16137)
  • [jest-reporters, jest-runner, jest-runtime, jest-transform] Fix coverage report not showing correct code coverage when using projects config option (#​16140)
  • [jest-runtime] Resolve expect and @jest/expect from the internal module registry so test-file imports share the same JestAssertionError as the global expect (#​16130)
  • [jest-runtime] Improve CJS-from-ESM interop: __esModule/Babel default unwrap, broader named-export coverage, and shared CJS singleton across importers (#​16050)
  • [jest-runtime] Load .js files with ESM syntax but no "type":"module" marker as native ESM (#​16050)
  • [jest-runtime] Extend the .js-with-ESM-syntax fallback to require() on Node v24.9+ - falls back to require(esm) when the CJS parser rejects ESM syntax (#​16078)
  • [jest-runtime] Fix deadlocks and double-evaluation in concurrent ESM and wasm imports (#​16050)
  • [jest-runtime] Fix error when require() is called after the Jest environment has been torn down (#​15951)
  • [jest-runtime] Fix missing error when import() is called after the Jest environment has been torn down (#​16080)
  • [jest-runtime] Fix virtual unstable_mockModule registrations not respected in ESM (#​16081)
  • [jest-runtime] Apply moduleNameMapper when resolving modules with require.resolve() and the paths option (#​16135)
Chore & Maintenance
  • [@jest/fake-timers] Upgrade @sinonjs/fake-timers (#​16139)
  • [jest-runtime] Use synchronous linkRequests / instantiate for ESM linking on Node v24.9+ (#​16063)

v30.3.0

Compare Source

Features
  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#​15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)
Fixes
  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#​15918)
  • [jest-mock] Use Symbol from test environment (#​15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#​15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#​15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#​15851)
  • [jest-util] Make sure process.features.require_module is false (#​15867)
Chore & Maintenance
  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#​15849)
  • Updated Twitter icon to match the latest brand guidelines (#​15869)

v30.2.0

Compare Source

Chore & Maintenance
  • [*] Update example repo for testing React Native projects (#​15832)
  • [*] Update jest-watch-typeahead to v3 (#​15830)

Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • "after 7am and before 11am every weekday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 September 29, 2025 07:05
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 29, 2025
@renovate renovate Bot requested review from bancey, charlesluokb and danielwilsonkainos and removed request for a team September 29, 2025 07:05
@hmcts-platform-operations

hmcts-platform-operations commented Sep 29, 2025

Copy link
Copy Markdown

Plan Result (448: cftptl - Job)

Plan: 0 to add, 7 to change, 0 to destroy.
  • Update
    • azurerm_ai_foundry_project.project
    • restapi_object.cosmos_datasource
    • restapi_object.help_request_index
    • restapi_object.help_request_indexer
    • restapi_object.hmcts_way_index
    • restapi_object.hmcts_way_indexer
    • restapi_object.storage_account_datasource
Change Result (Click me)
  # azurerm_ai_foundry_project.project will be updated in-place
  ~ resource "azurerm_ai_foundry_project" "project" {
        id                             = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.MachineLearningServices/workspaces/platops-slack-help-bot-ptl"
        name                           = "platops-slack-help-bot-ptl"
      ~ tags                           = {
          - "application"  = "core" -> null
          - "builtFrom"    = "hmcts/slack-help-bot" -> null
          - "businessArea" = "CFT" -> null
          - "environment"  = "production" -> null
        }
        # (7 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # restapi_object.cosmos_datasource will be updated in-place
  ~ resource "restapi_object" "cosmos_datasource" {
      ~ api_data        = {
          - "@odata.context"              = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
          - "@odata.etag"                 = "\"0x8DEDD9B2E046373\""
          - "container"                   = "map[name:help-requests query:SELECT * FROM c WHERE c._ts >= @HighWaterMark ORDER BY c._ts]"
          - "credentials"                 = "map[connectionString:<nil>]"
          - "dataChangeDetectionPolicy"   = "map[@odata.type:#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy highWaterMarkColumnName:_ts]"
          - "dataDeletionDetectionPolicy" = "<nil>"
          - "description"                 = "PlatOps help requests"
          - "encryptionKey"               = "<nil>"
          - "identity"                    = "<nil>"
          - "name"                        = "help-requests"
          - "subtype"                     = "<nil>"
          - "type"                        = "cosmosdb"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E046373\""
              - container                   = {
                  - name  = "help-requests"
                  - query = "SELECT * FROM c WHERE c._ts >= @HighWaterMark ORDER BY c._ts"
                }
              - credentials                 = {
                  - connectionString = null
                }
              - dataChangeDetectionPolicy   = {
                  - "@odata.type"           = "#Microsoft.Azure.Search.HighWaterMarkChangeDetectionPolicy"
                  - highWaterMarkColumnName = "_ts"
                }
              - dataDeletionDetectionPolicy = null
              - description                 = "PlatOps help requests"
              - encryptionKey               = null
              - identity                    = null
              - name                        = "help-requests"
              - subtype                     = null
              - type                        = "cosmosdb"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E046373\""
              ~ credentials                 = {
                  ~ connectionString = null -> "ResourceId=/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.DocumentDB/databaseAccounts/platops-slack-help-bot-ptl;Database=help-requests;IdentityAuthType=AccessToken"
                }
              - dataDeletionDetectionPolicy = null
              - encryptionKey               = null
              - identity                    = null
                name                        = "help-requests"
              - subtype                     = null
                # (4 unchanged attributes hidden)
            }
        )
        id              = "help-requests"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.help_request_index will be updated in-place
  ~ resource "restapi_object" "help_request_index" {
      ~ api_data        = {
          - "@odata.context"        = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
          - "@odata.etag"           = "\"0x8DEDCE6800DED64\""
          - "analyzers"             = jsonencode([])
          - "charFilters"           = jsonencode([])
          - "corsOptions"           = "<nil>"
          - "defaultScoringProfile" = "<nil>"
          - "encryptionKey"         = "<nil>"
          - "fields"                = "[map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:id normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:created_at normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:true synonymMaps:[] type:Edm.DateTimeOffset vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:true name:key normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:status normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:area normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:title normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:true indexAnalyzer:<nil> key:false name:description normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:analysis normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:resolution normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:rid normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:true filterable:false indexAnalyzer:<nil> key:false name:url normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>]]"
          - "name"                  = "help-requests"
          - "normalizers"           = jsonencode([])
          - "scoringProfiles"       = jsonencode([])
          - "semantic"              = "map[configurations:[map[name:help-requests prioritizedFields:map[prioritizedContentFields:[map[fieldName:description] map[fieldName:analysis] map[fieldName:resolution]] prioritizedKeywordsFields:[] titleField:map[fieldName:title]]]] defaultConfiguration:<nil>]"
          - "similarity"            = "map[@odata.type:#Microsoft.Azure.Search.BM25Similarity b:<nil> k1:<nil>]"
          - "suggesters"            = jsonencode([])
          - "tokenFilters"          = jsonencode([])
          - "tokenizers"            = jsonencode([])
          - "vectorSearch"          = "<nil>"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DEDCE6800DED64\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              - fields                = [
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "created_at"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.DateTimeOffset"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = true
                      - name                = "key"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "status"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "area"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "description"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "analysis"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "resolution"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "rid"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "url"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                ]
              - name                  = "help-requests"
              - normalizers           = []
              - scoringProfiles       = []
              - semantic              = {
                  - configurations       = [
                      - {
                          - name              = "help-requests"
                          - prioritizedFields = {
                              - prioritizedContentFields  = [
                                  - {
                                      - fieldName = "description"
                                    },
                                  - {
                                      - fieldName = "analysis"
                                    },
                                  - {
                                      - fieldName = "resolution"
                                    },
                                ]
                              - prioritizedKeywordsFields = []
                              - titleField                = {
                                  - fieldName = "title"
                                }
                            }
                        },
                    ]
                  - defaultConfiguration = null
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DEDCE6800DED64\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              ~ fields                = [
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "created_at"
                      - normalizer          = null
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                        name                = "key"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "status"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "area"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "description"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "analysis"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "resolution"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "rid"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = true
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "url"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                ]
                name                  = "help-requests"
              - normalizers           = []
              - scoringProfiles       = []
              ~ semantic              = {
                  - defaultConfiguration = null
                    # (1 unchanged attribute hidden)
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        )
        id              = "help-requests"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.help_request_indexer will be updated in-place
  ~ resource "restapi_object" "help_request_indexer" {
      ~ api_data        = {
          - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
          - "@odata.etag"         = "\"0x8DEDD9B2E4D28AD\""
          - "cache"               = "<nil>"
          - "dataSourceName"      = "help-requests"
          - "description"         = "<nil>"
          - "disabled"            = "<nil>"
          - "encryptionKey"       = "<nil>"
          - "fieldMappings"       = jsonencode([])
          - "name"                = "help-requests-indexer"
          - "outputFieldMappings" = jsonencode([])
          - "parameters"          = "<nil>"
          - "schedule"            = "map[interval:PT5M startTime:2024-07-19T15:32:09.422Z]"
          - "skillsetName"        = "<nil>"
          - "targetIndexName"     = "help-requests"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B2E4D28AD\""
              - cache               = null
              - dataSourceName      = "help-requests"
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
              - name                = "help-requests-indexer"
              - outputFieldMappings = []
              - parameters          = null
              - schedule            = {
                  - interval  = "PT5M"
                  - startTime = "2024-07-19T15:32:09.422Z"
                }
              - skillsetName        = null
              - targetIndexName     = "help-requests"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B2E4D28AD\""
              - cache               = null
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
                name                = "help-requests-indexer"
              - outputFieldMappings = []
              - parameters          = null
              - skillsetName        = null
                # (3 unchanged attributes hidden)
            }
        )
        id              = "help-requests-indexer"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.hmcts_way_index will be updated in-place
  ~ resource "restapi_object" "hmcts_way_index" {
      ~ api_data        = {
          - "@odata.context"        = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
          - "@odata.etag"           = "\"0x8DE23BF5AF0E321\""
          - "analyzers"             = jsonencode([])
          - "charFilters"           = jsonencode([])
          - "corsOptions"           = "<nil>"
          - "defaultScoringProfile" = "<nil>"
          - "encryptionKey"         = "<nil>"
          - "fields"                = "[map[analyzer:<nil> dimensions:<nil> facetable:false filterable:false indexAnalyzer:<nil> key:true name:id normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_last_modified normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:false sortable:false synonymMaps:[] type:Edm.DateTimeOffset vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:title normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_name normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_path normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:true indexAnalyzer:<nil> key:false name:metadata_storage_content_md5 normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:true synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>] map[analyzer:<nil> dimensions:<nil> facetable:false filterable:false indexAnalyzer:<nil> key:false name:content normalizer:<nil> retrievable:true searchAnalyzer:<nil> searchable:true sortable:false synonymMaps:[] type:Edm.String vectorSearchProfile:<nil>]]"
          - "name"                  = "the-hmcts-way"
          - "normalizers"           = jsonencode([])
          - "scoringProfiles"       = jsonencode([])
          - "semantic"              = "map[configurations:[map[name:the-hmcts-way prioritizedFields:map[prioritizedContentFields:[map[fieldName:content]] prioritizedKeywordsFields:[] titleField:map[fieldName:title]]]] defaultConfiguration:<nil>]"
          - "similarity"            = "map[@odata.type:#Microsoft.Azure.Search.BM25Similarity b:<nil> k1:<nil>]"
          - "suggesters"            = jsonencode([])
          - "tokenFilters"          = jsonencode([])
          - "tokenizers"            = jsonencode([])
          - "vectorSearch"          = "<nil>"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DE23BF5AF0E321\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              - fields                = [
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = true
                      - name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_last_modified"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = false
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.DateTimeOffset"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_name"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_path"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = true
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "metadata_storage_content_md5"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = true
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                  - {
                      - analyzer            = null
                      - dimensions          = null
                      - facetable           = false
                      - filterable          = false
                      - indexAnalyzer       = null
                      - key                 = false
                      - name                = "content"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - sortable            = false
                      - synonymMaps         = []
                      - type                = "Edm.String"
                      - vectorSearchProfile = null
                    },
                ]
              - name                  = "the-hmcts-way"
              - normalizers           = []
              - scoringProfiles       = []
              - semantic              = {
                  - configurations       = [
                      - {
                          - name              = "the-hmcts-way"
                          - prioritizedFields = {
                              - prioritizedContentFields  = [
                                  - {
                                      - fieldName = "content"
                                    },
                                ]
                              - prioritizedKeywordsFields = []
                              - titleField                = {
                                  - fieldName = "title"
                                }
                            }
                        },
                    ]
                  - defaultConfiguration = null
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexes/$entity"
              - "@odata.etag"         = "\"0x8DE23BF5AF0E321\""
              - analyzers             = []
              - charFilters           = []
              - corsOptions           = null
              - defaultScoringProfile = null
              - encryptionKey         = null
              ~ fields                = [
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                        name                = "id"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (6 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_last_modified"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "title"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_name"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_path"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "metadata_storage_content_md5"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - searchable          = true
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (4 unchanged attributes hidden)
                    },
                  ~ {
                      - analyzer            = null
                      - dimensions          = null
                      - indexAnalyzer       = null
                      - key                 = false
                        name                = "content"
                      - normalizer          = null
                      - retrievable         = true
                      - searchAnalyzer      = null
                      - synonymMaps         = []
                      - vectorSearchProfile = null
                        # (5 unchanged attributes hidden)
                    },
                ]
                name                  = "the-hmcts-way"
              - normalizers           = []
              - scoringProfiles       = []
              ~ semantic              = {
                  - defaultConfiguration = null
                    # (1 unchanged attribute hidden)
                }
              - similarity            = {
                  - "@odata.type" = "#Microsoft.Azure.Search.BM25Similarity"
                  - b             = null
                  - k1            = null
                }
              - suggesters            = []
              - tokenFilters          = []
              - tokenizers            = []
              - vectorSearch          = null
            }
        )
        id              = "the-hmcts-way"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.hmcts_way_indexer will be updated in-place
  ~ resource "restapi_object" "hmcts_way_indexer" {
      ~ api_data        = {
          - "@odata.context"      = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
          - "@odata.etag"         = "\"0x8DEDD9B4146A068\""
          - "cache"               = "<nil>"
          - "dataSourceName"      = "the-hmcts-way"
          - "description"         = "<nil>"
          - "disabled"            = "<nil>"
          - "encryptionKey"       = "<nil>"
          - "fieldMappings"       = jsonencode([])
          - "name"                = "the-hmcts-way"
          - "outputFieldMappings" = jsonencode([])
          - "parameters"          = "map[base64EncodeKeys:<nil> batchSize:<nil> configuration:map[imageAction:none indexedFileNameExtensions:.html] maxFailedItems:<nil> maxFailedItemsPerBatch:<nil>]"
          - "schedule"            = "<nil>"
          - "skillsetName"        = "<nil>"
          - "targetIndexName"     = "the-hmcts-way"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B4146A068\""
              - cache               = null
              - dataSourceName      = "the-hmcts-way"
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
              - name                = "the-hmcts-way"
              - outputFieldMappings = []
              - parameters          = {
                  - base64EncodeKeys       = null
                  - batchSize              = null
                  - configuration          = {
                      - imageAction               = "none"
                      - indexedFileNameExtensions = ".html"
                    }
                  - maxFailedItems         = null
                  - maxFailedItemsPerBatch = null
                }
              - schedule            = null
              - skillsetName        = null
              - targetIndexName     = "the-hmcts-way"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"    = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#indexers/$entity"
              - "@odata.etag"       = "\"0x8DEDD9B4146A068\""
              - cache               = null
              - description         = null
              - disabled            = null
              - encryptionKey       = null
              - fieldMappings       = []
                name                = "the-hmcts-way"
              - outputFieldMappings = []
              ~ parameters          = {
                  - base64EncodeKeys       = null
                  - batchSize              = null
                  - maxFailedItems         = null
                  - maxFailedItemsPerBatch = null
                    # (1 unchanged attribute hidden)
                }
              - schedule            = null
              - skillsetName        = null
                # (2 unchanged attributes hidden)
            }
        )
        id              = "the-hmcts-way"
        # (4 unchanged attributes hidden)
    }

  # restapi_object.storage_account_datasource will be updated in-place
  ~ resource "restapi_object" "storage_account_datasource" {
      ~ api_data        = {
          - "@odata.context"              = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
          - "@odata.etag"                 = "\"0x8DEDD9B2E1346D2\""
          - "container"                   = "map[name:the-hmcts-way query:<nil>]"
          - "credentials"                 = "map[connectionString:<nil>]"
          - "dataChangeDetectionPolicy"   = "<nil>"
          - "dataDeletionDetectionPolicy" = "map[@odata.type:#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy]"
          - "description"                 = "HTML content from The HMCTS Way documentation"
          - "encryptionKey"               = "<nil>"
          - "identity"                    = "<nil>"
          - "name"                        = "the-hmcts-way"
          - "subtype"                     = "<nil>"
          - "type"                        = "azureblob"
        } -> (known after apply)
      ~ api_response    = jsonencode(
            {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E1346D2\""
              - container                   = {
                  - name  = "the-hmcts-way"
                  - query = null
                }
              - credentials                 = {
                  - connectionString = null
                }
              - dataChangeDetectionPolicy   = null
              - dataDeletionDetectionPolicy = {
                  - "@odata.type" = "#Microsoft.Azure.Search.NativeBlobSoftDeleteDeletionDetectionPolicy"
                }
              - description                 = "HTML content from The HMCTS Way documentation"
              - encryptionKey               = null
              - identity                    = null
              - name                        = "the-hmcts-way"
              - subtype                     = null
              - type                        = "azureblob"
            }
        ) -> (known after apply)
      ~ data            = jsonencode(
          ~ {
              - "@odata.context"            = "https://platops-slack-help-bot-ptl.search.windows.net/$metadata#datasources/$entity"
              - "@odata.etag"               = "\"0x8DEDD9B2E1346D2\""
              ~ container                   = {
                    name  = "the-hmcts-way"
                  - query = null
                }
              ~ credentials                 = {
                  ~ connectionString = null -> "ResourceId=/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/slack-help-bot-cftptl-intsvc-rg/providers/Microsoft.Storage/storageAccounts/platopslackhelpbotai;"
                }
              - dataChangeDetectionPolicy   = null
              - encryptionKey               = null
              - identity                    = null
                name                        = "the-hmcts-way"
              - subtype                     = null
                # (3 unchanged attributes hidden)
            }
        )
        id              = "the-hmcts-way"
        # (4 unchanged attributes hidden)
    }

Plan: 0 to add, 7 to change, 0 to destroy.

@renovate renovate Bot enabled auto-merge (squash) October 17, 2025 12:12
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 692a634 to 35e6653 Compare October 21, 2025 21:00
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from b7941ec to 2cc1649 Compare November 15, 2025 04:45
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 2cc1649 to 99d22d3 Compare November 18, 2025 13:43
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 99d22d3 to dfa65ef Compare December 3, 2025 16:36
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from dfa65ef to 5d1a133 Compare December 31, 2025 18:03
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 5d1a133 to e7e143f Compare January 9, 2026 12:29
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from e7e143f to a387ac8 Compare January 19, 2026 20:29
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20250917.4

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from a387ac8 to 0565ede Compare January 22, 2026 06:56
@hmcts-platform-operations

hmcts-platform-operations commented Jan 22, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260126.1

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 3 times, most recently from 03d8f2e to 8f37da4 Compare January 27, 2026 11:26
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260126.13

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 8f37da4 to ccc6d22 Compare January 27, 2026 15:59
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260127.16

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from ccc6d22 to 3d0af1b Compare January 28, 2026 09:41
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260128.2

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 3d0af1b to 67ee355 Compare February 2, 2026 17:55
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260128.2

@hmcts-platform-operations

hmcts-platform-operations commented May 13, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260520.4

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 6 times, most recently from ec44df8 to 313edc1 Compare May 21, 2026 10:11
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260521.4

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 313edc1 to 6a1079c Compare May 22, 2026 13:42
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260521.5

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 6a1079c to 08f3350 Compare May 22, 2026 22:44
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260522.16

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 08f3350 to a3fccc8 Compare May 25, 2026 16:45
@hmcts-platform-operations

hmcts-platform-operations commented May 25, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260529.2

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 3 times, most recently from fb0cc0b to 41fce30 Compare June 2, 2026 01:07
@hmcts-platform-operations

hmcts-platform-operations commented Jun 2, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260619.5

@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from 41fce30 to e064f3c Compare June 2, 2026 15:38
@renovate renovate Bot changed the title Update dependency jest to v30.4.2 Update jest monorepo to v30.4.2 Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch from e064f3c to 83d2a3d Compare June 4, 2026 13:32
@renovate renovate Bot force-pushed the renovate/jest-monorepo branch 2 times, most recently from 4837b7d to ec6999c Compare June 12, 2026 13:15
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260624.4

@hmcts-platform-operations

hmcts-platform-operations commented Jul 2, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260703.5

@hmcts-platform-operations

hmcts-platform-operations commented Jul 3, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260706.14

@hmcts-platform-operations

hmcts-platform-operations commented Jul 8, 2026

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260708.12

1 similar comment
@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260708.12

@hmcts-platform-operations

Copy link
Copy Markdown

Tip

✅ main branch build is now passing!

Build: #20260709.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

448: cftptl - Job/add-or-update dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant