-
Notifications
You must be signed in to change notification settings - Fork 48
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-04-18 #454
release:2023-04-18 #454
Conversation
Support for coc formatting by moving formatting from client-side to server-side.
* chore: upgrade to GA 4 Swap the google analytics used to be GA 4. * refactor: pass GA token through dotenv Pull analytics secrets from a constants file that reads from environment variables. This has the advantage of a `npm run fullcheck` works without any setup from the dev other than `npm install`. To do full development the dev should setup a `.env` file based on the example, this will be read when launching a debug client within vscode. During build the env variables will be injected into the output js. --------- Co-authored-by: John Kane <john@kanej.me>
Update the package version and changelog for the `0.6.16 - 2023-04-18` release.
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 #454 +/- ##
==========================================
- Coverage 55.73% 55.26% -0.47%
==========================================
Files 175 181 +6
Lines 4464 4556 +92
Branches 735 754 +19
==========================================
+ Hits 2488 2518 +30
- Misses 1744 1803 +59
- Partials 232 235 +3 see 25 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
New dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No new dependency issues detected in pull request Bot CommandsTo ignore an alert, reply with a comment starting with Pull request alert summary
📊 Modified Dependency Overview:
🚮 Removed packages: @nomicfoundation/solidity-language-server@0.6.15, @types/uuid@8.3.4 |
0.6.16 - 2023-04-18
Changed
Fixed