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

chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0 #2314

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2024

Bumps github.com/charmbracelet/lipgloss from 0.10.0 to 0.11.0.

Release notes

Sourced from github.com/charmbracelet/lipgloss's releases.

v0.11.0

Immutable Styles and Raw Speed, Baby

So! The big news in this release is:

  • Style methods will now always return new styles
  • Style and ANSI operations under the hood are faster

There are also a handful of great lil' bug fixes. Read on for more.

Immutable Styles

Every Style method now returns a completely new style with its own underlying data structure no matter what. This means working with Styles is a lot easier. No more need for Copy()!

// Before
s := lipgloss.NewStyle().Bold(true)
newStyle := s.Copy()
// After
s := lipgloss.NewStyle().Bold(true)
newStyle := s // this is a true copy

Okay, but why are styles easier to work with now? Consider this:

// Before
baseStyle := lipgloss.NewStyle().Background(lipgloss.Color("59"))
styleAtRuntime := baseStyle.Copy().Width(m.Width)
// After
baseStyle := lipgloss.NewStyle().Padding(1, 2)
styleAtRuntime := baseStyle.Width(m.Width)

It might seem small, but eliminating the risk of mutations in persistent styles in an enormous usability improvement.

How to upgrade

There's nothing to do, however Style.Copy() is now deprecated and only returns itself, so you can just remove Style.Copy() calls. If you need to just copy a style without any changes to it you can simply b := a.

Faster ANSI

Sometimes watch companies brag about their "in-house" watch movement. Well, now we're bragging about our in-house-amazing x/ansi library by our own @​aymanbagabas. It's a fine-tuned, low-level way to manage ANSI sequencing and, because we're pretty nerdy, we’re super excited about it.


What's Changed

... (truncated)

Commits
  • 5cd858c fix: respect UnderlineSpaces and StrikethroughSpaces (#299)
  • c91ab3e chore(ci): enable gofumpt
  • 83fa9be chore: use x/ansi instead of exp/term
  • ce5323e chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#290)
  • e3596ae chore(ci): test for different GOOS & GOARCH
  • 2fe044a fix: Change the propkeys from int to int64
  • 3ee5dca chore(docs): doc updates with regard to style.Copy() deprecation
  • 517b1a1 fix: remove unused type
  • d2795c7 refactor: replace props map with struct fields (#276)
  • c986440 chore(lint): remove deprecated ifshort linting option
  • 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 [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 24, 2024 04:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go labels May 24, 2024
@github-actions github-actions bot enabled auto-merge (squash) May 24, 2024 04:58
@github-actions github-actions bot merged commit 7002762 into develop May 24, 2024
8 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/charmbracelet/lipgloss-0.11.0 branch May 24, 2024 05:01
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9218859099

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.351%

Totals Coverage Status
Change from base Build 9207085447: 0.0%
Covered Lines: 6836
Relevant Lines: 11327

💛 - Coveralls

KelseyBaker262 added a commit to lazycloud0/KingsHeathClangersApp that referenced this pull request Jun 19, 2024
<p>This PR was automatically created by Snyk using the credentials of a
real user.</p><br
/>![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)


<h3>Snyk has created this PR to upgrade supabase from 1.169.1 to
1.170.1.</h3>

:information_source: Keep your dependencies up-to-date. This makes it
easier to fix existing vulnerabilities and to more quickly identify and
fix newly disclosed vulnerabilities when they affect your project.

<hr/>


- The recommended version is **10 versions** ahead of your current
version.

- The recommended version was released on **22 days ago**.



<details>
<summary><b>Release notes</b></summary>
<br/>
  <details>
    <summary>Package name: <b>supabase</b></summary>
    <ul>
      <li>
<b>1.170.1</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.170.1">2024-05-28</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/672a9fb6691d99fa78e9e79569e33d40f87b25e2/hovercard"
href="https://github.com/supabase/cli/commit/672a9fb6691d99fa78e9e79569e33d40f87b25e2"><tt>672a9fb</tt></a>:
Revert "fix: bump studio to latest" (<a class="issue-link js-issue-link"
data-error-text="Failed to load title" data-id="2321089512"
data-permission-text="Title is private"
data-url="supabase/cli#2332"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2332/hovercard"
href="https://github.com/supabase/cli/pull/2332">#2332</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
<b>1.170.0</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.170.0">2024-05-28</a></br><h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/cbdb42d5e36b591309d01ab12e0aea636f8ded6c/hovercard"
href="https://github.com/supabase/cli/commit/cbdb42d5e36b591309d01ab12e0aea636f8ded6c"><tt>cbdb42d</tt></a>:
feat: support local override of studio and pgmeta image (<a
class="issue-link js-issue-link" data-error-text="Failed to load title"
data-id="2321179448" data-permission-text="Title is private"
data-url="supabase/cli#2334"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2334/hovercard"
href="https://github.com/supabase/cli/pull/2334">#2334</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
<b>1.169.9</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.9">2024-05-28</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/d6bb1d6949b4dc34648cefc9730d702c96f9d587/hovercard"
href="https://github.com/supabase/cli/commit/d6bb1d6949b4dc34648cefc9730d702c96f9d587"><tt>d6bb1d6</tt></a>:
fix: add _analytics and _realtime to managed schemas (<a
class="issue-link js-issue-link" data-error-text="Failed to load title"
data-id="2321008597" data-permission-text="Title is private"
data-url="supabase/cli#2331"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2331/hovercard"
href="https://github.com/supabase/cli/pull/2331">#2331</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
<b>1.169.8</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.8">2024-05-28</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/03ba2d090210a2053597e5525da5d613591ad892/hovercard"
href="https://github.com/supabase/cli/commit/03ba2d090210a2053597e5525da5d613591ad892"><tt>03ba2d0</tt></a>:
fix: regression on multiline console input (<a class="issue-link
js-issue-link" data-error-text="Failed to load title"
data-id="2320793039" data-permission-text="Title is private"
data-url="supabase/cli#2329"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2329/hovercard"
href="https://github.com/supabase/cli/pull/2329">#2329</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
<h3>Others</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/7a01ad7f0c68e96aebbce5c291df1ee416aba832/hovercard"
href="https://github.com/supabase/cli/commit/7a01ad7f0c68e96aebbce5c291df1ee416aba832"><tt>7a01ad7</tt></a>:
chore(deps): bump github.com/getsentry/sentry-go from 0.27.0 to 0.28.0
(<a class="issue-link js-issue-link" data-error-text="Failed to load
title" data-id="2320086735" data-permission-text="Title is private"
data-url="supabase/cli#2326"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2326/hovercard"
href="https://github.com/supabase/cli/pull/2326">#2326</a>) (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
</ul>
      </li>
      <li>
<b>1.169.7</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.7">2024-05-28</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/475d0e9864230e3277240dd691bed00f8185f8db/hovercard"
href="https://github.com/supabase/cli/commit/475d0e9864230e3277240dd691bed00f8185f8db"><tt>475d0e9</tt></a>:
fix: check for scanln error (<a class="user-mention notranslate"
data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
<h3>Others</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/4e42ed459a4156d35321c1bd7a36d445e8cc872f/hovercard"
href="https://github.com/supabase/cli/commit/4e42ed459a4156d35321c1bd7a36d445e8cc872f"><tt>4e42ed4</tt></a>:
chore(deps): bump github.com/golangci/golangci-lint (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
</ul>
      </li>
      <li>
<b>1.169.6</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.6">2024-05-28</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/4191ee7cb2154886f32821a76c2b1f263a3fac6e/hovercard"
href="https://github.com/supabase/cli/commit/4191ee7cb2154886f32821a76c2b1f263a3fac6e"><tt>4191ee7</tt></a>:
fix: bump edge-runtime to 1.53.3 (<a class="issue-link js-issue-link"
data-error-text="Failed to load title" data-id="2318290236"
data-permission-text="Title is private"
data-url="supabase/cli#2324"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2324/hovercard"
href="https://github.com/supabase/cli/pull/2324">#2324</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/nyannyacha/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/nyannyacha">@ nyannyacha</a>)</li>
</ul>
<h3>Others</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/80cee632a6c5350a30e9f837c11256ade12fdb60/hovercard"
href="https://github.com/supabase/cli/commit/80cee632a6c5350a30e9f837c11256ade12fdb60"><tt>80cee63</tt></a>:
chore: suggest init force when config exists (<a class="issue-link
js-issue-link" data-error-text="Failed to load title"
data-id="2316750511" data-permission-text="Title is private"
data-url="supabase/cli#2319"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2319/hovercard"
href="https://github.com/supabase/cli/pull/2319">#2319</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
<b>1.169.5</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.5">2024-05-25</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/56033b55dfc28b4512c5ea7fced26c8708300b8b/hovercard"
href="https://github.com/supabase/cli/commit/56033b55dfc28b4512c5ea7fced26c8708300b8b"><tt>56033b5</tt></a>:
fix: timeout waiting for input from non-interactive prompt (<a
class="issue-link js-issue-link" data-error-text="Failed to load title"
data-id="2315039578" data-permission-text="Title is private"
data-url="supabase/cli#2318"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2318/hovercard"
href="https://github.com/supabase/cli/pull/2318">#2318</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
<b>1.169.4</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.4">2024-05-24</a></br><h2>Changelog</h2>
<h3>Others</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/b9234a43ca667f6572e16973f6c2e9f11f2f3ba3/hovercard"
href="https://github.com/supabase/cli/commit/b9234a43ca667f6572e16973f6c2e9f11f2f3ba3"><tt>b9234a4</tt></a>:
chore: update all dependencies (<a class="issue-link js-issue-link"
data-error-text="Failed to load title" data-id="2314707141"
data-permission-text="Title is private"
data-url="supabase/cli#2316"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2316/hovercard"
href="https://github.com/supabase/cli/pull/2316">#2316</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/862d7ee25df861a7cf52d5aa733d53bb5f5e4719/hovercard"
href="https://github.com/supabase/cli/commit/862d7ee25df861a7cf52d5aa733d53bb5f5e4719"><tt>862d7ee</tt></a>:
chore(deps): bump github.com/docker/cli from 26.1.2+incompatible to
26.1.3+incompatible (<a class="issue-link js-issue-link"
data-error-text="Failed to load title" data-id="2301815547"
data-permission-text="Title is private"
data-url="supabase/cli#2299"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2299/hovercard"
href="https://github.com/supabase/cli/pull/2299">#2299</a>) (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/b096a4aedcf5690c8bc695c1bbe26d5aff3e48a5/hovercard"
href="https://github.com/supabase/cli/commit/b096a4aedcf5690c8bc695c1bbe26d5aff3e48a5"><tt>b096a4a</tt></a>:
Revert "chore(deps): bump github.com/docker/cli from 26.1.2+incompatible
to 26.1.3+incompatible" (<a class="issue-link js-issue-link"
data-error-text="Failed to load title" data-id="2314771112"
data-permission-text="Title is private"
data-url="supabase/cli#2317"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2317/hovercard"
href="https://github.com/supabase/cli/pull/2317">#2317</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
<b>1.169.3</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.3">2024-05-24</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/d9a07d58bd810f01d0f7363bfb191476b8058457/hovercard"
href="https://github.com/supabase/cli/commit/d9a07d58bd810f01d0f7363bfb191476b8058457"><tt>d9a07d5</tt></a>:
fix: bump edge-runtime to 1.53.2 (<a class="issue-link js-issue-link"
data-error-text="Failed to load title" data-id="2313976853"
data-permission-text="Title is private"
data-url="supabase/cli#2310"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2310/hovercard"
href="https://github.com/supabase/cli/pull/2310">#2310</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/nyannyacha/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/nyannyacha">@ nyannyacha</a>)</li>
</ul>
<h3>Others</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/7002762a4837adb5a3516517af81545433e1f92a/hovercard"
href="https://github.com/supabase/cli/commit/7002762a4837adb5a3516517af81545433e1f92a"><tt>7002762</tt></a>:
chore(deps): bump github.com/charmbracelet/lipgloss from 0.10.0 to
0.11.0 (<a class="issue-link js-issue-link" data-error-text="Failed to
load title" data-id="2314351464" data-permission-text="Title is private"
data-url="supabase/cli#2314"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2314/hovercard"
href="https://github.com/supabase/cli/pull/2314">#2314</a>) (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/9968a812ef08085b75a276a57f5b0b7e580dfcd7/hovercard"
href="https://github.com/supabase/cli/commit/9968a812ef08085b75a276a57f5b0b7e580dfcd7"><tt>9968a81</tt></a>:
chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.2 to
0.26.3 (<a class="issue-link js-issue-link" data-error-text="Failed to
load title" data-id="2314351328" data-permission-text="Title is private"
data-url="supabase/cli#2313"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2313/hovercard"
href="https://github.com/supabase/cli/pull/2313">#2313</a>) (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/b2e6766e125f46bc9991e93a31482724e584500e/hovercard"
href="https://github.com/supabase/cli/commit/b2e6766e125f46bc9991e93a31482724e584500e"><tt>b2e6766</tt></a>:
chore(deps): bump github.com/containers/common from 0.58.3 to 0.59.0 (<a
class="issue-link js-issue-link" data-error-text="Failed to load title"
data-id="2314351623" data-permission-text="Title is private"
data-url="supabase/cli#2315"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2315/hovercard"
href="https://github.com/supabase/cli/pull/2315">#2315</a>) (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/91b6c7c7a5d7f5c011e205861fc2e241564264dc/hovercard"
href="https://github.com/supabase/cli/commit/91b6c7c7a5d7f5c011e205861fc2e241564264dc"><tt>91b6c7c</tt></a>:
chore(deps): bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (<a
class="issue-link js-issue-link" data-error-text="Failed to load title"
data-id="2314351159" data-permission-text="Title is private"
data-url="supabase/cli#2312"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2312/hovercard"
href="https://github.com/supabase/cli/pull/2312">#2312</a>) (<a
class="user-mention notranslate" data-hovercard-type="organization"
data-hovercard-url="/orgs/dependabot/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/dependabot">@ dependabot</a>[bot])</li>
</ul>
      </li>
      <li>
<b>1.169.2</b> - <a
href="https://github.com/supabase/cli/releases/tag/v1.169.2">2024-05-23</a></br><h2>Changelog</h2>
<h3>Bug fixes</h3>
<ul>
<li><a class="commit-link" data-hovercard-type="commit"
data-hovercard-url="https://github.com/supabase/cli/commit/d222450bb03e3a00675281bd696c52c749c0acf1/hovercard"
href="https://github.com/supabase/cli/commit/d222450bb03e3a00675281bd696c52c749c0acf1"><tt>d222450</tt></a>:
fix(config): support disabling edge runtime from toml (<a
class="issue-link js-issue-link" data-error-text="Failed to load title"
data-id="2312602626" data-permission-text="Title is private"
data-url="supabase/cli#2309"
data-hovercard-type="pull_request"
data-hovercard-url="/supabase/cli/pull/2309/hovercard"
href="https://github.com/supabase/cli/pull/2309">#2309</a>) (<a
class="user-mention notranslate" data-hovercard-type="user"
data-hovercard-url="/users/sweatybridge/hovercard"
data-octo-click="hovercard-link-click"
data-octo-dimensions="link_type:self"
href="https://github.com/sweatybridge">@ sweatybridge</a>)</li>
</ul>
      </li>
      <li>
        <b>1.169.1</b> - 2024-05-23
      </li>
    </ul>
from <a href="https://github.com/supabase/cli/releases">supabase GitHub
release notes</a>
  </details>
</details>

---

> [!IMPORTANT]
>
> - Check the changes in this PR to ensure they won't cause issues with
your project.
> - This PR was automatically created by Snyk using the credentials of a
real user.

---

**Note:** _You are seeing this because you or someone else with access
to this repository has authorized Snyk to open upgrade PRs._

**For more information:** <img
src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiIzMTBlODMwMS1jYjUwLTRjMjgtODMxNC0xMTEwODQ2MzJiMTIiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjMxMGU4MzAxLWNiNTAtNGMyOC04MzE0LTExMTA4NDYzMmIxMiJ9fQ=="
width="0" height="0"/>

> - 🧐 [View latest project
report](https://app.snyk.io/org/josetutis/project/3c402998-992a-4249-ae7b-830abf69abcf?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)
> - 📜 [Customise PR
templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates)
> - 🛠 [Adjust upgrade PR
settings](https://app.snyk.io/org/josetutis/project/3c402998-992a-4249-ae7b-830abf69abcf/settings/integration?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr)
> - 🔕 [Ignore this dependency or unsubscribe from future upgrade
PRs](https://app.snyk.io/org/josetutis/project/3c402998-992a-4249-ae7b-830abf69abcf/settings/integration?pkg&#x3D;supabase&amp;utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades)

<!---
(snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"supabase","from":"1.169.1","to":"1.170.1"}],"env":"prod","hasFixes":false,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[],"prId":"310e8301-cb50-4c28-8314-111084632b12","prPublicId":"310e8301-cb50-4c28-8314-111084632b12","packageManager":"npm","priorityScoreList":[],"projectPublicId":"3c402998-992a-4249-ae7b-830abf69abcf","projectUrl":"https://app.snyk.io/org/josetutis/project/3c402998-992a-4249-ae7b-830abf69abcf?utm_source=github&utm_medium=referral&page=upgrade-pr","prType":"upgrade","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":[],"type":"auto","upgrade":[],"upgradeInfo":{"versionsDiff":10,"publishedDate":"2024-05-28T14:25:34.866Z"},"vulns":[]})
--->
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant