Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2025

Removes axios. It's no longer used after updating ancestor dependency near-cli. These dependencies need to be updated together.

Removes axios

Updates near-cli from 3.4.2 to 4.0.13

Release notes

Sourced from near-cli's releases.

4.0.11

Fix small issue where near-cli will fail if a function call key was added without specifying methods

v4.0.10

  • Ledger support is back
  • Multiple minor error fixes

v4.0.5

Small fix: generate-key now correctly shows the implicit account. Before, it was shown as an array (i.e. 128, 15, 53, ...) instead of as an account (i.e. fb9u31....`)

v4.0.4

Bring back validators and stake commands

v4.0.1

Small fix: when near call fails, the process throws an error (before it would simply log something and exit successfully)

v4.0.0

The major change at the code level is that the project was re-organized to make simpler to maintain: - All commands are now in the commands folder - Added multiple tests (all now running directly on testnet) - All packages were updated (node v16 is now the minimum version, which is understandable) - Errors are now handled on each command, and not through some obscure middleware.

In terms of usability, the complexity of near-cli was reduced by removing a couple of features: - Removed analytics - Breaking: removed x-api option - Breaking: removed stake command - Breaking: removed all evm commands - Breaking: Removed all Ledger support - Breaking: removed all validator commands - Breaking: removed walletUrl, nodeUrl and helperUrl options - Breaking: removed dev-deploy command. Users must now create an account (can fund it with a faucet) and deploy to it.

The following fixes were implemented:

  • create-account can now create sub-accounts and .testnet/.near accounts and fund them with an existing account or with a faucet service
  • Default wallet is now MyNearWallet install of NearWallet
  • Removed global flags, since they were not so global at all.. now each command has only the strict and necessary flags that it needs
  • Fixed --networkId flag, now it works as expected (i.e. switches network) in all relevant commands
  • Many commands were renamed, but aliases are set in place for retro-compatibility.
  • The generate-key command does not save the key by default, now it needs the --saveImplicit flag to save the key. Also, it does not overwrite the key if it exists, it needs the --force flag for that.

v3.5.0

Sets mynearwallet.com as the default wallet, since wallet.near.org is now deprecated

Commits
Maintainer changes

This version was pushed to npm by gagdiez, a new releaser for near-cli since your current version.


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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [near-cli](https://github.com/near/near-cli). These dependencies need to be updated together.


Removes `axios`

Updates `near-cli` from 3.4.2 to 4.0.13
- [Release notes](https://github.com/near/near-cli/releases)
- [Changelog](https://github.com/near/near-cli/blob/master/CHANGELOG.md)
- [Commits](near/near-cli@v3.4.2...v4.0.13)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: near-cli
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants