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

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 622568c 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.1.0 to 1.2.3.

Release notes

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

v1.2.3

Bugs 🪲

  • [x] Use PriceAttributes instead of VariantAttributes in the price API #26

v1.2.2

Bugs 🪲

  • [x] Change the Price to any instead of int since the lemonsqueezy API is inconsistent #25
  • [x] Made the CustomData attribute of checkout any instead of map[string]any since it returns either object or array #24

v1.2.1

New 🎉

  • [x] Added the customer portal URL in the customer object #23

v1.2.0

New 🎉

  • [x] Add the price API endpoints #20

Bugs 🪲

  • [x] Change the Price and TaxRate to any instead of int since the lemonsqueezy API is inconsistent #20
Commits
  • e8ef769 Fix price attributes struct
  • be38531 Fix price attributes. closes #26
  • bd4f075 Fix tests
  • 036f0f4 Fix the checkout custom data field. closes #24
  • 78d640c Merge pull request #25 from zveinn/api-response-fix
  • 05dbc2f from string to any
  • e312739 quick fix for broken Products.Get() api
  • 81f23ab Merge pull request #23 from a-spn/add-missing-customer-attribute
  • 5ff4fd4 Add missing field in customer attributes
  • 9a405ae Fixed go-ci lint
  • 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/446 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/NdoleStudio/lemonsqueezy-go-1.2.3` --- ### 📝 Commits (1) - [`622568c`](https://github.com/NdoleStudio/httpsms/commit/622568c623aa52be41c671b8f058059f7a78b408) 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.1.0 to 1.2.3. <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.2.3</h2> <h1>Bugs 🪲</h1> <ul> <li>[x] Use <code>PriceAttributes</code> instead of <code>VariantAttributes</code> in the price API <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/26">#26</a></li> </ul> <h2>v1.2.2</h2> <h1>Bugs 🪲</h1> <ul> <li>[x] Change the <code>Price</code> to <code>any</code> instead of <code>int</code> since the lemonsqueezy API is inconsistent <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/25">#25</a></li> <li>[x] Made the <code>CustomData</code> attribute of checkout <code>any</code> instead of <code>map[string]any</code> since it returns either object or array <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/24">#24</a></li> </ul> <h2>v1.2.1</h2> <h1>New 🎉</h1> <ul> <li>[x] Added the customer portal URL in the customer object <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/23">#23</a></li> </ul> <h2>v1.2.0</h2> <h1>New 🎉</h1> <ul> <li>[x] Add the price API endpoints <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/20">#20</a></li> </ul> <h1>Bugs 🪲</h1> <ul> <li>[x] Change the <code>Price</code> and <code>TaxRate</code> to <code>any</code> instead of <code>int</code> since the lemonsqueezy API is inconsistent <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/20">#20</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/e8ef769acbc934794dd2412edb7088f7884f1a0b"><code>e8ef769</code></a> Fix price attributes struct</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/be38531aabb8144a483c4db699b210acbfe2efd1"><code>be38531</code></a> Fix price attributes. closes <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/26">#26</a></li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/bd4f075feddcdbbba55433d9ea71f516436c8989"><code>bd4f075</code></a> Fix tests</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/036f0f4b5a1f6c6b300a77bf5c90a4e1d08ebdee"><code>036f0f4</code></a> Fix the checkout custom data field. closes <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/24">#24</a></li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/78d640c33e71263d33afd7301a72b5fe73acdc4f"><code>78d640c</code></a> Merge pull request <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/25">#25</a> from zveinn/api-response-fix</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/05dbc2f0615367522ab41b74f369ea513a81597d"><code>05dbc2f</code></a> from string to any</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/e3127398ac84d813ef98aa5e23caec73b52e80f7"><code>e312739</code></a> quick fix for broken Products.Get() api</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/81f23ab8f5b7aafed143f043d796ec87cf31f987"><code>81f23ab</code></a> Merge pull request <a href="https://redirect.github.com/NdoleStudio/lemonsqueezy-go/issues/23">#23</a> from a-spn/add-missing-customer-attribute</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/5ff4fd4183d0bdae75be4dd82a10cf980396a017"><code>5ff4fd4</code></a> Add missing field in customer attributes</li> <li><a href="https://github.com/NdoleStudio/lemonsqueezy-go/commit/9a405ae7a658cacbe5a0393440fbffa965b57a5e"><code>9a405ae</code></a> Fixed go-ci lint</li> <li>Additional commits viewable in <a href="https://github.com/NdoleStudio/lemonsqueezy-go/compare/v1.1.0...v1.2.3">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.1.0&new-version=1.2.3)](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:29 +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#459
No description provided.