Skip to content

Bump jasmine-core and jasmine-browser-runner#11020

Merged
ChrisBAshton merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-de3e79488e
Feb 16, 2026
Merged

Bump jasmine-core and jasmine-browser-runner#11020
ChrisBAshton merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-de3e79488e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps jasmine-core and jasmine-browser-runner. These dependencies needed to be updated together.
Updates jasmine-core from 5.13.0 to 6.0.1

Release notes

Sourced from jasmine-core's releases.

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
  • 7379a3a Bump version to 6.0.1
  • 066669c Revert "Temporarily (I hope) disable testing against Safari 16 and 17"
  • 87177d9 Fix browser ESM deprecation wraning
  • 0c75a15 Fix typo
  • 0a6f6d2 Bump version to 6.0.0
  • 6755b03 Temporarily (I hope) disable testing against Safari 16 and 17
  • e759ddc Clarify monkey patching deprecation warning
  • 1ad28d8 Update copyright date
  • 3d36b11 rm bogus @​optional jsdoc tags
  • a15df6d Document that globals may be overwritten
  • Additional commits viewable in compare view

Updates jasmine-browser-runner from 3.0.0 to 4.0.0

Release notes

Sourced from jasmine-browser-runner's releases.

v4.0.0

Please see the release notes.

v4.0.0-beta.0

Please see the release notes.

Commits
  • 2ca06a5 Bump version to 4.0.0
  • b0e64fe Update copyright date
  • 1b86f43 Depend on @​jasminejs/reporters 1.0.0
  • 187b9ac Mention jasmine-core in the 4.0.0-beta.0 release notes
  • 480c4b0 Bump version to 4.0.0-beta.0
  • 1a87239 Use released jasmine-core 6.0.0-beta.1
  • c02e6f2 Fix dev dependencies
  • a45cac5 Use latest jasmine and jasmine-core from github
  • 4282106 Fix reporters dependency
  • cc47b9c Depend on published reporters package
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
jasmine-browser-runner [>= 1.3.a, < 1.4]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jan 20, 2026
@github-actions
Copy link
Copy Markdown

⚠️ This repo is Continuously Deployed: make sure you follow the guidance ⚠️

This application is owned by the Whitehall Experience team. Please let us know in #govuk-whitehall-experience-tech when you raise any PRs.

Follow these steps if you are doing a Rails upgrade.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-de3e79488e branch from ba99533 to 327c185 Compare January 26, 2026 15:39
@patrickpatrickpatrick
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-de3e79488e branch from 327c185 to d086c54 Compare February 4, 2026 15:49
@TonyGDS
Copy link
Copy Markdown
Contributor

TonyGDS commented Feb 10, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-de3e79488e branch from d086c54 to 236a9b0 Compare February 10, 2026 14:04
@TonyGDS
Copy link
Copy Markdown
Contributor

TonyGDS commented Feb 10, 2026

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-de3e79488e branch 2 times, most recently from 719edeb to 6db0f12 Compare February 16, 2026 15:13
Bumps [jasmine-core](https://github.com/jasmine/jasmine) and [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser-runner). These dependencies needed to be updated together.

Updates `jasmine-core` from 5.13.0 to 6.0.1
- [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.0.1)

Updates `jasmine-browser-runner` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/jasmine/jasmine-browser-runner/releases)
- [Changelog](https://github.com/jasmine/jasmine-browser-runner/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine-browser-runner@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: jasmine-core
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: jasmine-browser-runner
  dependency-version: 4.0.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/multi-de3e79488e branch from 6db0f12 to 3a078c3 Compare February 16, 2026 15:14
Copy link
Copy Markdown
Contributor

@ChrisBAshton ChrisBAshton left a comment

Choose a reason for hiding this comment

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

Tested that 74 specs passed, like it did on main

@ChrisBAshton ChrisBAshton merged commit 1b913d9 into main Feb 16, 2026
25 checks passed
@ChrisBAshton ChrisBAshton deleted the dependabot/npm_and_yarn/multi-de3e79488e branch February 16, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants