Skip to content

chore(deps-dev): bump the dev-dependencies group with 12 updates#61

Closed
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-5d76ced8b1
Closed

chore(deps-dev): bump the dev-dependencies group with 12 updates#61
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-5d76ced8b1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 12 updates:

Package From To
@types/jasmine 3.6.0 6.0.0
@types/jasminewd2 2.0.3 2.0.13
@types/node 22.14.0 26.0.0
codelyzer 6.0.0 6.0.2
jasmine-core 3.6.0 6.3.0
jasmine-spec-reporter 5.0.0 7.0.0
karma-chrome-launcher 3.1.0 3.2.0
karma-coverage-istanbul-reporter 3.0.2 3.0.3
karma-jasmine 4.0.0 5.1.0
karma-jasmine-html-reporter 1.5.0 2.2.0
ts-node 7.0.0 10.9.2
tslint 6.1.0 6.1.3

Updates @types/jasmine from 3.6.0 to 6.0.0

Commits

Updates @types/jasminewd2 from 2.0.3 to 2.0.13

Commits

Updates @types/node from 22.14.0 to 26.0.0

Commits

Updates codelyzer from 6.0.0 to 6.0.2

Changelog

Sourced from codelyzer's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

6.0.1 (2020-09-30)

Bug Fixes

  • add Angular v11 in peer dependencies (#979) (cd88bd5)
Commits

Updates jasmine-core from 3.6.0 to 6.3.0

Release notes

Sourced from jasmine-core's releases.

6.3.0

Please see the release notes.

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.

... (truncated)

Commits
  • c2ead64 Bump version to 6.3.0
  • 05fd5cb Bump version to 6.2.1
  • f1a4ccf Improve spec name
  • f41dc6a Merge branch 'fix/xdescribe-pending-reason' of github.com:Aryannaik-max/jasmine
  • 91a9e97 test: ensure pendingReason survives reset in xdescribe test
  • ddde63a fix: add pendingReason message for xdescribe
  • fc88950 Run eslint and prettier after tests even if ignore-scripts=true
  • 6166a03 Check in package-lock.json
  • 031ffc8 Copy 7.0.0-pre.1 release notes from branch
  • b05ea4b Bump version to 6.2.0
  • Additional commits viewable in compare view

Updates jasmine-spec-reporter from 5.0.0 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-chrome-launcher from 3.1.0 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)

v3.1.1

3.1.1 (2022-03-09)

Bug Fixes

  • artificially trigger a release (83fdc3c)
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)

3.1.1 (2022-03-09)

Bug Fixes

  • artificially trigger a release (83fdc3c)

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
  • 5f3cbb1 chore(release): 3.1.1 [skip ci]
  • 83fdc3c fix: artificially trigger a release
  • 4dc0bd2 docs: fix Karma's url
  • 5400b23 docs: explain testing, linting and commit linting
  • d2ad8c6 build: disallow chore type commits
  • Additional commits viewable in compare view

Updates karma-coverage-istanbul-reporter from 3.0.2 to 3.0.3

Changelog

Sourced from karma-coverage-istanbul-reporter's changelog.

3.0.3 (2020-05-28)

Bug Fixes

  • duplicated files when "skipFilesWithNoCoverage=false" on windows (052f6ab)
Commits
  • b61dd30 chore(release): 3.0.3
  • 052f6ab fix: duplicated files when "skipFilesWithNoCoverage=false" on windows
  • 5f3f030 docs: update changelog
  • See full diff in compare view

Updates karma-jasmine from 4.0.0 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.0 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

v1.5.4

Manually integrate unreleased Jasmine fix: jasmine/jasmine@2b318a6

v1.5.3

Added suppressAll option to config (#40)

v1.5.2

Added options object to be able to overwrite logging (#36)

v1.5.1

Fix bad merge, re-do #25

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

Updates ts-node from 7.0.0 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

v10.9.1

Fixed

  • Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode
    • Only affects projects on node >=18.6.0 using --esm
    • Older versions of node and projects without --esm are unaffected

TypeStrong/ts-node@v10.9.0...v10.9.1 https://github.com/TypeStrong/ts-node/milestone/18?closed=1

v10.9.0

Added

  • --project accepts path to a directory containing a tsconfig.json (#1829, #1830) @​cspotcode
    • previously it required an explicit filename
  • Added helpful error message when swc version is too old to support our configuration (#1802) @​cspotcode
  • Added experimentalTsImportSpecifiers option which allows using voluntary .ts file extensions in import specifiers (undocumented except for API docs) (#1815) @​cspotcode

Fixed

  • Fixed bug where child_process.fork() would erroneously execute the parent's entrypoint script, not the intended child script (#1812, #1814) @​devversion
  • Fixed support for jsx modes "react-jsx" and "react-jsxdev" in swc transpiler (#1800, #1802) @​cspotcode
  • Fixed support for import assertions in swc transpiler (#1817, #1802) @​cspotcode
  • Fixed bug where calling repl.evalCode() with code not ending in a newline would not update the typechecker accordingly (#1764, #1824) @​cspotcode

TypeStrong/ts-node@v10.8.2...v10.9.0 https://github.com/TypeStrong/ts-node/milestone/16?closed=1

v10.8.2

Fixed

  • Revert "Use file URL for source map paths" (#1821) @​cspotcode
    • Fixes #1790: ts-node 10.8.1 regression where nyc code coverage reports had incorrect paths
    • Fixes #1797: ts-node 10.8.1 regression where breakpoints did not hit in VSCode debugging
  • Allow JSON imports in node 16.15 and up (#1792) @​queengooborg
    • JSON imports were already supported in v17.5 and up
    • this change extends support to >=16.15.0,<17.0.0
    • These version ranges match vanilla node's support for JSON imports

TypeStrong/ts-node@v10.8.1...v10.8.2 https://github.com/TypeStrong/ts-node/milestone/15?closed=1

v10.8.1

Fixed

... (truncated)

Commits
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates tslint from 6.1.0 to 6.1.3

Release notes

Sourced from tslint's releases.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)
Changelog

Sourced from tslint's changelog.

v6.1.3

  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)
Commits

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 dev-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine) | `3.6.0` | `6.0.0` |
| [@types/jasminewd2](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasminewd2) | `2.0.3` | `2.0.13` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.0` | `26.0.0` |
| [codelyzer](https://github.com/mgechev/codelyzer) | `6.0.0` | `6.0.2` |
| [jasmine-core](https://github.com/jasmine/jasmine) | `3.6.0` | `6.3.0` |
| [jasmine-spec-reporter](https://github.com/bcaudan/jasmine-spec-reporter) | `5.0.0` | `7.0.0` |
| [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) | `3.1.0` | `3.2.0` |
| [karma-coverage-istanbul-reporter](https://github.com/mattlewis92/karma-coverage-istanbul-reporter) | `3.0.2` | `3.0.3` |
| [karma-jasmine](https://github.com/karma-runner/karma-jasmine) | `4.0.0` | `5.1.0` |
| [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) | `1.5.0` | `2.2.0` |
| [ts-node](https://github.com/TypeStrong/ts-node) | `7.0.0` | `10.9.2` |
| [tslint](https://github.com/palantir/tslint) | `6.1.0` | `6.1.3` |


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

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

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

Updates `codelyzer` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/mgechev/codelyzer/releases)
- [Changelog](https://github.com/mgechev/codelyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mgechev/codelyzer/commits)

Updates `jasmine-core` from 3.6.0 to 6.3.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.3.0)

Updates `jasmine-spec-reporter` from 5.0.0 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.0...v7.0.0)

Updates `karma-chrome-launcher` from 3.1.0 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.0...v3.2.0)

Updates `karma-coverage-istanbul-reporter` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/mattlewis92/karma-coverage-istanbul-reporter/blob/master/CHANGELOG.md)
- [Commits](mattlewis92/karma-coverage-istanbul-reporter@v3.0.2...v3.0.3)

Updates `karma-jasmine` from 4.0.0 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@v4.0.0...v5.1.0)

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

Updates `ts-node` from 7.0.0 to 10.9.2
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md)
- [Commits](TypeStrong/ts-node@v7.0.0...v10.9.2)

Updates `tslint` from 6.1.0 to 6.1.3
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](palantir/tslint@6.1.0...6.1.3)

---
updated-dependencies:
- dependency-name: "@types/jasmine"
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/jasminewd2"
  dependency-version: 2.0.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: codelyzer
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: jasmine-core
  dependency-version: 6.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: jasmine-spec-reporter
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: karma-chrome-launcher
  dependency-version: 3.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: karma-coverage-istanbul-reporter
  dependency-version: 3.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: karma-jasmine
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: karma-jasmine-html-reporter
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: ts-node
  dependency-version: 10.9.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: tslint
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
@Helias Helias closed this Jun 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor 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/dev-dependencies-5d76ced8b1 branch June 20, 2026 14:02
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant