Skip to content

Bump @nomicfoundation/slang from 1.3.2 to 1.3.4#1421

Merged
Janther merged 2 commits intomainfrom
dependabot/npm_and_yarn/nomicfoundation/slang-1.3.3
Feb 27, 2026
Merged

Bump @nomicfoundation/slang from 1.3.2 to 1.3.4#1421
Janther merged 2 commits intomainfrom
dependabot/npm_and_yarn/nomicfoundation/slang-1.3.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 19, 2026

Bumps @nomicfoundation/slang from 1.3.2 to 1.3.4.

Release notes

Sourced from @​nomicfoundation/slang's releases.

v1.3.3

Patch Changes

  • #1523 27f07a8 Thanks @​teofr! - Remove constant, view, and pure attributes from UnnamedFunctionDefinition, to disambiguate from StateVariableDefinition that have a function type.

  • #1526 a52001d Thanks @​teofr! - Fixed associativity of AssignmentExpression from left to right.

  • #1525 7f3ea6f Thanks @​teofr! - Add support for Solidity 0.8.34.

  • #1502 6963419 Thanks @​teofr! - Fixed the old style revert calls (revert("oops!")) to be parsed as a FunctionCallExpression rather than a RevertStatement.

Changelog

Sourced from @​nomicfoundation/slang's changelog.

1.3.3

Patch Changes

  • #1523 27f07a8 Thanks @​teofr! - Remove constant, view, and pure attributes from UnnamedFunctionDefinition, to disambiguate from StateVariableDefinition that have a function type.

  • #1526 a52001d Thanks @​teofr! - Fixed associativity of AssignmentExpression from left to right.

  • #1525 7f3ea6f Thanks @​teofr! - Add support for Solidity 0.8.34.

  • #1502 6963419 Thanks @​teofr! - Fixed the old style revert calls (revert("oops!")) to be parsed as a FunctionCallExpression rather than a RevertStatement.

Commits
  • 3ad1857 Bump Slang Version (#1509)
  • a52001d Fixed AssignmentExpression associativity from left to right (#1526)
  • 27f07a8 Fixing unnamed attributes (#1523)
  • 7f3ea6f Added support for Solidity 0.8.34 (#1525)
  • dc5bab8 [V2] Changes to language definition (#1516)
  • be7b260 Bump time from 0.3.41 to 0.3.44 in the cargo group across 1 directory (#1521)
  • 9c2b8b4 Add support for fixed-size arrays in the binder (#1518)
  • e495eb2 split language sections into LexicalContexts (#1520)
  • 24ecf61 Expose typing information through the AST API (#1514)
  • de0c541 Retain references to ImportDeconstructionSymbols instead of following to th...
  • 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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 19, 2026
@Janther Janther force-pushed the dependabot/npm_and_yarn/nomicfoundation/slang-1.3.3 branch from fbc65a5 to c991b41 Compare February 19, 2026 22:25
@Janther Janther requested a review from fvictorio February 19, 2026 22:27
@Janther Janther force-pushed the dependabot/npm_and_yarn/nomicfoundation/slang-1.3.3 branch 5 times, most recently from 036d690 to 954281b Compare February 26, 2026 11:22
dependabot Bot and others added 2 commits February 26, 2026 22:55
Bumps [@nomicfoundation/slang](https://github.com/NomicFoundation/slang) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/NomicFoundation/slang/releases)
- [Changelog](https://github.com/NomicFoundation/slang/blob/main/CHANGELOG.md)
- [Commits](NomicFoundation/slang@v1.3.2...v1.3.3)

---
updated-dependencies:
- dependency-name: "@nomicfoundation/slang"
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@Janther Janther force-pushed the dependabot/npm_and_yarn/nomicfoundation/slang-1.3.3 branch from 954281b to 6b39a19 Compare February 27, 2026 01:59
@Janther Janther changed the title Bump @nomicfoundation/slang from 1.3.2 to 1.3.3 Bump @nomicfoundation/slang from 1.3.2 to 1.3.4 Feb 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 27, 2026

A newer version of @​nomicfoundation/slang exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@Janther Janther merged commit cb4f99c into main Feb 27, 2026
7 checks passed
@Janther Janther deleted the dependabot/npm_and_yarn/nomicfoundation/slang-1.3.3 branch February 27, 2026 12:07
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants