Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2022 09 21 #262

Merged
merged 11 commits into from
Sep 21, 2022
Merged

Release/2022 09 21 #262

merged 11 commits into from
Sep 21, 2022

Conversation

antico5
Copy link
Collaborator

@antico5 antico5 commented Sep 20, 2022

0.5.3 - 2022-09-21

Added

  • Added support for remappings.txt file (#237)
  • Add forge formatter as a formatting option (#239)
  • Auto insert semicolon on import completion (#104)

Fixed

  • Opening hardhat.config file fails on vscode web (#227)
  • Incorrect diagnostic ranges on files with multibyte unicode characters (#248)

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2022

Codecov Report

Merging #262 (517fc99) into main (2bcb7b2) will decrease coverage by 0.33%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #262      +/-   ##
==========================================
- Coverage   70.68%   70.34%   -0.34%     
==========================================
  Files         169      169              
  Lines        4073     4128      +55     
  Branches      711      725      +14     
==========================================
+ Hits         2879     2904      +25     
- Misses        968      993      +25     
- Partials      226      231       +5     
Impacted Files Coverage Δ
src/parser/analyzer/resolver/index.ts 58.33% <0.00%> (-41.67%) ⬇️
...rc/services/validation/worker/build/solcCompile.ts 58.82% <0.00%> (-41.18%) ⬇️
...c/services/initialization/indexWorkspaceFolders.ts 77.06% <0.00%> (-9.90%) ⬇️
src/services/validation/validate.ts 98.87% <0.00%> (-1.13%) ⬇️
src/parser/analyzer/NoProject.ts 85.71% <0.00%> (ø)
src/parser/common/types/index.ts 90.90% <0.00%> (ø)
src/parser/analyzer/HardhatProject.ts 100.00% <0.00%> (ø)
src/parser/analyzer/WorkspaceFileRetriever.ts 0.00% <0.00%> (ø)
...ices/validation/convertHardhatErrorToDiagnostic.ts 100.00% <0.00%> (ø)
src/services/completion/getImportPathCompletion.ts 91.45% <0.00%> (+0.22%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@socket-security
Copy link

socket-security bot commented Sep 20, 2022

Socket Security Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 New install scripts detected

A dependency change in this PR is introducing new install scripts to your install step.

Package Script field Location
core-js-pure@3.25.2 (upgraded) postinstall test/integration/projects/main/package.json via hardhat@2.9.1, @ethereumjs/vm@5.9.3,test/integration/projects/remappings/package.json via hardhat@2.9.1, @ethereumjs/vm@5.9.3
Socket.dev scan summary
Issue Status
Did you mean? ✅ no new possible package typos
Install scripts ⚠️ 1 new install script detected
Telemetry ✅ no new telemetry
Troll package ✅ no new troll packages
Malware ✅ no new malware
Native code ✅ no new native modules
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore core-js-pure@3.25.2

⚠️ Please accept the latest app permissions to ensure bot commands work properly. Accept the new permissions here.

Powered by socket.dev

Copy link
Member

@kanej kanej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have done manual smoke tests on windows and in docker.

Update the package version and changelog for the `0.5.3 - 2022-09-21`  release.
@antico5 antico5 changed the title Release/2022 09 20 Release/2022 09 21 Sep 21, 2022
@antico5 antico5 merged commit cdbfd01 into main Sep 21, 2022
@antico5 antico5 deleted the release/2022-09-20 branch September 21, 2022 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants