Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Update dev dependencies (major) (major) #139

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ethereum-waffle/chai 3.4.4 -> 4.0.10 age adoption passing confidence
@typechain/ethers-v5 10.1.0 -> 11.1.2 age adoption passing confidence
@types/mocha (source) 9.1.1 -> 10.0.6 age adoption passing confidence
@types/node (source) 17.0.21 -> 20.12.7 age adoption passing confidence
@types/object-hash (source) 2.2.1 -> 3.0.6 age adoption passing confidence
c8 7.12.0 -> 9.1.0 age adoption passing confidence
chai (source) 4.3.6 -> 5.1.0 age adoption passing confidence
ts-patch 2.0.2 -> 3.1.2 age adoption passing confidence
typescript (source) 4.7.4 -> 5.4.5 age adoption passing confidence

Release Notes

EthWorks/Waffle (@​ethereum-waffle/chai)

v4.0.10

Compare Source

Patch Changes

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

Patch Changes
  • f93abe9: Move call history injection logic to hardhat plugin
  • 9602243: 👔 revertedWith().withArgs no longer fails for uint values exceeding JavaScript's max int limit
  • b54c6b9: Add delta to balance changing matchers
  • 64707ae: Allow special characters in revertedWith regex
  • 702c6ab: 🗾 Extend matching of Hardhat revert reasons
  • a0f721a: Move ethers to peer deps
  • f6d240e: 🛶 Updates for hardhat v2.11
  • Updated dependencies [ee1d1b8]
  • Updated dependencies [a0f721a]

v4.0.7

Compare Source

Patch Changes

v4.0.6

Compare Source

Patch Changes

v4.0.5

Compare Source

Patch Changes

v4.0.4

Compare Source

Patch Changes

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes

v4.0.1

Compare Source

Patch Changes

v4.0.0

Patch Changes
ethereum-ts/Typechain (@​typechain/ethers-v5)

v11.1.2

Compare Source

Patch Changes
  • Updated dependencies [3469800]
    • typechain@8.3.2

v11.1.1

Compare Source

Patch Changes
  • Updated dependencies [9107713]
    • typechain@8.3.1

v11.1.0

Compare Source

Minor Changes
  • c4720b9: fix tuples in event signatures and also arrays of tuples in functions
Patch Changes
  • Updated dependencies [c4720b9]
    • typechain@8.3.0

v11.0.1

Compare Source

Patch Changes
  • Updated dependencies [cd4bb0f]
    • typechain@8.2.1

v11.0.0

Compare Source

Major Changes
Minor Changes
  • 15541e4: Support for nodenext style import paths with new CLI flag: --node16-modules
Patch Changes
  • Updated dependencies [15541e4]
    • typechain@8.2.0

v10.2.1

Compare Source

Patch Changes
  • 5b0759d: Remove obsolete peer dependency @ethersproject/bytes@^5.0.0 from target-ethers-v5
  • a036651: Fix for unused type in new ethers-v5 codegen

v10.2.0

Compare Source

Minor Changes
  • 31e6957: Add const assertion for exported ABI

v10.1.1

Compare Source

Patch Changes
  • Updated dependencies [bbc9656]
    • typechain@8.1.1
bcoe/c8 (c8)

v9.1.0

Compare Source

Features
Bug Fixes
  • refactor: remove stale check for createDynamicModule (5e18365)

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • build: minimum Node.js version is now 14.14.0
Features
  • build: minimum Node.js version is now 14.14.0 (2cdc86b)
  • deps: update foreground-child to promise API (#​512) (b46b640)
  • deps: use Node.js built in rm (2cdc86b)

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • dropped Node 10 support (#​475)
Miscellaneous Chores

v7.14.0

Compare Source

Features
  • added a new CLI arg --merge-async to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#​469) (45f2f84)

v7.13.0

Compare Source

Features
chaijs/chai (chai)

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

nonara/ts-patch (ts-patch)

v3.1.2

Compare Source

v3.1.1

Compare Source

v3.1.0

Compare Source

Features
Bug Fixes
  • TsExtras 'ts' type registering as 'any' (fixes #​127) (069411e)
  • tsp.currentLibrary was not set (detail) (24d8031)
3.0.2 (2023-07-20)
Bug Fixes
  • Plugins returning TransformerBasePlugin not supported (fixes #​113) (12ee3a2)
3.0.1 (2023-06-22)
Bug Fixes
  • Added explicit error if ts is patched and cached backup is removed (ac25743)
  • ESM temp files not cleaned up (8802054)
  • Lock file deletion check (#​102) (cacf908)

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

⚠ BREAKING CHANGES
Features
  • Added Live Compiler (on-the-fly, in-memory patching), which allows ttypescript migration
  • Added experimental ES Module support (closes #​58)
  • Added mutex locks (closes #​75)
  • Updated to support TS v5+ (closes #​83 closes #​93)
  • Added caching
Bug Fixes
  • Fixed patching for non-standard libraries (cannot guarantee they will work as expected in IDEs) (closes #​85)

v2.1.0

Compare Source

Features
  • Updated to support TS 4.9 (26f6099)
2.0.2 (2022-08-10)
Changes
2.0.1 (2021-11-01)
Bug Fixes
  • Corrected path error in previous release (7c56d56)
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.3.2: TypeScript 5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.4: TypeScript 5.0.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.0.3: TypeScript 5.0.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are ava


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@coveralls
Copy link
Collaborator

Coverage Status

Coverage decreased (-0.0008%) to 96.9% when pulling 2681ec4 on renovate/major-dev-dependencies-(major) into 221dfef on dev.

@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 2681ec4 to a85bf61 Compare October 25, 2022 00:21
@renovate renovate bot changed the title chore(deps): update dependency @types/mocha to v10 chore(deps): update dev dependencies (major) (major) Oct 25, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 4 times, most recently from 9f59195 to 939232a Compare November 1, 2022 11:52
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 3 times, most recently from 354088b to 53468b2 Compare November 28, 2022 22:51
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 8 times, most recently from 3be6b66 to 6d5de52 Compare December 6, 2022 22:58
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 4 times, most recently from 44f70b8 to 29f9d43 Compare December 13, 2022 23:46
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 29f9d43 to 9a209cf Compare December 16, 2022 23:17
@renovate renovate bot changed the title chore(deps): update dev dependencies (major) (major) Update dev dependencies (major) (major) Dec 17, 2022
@renovate renovate bot changed the title Update dev dependencies (major) (major) chore(deps): update dev dependencies (major) (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 9a209cf to bbc0b15 Compare December 17, 2022 23:08
@renovate renovate bot changed the title chore(deps): update dev dependencies (major) (major) Update dev dependencies (major) (major) Dec 18, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from bbc0b15 to 12f4cbb Compare December 19, 2022 17:23
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 12f4cbb to de57ecf Compare December 26, 2022 20:27
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from de57ecf to 0df20b2 Compare January 26, 2023 16:12
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 3 times, most recently from 0e96bff to 9f00f7c Compare January 17, 2024 08:13
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 8 times, most recently from 86f318a to 9e1f14b Compare January 31, 2024 00:48
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 3 times, most recently from 2198255 to 95b7c4b Compare February 1, 2024 18:47
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 4 times, most recently from 601ad44 to 1251461 Compare February 15, 2024 16:55
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 4 times, most recently from d38f691 to 427dea5 Compare February 29, 2024 16:37
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 2 times, most recently from 789ef12 to 5ec30e1 Compare March 8, 2024 17:05
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch 2 times, most recently from ecbce1b to 4d2a247 Compare April 9, 2024 23:17
@renovate renovate bot force-pushed the renovate/major-dev-dependencies-(major) branch from 4d2a247 to 7f4ade7 Compare April 10, 2024 17:05
@trajan0x
Copy link
Contributor

Thanks for the contribution, but this repo is now deprecated and remaining issues being closed. The next iteration of the sdk can be found here

@trajan0x trajan0x closed this Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants