Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps @lukso/lsp-smart-contracts from 0.6.2 to 0.13.0.

Release notes

Sourced from @​lukso/lsp-smart-contracts's releases.

lsp-smart-contracts: v0.13.0

0.13.0 (2023-11-30)

⚠ BREAKING CHANGES

  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806)
  • add set/getTokenIdData functions in LSP8 (#808)
  • Add batchCalls(...) to LSP7 & LSP8 (#810)
  • Change Operator event names in LSP7 and LSP8 (#809)

Features

  • Add batchCalls(...) to LSP7 & LSP8 (#810) (be46796)
  • add set/getTokenIdData functions in LSP8 (#808) (642da9d)
  • extract verification metadata (#802) (15cc284)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806) (9ee6558)

Code Refactoring

  • Change Operator event names in LSP7 and LSP8 (#809) (07c56c1)
  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814) (6a5ea06)

v0.12.1

0.12.1 (2023-11-07)

Bug Fixes

  • [L-01] Return bytes directly in LSP6 _executePayload, to prevent data loss (#784) (fd23a24)
  • [M-02] reset _renounceOwnershipStartedAt on acceptOwnership(..) in LSP14 (#775) (5d8a7af)
  • [M-03] allow setting 21 bytes under LSP17Extension data key in LSP6KeyManager (#777) (8f1fb95)
  • [M-04 + L-02] improve empty call type checks for selector 0x00000000 (#776) (78bb1e7)
  • Adjust missing verificationData and verificationFunction (#788) (bff93e7)

Miscellaneous

  • add notice in Natspec for isValidSignature (#787) (c1574a8)
  • adjust Natspec comments + use mixedCase name for modifier (#786) (e7ef125)
  • bootstrap releases for path: . + add Version.sol in file to update version for (#785) (c0090c6)
  • Refactor verification (4ff7b6f)

v0.12.0

0.12.0 (2023-10-30)

⚠ BREAKING CHANGES

  • Optional LSP1 Notification on revokeOperator(..) #2 (#767)

... (truncated)

Changelog

Sourced from @​lukso/lsp-smart-contracts's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.13.0 (2023-11-30)

⚠ BREAKING CHANGES

  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814)
  • Add batchCalls(...) to LSP7 & LSP8 (#810)
  • Change Operator event names in LSP7 and LSP8 (#809)
  • add set/getTokenIdData functions in LSP8 (#808)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806)

Features

  • Add batchCalls(...) to LSP7 & LSP8 (#810) (be46796)
  • add set/getTokenIdData functions in LSP8 (#808) (642da9d)
  • set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806) (9ee6558)
  • extract verification metadata (#802) (15cc284)

Code Refactoring

  • Change Operator event names in LSP7 and LSP8 (#809) (07c56c1)
  • Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814) (6a5ea06)

0.12.1 (2023-11-07)

Bug Fixes

  • [L-01] Return bytes directly in LSP6 _executePayload, to prevent data loss (#784) (fd23a24)
  • [M-02] reset _renounceOwnershipStartedAt on acceptOwnership(..) in LSP14 (#775) (5d8a7af)
  • [M-03] allow setting 21 bytes under LSP17Extension data key in LSP6KeyManager (#777) (8f1fb95)
  • [M-04 + L-02] improve empty call type checks for selector 0x00000000 (#776) (78bb1e7)
  • Adjust missing verificationData and verificationFunction (#788) (bff93e7)

Miscellaneous

  • add notice in Natspec for isValidSignature (#787) (c1574a8)
  • adjust Natspec comments + use mixedCase name for modifier (#786) (e7ef125)
  • bootstrap releases for path: . + add Version.sol in file to update version for (#785) (c0090c6)
  • Refactor verification (4ff7b6f)

0.12.0 (2023-10-30)

⚠ BREAKING CHANGES

  • Optional LSP1 Notification on revokeOperator(..) #2 (#767)
  • replace ValueReceived with UniversalReceiver (#759)
  • Allows ERC725X.executeBatch path in LSP6 Key Manager (#760)

... (truncated)

Commits
  • 5c559e6 Merge pull request #816 from lukso-network/release-please--branches--main--co...
  • 4e5a578 chore(main): release lsp-smart-contracts 0.12.0
  • f6b0fc4 Merge pull request #818 from lukso-network/develop
  • 1bd2f5f chore: release 0.13.0 (#817)
  • 4786e50 Merge pull request #815 from lukso-network/develop
  • 3e1156e Merge branch 'main' into develop
  • f648ef4 ci: run manifest command to update extra files (#801)
  • 6a5ea06 refactor!: Emit full DataChanged Event in LSP0 and LSP7, LSP8 (#814)
  • 9ee6558 feat!: set LSP4TokenType on deployment of LSP7/8 Digital Assets (#806)
  • 642da9d feat!: add set/getTokenIdData functions in LSP8 (#808)
  • 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 [@lukso/lsp-smart-contracts](https://github.com/lukso-network/lsp-smart-contracts) from 0.6.2 to 0.13.0.
- [Release notes](https://github.com/lukso-network/lsp-smart-contracts/releases)
- [Changelog](https://github.com/lukso-network/lsp-smart-contracts/blob/lsp-smart-contracts-v0.13.0/CHANGELOG.md)
- [Commits](lukso-network/lsp-smart-contracts@v0.6.2...lsp-smart-contracts-v0.13.0)

---
updated-dependencies:
- dependency-name: "@lukso/lsp-smart-contracts"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link

vercel bot commented Dec 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-badmintion ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2023 9:07am

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #50.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat/lukso/lsp-smart-contracts-0.13.0 branch December 11, 2023 09:04
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.

0 participants