Bump vernier from 1.7.1 to 1.8.0 #2328

Closed
dependabot[bot] wants to merge 1 commits from dependabot/bundler/vernier-1.8.0 into main
dependabot[bot] commented 2025-06-02 15:54:42 +08:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps vernier from 1.7.1 to 1.8.0.

Commits
  • 2f645a6 v1.8.0
  • 8f71eb7 Merge pull request #154 from maxveldink/mv/add-cpuprofile-output-format
  • 8ddd965 refactor: move cpuprofile test helpers to separate module
  • 3a49910 Let Vernier.profile export a .cpuprofile
  • faaa787 add CLI flag
  • 220f6d0 Add cpuprofile format
  • 9b0e073 Merge pull request #155 from maxveldink/mv/compile-on-rake-test
  • 59d9137 Merge pull request #159 from nithinbekal/vernier-version
  • 380663b Add support for -v and --version flags
  • 94a2006 Merge pull request #157 from maxveldink/mv/refactor-gecko-to-firefox
  • Additional commits viewable 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 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-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [vernier](https://github.com/jhawthorn/vernier) from 1.7.1 to 1.8.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jhawthorn/vernier/commit/2f645a69fd0071ea82eddc6a29d0ac385a568a62"><code>2f645a6</code></a> v1.8.0</li> <li><a href="https://github.com/jhawthorn/vernier/commit/8f71eb7d53aa7669aa318bb263f4d1f6180902cc"><code>8f71eb7</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/154">#154</a> from maxveldink/mv/add-cpuprofile-output-format</li> <li><a href="https://github.com/jhawthorn/vernier/commit/8ddd965117723341d61b822278a04c3c9a1a62be"><code>8ddd965</code></a> refactor: move cpuprofile test helpers to separate module</li> <li><a href="https://github.com/jhawthorn/vernier/commit/3a49910f04e853e0aa0e97bfbcd151a57bdd579a"><code>3a49910</code></a> Let Vernier.profile export a .cpuprofile</li> <li><a href="https://github.com/jhawthorn/vernier/commit/faaa7877989a3e8ab3b1dc7d1149878e082742fd"><code>faaa787</code></a> add CLI flag</li> <li><a href="https://github.com/jhawthorn/vernier/commit/220f6d042e5a064da1b54fd425dec1d5652bc172"><code>220f6d0</code></a> Add cpuprofile format</li> <li><a href="https://github.com/jhawthorn/vernier/commit/9b0e07326084fe86d78e396b0f4ad231508f54a1"><code>9b0e073</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/155">#155</a> from maxveldink/mv/compile-on-rake-test</li> <li><a href="https://github.com/jhawthorn/vernier/commit/59d9137d18bc7b512477d6a4fd7886578c28e86d"><code>59d9137</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/159">#159</a> from nithinbekal/vernier-version</li> <li><a href="https://github.com/jhawthorn/vernier/commit/380663b9efc9a91d6705ef181f82d6c37ff12e75"><code>380663b</code></a> Add support for -v and --version flags</li> <li><a href="https://github.com/jhawthorn/vernier/commit/94a20068fbbc26ce8f663e822ddd85fa5e625eac"><code>94a2006</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/157">#157</a> from maxveldink/mv/refactor-gecko-to-firefox</li> <li>Additional commits viewable in <a href="https://github.com/jhawthorn/vernier/compare/v1.7.1...v1.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vernier&package-manager=bundler&previous-version=1.7.1&new-version=1.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2025-06-09 21:54:03 +08:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

Sign in to join this conversation.