-
Notifications
You must be signed in to change notification settings - Fork 47
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 02 20 12 00 #400
Conversation
…abled flag (#379) * refactor: change state and notifications to have a single telemetryEnabled flag * fix: block transactions behind telemetry flag --------- Co-authored-by: John Kane <john@kanej.me>
* optimization: only analyze local files on initialization * extract lookup to function
This is a nomic wide change. Now that npm supports workspaces we can leverage it and drop the requirement for `yarn`. To enable all analyzer deps across platforms to be installed we have included a `.npmrc` with the force flag. The versions of `@types/node` have been changed to be consistent.
The generation of the vsix file is based on the package.json, this is now the client package.json. The client takes the server as a workspace dependency. The bundling operates within client on the server package through `node_modules`. To support the CI on testing an ugly hack is needed to force install the windows ia32 version of the solidity analyzer. This is the architecture that vscode extension host claims to run under, though the windows arch according to node will be x64. This hack is in the root package.json as a `postinstall` script.
Socket Security Pull Request ReportDependency issues detected: If you merge this pull request, you will not be alerted to the instances of these issues again. 📜 Install scriptsInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with
Powered by socket.dev |
Update the package version and changelog for the `0.6.10 - 2023-02-20` release.
5ea9a86
to
0afbdd6
Compare
Codecov Report
📣 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 #400 +/- ##
==========================================
- Coverage 55.83% 55.74% -0.10%
==========================================
Files 176 175 -1
Lines 4461 4463 +2
Branches 738 735 -3
==========================================
- Hits 2491 2488 -3
- Misses 1735 1743 +8
+ Partials 235 232 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
0.6.10 - 2023-02-15
Changed
Fixed