chore(deps): update all dependencies #147
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.0.1
->^10.0.0
^2.3.0
->^6.0.0
^9.1.0
->^10.0.0
^17.0.7
->^18.0.0
v2
->v3
v3.1.1
->v3.5.1
v4.2.0
->v4.3.0
^10.0.0
->^16.0.0
^7.0.2
->^8.0.0
^12.3.2
->^13.0.0
^5.1.2
->^8.0.0
Release Notes
ethereum-ts/Typechain
v10.1.1
Compare Source
Patch Changes
bbc9656
]v10.1.0
Compare Source
Minor Changes
015abb2
: Added support for inputs wrapped in promise for ethers-v5 target.Patch Changes
63691c4
]v10.0.0
Compare Source
Depends on
typechain ^8.0.0
.Major Changes
3a8a99a
: Directory tree in generated types now reflects the directory tree in the inputs. Also, only the main contracttype is reexported from each file.
This change solves a number of name clashing problems. All generated code can still be imported after updating the
import path.
978490f
: We are not emittingcontractName
fields on contracts and factories anymore.Why?
contractName
breaks polymorphism for example: exact token implementation is not assignable to token interface.What do to?
We are adding optional flag
--discriminate-types
to continue emittingcontractName
.Minor Changes
d86d048
: The method overloads forgetEvent
,getFunction
,decodeFunctionResult
,encodeFunctionData
follow these rules:--always-generate-overloads
is off, just theentities' names are used (without the signature)
disambiguate them
--always-generate-overloads
is on, additional overloads are generated for functions that arenot ambiguous
(that's according to the ethers API - they don't use shorthand naming).
e447bfb
: Added optionalconfig.inputDir
property and--input-dir
flag to control directory structure in generatedtypes. If not set, it's inferred as lowest common path of all ABI files.
a59ae6e
: Preferimport type
in generated files when possible47ab651
: For every event, TypeChain now emits an interface with its named properties.Before
After
Patch Changes
2395289
: ContractFactory subclasses now use explicit "override" modifiers.TypeScript version 4.3 or newer is now required.
975a9dc
: Fix type generation for arrays of nested structs ex:GovernanceMessage.Call[][] calldata _remoteCalls
.Fix structs parser in typechain package. Now only struct tuples are registered.
v9.0.0
Compare Source
Major Changes
92939ea
: Structs will be namespaced using contract name when availableMinor Changes
c2b7c3c
: Added support descrimnated unions to contracts generated by typechainPatch Changes
f22f962
: Events with multiple positional parameters no longer get "undefined" as argument incontract.filters
.dethcrypto/TypeChain#575
d244e41
: Fix event name generation for events with arraysUpdated dependencies [
92939ea
]Updated dependencies [
d244e41
]v8.0.5
Compare Source
Patch Changes
8f7144c
: Constant size with length greater than 4 no longer emit as TypeScript tuples.v8.0.4
Compare Source
Patch Changes
a26ea50
: Constant size struct arrays are now properly supported and don't cause malformed TS emit anymore.a26ea50
]v8.0.3
Compare Source
Patch Changes
a0fba00
: Ethers V5 target doesn't emit unused imports anymore.a0fba00
]v8.0.2
Compare Source
Patch Changes
ba4c18a
: Fix support for constructors with structsv8.0.1
Compare Source
Patch Changes
b989dff
: Fix structs generated as arraysv8.0.0
Compare Source
Major Changes
5c217a6
: Changed emitted event types — named events are now used in Contract methods.0e555af
: Generate types to.ts
files instead of.d.ts
in Ethers v5 and Web3.js targetsMinor Changes
95517e9
: Add support for Solidity structsPatch Changes
a0b3c4b
: Custom generated factories do not require signers nowaacdcb0
: Export EventFilter type along with Event type0ac4921
]95517e9
]33ee803
]actions/cache
v3
Compare Source
actions/setup-node
v3.5.1
: Update @actions/core and Print Node, Npm, Yarn versionsCompare Source
In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.
v3.5.0
: Add support for engines.node and VoltaCompare Source
In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. https://github.com/actions/setup-node/pull/485. Moreover, we added support for Volta
Besides, we updated @actions/core to 1.9.1 and @actions/cache to 3.0.4
v3.4.1
: Fix pnpm output and node-version output issuesCompare Source
In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from
pnpm store path
https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.v3.4.0
: Add support for asdf format and update actions/cache version to 3.0.0Compare Source
In scope of this release we updated
actions/cache
package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output node-version and addednpm-shrinkwrap.json
to dependency file patterns: https://github.com/actions/setup-node/pull/439v3.3.0
: Add support for lts/-n aliasesCompare Source
In scope of this release we added support for
lts/-n
aliases, improve logic forcurrent
,latest
andnode
aliases to handle them fromtoolcache
, updatencc
package.Support of lts/-n aliases
Minor improvements
v3.2.0
: Add current, node, latest aliasesCompare Source
In scope of this release we added new aliases to install the latest Node.js version. https://github.com/actions/setup-node/pull/483
actions/setup-python
v4.3.0
Compare Source
motdotla/dotenv
v16.0.3
Compare Source
Changed
v16.0.2
Compare Source
Added
env-options.js
andcli-options.js
in package.json for use with downstream dotenv-expand modulev16.0.1
Compare Source
Changed
v16.0.0
Compare Source
Added
If you had values containing the backtick character, please quote those values with either single or double quotes.
v15.0.1
Compare Source
Changed
v15.0.0
Compare Source
v15.0.0
is a major new release with some important breaking changes.Added
Changed
#
marks the beginning of a comment (UNLESS the value is wrapped in quotes. Please update your.env
files to wrap in quotes any values containing#
. For example:SECRET_HASH="something-with-a-#-hash"
)...Understandably, (as some teams have noted) this is tedious to do across the entire team. To make it less tedious, we recommend using dotenv cli going forward. It's an optional plugin that will keep your
.env
files in sync between machines, environments, or team members.Removed
v14.3.2
Compare Source
Changed
#
🐞 (#603)v14.3.1
Compare Source
Changed
v14.3.0
Compare Source
Added
multiline
option 🎉 (#486)v14.2.0
Compare Source
Added
dotenv_config_override
cli optionDOTENV_CONFIG_OVERRIDE
command line env optionv14.1.1
Compare Source
Added
v14.1.0
Compare Source
Added
override
option 🎉 (#595)v14.0.1
Compare Source
Added
.env
file (#594)v14.0.0
Compare Source
Added
v13.0.1
Compare Source
Changed
v13.0.0
Compare Source
Added
config.js
(#539)v12.0.4
Compare Source
Changed
v12.0.3
Compare Source
Changed
v12.0.2
Compare Source
Changed
v12.0.1
Compare Source
Changed
v12.0.0
Compare Source
Removed
Changed
v11.0.0
Compare Source
Changed
typicode/husky
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
What's Changed
Feats
husky -
prefix to logged global error messages by @joshbalfour in https://github.com/typicode/husky/pull/1092PATH
when command not found to improve debuggability$HUSKY=0
Fixes
/usr/bin/env sh
instead of direct path ofsh
by @skhaz in https://github.com/typicode/husky/pull/1051./husky.sh
by @hyperupcall in https://github.com/typicode/husky/pull/1104basename
/dirname
to treat$0
as an argument by @mataha in https://github.com/typicode/husky/pull/1132git.io
links by @renbaoshuo in https://github.com/typicode/husky/pull/1136Docs
npx --no-install
option withnpx --no
by @sibiraj-s in https://github.com/typicode/husky/pull/1070pnpm
installation by @MohamadKh75 in https://github.com/typicode/husky/pull/1139Chore
okonet/lint-staged
v13.0.4
Compare Source
Bug Fixes
v13.0.3
Compare Source
Bug Fixes
v13.0.2
Compare Source
Bug Fixes
--diff
and--diff-filter
options when checking task modifications (1a5a66a)v13.0.1
Compare Source
Bug Fixes
process.kill
when killing tasks on failure (f2c6bdd)Performance Improvements
EventsEmitter
instead ofsetInterval
for killing tasks on failure (c508b46)v13.0.0
Compare Source
Bug Fixes
execa@^6.1.0
(659c85c)yaml@^2.1.1
(2750a3d)Features
BREAKING CHANGES
lint-staged
will no longer support Node.js 12, which is EOL since 30 April 2022v12.5.0
Compare Source
Bug Fixes
--config <path>
(641d1c2)--diff
option (d4da24d)Features
--diff-filter
option for overriding list of (staged) files (753ef72)--diff
option for overriding list of (staged) files (35fcce9)v12.4.3
Compare Source
Bug Fixes
v12.4.2
Compare Source
Bug Fixes
v12.4.1
Compare Source
Bug Fixes
v12.4.0
Compare Source
Bug Fixes
parseGitZOutput
(a118817)Features
--max-arg-length
cli option (e8291b0)v12.3.8
Compare Source
Bug Fixes
v12.3.7
Compare Source
Bug Fixes
--silent
andFORCE_COLOR
settings (d327873)v12.3.6
Compare Source
Bug Fixes
v12.3.5
Compare Source
Bug Fixes
v12.3.4
Compare Source
Bug Fixes
package.json
to exports (#1059) (3395150)v12.3.3
Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.