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.19.0 in /server #611

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2024

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

Release notes

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

v0.19.0

This version adds support for transient storage variables.

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

  • Add support for transient storage variables. (#119)

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.

... (truncated)

Commits
  • 19324ea 0.19.0
  • f51e1f8 Merge pull request #119 from solidity-parser/add-transient-storage
  • 305ae73 Add support for transient storage variables
  • e0ed5da Update grammar
  • b965d3b Merge pull request #108 from solidity-parser/esbuild
  • cabb09e updating to latest esbuild
  • 3a7fbc7 removing unneeded dependencies
  • 8c5748b updating dependencies
  • 01ea267 the latest esbuild forces a __esModule: true in the output so we need a `ex...
  • a1227fd adding browserlist
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [@solidity-parser/parser](https://github.com/solidity-parser/parser) from 0.16.2 to 0.19.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.19.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>
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.

0 participants