Skip to content

fix(deps): bump the jest group across 1 directory with 6 updates - #442

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jest-b3676a206f
Open

fix(deps): bump the jest group across 1 directory with 6 updates#442
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/jest-b3676a206f

fix(deps): bump the jest group across 1 directory with 6 updates

227b559
Select commit
Loading
Failed to load commit list.
Check Run Reporter / Unit Tests failed Sep 14, 2026 in 3s

61 tests / 6 failures / 6 errors / 1 skipped test

This report was generated via the Ephemeral pipeline

Errors

6 errors
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts (L104)
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts (L104)
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts (L104)
  • packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
    • Test suite failed to run
      • packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs (L104)
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts (L104)
  • packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs
    • Test suite failed to run
      • packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs (L104)

Failures

6 failures
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts
  • packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
    • Test suite failed to run
      • packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs
  • packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts
    • Test suite failed to run
      • packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts
  • packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs
    • Test suite failed to run
      • packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs

Skipped

1 test was skipped
  • packages/@code-like-a-carpenter/assert/src/assert.test.mjs
    • assert
      • throws a custom error

Passed

48 other tests passed
  • packages/@code-like-a-carpenter/logger/src/console-logger.test.ts
    • ConsoleLogger
      • in development mode
        • #_log()
          • logs strings
          • logs strings and errors
        • #child()
          • logs strings
          • logs strings and errors
          • logs strings and objects
          • logs initial and additional metadata
      • in production mode
        • #_log()
          • does not log the authorization header
          • redacts user PII
          • logs strings
          • logs strings and objects
          • logs original and additional metadata
  • packages/@code-like-a-carpenter/foundation-runtime/src/errors/errors.test.ts
    • AlreadyExistsError
      • stringifies
      • NotFoundError
        • stringifies
      • OptimisticLockingError
        • stringifies
      • UnexpectedAwsError
        • stringifies
      • UnexpectedError
        • stringifies
  • packages/@code-like-a-carpenter/tooling-common/src/filesystem.test.mjs
    • writePrettierFile()
      • formats the content it writes
      • keeps the mode of the file it replaces
      • replaces the file rather than rewriting it in place
  • packages/@code-like-a-carpenter/errors/src/http-errors.test.ts
    • ClientError
      • is an instanceof Exception
      • is an instance of HttpException
      • renders the proper name
      • NotFound
        • is an instanceof Exception
        • is an instance of HttpException
        • renders the proper name
        • does not require a message
  • packages/@code-like-a-carpenter/interact/src/interact.test.ts
    • interact()
      • applies an interactor to some arguments
      • applies an interactor which returns an object to some arguments
      • appends a child logger to the context
      • runs functions that accept a scalar
  • packages/@code-like-a-carpenter/parallel/src/parallel.test.ts
    • parallelMap()
      • applies a function to a number if items in parallel
      • captures and suppresses errors
  • packages/@code-like-a-carpenter/exception/src/exception.test.ts
    • Exception
      • is an instance of Error
      • has a name property
      • renders the proper name when subclassed
      • renders the proper name in a deep hierarchy
  • packages/@code-like-a-carpenter/assert/src/assert.test.mjs
    • assert
      • throws a string error
      • throws a provided string error
      • throws a provided custom error
  • packages/@code-like-a-carpenter/cli-plugin-example/src/index.test.ts
    • cli-plugin-example
      • works
  • packages/@clc/nx/src/tsconfig.test.mjs
    • tsconfig
      • readTsConfig()
        • returns the parsed contents of an existing file
        • throws when the file does not exist
        • throws when the file is empty
        • throws when the file is truncated
      • loadTsConfig()
        • returns the parsed contents of an existing file
        • returns a default when the file does not exist
        • throws when the file is empty
        • throws when the file is truncated

Annotations

Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

  ● Test suite failed to run

    Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.

    Expected: https://jestjs.io/docs/snapshot-testing
    Received: https://goo.gl/fbAQLP

      at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)

Check failure on line 1 in packages/@code-like-a-carpenter/foundation-parser/src/extractors/indexes.test.ts

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"

Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

  ● Test suite failed to run

    Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.

    Expected: https://jestjs.io/docs/snapshot-testing
    Received: https://goo.gl/fbAQLP

      at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)

Check failure on line 1 in packages/@code-like-a-carpenter/foundation-parser/src/extractors/primary-key.test.ts

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"

Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

  ● Test suite failed to run

    Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.

    Expected: https://jestjs.io/docs/snapshot-testing
    Received: https://goo.gl/fbAQLP

      at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)

Check failure on line 1 in packages/@code-like-a-carpenter/foundation-parser/src/extractors/cdc.test.ts

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"

Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

  ● Test suite failed to run

    Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.

    Expected: https://jestjs.io/docs/snapshot-testing
    Received: https://goo.gl/fbAQLP

      at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)

Check failure on line 1 in packages/@code-like-a-carpenter/tool-stack/src/name.test.mjs

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"

Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

  ● Test suite failed to run

    Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.

    Expected: https://jestjs.io/docs/snapshot-testing
    Received: https://goo.gl/fbAQLP

      at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)

Check failure on line 1 in packages/@code-like-a-carpenter/foundation-parser/src/extractors/ttl.test.ts

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"

Check failure on line 104 in node_modules/@jest/snapshot-utils/build/index.js

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

  ● Test suite failed to run

    Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.

    Expected: https://jestjs.io/docs/snapshot-testing
    Received: https://goo.gl/fbAQLP

      at validateSnapshotHeader (node_modules/@jest/snapshot-utils/build/index.js:104:12)

Check failure on line 1 in packages/@code-like-a-carpenter/tooling-common/src/format-stack-name.test.mjs

See this annotation in the file changed.

@check-run-reporter check-run-reporter / Unit Tests

Test suite failed to run

"Outdated guide link: The snapshot guide link at the top of this snapshot is outdated. Please update all snapshots during this upgrade of Jest.\n\nExpected: https://jestjs.io/docs/snapshot-testing\nReceived: https://goo.gl/fbAQLP"