Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps @getalby/lightning-tools from 5.2.1 to 6.0.0.

Release notes

Sourced from @​getalby/lightning-tools's releases.

v6.0.0

Migration

⚠️ Breaking Changes

We removed the legacy namespace exports from the main SDK bundle, so importing like this won't work anymore:

- import { fiat } from '@getalby/lightning-tools'
console.log(fiat.getFiatValue)

Instead you can do it like:

+ import { getFiatValue } from '@getalby/lightning-tools'
console.log(getFiatValue)

or you can use subpath imports.

✨ New Subpath Import (Recommended)

For better tree-shaking, you can also import directly from the fiat subpath (and similarly for bolt11, lnurl, l402 and podcasting)

+ import { getFiatValue } from '@getalby/lightning-tools/fiat'
console.log(getFiatValue)

What's Changed

Full Changelog: getAlby/js-lightning-tools@v5.2.1...v6.0.0

Commits
  • b06a4e8 Merge pull request #265 from getAlby/chore/v6.0.0
  • c4f2ebd Merge branch 'master' into chore/v6.0.0
  • a950fc8 Merge pull request #271 from getAlby/chore/dep-upgrades
  • 1289079 chore: upgrade dev dependencies
  • 34fc554 Merge pull request #270 from getAlby/fix/package-json
  • fde50d7 chore: only show preferred imports in examples
  • 65235df fix: add source and unpkg to package.json
  • b4b2f1f chore: bump version to 6.0.0
  • 4fcb360 Merge pull request #264 from getAlby/dependabot/npm_and_yarn/typescript-5.9.2
  • 5c9548a chore: bump typescript version in package.json
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@getalby/lightning-tools](https://github.com/getAlby/js-lightning-tools) from 5.2.1 to 6.0.0.
- [Release notes](https://github.com/getAlby/js-lightning-tools/releases)
- [Commits](getAlby/js-lightning-tools@v5.2.1...v6.0.0)

---
updated-dependencies:
- dependency-name: "@getalby/lightning-tools"
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2025
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​getalby/​lightning-tools@​5.2.1 ⏵ 6.0.084 +10100100 +193 +4100

View full report

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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants