Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solana-labs/solana-web3.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.30.1
Choose a base ref
...
head repository: solana-labs/solana-web3.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.30.2
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 26, 2021

  1. chore: bump rpc-websockets from 7.4.15 to 7.4.16 in /web3.js (#20975)

    Bumps [rpc-websockets](https://github.com/elpheria/rpc-websockets) from 7.4.15 to 7.4.16.
    - [Release notes](https://github.com/elpheria/rpc-websockets/releases)
    - [Commits](elpheria/rpc-websockets@v7.4.15...v7.4.16)
    
    ---
    updated-dependencies:
    - dependency-name: rpc-websockets
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2021
    Copy the full SHA
    e86913c View commit details
  2. chore: bump @types/node from 16.11.4 to 16.11.6 in /web3.js (#20977)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.4 to 16.11.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2021
    Copy the full SHA
    359d3a4 View commit details
  3. chore: bump @types/sinon from 10.0.5 to 10.0.6 in /web3.js (#20978)

    Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.5 to 10.0.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/sinon"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2021
    Copy the full SHA
    93f2e6d View commit details
  4. chore: bump rollup from 2.58.1 to 2.58.3 in /web3.js (#20979)

    Bumps [rollup](https://github.com/rollup/rollup) from 2.58.1 to 2.58.3.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v2.58.1...v2.58.3)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2021
    Copy the full SHA
    0ce5d25 View commit details

Commits on Oct 27, 2021

  1. fix(build): enable babel-preset-env "bugfixes" compilation

    Allows Babel to compile syntax as close as possible to what's supported by the target browsers listed with Browserslist.
    See https://babeljs.io/docs/en/babel-preset-env#bugfixes
    0xCryptoSheik authored and mvines committed Oct 27, 2021

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    dbc9018 View commit details
  2. fix(build): enable loose (lighter) Babel syntax compilation

    for some safe syntax transforms, assuming public class fields do not
    shadow an existing getter in current class / subclass or superclass.
    Can also be achieved with the setPublicClassFields compiler assumption.
    
    See:
    - https://babeljs.io/docs/en/assumptions#setpublicclassfields
    - https://babeljs.io/docs/en/babel-plugin-proposal-class-properties#loose
    0xCryptoSheik authored and mvines committed Oct 27, 2021

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    7f97574 View commit details
Loading