Skip to content

chore(deps)(deps-dev): bump the testing group with 7 updates#127

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/testing-6b72ec7ab0
Open

chore(deps)(deps-dev): bump the testing group with 7 updates#127
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/testing-6b72ec7ab0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the testing group with 7 updates:

Package From To
@types/jasmine 3.5.14 6.0.0
jasmine-core 3.6.0 6.2.0
jasmine-spec-reporter 5.0.2 7.0.0
karma 5.1.1 6.4.4
karma-chrome-launcher 3.1.1 3.2.0
karma-jasmine 3.3.1 5.1.0
karma-jasmine-html-reporter 1.5.4 2.2.0

Updates @types/jasmine from 3.5.14 to 6.0.0

Commits

Updates jasmine-core from 3.6.0 to 6.2.0

Release notes

Sourced from jasmine-core's releases.

v6.2.0

Please see the release notes.

v6.1.0

Please see the release notes.

v6.0.1

Please see the release notes.

v6.0.0

Please see the release notes.

v6.0.0-beta.1

Please see the release notes.

v6.0.0-beta.0

Please see the release notes.

v6.0.0-alpha.2

Please see the release notes.

v6.0.0-alpha.1

Please see the release notes.

v6.0.0-alpha.0

Please see the release notes.

v5.13.0

Please see the release notes.

v5.12.1

Please see the release notes.

v5.12.0

Please see the release notes.

v5.11.0

Please see the release notes.

v5.10.0

Please see the release notes.

v5.9.0

Please see the release notes.

v5.8.0

Please see the release notes.

v5.7.1

Please see the release notes.

... (truncated)

Commits
  • b05ea4b Bump version to 6.2.0
  • 4ddb07a Drop support for Firefox 102, 115, and 128 (old ESRs)
  • 6c61b11 Built distribution
  • 434575f Use one declaration per statement
  • 03ebebf rm unused spec/.eslintrc.js
  • b864eff Convert CI to matrix configuration
  • 25a91a6 Run non-parallel tests in Node 24 too, not just parallel
  • 46338ad Test on Windows in CI
  • fc2de63 Fix test failure on Windows
  • 6e52b97 Merge branch 'fix-issue-1781' of github.com:Tyoneb/jasmine
  • Additional commits viewable in compare view

Updates jasmine-spec-reporter from 5.0.2 to 7.0.0

Release notes

Sourced from jasmine-spec-reporter's releases.

v7.0.0

Bugfix

  • 'SpecReporter' is not assignable to type 'Reporter | CustomReporter' #588

Breaking change

Update signature of CustomReporterResult to fix collision with new jasmine properties

Before:

export interface CustomReporterResult extends jasmine.CustomReporterResult {
  duration?: string;
}

Now:

export interface CustomReporterResult extends jasmine.CustomReporterResult {
  _jsr?: {
    formattedDuration?: string;
  };
}

v6.0.0

Feature

  • Use colors/safe #538

Breaking change

String prototype does not contain color properties anymore, colors must now be applied with the new theme component available as a field in custom display processors.

Before:

class MyProcessor extends DisplayProcessor {
    public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
        return "OK ".successful + log;
    }
}

Now:

class MyProcessor extends DisplayProcessor {
    public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
        return this.theme.successful("OK ") + log;
    }
}
</tr></table> 

... (truncated)

Changelog

Sourced from jasmine-spec-reporter's changelog.

7.0.0

Bugfix

  • 'SpecReporter' is not assignable to type 'Reporter | CustomReporter' #588

Breaking change

Update signature of CustomReporterResult to fix collision with new jasmine properties

Before:

export interface CustomReporterResult extends jasmine.CustomReporterResult {
  duration?: string
}

Now:

export interface CustomReporterResult extends jasmine.CustomReporterResult {
  _jsr?: {
    formattedDuration?: string
  }
}

6.0.0

Feature

  • Use colors/safe #538

Breaking change

String prototype does not contain color properties anymore, colors must now be applied with the new theme component available as a field in custom display processors.

Before:

class MyProcessor extends DisplayProcessor {
  public displaySuccessfulSpec(spec: CustomReporterResult, log: string): string {
    return 'OK '.successful + log
  }
}

Now:

... (truncated)

Commits
  • bdd0346 7.0.0
  • 000ead1 💥 update jasmine types
  • eca3f45 🔼 update dependencies
  • c7a4323 🔼 update node version
  • 93e5a28 [Security] Bump y18n from 4.0.0 to 4.0.1
  • 5712600 Bump jasmine from 3.6.3 to 3.6.4
  • 0484090 Bump @​types/node from 14.14.14 to 14.14.33
  • 28fd33a Bump @​types/node from 14.14.13 to 14.14.14
  • 3d17586 Bump diff from 4.0.2 to 5.0.0
  • a963a8b Bump jasmine from 3.6.1 to 3.6.3
  • Additional commits viewable in compare view

Updates karma from 5.1.1 to 6.4.4

Release notes

Sourced from karma's releases.

v6.4.4

6.4.4 (2024-07-29)

v6.4.3

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

v6.4.2

6.4.2 (2023-04-21)

Bug Fixes

v6.4.1

6.4.1 (2022-09-19)

Bug Fixes

v6.4.0

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

v6.3.20

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

v6.3.19

6.3.19 (2022-04-19)

Bug Fixes

... (truncated)

Changelog

Sourced from karma's changelog.

6.4.4 (2024-07-29)

6.4.3 (2024-02-24)

Bug Fixes

  • add build commits for patch release (d7f2d69)

6.4.2 (2023-04-21)

Bug Fixes

6.4.1 (2022-09-19)

Bug Fixes

6.4.0 (2022-06-14)

Features

  • support SRI verification of link tags (dc51a2e)
  • support SRI verification of script tags (6a54b1c)

6.3.20 (2022-05-13)

Bug Fixes

  • prefer IPv4 addresses when resolving domains (e17698f), closes #3730

6.3.19 (2022-04-19)

Bug Fixes

  • client: error out when opening a new tab fails (099b85e)

6.3.18 (2022-04-13)

Bug Fixes

... (truncated)

Commits
  • 84f85e7 chore(release): 6.4.4 [skip ci]
  • a4d1284 build(deps-dev): bump ws from 6.2.1 to 6.2.3
  • d8cf806 chore(release): 6.4.3 [skip ci]
  • d7f2d69 fix: add build commits for patch release
  • 85a2eeb build(deps-dev): bump decode-uri-component from 0.2.0 to 0.2.2
  • 0bffce2 build(deps): updated socket.io version to fix security issues with socket.io-...
  • 86667ab build(deps): bump follow-redirects from 1.11.0 to 1.15.4
  • 450fdfd docs: Add deprecation notice to Karma README
  • 9de3c00 chore(release): 6.4.2 [skip ci]
  • c6a4271 fix: few typos
  • Additional commits viewable in compare view

Updates karma-chrome-launcher from 3.1.1 to 3.2.0

Release notes

Sourced from karma-chrome-launcher's releases.

v3.2.0

3.2.0 (2023-04-20)

Features

  • add process.env.ProgramW6432 as root location for binaries (12a73db)
Changelog

Sourced from karma-chrome-launcher's changelog.

3.2.0 (2023-04-20)

Features

  • add process.env.ProgramW6432 as root location for binaries (12a73db)
Commits
  • e92a2b4 chore(release): 3.2.0 [skip ci]
  • 12a73db feat: add process.env.ProgramW6432 as root location for binaries
  • d193ef3 build(deps): bump semver-regex from 3.1.3 to 3.1.4
  • d1c05e3 build(deps): bump engine.io and karma
  • 3f0cd99 build(deps): bump qs and body-parser
  • See full diff in compare view

Updates karma-jasmine from 3.3.1 to 5.1.0

Release notes

Sourced from karma-jasmine's releases.

v5.1.0

5.1.0 (2022-06-16)

Features

  • spec-filter: allow custom specFilter (b73dbd6)

v5.0.1

5.0.1 (2022-05-13)

Bug Fixes

  • fixes matches performance issue, github#302 (e964fa6)

v5.0.0

5.0.0 (2022-04-12)

Bug Fixes

  • limit karma peer dependency to ^6.0.0 (d72c124)

Build System

  • drop Node.js 10 support (ea691e8)

Features

  • deps: update dependencies including jasmine-core (821f094)

BREAKING CHANGES

  • The minimum required version of karma is 6.0.0.
  • The minimum required version of Node is 12.0.0.
  • deps: jasmine-core was updated to the 4.1.0.

Please refer to the release notes for the complete list of changes and migration instructions.

v4.0.2

4.0.2 (2022-03-30)

Bug Fixes

  • sync package-lock.json and package.json (4dacc5d)

... (truncated)

Changelog

Sourced from karma-jasmine's changelog.

5.1.0 (2022-06-16)

Features

  • spec-filter: allow custom specFilter (b73dbd6)

5.0.1 (2022-05-13)

Bug Fixes

  • fixes matches performance issue, github#302 (e964fa6)

5.0.0 (2022-04-12)

Bug Fixes

  • limit karma peer dependency to ^6.0.0 (d72c124)

Build System

  • drop Node.js 10 support (ea691e8)

Features

  • deps: update dependencies including jasmine-core (821f094)

BREAKING CHANGES

  • The minimum required version of karma is 6.0.0.
  • The minimum required version of Node is 12.0.0.
  • deps: jasmine-core was updated to the 4.1.0.

Please refer to the release notes for the complete list of changes and migration instructions.

4.0.2 (2022-03-30)

Bug Fixes

  • sync package-lock.json and package.json (4dacc5d)

4.0.1 (2020-08-12)

... (truncated)

Commits
  • c3f702a chore(release): 5.1.0 [skip ci]
  • b73dbd6 feat(spec-filter): allow custom specFilter
  • 58d5d25 chore(release): 5.0.1 [skip ci]
  • e964fa6 fix: fixes matches performance issue, github#302
  • 819d42d docs: make grep behaviour clearer
  • 963269d build: add missing husky package, sort out the eslint packages
  • 4437021 docs: minor README.md tweaks
  • b7b7e6b chore(release): 5.0.0 [skip ci]
  • d72c124 fix: limit karma peer dependency to ^6.0.0
  • ea691e8 build: drop Node.js 10 support
  • Additional commits viewable in compare view

Updates karma-jasmine-html-reporter from 1.5.4 to 2.2.0

Release notes

Sourced from karma-jasmine-html-reporter's releases.

v2.2.0

  • Add support for Jasmine 6

Full Changelog: dfederm/karma-jasmine-html-reporter@v2.1.0...v2.2.0

v2.1.0

  • Add jasmine 5 as a compatible peer dependency

Full Changelog: dfederm/karma-jasmine-html-reporter@v2.0.0...v2.1.0

v2.0.0

This version rewrites the package to use the peer jasmine-core package instead of repackaging the html reporting code. This fixes support for Jasmine v4 and (hopefully) will require less package updates going forward.

v1.7.0

Upgrade to Jasmine 3.8

v1.6.0

Upgrade to Jasmine 3.7.1

Commits
  • 12405b8 Minor fix to package.json
  • 7a82a41 Add support for Jasmine 6
  • b19c95c Add jasmine 5 as a compatible peer dependency
  • 5015494 Exclude more files from npm package
  • 2755087 Rewrite the reporter to use the peer jasmine instead of repackaging
  • b31ca9f Bump chalk from 4.1.1 to 5.0.0 (#58)
  • 101a608 Update dependabot.yml
  • 8518820 Create dependabot.yml
  • 1a73396 Upgrade to Jasmine 3.8
  • 47dd675 Upgrade to Jasmine 3.7.1 (#50)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the testing group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `3.5.14` | `6.0.0` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `3.6.0` | `6.2.0` |
| [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) | `5.0.2` | `7.0.0` |
| [karma](https://github.com/karma-runner/karma) | `5.1.1` | `6.4.4` |
| [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) | `3.1.1` | `3.2.0` |
| [karma-jasmine](https://github.com/karma-runner/karma-jasmine) | `3.3.1` | `5.1.0` |
| [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) | `1.5.4` | `2.2.0` |


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

Updates `jasmine-core` from 3.6.0 to 6.2.0
- [Release notes](https://github.com/jasmine/jasmine/releases)
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine@v3.6.0...v6.2.0)

Updates `jasmine-spec-reporter` from 5.0.2 to 7.0.0
- [Release notes](https://github.com/bcaudan/jasmine-spec-reporter/releases)
- [Changelog](https://github.com/bcaudan/jasmine-spec-reporter/blob/master/CHANGELOG.md)
- [Commits](bcaudan/jasmine-spec-reporter@v5.0.2...v7.0.0)

Updates `karma` from 5.1.1 to 6.4.4
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v5.1.1...v6.4.4)

Updates `karma-chrome-launcher` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases)
- [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-chrome-launcher@v3.1.1...v3.2.0)

Updates `karma-jasmine` from 3.3.1 to 5.1.0
- [Release notes](https://github.com/karma-runner/karma-jasmine/releases)
- [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma-jasmine@v3.3.1...v5.1.0)

Updates `karma-jasmine-html-reporter` from 1.5.4 to 2.2.0
- [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases)
- [Commits](dfederm/karma-jasmine-html-reporter@v1.5.4...v2.2.0)

---
updated-dependencies:
- dependency-name: "@types/jasmine"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: jasmine-core
  dependency-version: 6.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: jasmine-spec-reporter
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: karma
  dependency-version: 6.4.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: karma-chrome-launcher
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: testing
- dependency-name: karma-jasmine
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
- dependency-name: karma-jasmine-html-reporter
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: testing
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 15, 2026
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 15, 2026

Labels

The following labels could not be found: security. Please create it before Dependabot can add it to a pull request.

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

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

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants