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 0.8.7 #619

Merged
merged 8 commits into from
Nov 25, 2024
Merged

Release 0.8.7 #619

merged 8 commits into from
Nov 25, 2024

Conversation

kanej
Copy link
Member

@kanej kanej commented Nov 25, 2024

0.8.7 - 2024-10-25

  • Fix for Solidity highlighting in Markdown files (#616)

OmarTawfik and others added 8 commits September 25, 2024 18:42
> With respect to the failing CI, I recommend removing that workflow and using GitHub Projects's native way of automatically adding issues to projects. That can be done in a separate PR though.

I think @kanej added it. I'm happy to remove it if you don't think it is useful anymore?

_Originally posted by @OmarTawfik in #598 (comment)
Hello. Changing the name and link to the social network in the documentation
Switch to github action, and away from npm package inline with codecov
docs.
Co-authored-by: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com>
Update CONTRIBUTING.md

Update CONTRIBUTING.md to reflect the current README.md files for the repo and for the extension.
* Update codebase.md

* Update CHANGELOG.md
We include syntax support for Solidity embedded within markdown. However
our build was not including the syntax file. This has been fixed in the
extensions bundling script.
Update the package version and changelog for the `0.8.7 - 2024-11-25` release.
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Nov 25, 2024
Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nomicfoundation/slang@0.16.0 filesystem, shell +9 27.4 MB nomic-foundation-publisher
npm/@nomicfoundation/solidity-analyzer@0.1.1 filesystem, shell +10 3.86 MB alcuadrado
npm/@sentry/node@6.19.1 environment, filesystem, network +10 2.16 MB sentry-bot
npm/@sentry/tracing@7.32.1 None +4 2.71 MB sentry-bot
npm/@sentry/types@6.19.1 None 0 317 kB sentry-bot
npm/@types/chai@4.3.0 None 0 79.9 kB types
npm/@types/fs-extra@9.0.13 None 0 27.9 kB types
npm/@types/glob@7.2.0 None +1 19.1 kB types
npm/@types/js-yaml@4.0.5 None 0 9.6 kB types
npm/@types/lodash@4.14.191 None 0 1.72 MB types
npm/@types/mocha@8.2.3 None 0 94 kB types
npm/@types/module-alias@2.0.1 None 0 4.86 kB types
npm/@types/node@18.14.2 None 0 3.61 MB types
npm/@types/prettier@2.6.0 None 0 43 kB types
npm/@types/qs@6.9.7 None 0 7 kB types
npm/@types/semver@7.3.13 None 0 23.5 kB types
npm/@types/sinon@10.0.6 Transitive: eval +3 244 kB types
npm/@types/vscode@1.88.0 None 0 633 kB types
npm/@typescript-eslint/eslint-plugin@5.8.0 Transitive: environment, filesystem +26 5.3 MB jameshenry
npm/@typescript-eslint/parser@5.8.0 Transitive: environment, filesystem +16 1.73 MB jameshenry
npm/@vscode/test-electron@2.3.8 environment, filesystem, network, shell +18 2 MB vscode-bot
npm/@vscode/vsce@2.17.0 environment, filesystem, shell Transitive: eval, network +73 10.1 MB vscode-bot
npm/c3-linearization@0.3.0 None 0 7.24 kB federicobond
npm/chai@4.3.4 None +6 891 kB chai
npm/concurrently@7.1.0 environment, filesystem Transitive: shell +12 12.2 MB gustavohenke
npm/cross-env@7.0.3 environment Transitive: filesystem, shell +4 60.2 kB kentcdodds
npm/dotenv@16.0.3 environment, filesystem 0 36.6 kB motdotla
npm/esbuild@0.14.23 environment, filesystem, network, shell +1 8.07 MB evanw
npm/eslint-config-prettier@8.3.0 None 0 18.2 kB lydell
npm/eslint-plugin-import@2.26.0 filesystem, unsafe Transitive: environment, eval, network +66 5.57 MB ljharb
npm/eslint@8.5.0 filesystem Transitive: environment, eval, shell, unsafe +68 9.49 MB eslintbot
npm/fast-glob@3.2.11 filesystem +17 497 kB mrmlnc
npm/fs-extra@10.1.0 Transitive: environment, filesystem +3 120 kB ryanzim
npm/got@11.8.6 filesystem, network +27 639 kB sindresorhus
npm/hardhat@2.22.3 environment, filesystem, network, shell Transitive: eval, unsafe +216 169 MB kanej
npm/module-alias@2.2.2 unsafe 0 13.3 kB ilearnio
npm/nyc@15.1.0 environment, filesystem, unsafe Transitive: shell +131 13.7 MB coreyfarrell
npm/prettier-plugin-solidity@1.1.2 None +3 16 MB fvictorio
npm/prettier@2.5.1 environment, eval, filesystem, unsafe 0 21 MB sosukesuzuki
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/semver@7.5.4 None 0 93.4 kB npm-cli-ops
npm/serialize-error@8.1.0 None +1 121 kB sindresorhus
npm/sinon@12.0.1 Transitive: environment, eval +15 7.45 MB fatso83
npm/ts-node@10.9.1 environment, filesystem, unsafe +14 1.47 MB cspotcode
npm/typescript@4.9.5 None 0 66.8 MB typescript-bot
npm/vscode-languageclient@7.0.0 environment, filesystem, shell +4 441 kB dbaeumer
npm/vscode-languageserver-protocol@3.16.0 Transitive: environment, network +2 738 kB dbaeumer
npm/vscode-languageserver-textdocument@1.0.8 None 0 40.6 kB vscode-bot
npm/vscode-languageserver-types@3.17.3 None 0 369 kB vscode-bot

🚮 Removed packages: npm/@openzeppelin/contracts@4.5.0, npm/@types/node@16.18.12, npm/hardhat@2.9.1, npm/ts-node@10.7.0, npm/typescript@4.6.2

View full report↗︎

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.65%. Comparing base (ec480b3) to head (c44cd22).
Report is 70 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #619      +/-   ##
==========================================
+ Coverage   53.23%   54.65%   +1.42%     
==========================================
  Files         188      226      +38     
  Lines        4824     5187     +363     
  Branches      793      800       +7     
==========================================
+ Hits         2568     2835     +267     
- Misses       2019     2115      +96     
  Partials      237      237              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@kanej kanej merged commit 0d2aa09 into main Nov 25, 2024
8 of 9 checks passed
@kanej kanej deleted the release/2024-11-25 branch November 25, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants