Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jasmine-browser-runner from 1.1.0 to 1.2.0 #2562

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps jasmine-browser-runner from 1.1.0 to 1.2.0.

Release notes

Sourced from jasmine-browser-runner's releases.

1.2.0

Please see the release notes.

Changelog

Sourced from jasmine-browser-runner's changelog.

To make a release

Prepare the release

  1. Make sure that all specs are green on CI.
  2. Make sure the jasmine-core peer dependency and the jasmine-core and jasmine dev dependencies are correct (pointing to a release rather than github, and the version number is right)
    • If you change any, push the changes and wait for CI to go green.
  3. Generate release notes in release_notes using the Anchorman gem and edit them.
    • Include a table of supported Node versions and browsers. Check Saucelabs for the current version of evergreen browsers (everything that doesn't have a version specified in jasmine-core's scripts/run-all-browsers).
  4. Update the version in package.json.
  5. Commit the release notes and package.json change.
  6. Push.
  7. Wait for Circle CI to go green again.

Publish the NPM package

  1. Create a tag for the version, e.g. git tag v1.2.0.
  2. Push the tag: git push --tags
  3. Publish the NPM package: npm publish.

Publish the GitHub release

  1. Visit the GitHub releases page and find the tag just published.
  2. Paste in a link to the correct release notes for this release.
  3. If it is a pre-release, mark it as such.
  4. Publish the release.
Commits
  • ca9c16f Bump version to 1.2.0
  • c60dacb Optionally omit pending specs from output if there are failures
  • 5a9eba2 Allow the ConsoleReporter to be injected for testability
  • 3ca925a Don't allow the port to be specified when using Saucelabs
  • 8408553 Merge branch 'feature/serve-port-from-config' of github.com:DobromirZlatkov/j...
  • 8bba37f Replaced var with const in README
  • 6749777 Enable using port from config when running specs
  • 69a1896 Added a contributing guide
  • d63a43f Copied CODE_OF_CONDUCT from core repo
  • See full diff in compare view

Dependabot compatibility score

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 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 Oct 3, 2022
@govuk-ci govuk-ci temporarily deployed to government-frontend-pr-2562 October 3, 2022 11:10 Inactive
Bumps [jasmine-browser-runner](https://github.com/jasmine/jasmine-browser-runner) from 1.1.0 to 1.2.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@v1.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: jasmine-browser-runner
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jasmine-browser-runner-1.2.0 branch from 4ca8235 to 9c37141 Compare October 7, 2022 11:02
@govuk-ci govuk-ci temporarily deployed to government-frontend-pr-2562 October 7, 2022 11:02 Inactive
@AgaDufrat AgaDufrat merged commit 75a3fa2 into main Oct 7, 2022
@AgaDufrat AgaDufrat deleted the dependabot/npm_and_yarn/jasmine-browser-runner-1.2.0 branch October 7, 2022 11:42
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.

2 participants