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

[Snyk] Upgrade @taquito/taquito from 19.2.0 to 19.2.1 #1882

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chaitanyapotti
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade @taquito/taquito from 19.2.0 to 19.2.1.

ℹ️ 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.


  • The recommended version is 4 versions ahead of your current version.

  • The recommended version was released on 2 months ago.

Release notes
Package name: @taquito/taquito
  • 19.2.1 - 2024-05-15

    Summary

    New Features

    • Updated Beacon version to v4.2.2, this Beacon version includes Paris protocol type definitions

    ⚠️ Breaking Changes ⚠️

    Beacon Migration

    As of Beacon version 4.2.0, Beacon have migrated from using dAppClient.getActiveAccount() to using an event subscription method BeaconEvent.ACTIVE_ACCOUNT_SET for handling active account changes.

    IF YOU ARE STILL USING THE eventHandlers PROPERTY WHEN INITIALIZING A DAPP CLIENT, PLEASE UPDATE YOUR CODE.

    const wallet = new BeaconWallet(options);
    await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, (data) => {
        // your logic to update your state
        console.log(data.address);
        console.log(data.network.type);
    });
    await wallet.requestPermissions();
    

    For a more detailed migration guide, please refer to this document

    Internals

    • Updated @ taquito/beacon-wallet to use subscribeToEvent() instead of getActiveAccount() #2958
  • 19.2.1-beta.2 - 2024-05-10

    Summary

    New Features

    • Updated Beacon version to v4.2.2-beta.4, this Beacon version includes Paris protocol type definitions

    ⚠️ Breaking Changes ⚠️

    Beacon Migration

    As of Beacon version 4.2.0, Beacon have migrated from using dAppClient.getActiveAccount() to using an event subscription method BeaconEvent.ACTIVE_ACCOUNT_SET for handling active account changes.

    IF YOU ARE STILL USING THE eventHandlers PROPERTY WHEN INITIALIZING A DAPP CLIENT, PLEASE UPDATE YOUR CODE.

    const wallet = new BeaconWallet(options);
    await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, (data) => {
        // your logic to update your state
        console.log(data.address);
        console.log(data.network.type);
    });
    await wallet.requestPermissions();
    

    For a more detailed migration guide, please refer to this document

  • 19.2.1-beta.1 - 2024-04-30

    Summary

    New Features

    • Updated Beacon version to v4.2.2-beta.3

    ⚠️ Breaking Changes ⚠️

    Beacon Migration

    As of Beacon version 4.2.0, Beacon have migrated from using dAppClient.getActiveAccount() to using an event subscription method BeaconEvent.ACTIVE_ACCOUNT_SET for handling active account changes.

    IF YOU ARE STILL USING THE eventHandlers PROPERTY WHEN INITIALIZING A DAPP CLIENT, PLEASE UPDATE YOUR CODE.

    const wallet = new BeaconWallet(options);
    await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, (data) => {
        // your logic to update your state
        console.log(data.address);
        console.log(data.network.type);
    });
    await wallet.requestPermissions();
    

    For a more detailed migration guide, please refer to this document

  • 19.2.1-beta.0 - 2024-04-25

    Summary

    ⚠️ Breaking Changes ⚠️

    Beacon Migration

    As of Beacon version 4.2.0, Beacon have migrated from using dAppClient.getActiveAccount() to using an event subscription method BeaconEvent.ACTIVE_ACCOUNT_SET for handling active account changes.

    IF YOU ARE STILL USING THE eventHandlers PROPERTY WHEN INITIALIZING A DAPP CLIENT, PLEASE UPDATE YOUR CODE.

    const wallet = new BeaconWallet(options);
    await wallet.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, (data) => {
        // your logic to update your state
        console.log(data.address);
        console.log(data.network.type);
    });
    await wallet.requestPermissions();
    

    For a more detailed migration guide, please refer to this document

    New Features

    Documentation

    • Updated Beacon wallet documentation method order on Taquito docs PR#2913
    • Updated README for the Beacon wallet package #2908
    • Fixed broken links in documentation PR#2903
    • Fixed typos in documentation PR#2901

    Internals

    • Migrated Taquito test dapp deployment to CF pages PR#2894
    • Integration test improvements PR#2897
    • Updated Ledger versions PR#2902
  • 19.2.0 - 2024-04-08
from @taquito/taquito GitHub release notes

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:

Snyk has created this PR to upgrade @taquito/taquito from 19.2.0 to 19.2.1.

See this package in npm:
@taquito/taquito

See this project in Snyk:
https://app.snyk.io/org/chai/project/19a42495-7e59-4973-95e0-414ce14b4003?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants