Bump vernier from 1.5.0 to 1.6.0 #2019

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/vernier-1.6.0 into main 2025-03-24 22:06:05 +08:00
dependabot[bot] commented 2025-03-24 15:22:45 +08:00 (Migrated from github.com)

Bumps vernier from 1.5.0 to 1.6.0.

Release notes

Sourced from vernier's releases.

v1.6.0

What's Changed

Full Changelog: https://github.com/jhawthorn/vernier/compare/v1.5.0...v1.6.0

Commits
  • 432ea5f v1.6.0
  • 31d25c3 Merge pull request #134 from jhawthorn/nil-label
  • 3b9e1dc Handle frame labels being nil after refinement
  • fb7aa91 Add [] to Stack helper
  • 4ae30f8 Merge pull request #135 from jhawthorn/yjit-in-ci
  • 9fa8bab Merge pull request #136 from jhawthorn/better-options-table-formatting-2
  • e9a33c7 Better README options table formatting (take 2)
  • 310ca44 Fix backtrace test regex for <internal: entries
  • 6e649d6 Add CI build for YJIT
  • a1874d1 Update CI ruby versions
  • 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)
Bumps [vernier](https://github.com/jhawthorn/vernier) from 1.5.0 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jhawthorn/vernier/releases">vernier's releases</a>.</em></p> <blockquote> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>Frame labels can be <code>nil</code> so we should handle that case by <a href="https://github.com/tenderlove"><code>@​tenderlove</code></a> in <a href="https://redirect.github.com/jhawthorn/vernier/pull/134">jhawthorn/vernier#134</a></li> <li>Ensure Firefox frame table subcategory fields are always included by <a href="https://github.com/joshuay03"><code>@​joshuay03</code></a> in <a href="https://redirect.github.com/jhawthorn/vernier/pull/129">jhawthorn/vernier#129</a></li> <li>Option to display file output in html view by <a href="https://github.com/ywenc"><code>@​ywenc</code></a> in <a href="https://redirect.github.com/jhawthorn/vernier/pull/125">jhawthorn/vernier#125</a></li> <li>Separate parsing samples_by_file from output by <a href="https://github.com/ywenc"><code>@​ywenc</code></a> in <a href="https://redirect.github.com/jhawthorn/vernier/pull/123">jhawthorn/vernier#123</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jhawthorn/vernier/compare/v1.5.0...v1.6.0">https://github.com/jhawthorn/vernier/compare/v1.5.0...v1.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jhawthorn/vernier/commit/432ea5f65f8e846fcdb4d7e2b3c554a6f75e906c"><code>432ea5f</code></a> v1.6.0</li> <li><a href="https://github.com/jhawthorn/vernier/commit/31d25c3a5c5e13ea4bd5baf239f9f9eca7211bfb"><code>31d25c3</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/134">#134</a> from jhawthorn/nil-label</li> <li><a href="https://github.com/jhawthorn/vernier/commit/3b9e1dc276df1dbc66e1888675fc7431cbd19e06"><code>3b9e1dc</code></a> Handle frame labels being <code>nil</code> after refinement</li> <li><a href="https://github.com/jhawthorn/vernier/commit/fb7aa910ba64a426c3fdbad8f9a46205e7e877a1"><code>fb7aa91</code></a> Add [] to Stack helper</li> <li><a href="https://github.com/jhawthorn/vernier/commit/4ae30f8f9f890f8f749346c6a541826993e222d0"><code>4ae30f8</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/135">#135</a> from jhawthorn/yjit-in-ci</li> <li><a href="https://github.com/jhawthorn/vernier/commit/9fa8bab227f38603ae6adcf97800def4081a845e"><code>9fa8bab</code></a> Merge pull request <a href="https://redirect.github.com/jhawthorn/vernier/issues/136">#136</a> from jhawthorn/better-options-table-formatting-2</li> <li><a href="https://github.com/jhawthorn/vernier/commit/e9a33c7308058a04c23eef1a227cf04fdd99612a"><code>e9a33c7</code></a> Better README options table formatting (take 2)</li> <li><a href="https://github.com/jhawthorn/vernier/commit/310ca44636bb6d9d5e69f5242ea0ccc28d4d27d8"><code>310ca44</code></a> Fix backtrace test regex for <code>&lt;internal:</code> entries</li> <li><a href="https://github.com/jhawthorn/vernier/commit/6e649d6d0b91bb0b4327300b84b37003df892092"><code>6e649d6</code></a> Add CI build for YJIT</li> <li><a href="https://github.com/jhawthorn/vernier/commit/a1874d103acbb3743806b4546d0ec1b7b354c4e2"><code>a1874d1</code></a> Update CI ruby versions</li> <li>Additional commits viewable in <a href="https://github.com/jhawthorn/vernier/compare/v1.5.0...v1.6.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.5.0&new-version=1.6.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>
Sign in to join this conversation.