arc.js_legacy
arc.js_legacy copied to clipboard
Bump json5 and truffle-hdwallet-provider
Removes json5. It's no longer used after updating ancestor dependency truffle-hdwallet-provider. These dependencies need to be updated together.
Removes json5
Updates truffle-hdwallet-provider from 0.0.6 to 1.0.17
Release notes
Sourced from truffle-hdwallet-provider's releases.
v5.3.13 – Life is like...
I guess it's true: you never know what you're going to get! 💝
This release fixes a bug to
truffle unboxthat caused community Truffle Boxes to fail to download. Thanks@CaleTeeterand@patrickalphacfor identifying this problem.Apologies to anyone who ran into this bug... hope this fixes things for you! 🙇
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle npm install -g truffleChangelog
Bug fixes
- Fix unbox to remove repo name restriction (#4145 by
@cds-amal)Internal improvements
- Allow a few missing values in artifactor/compile-common internals (#4126 by
@bergarces)v5.3.11 – Mrs. Malinda Russell's Rich Black Cake 🍰
Salutations and happy Friday! 👋🏾
We have another release for you! This week offers a couple of bug fixes, internal improvements and version updates.
truffle unboxwill now recognize branches that have slashes, liketruffle unbox <orgOrName>/repo#branch/with/slashes. In case you didn't know you can create your own Truffle boxes which is a great way to bootstrap your Truffle project: hooray! :tada:Enjoy, and as always please feel free to reach out through one of these resources.
Changelog
Fixes
- Handle unbox with slashes in branch name Fix/unbox 1676 (#4088 by
@cds-amal)- Remove --network option from
truffle compile(#4116 by@cds-amal)Dependency updates
- Update highlightjs-solidity to
v1.1.1(#4111 by@haltman-at)- Upgrade
@truffle/codec's typedoc tov0.20.36(#4112 by@gnidan)Internal improvements
- Fix/testy rejections (#4118 by
@cds-amal)- Make consistent use of
import typein most TS packages (#4110 by@haltman-at)
Commits
1f1ddf0Publishc84abb0Merge pull request #2325 from trufflesuite/org-scopingd327273Add truffle org to permission checkingb78a8c8Update release script to specify --access=public3e962a5mv truffle-solidity-utils@truffle/solidity-utilsd8279c9Merge pull request #2322 from trufflesuite/fabricEvmJobd655c55Merge branch 'develop' of https://github.com/trufflesuite/truffle into fabric...70a53d1update fabric-evm migrations scenario source config (sources/migrations/fabri...9878200grep only@fabric-evmtests for fabric-evm job (truffle/scripts/test.sh)664ba2areconvert networkID number to hex & strip prepended 0x to match fabric-evm ch...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.