Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Snyk] Upgrade abitype from 0.9.10 to 0.10.3 #4

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

Conversation

snyk-io[bot]
Copy link

@snyk-io snyk-io bot commented May 23, 2024

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


Snyk has created this PR to upgrade abitype from 0.9.10 to 0.10.3.

ℹ️ 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 27 versions ahead of your current version.

  • The recommended version was released 6 months ago, on 2023-11-29.

Release notes
Package name: abitype
  • 0.10.3 - 2023-11-29

    Patch Changes

  • 0.10.2 - 2023-10-29

    Patch Changes

  • 0.10.1 - 2023-10-12

    Patch Changes

  • 0.10.0 - 2023-10-11

    Minor Changes

    • #198 a12abfd Thanks @ tmm! - Breaking: Renamed 'abitype/test' entrypoint to 'abitype/abis'.

      - import { erc20Abi } from 'abitype/test'
      + import { erc20Abi } from 'abitype/abis'

      Breaking: Removed zeroAddress export from 'abitype/abis'. You can copy it directly into your project if you still need to use it.

      - import { zeroAddress } from 'abitype/abis'
      + export const zeroAddress = '0x0000000000000000000000000000000000000000' as const

      Breaking: Renamed Config, DefaultConfig, and ResolvedConfig to Register, DefaultRegister, and ResolvedRegister respectively.

      - import { Config, DefaultConfig, ResolvedConfig } from 'abitype'
      + import { Register, DefaultRegister, ResolvedRegister } from 'abitype'

      To configure ABIType, target Register instead of Config:

      declare module 'abitype' {
      - export interface Config {
      + export interface Register {
          BigIntType: bigint & { foo: 'bar' }
        }
      }
  • 0.10.0-canary.20231009T163000 - 2023-10-09
  • 0.10.0-canary.20231009T162603 - 2023-10-09
  • 0.10.0-canary.20231003T155507 - 2023-10-03
  • 0.10.0-canary.20231003T155159 - 2023-10-03
  • 0.10.0-canary.20230818T155013 - 2023-08-18
  • 0.10.0-canary.20230818T154540 - 2023-08-18
  • 0.10.0-canary.20230817T072055 - 2023-08-17
  • 0.10.0-canary.20230817T071453 - 2023-08-17
  • 0.10.0-canary.20230808T104015 - 2023-08-08
  • 0.10.0-canary.20230728T073407 - 2023-07-28
  • 0.10.0-canary.20230728T070827 - 2023-07-28
  • 0.10.0-canary.20230722T050005 - 2023-07-22
  • 0.10.0-canary.20230721T224834 - 2023-07-21
  • 0.10.0-canary.20230721T224227 - 2023-07-21
  • 0.10.0-canary.20230721T223822 - 2023-07-21
  • 0.10.0-canary.20230718T192634 - 2023-07-18
  • 0.10.0-canary.20230718T192117 - 2023-07-18
  • 0.10.0-canary.20230712T202658 - 2023-07-12
  • 0.10.0-canary.20230712T202156 - 2023-07-12
  • 0.10.0-canary.20230712T161506 - 2023-07-12
  • 0.10.0-canary.20230712T160300 - 2023-07-12
  • 0.10.0-canary.20230710T162259 - 2023-07-10
  • 0.10.0-canary.20230703T192812 - 2023-07-03
  • 0.9.10 - 2023-10-09

    Patch Changes

    • #194 380c9d9 Thanks @ mathieu-bour! - Changed the following types to readonly in zod package:

      • AbiContructor.inputs
      • AbiError.inputs
      • AbiEvent.inputs
      • AbiFunction.inputs / AbiFunction.outputs
from abitype GitHub release notes

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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Note: This is a default PR template raised by Snyk. Find out more about how you can customise Snyk PRs in our documentation.

Snyk has created this PR to upgrade abitype from 0.9.10 to 0.10.3.

See this package in npm:
abitype

See this project in Snyk:
https://app.snyk.io/org/hawthorne001/project/705f9139-5b03-4ef6-92ed-d960847a53e1?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants