pizza-777 / everscale-solidity-vscode-extension

VSCode extension for Solidity language for developing smart contracts on TVM-compatible blockchains.
Apache License 2.0
9 stars 0 forks source link

Bump everdev from 1.4.1 to 1.5.0 #21

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps everdev from 1.4.1 to 1.5.0.

Release notes

Sourced from everdev's releases.

Version: 1.5.0

[1.5.0] - 2022-11-16

New

  • Support for *.tsol extension in Solidity compiler.
  • Ability to specify contract arguments from json files in form of @file or @file@field.
Changelog

Sourced from everdev's changelog.

[1.5.0] - 2022-12-23

New

  • Support for *.tsol extension in Solidity compiler.
  • Ability to specify contract arguments from json files in form of @file or @file@field.
Commits
  • 91f66c9 Merge pull request #146 from tonlabs/1.5.0-rc
  • eede59d Version 1.5.0
  • e4c43d7 Merge pull request #145 from tonlabs/SDK-4205-add-ability-to-pass-contract-pa...
  • 2379412 fix filename in the test
  • 7e9f99b NEW: increase appkit dependency. (SDK-4205)
  • bec1e53 Merge remote-tracking branch 'origin/1.5.0-rc' into SDK-4205-add-ability-to-p...
  • 0e75cca Merge pull request #144 from tonlabs/SDK-4227-support-tsol-extention-files-sa...
  • 9959f03 NEW: Ability to specify contract arguments from json files in form of @file...
  • a8fee12 Extract utilities for solidity tool to separate file
  • 376e123 NEW: support for .tsol extension (SDK-4227)
  • See full diff in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 1 year ago

Superseded by #22.