Skip to content

build(deps-dev): bump jasmine-core from 5.13.0 to 6.3.0#688

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/jasmine-core-6.3.0
Open

build(deps-dev): bump jasmine-core from 5.13.0 to 6.3.0#688
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/jasmine-core-6.3.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps jasmine-core from 5.13.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.

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 7, 2026
Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 5.13.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@v5.13.0...v6.3.0)

---
updated-dependencies:
- dependency-name: jasmine-core
  dependency-version: 6.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/jasmine-core-6.3.0 branch from 95740b8 to 50fea43 Compare June 24, 2026 11:21

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not merge as-is — the major bump breaks the test suite.

  • JS Unit / Javascript Unit fails on this PR (job); the same check is green on other open PRs, so the failure is caused by the jasmine-core ^5 → ^6 bump.
  • jasmine-core 6 is a major release with breaking API/runtime changes. The specs need updating for jasmine 6 before this can go in.
  • Also confirm the pinned adapters (jasmine-sinon ^0.4.0, karma-jasmine ^1.1.1) are compatible with jasmine 6, or bump them together.

Fix the specs/adapters, then re-run CI.

🤖 Generated with Claude Code

@dj4oC dj4oC left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Security: No security-relevant change — jasmine-core is a test-only devDependency.
  • Stability: Major version bump (jasmine-core 5→6). CI is red: JS Unit / Javascript Unit fails on this PR while green elsewhere, confirming the bump breaks the spec runner. Pinned adapters (jasmine-sinon, karma-jasmine) should be checked for jasmine 6 compatibility too.
  • Performance: N/A
  • Test coverage: N/A (test-infra bump)
  • TODOs found: 0
  • Dependency touched: yes — jasmine-core (devDependency, npm)
  • CI status: red — JS Unit failing

Verdict

Do not merge as-is — fix specs/adapters for jasmine 6 first.

🤖 Automated review by Claude Code (security · stability · performance · coverage)


Generated by Claude Code

@DeepDiver1975

Copy link
Copy Markdown
Member

Holding: CI is failing (not a rebase conflict). Failing: JS Unit / Javascript Unit. A rebase won't fix this — needs a human/upstream fix.

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.

2 participants