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:2023-05-03 #479

Merged
merged 7 commits into from
May 3, 2023
Merged

release:2023-05-03 #479

merged 7 commits into from
May 3, 2023

Conversation

kanej
Copy link
Member

@kanej kanej commented May 3, 2023

0.7.1 - 2023-05-03

Fixed

  • Support absolute path remappings on foundry projects (#476)
  • Stop Truffle initialization errors escaping adapter context (#473)
  • Fix sync forge fmt calls that block the langauge server (#462)
  • Fix node 14 support for the language server (#461)

antico5 and others added 7 commits April 28, 2023 12:28
Instead of passing Ape/Truffle/Foundry initialization errors to sentry, we log for the user only.

We don't rethrow truffle project errors, matching the pattern used in other adapters.

Resolves #473.
Replaced path.join with path.resolve when parsing remappings to allow for absolute path remappings.

Fixes #476
Update the package version and changelog for the `0.7.1 - 2023-05-03`
release.
@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

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@* or ignore all packages with @SocketSecurity ignore-all

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

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

🚮 Removed packages: @nomicfoundation/solidity-language-server@0.7.0

@codecov-commenter
Copy link

codecov-commenter commented May 3, 2023

Codecov Report

Merging #479 (c420433) into main (ada125e) will decrease coverage by 0.33%.
The diff coverage is n/a.

❗ Current head c420433 differs from pull request most recent head a8f1419. Consider uploading reports for the commit a8f1419 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main     #479      +/-   ##
==========================================
- Coverage   53.65%   53.33%   -0.33%     
==========================================
  Files         187      187              
  Lines        4799     4813      +14     
  Branches      790      791       +1     
==========================================
- Hits         2575     2567       -8     
- Misses       1991     2009      +18     
- Partials      233      237       +4     

see 7 files with indirect coverage changes

@kanej kanej merged commit 9cfb24b into main May 3, 2023
@kanej kanej deleted the release/2023-05-03 branch May 3, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants