Skip to content

chore(deps-dev): bump the dev-dependencies group in /xstreamroll-sdk with 7 updates - #536

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xstreamroll-sdk/dev-dependencies-f591533da3
Closed

chore(deps-dev): bump the dev-dependencies group in /xstreamroll-sdk with 7 updates#536
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/xstreamroll-sdk/dev-dependencies-f591533da3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown

Bumps the dev-dependencies group in /xstreamroll-sdk with 7 updates:

Package From To
@stryker-mutator/core 8.7.1 10.0.0
@stryker-mutator/jest-runner 8.7.1 10.0.0
@stryker-mutator/typescript-checker 8.7.1 10.0.0
@types/jest 29.5.14 30.0.0
@types/node 22.19.7 26.2.0
jest 29.7.0 30.4.2
typedoc 0.25.13 0.28.20

Updates @stryker-mutator/core from 8.7.1 to 10.0.0

Release notes

Sourced from @​stryker-mutator/core's releases.

v10.0.0

10.0.0 (2026-08-14)

Bug Fixes

  • deps: update babel monorepo to v7.29.7 (#6068) (c10cb94)
  • deps: update dependency ajv to v8.20.0 (#5992) (0ead8ce)
  • deps: update dependency angular-html-parser to ~10.10.0 (#6069) (82f4e1f)
  • deps: update dependency angular-html-parser to ~10.11.0 (#6132) (81706f0)
  • deps: update dependency angular-html-parser to ~10.6.0 (#5962) (4a47b39)
  • deps: update dependency semver to v7.8.5 (#6075) (f66c2fc)
  • deps: update dependency weapon-regex to v2 (#6077) (b357f40)
  • deps: update mutation-testing-elements monorepo to v3.8.0 (#6095) (d62fd75)
  • deps: update mutation-testing-elements monorepo to v3.8.4 (#6118) (29ede69)
  • instrumenter: parse svelte template expressions as TS when file uses lang="ts" (#6024) (e81abcc)
  • mocha-runner: prefer project-mocha over bundled mocha (#6138) (e602725), closes #6127
  • vitest-runner: fix noisy vitest options & setup file warnings (#6098) (58c4b85)

Features

BREAKING CHANGES

  • node: Node.js 20 is no longer supported, please use Node.js 22 or higher.

v9.6.1

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)

v9.6.0

9.6.0 (2026-02-27)

Bug Fixes

... (truncated)

Changelog

Sourced from @​stryker-mutator/core's changelog.

10.0.0 (2026-08-14)

Bug Fixes

  • deps: update dependency ajv to v8.20.0 (#5992) (0ead8ce)
  • deps: update mutation-testing-elements monorepo to v3.8.0 (#6095) (d62fd75)
  • deps: update mutation-testing-elements monorepo to v3.8.4 (#6118) (29ede69)

Features

  • babel: update babel to major version 8 (#6104) (291b7ea)
  • core: save partial incremental report on unexpected exit (#5986) (d091b1a)
  • empty-expression-mutator (#6012) (cc08738), closes #5765
  • node: drop support for Node.js 20, require Node.js 22 or higher (#6002) (425cb9f)

BREAKING CHANGES

  • node: Node.js 20 is no longer supported, please use Node.js 22 or higher.

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)

9.6.0 (2026-02-27)

Bug Fixes

  • deps: update dependency ajv to v8.18.0 [security] (#5830) (a06e99b)
  • deps: update dependency minimatch to v10.2.3 [security] (#5836) (6398fda)
  • deps: update mutation-testing-elements monorepo to v3.7.2 (#5826) (d471647)

Features

  • cli: allow percentage-based concurrency configuration (e.g., "50%") (#5818) (6e5e76f)

9.5.1 (2026-02-02)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.2.0 (#5720) (33a0eb0)
  • deps: update mutation-testing-elements monorepo to v3.7.1 (#5631) (07a1171)

Features

  • add --testFiles option to limit which tests are executing (#5713) (6a96659)

9.5.0 (2026-01-30)

... (truncated)

Commits
  • cb3bd8f v10.0.0
  • aadfdc9 chore(deps): update typescript-eslint monorepo to v8.67.0 (#5984)
  • 51b9fa5 chore(deps): update dependency @​types/node to v24.13.3 (#6122)
  • 29ede69 fix(deps): update mutation-testing-elements monorepo to v3.8.4 (#6118)
  • 291b7ea feat(babel): update babel to major version 8 (#6104)
  • d62fd75 fix(deps): update mutation-testing-elements monorepo to v3.8.0 (#6095)
  • cc08738 feat: empty-expression-mutator (#6012)
  • 5deb03e chore(deps): update dependency @​types/node to v24.13.2 (#6058)
  • 0ead8ce fix(deps): update dependency ajv to v8.20.0 (#5992)
  • 6201b38 chore(deps): update dependency @​types/node to v24.12.4 (#6015)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​stryker-mutator/core since your current version.


Updates @stryker-mutator/jest-runner from 8.7.1 to 10.0.0

Release notes

Sourced from @​stryker-mutator/jest-runner's releases.

v10.0.0

10.0.0 (2026-08-14)

Bug Fixes

  • deps: update babel monorepo to v7.29.7 (#6068) (c10cb94)
  • deps: update dependency ajv to v8.20.0 (#5992) (0ead8ce)
  • deps: update dependency angular-html-parser to ~10.10.0 (#6069) (82f4e1f)
  • deps: update dependency angular-html-parser to ~10.11.0 (#6132) (81706f0)
  • deps: update dependency angular-html-parser to ~10.6.0 (#5962) (4a47b39)
  • deps: update dependency semver to v7.8.5 (#6075) (f66c2fc)
  • deps: update dependency weapon-regex to v2 (#6077) (b357f40)
  • deps: update mutation-testing-elements monorepo to v3.8.0 (#6095) (d62fd75)
  • deps: update mutation-testing-elements monorepo to v3.8.4 (#6118) (29ede69)
  • instrumenter: parse svelte template expressions as TS when file uses lang="ts" (#6024) (e81abcc)
  • mocha-runner: prefer project-mocha over bundled mocha (#6138) (e602725), closes #6127
  • vitest-runner: fix noisy vitest options & setup file warnings (#6098) (58c4b85)

Features

BREAKING CHANGES

  • node: Node.js 20 is no longer supported, please use Node.js 22 or higher.

v9.6.1

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)

v9.6.0

9.6.0 (2026-02-27)

Bug Fixes

... (truncated)

Changelog

Sourced from @​stryker-mutator/jest-runner's changelog.

10.0.0 (2026-08-14)

Bug Fixes

  • deps: update dependency semver to v7.8.5 (#6075) (f66c2fc)

Features

  • node: drop support for Node.js 20, require Node.js 22 or higher (#6002) (425cb9f)

BREAKING CHANGES

  • node: Node.js 20 is no longer supported, please use Node.js 22 or higher.

9.6.1 (2026-04-10)

Note: Version bump only for package @​stryker-mutator/jest-runner

9.6.0 (2026-02-27)

Note: Version bump only for package @​stryker-mutator/jest-runner

9.5.1 (2026-02-02)

Features

  • add --testFiles option to limit which tests are executing (#5713) (6a96659)

9.5.0 (2026-01-30)

Features

  • add --testFiles option to limit which tests are executing (#5713) (6a96659)

9.4.0 (2025-11-23)

Note: Version bump only for package @​stryker-mutator/jest-runner

9.3.0 (2025-10-28)

Note: Version bump only for package @​stryker-mutator/jest-runner

9.2.0 (2025-10-04)

Note: Version bump only for package @​stryker-mutator/jest-runner

9.1.1 (2025-08-30)

Note: Version bump only for package @​stryker-mutator/jest-runner

... (truncated)

Commits
  • cb3bd8f v10.0.0
  • 133873e chore(deps): update jest monorepo (#6065)
  • 51b9fa5 chore(deps): update dependency @​types/node to v24.13.3 (#6122)
  • f66c2fc fix(deps): update dependency semver to v7.8.5 (#6075)
  • 5deb03e chore(deps): update dependency @​types/node to v24.13.2 (#6058)
  • 6201b38 chore(deps): update dependency @​types/node to v24.12.4 (#6015)
  • 3821604 chore(deps): upgrade to TypeScript 6 (#6009)
  • 425cb9f feat(node): drop support for Node.js 20, require Node.js 22 or higher (#6002)
  • e1abfbe v9.6.1
  • 6792b90 chore(deps): update dependency @​types/node to v24.12.2 (#5943)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​stryker-mutator/jest-runner since your current version.


Updates @stryker-mutator/typescript-checker from 8.7.1 to 10.0.0

Release notes

Sourced from @​stryker-mutator/typescript-checker's releases.

v10.0.0

10.0.0 (2026-08-14)

Bug Fixes

  • deps: update babel monorepo to v7.29.7 (#6068) (c10cb94)
  • deps: update dependency ajv to v8.20.0 (#5992) (0ead8ce)
  • deps: update dependency angular-html-parser to ~10.10.0 (#6069) (82f4e1f)
  • deps: update dependency angular-html-parser to ~10.11.0 (#6132) (81706f0)
  • deps: update dependency angular-html-parser to ~10.6.0 (#5962) (4a47b39)
  • deps: update dependency semver to v7.8.5 (#6075) (f66c2fc)
  • deps: update dependency weapon-regex to v2 (#6077) (b357f40)
  • deps: update mutation-testing-elements monorepo to v3.8.0 (#6095) (d62fd75)
  • deps: update mutation-testing-elements monorepo to v3.8.4 (#6118) (29ede69)
  • instrumenter: parse svelte template expressions as TS when file uses lang="ts" (#6024) (e81abcc)
  • mocha-runner: prefer project-mocha over bundled mocha (#6138) (e602725), closes #6127
  • vitest-runner: fix noisy vitest options & setup file warnings (#6098) (58c4b85)

Features

BREAKING CHANGES

  • node: Node.js 20 is no longer supported, please use Node.js 22 or higher.

v9.6.1

9.6.1 (2026-04-10)

Bug Fixes

  • deps: update dependency typed-rest-client to ~2.3.0 (#5933) (5a24298)
  • deps: update mutation-testing-elements monorepo to v3.7.3 (#5912) (1f68437)
  • vitest-runner: fix vitest runner mutant hitcount and coverage for v4.1 (#5928) (56c1ae2)

v9.6.0

9.6.0 (2026-02-27)

Bug Fixes

... (truncated)

Changelog

Sourced from @​stryker-mutator/typescript-checker's changelog.

10.0.0 (2026-08-14)

Bug Fixes

  • deps: update dependency semver to v7.8.5 (#6075) (f66c2fc)

Features

  • node: drop support for Node.js 20, require Node.js 22 or higher (#6002) (425cb9f)
  • typescript-checker: add experimental support for TypeScript@7 (#6099) (3d35679)

BREAKING CHANGES

  • node: Node.js 20 is no longer supported, please use Node.js 22 or higher.

9.6.1 (2026-04-10)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.6.0 (2026-02-27)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.5.1 (2026-02-02)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.5.0 (2026-01-30)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.4.0 (2025-11-23)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.3.0 (2025-10-28)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.2.0 (2025-10-04)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.1.1 (2025-08-30)

Note: Version bump only for package @​stryker-mutator/typescript-checker

9.1.0 (2025-08-30)

Note: Version bump only for package @​stryker-mutator/typescript-checker

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​stryker-mutator/typescript-checker since your current version.


Updates @types/jest from 29.5.14 to 30.0.0

Commits

Updates @types/node from 22.19.7 to 26.2.0

Commits

Updates jest from 29.7.0 to 30.4.2

Release notes

Sourced from jest's releases.

v30.4.2

Fixes

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

Full Changelog: jestjs/jest@v30.4.1...v30.4.2

v30.4.1

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)

Full Changelog: jestjs/jest@v30.4.0...v30.4.1

v30.4.0

Big release! 😀

Main feature is a rewrite of our custom runtime in preparation for stabilisation of native support of ESM. As part of that work require(esm) module is now supported on Node 24.9+ (still requires --experimental-vm-modules like before).

In addition we now support fake timers for the recently released Temporal API in Node v26.

React 19 is also supported properly in pretty-format, meaning snapshots of React components now work like they should.

Due to all the changes, there might be regressions that snuck in. Please report them!

Full list of changes below

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)

... (truncated)

Changelog

Sourced from jest's changelog.

30.4.2

Fixes

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

30.4.1

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)

30.4.0

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)

... (truncated)

Commits

Updates typedoc from 0.25.13 to 0.28.20

Release notes

Sourced from typedoc's releases.

v0.28.20

Features

  • Group/category section headings (<h2>) in the default theme now include an id attribute so they can be linked to via fragment identifiers (e.g. modules.html#classes), #3029.
  • Added a @reexport modifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.
  • API: Introduced generateOutputsBegin and generateOutputsEnd events on Application for plugin use.

Bug Fixes

  • When --emit none is used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.
  • Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
  • A @hidden tag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.
  • Custom @group and @category titles with the same sort weight are now ordered consistently with the alphabetical reflection sort, #3120.

Thanks!

v0.28.19

Features

  • Added French translations for the TypeDoc interface and help descriptions.
  • Added support for triple-slash comment style, which requires exactly three slashes in the comment, #3089.

Bug Fixes

  • Corrected handling of icon caching for custom themes which use SVGs with a larger view box than TypeDoc's default theme.
  • Fixed short summary comment handling on module pages when the project source files use Windows line endings, #3093.

Thanks!

v0.28.18

Features

  • Support TypeScript 6.0, #3084.

v0.28.17

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.20 (2026-07-05)

Features

  • Group/category section headings (<h2>) in the default theme now include an id attribute so they can be linked to via fragment identifiers (e.g. modules.html#classes), #3029.
  • Added a @reexport modifier tag to have TypeDoc convert variable/type references as a re-export instead of a new symbol, #3096.
  • API: Introduced generateOutputsBegin and generateOutputsEnd events on Application for plugin use.

Bug Fixes

  • When --emit none is used, TypeDoc will now report warnings about missing relative paths previously reported when rendering, #3078.
  • Improved performance via asynchronously performing git and file write operations, more performant JSX rendering, and source code bundling, #3103.
  • A @hidden tag on a constructor parameter-property will now only hide the property, not both the property and the parameter, #3111.
  • Custom @group and @category titles with the same sort weight are now ordered consistently with the alphabetical reflection sort, Description has been truncated

Bumps the dev-dependencies group in /xstreamroll-sdk with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@stryker-mutator/core](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/core) | `8.7.1` | `10.0.0` |
| [@stryker-mutator/jest-runner](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/jest-runner) | `8.7.1` | `10.0.0` |
| [@stryker-mutator/typescript-checker](https://github.com/stryker-mutator/stryker-js/tree/HEAD/packages/typescript-checker) | `8.7.1` | `10.0.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.7` | `26.2.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.4.2` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.25.13` | `0.28.20` |


Updates `@stryker-mutator/core` from 8.7.1 to 10.0.0
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/core/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v10.0.0/packages/core)

Updates `@stryker-mutator/jest-runner` from 8.7.1 to 10.0.0
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/jest-runner/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v10.0.0/packages/jest-runner)

Updates `@stryker-mutator/typescript-checker` from 8.7.1 to 10.0.0
- [Release notes](https://github.com/stryker-mutator/stryker-js/releases)
- [Changelog](https://github.com/stryker-mutator/stryker-js/blob/master/packages/typescript-checker/CHANGELOG.md)
- [Commits](https://github.com/stryker-mutator/stryker-js/commits/v10.0.0/packages/typescript-checker)

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

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

Updates `jest` from 29.7.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest)

Updates `typedoc` from 0.25.13 to 0.28.20
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.25.13...v0.28.20)

---
updated-dependencies:
- dependency-name: "@stryker-mutator/core"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@stryker-mutator/jest-runner"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@stryker-mutator/typescript-checker"
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jest
  dependency-version: 30.4.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.20
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: area:sdk, ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Xhristin3 Xhristin3 closed this Aug 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/xstreamroll-sdk/dev-dependencies-f591533da3 branch August 24, 2026 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant