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

chore(deps-dev): bump @solidity-parser/parser from 0.16.2 to 0.18.0 in /server #539

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps @solidity-parser/parser from 0.16.2 to 0.18.0.

Release notes

Sourced from @​solidity-parser/parser's releases.

v0.18.0

This version adds 2 new features.

  • Parser function now has an option to return comments as part of the parsed result. (#105)
  • We now export umd instead of iife format for browser compatibility. (#106)

v0.17.0

This version changes the associativity of the exponentiation and ternary operators. In most cases this shouldn't affect anyone, but it's technically a breaking change.

  • Using the official typescript target for antlr4. (#103)
  • Exponentiation is now right associative. a ** (b ** c) (#99)
  • Conditional expression is now right associative. a ? (b ? c : d) : (e ? f : g) (#99)
Changelog

Sourced from @​solidity-parser/parser's changelog.

0.18.0

  • Parser function now has an option to return comments as part of the parsed result. (#105)
  • We now export umd instead of iife format for browser compatibility. (#106)

0.17.0

  • Using the official typescript target for antlr4. (#103)
  • Exponentiation is right associative. a ** (b ** c) (#99)
  • Conditional expression is right associative. a ? (b ? c : d) : (e ? f : g) (#99)

0.5.0

  • Remove ParameterList and Parameter node types. Parameters are now always of type VariableDeclaration and lists of parameters are represented as lists of nodes of type VariableDeclaration. This is a breaking change.

0.4.12

  • Fix type name expressions to also support user-defined type names.

0.4.11

  • Bugfix release

0.4.9

  • Fix parsing of inheritance specifier with no arguments.

0.4.8

  • Fix parsing of string literals with escaped characters.

0.4.7

  • Fix parsing of underscores in number literals.

0.4.6

  • Add support for the type keyword.
  • Add support for underscores in number literals.

0.4.5

  • Improve TypeScript type definitions.

0.4.4

  • Add missing storageLocation to variables in VariableDeclarationStatement.
  • Return null for arguments instead of [] when ModifierInvocation

... (truncated)

Commits
  • 05d78c0 Update changelog
  • 30f6afb 0.18.0
  • ca17e79 update CHANGELOG.md
  • ae36c9b Merge pull request #106 from solidity-parser/umd
  • 34736cc Update scripts/build-browser.js
  • 74e4ab6 Merge branch 'master' into umd
  • 538013b Merge pull request #107 from solidity-parser/updating-dependencies
  • 883c502 updating prettier, since prettier@3.2.3, tsconfig.json is formatted using...
  • 09fab6c updating dependencies and fixing the lint
  • 7322b55 Based on the output of webpack's umd2 I created a minimal implementation for umd
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@Xanewok
Copy link
Collaborator

Xanewok commented Apr 30, 2024

@dependabot rebase

Bumps [@solidity-parser/parser](https://github.com/solidity-parser/parser) from 0.16.2 to 0.18.0.
- [Release notes](https://github.com/solidity-parser/parser/releases)
- [Changelog](https://github.com/solidity-parser/parser/blob/master/CHANGELOG.md)
- [Commits](solidity-parser/parser@v0.16.2...v0.18.0)

---
updated-dependencies:
- dependency-name: "@solidity-parser/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/solidity-parser/parser-0.18.0 branch from ccbebd7 to 645f957 Compare April 30, 2024 12:28
Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/core-js-pure@3.28.0
  • Install script: postinstall
  • Source: node -e "try{require('./postinstall')}catch(e){}"

View full report↗︎

Next steps

What is an install script?

Install 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.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/core-js-pure@3.28.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file status:triaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants