[PR #351] [MERGED] fix(deps): bump github.com/NdoleStudio/lemonsqueezy-go from 1.0.4 to 1.1.0 in /api #376

Closed
opened 2026-03-03 16:38:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/351
Author: @dependabot[bot]
Created: 2/1/2024
Status: Merged
Merged: 2/1/2024
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/NdoleStudio/lemonsqueezy-go-1.1.0


📝 Commits (1)

  • bffe609 fix(deps): bump github.com/NdoleStudio/lemonsqueezy-go in /api

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 api/go.mod (+1 -1)
📝 api/go.sum (+2 -2)

📄 Description

Bumps github.com/NdoleStudio/lemonsqueezy-go from 1.0.4 to 1.1.0.

Release notes

Sourced from github.com/NdoleStudio/lemonsqueezy-go's releases.

v1.1.0

  • [x] Added attributes when creating checkouts #18
  • [x] Converted ID's from string to int when used to make a GET requests #18
  • [x] Added an example on how to parse webhook events #19

v1.0.5

New 🎉

Commits
  • cf03008 Merge pull request #19 from NdoleStudio/15/add-example-usage-with-webhooks-#15
  • 401ebec Fix some typos
  • bd04331 Added example webhook usage. Closes #15
  • a4fd5be Merge pull request #18 from PaulSonOfLars/paul/add-checkout-create-options
  • 1327a52 Address review comments
  • 50bf287 Merge pull request #17 from ti-bone/patch-1
  • 700385e improve docs
  • 867dacc Fix types
  • 2e33bc2 Add support for all checkout creation options
  • d6577e3 Fixed typo in README.md
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/351 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2024 **Status:** ✅ Merged **Merged:** 2/1/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/NdoleStudio/lemonsqueezy-go-1.1.0` --- ### 📝 Commits (1) - [`bffe609`](https://github.com/NdoleStudio/httpsms/commit/bffe609b93bb7c7b36f74cd546194f991d738b0b) fix(deps): bump github.com/NdoleStudio/lemonsqueezy-go in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/NdoleStudio/lemonsqueezy-go](https://github.com/NdoleStudio/lemonsqueezy-go) from 1.0.4 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/NdoleStudio/lemonsqueezy-go/releases">github.com/NdoleStudio/lemonsqueezy-go's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <ul> <li>[x] Added attributes when creating checkouts <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/18">#18</a></li> <li>[x] Converted ID's from <code>string</code> to <code>int</code> when used to make a <code>GET</code> requests <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/18">#18</a></li> <li>[x] Added an example on how to parse webhook events <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/19">#19</a></li> </ul> <h2>v1.0.5</h2> <h1>New 🎉</h1> <ul> <li>[X] Added license activate, validate and deactivate <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/13">#13</a> Thanks <a href="https://github.com/igolaizola"><code>@​igolaizola</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/cf030084f879abc2745653d655d82e4604950289"><code>cf03008</code></a> Merge pull request <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/19">#19</a> from NdoleStudio/15/add-example-usage-with-webhooks-<a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/15">#15</a></li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/401ebec45b4ca58bdeb4802a52bbed6e3d2e0e22"><code>401ebec</code></a> Fix some typos</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/bd04331d42c6782e9fdc735c332683132fcb773a"><code>bd04331</code></a> Added example webhook usage. Closes <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/15">#15</a></li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/a4fd5bec759f315969f3d240e40c1be093e5eea3"><code>a4fd5be</code></a> Merge pull request <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/18">#18</a> from PaulSonOfLars/paul/add-checkout-create-options</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/1327a52244414c55fbf127b6fe8cc1a18abd0892"><code>1327a52</code></a> Address review comments</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/50bf287cf2972d27b8cdb4216404adb5061e5600"><code>50bf287</code></a> Merge pull request <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/17">#17</a> from ti-bone/patch-1</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/700385ed734d8d2269b9a574c44399ccccc28309"><code>700385e</code></a> improve docs</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/867daccc21de1730bc412ee754768f9ab203f5d7"><code>867dacc</code></a> Fix types</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/2e33bc245f1b4d42d5ff2edd2ff36bc2dfc11857"><code>2e33bc2</code></a> Add support for all checkout creation options</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/d6577e34ebe7fff695528f9052d00b593ba0a381"><code>d6577e3</code></a> Fixed typo in README.md</li> <li>Additional commits viewable in <a href="https://github.com/NdoleStudio/lemonsqueezy-go/compare/v1.0.4...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/NdoleStudio/lemonsqueezy-go&package-manager=go_modules&previous-version=1.0.4&new-version=1.1.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:38:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#376
No description provided.