Skip to content

build(deps): bump github.com/fjl/geas from 0.3.2 to 0.3.3 in the dependencies group - #261

Merged
pk910 merged 2 commits into
masterfrom
dependabot/go_modules/dependencies-c4b80c69a0
Jul 22, 2026
Merged

build(deps): bump github.com/fjl/geas from 0.3.2 to 0.3.3 in the dependencies group#261
pk910 merged 2 commits into
masterfrom
dependabot/go_modules/dependencies-c4b80c69a0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 1 update: github.com/fjl/geas.

Updates github.com/fjl/geas from 0.3.2 to 0.3.3

Release notes

Sourced from github.com/fjl/geas's releases.

v0.3.3

  • An Emacs mode for editing .eas files has been added.
  • The assembler now supports numeric (PC) labels. These labels are PC assertions: the assembler verifies that the label value equals the program counter at the label location. This is useful when editing pre-existing bytecode containing jumps.
  • The disassembler, geas -d, has a new -pclabel mode for emitting numeric labels only at JUMPDEST locations. The output format of -d -pc has changed and prefixes PC numbers with 0x. This means the geas -d output is now always a valid assembler input.
  • The geas tool has a new -i -stack subcommand to look up the stack effect of an opcode.
  • The stack checker has seen some bug fixes. Previously, it would sometimes give up too early on certain basic blocks, so this change can uncover new warnings.
  • Some improvements were made in the handling of stack element renaming. The stack checker allows renaming values produced by an opcode, but for DUPx and SWAPx, it should verify the result is actually handled correctly. Renaming such elements now supports assignment syntax [a=b, ...] in the comment.
  • The expression parser and evaluator had some bugs related to more complex expressions.
  • Various crashes on invalid input are fixed in the assembler.
Commits
  • b2e2b00 geas.el: treat #bytes, #include as opcode for defun navigation
  • 8b06ee8 all: implement PC labels
  • 01f8eca geas.el: implement defun navigation
  • 004f72a internal/stack: allow naming the copy created by DUP via assignment syntax
  • 9b03f0d internal/lexer, internal/printer: support multi-line string literals
  • 448da50 internal/evm: add IsJump, replacing ast.IsJump
  • 5061be7 asm: fix stale comment on addInstruction
  • 7c0fce4 internal/printer: re-panic with original value
  • 97b861d internal/loader: allow include filenames containing dots
  • 2728094 internal/stackcheck: check label comment on first block
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [github.com/fjl/geas](https://github.com/fjl/geas).


Updates `github.com/fjl/geas` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/fjl/geas/releases)
- [Commits](fjl/geas@v0.3.2...v0.3.3)

---
updated-dependencies:
- dependency-name: github.com/fjl/geas
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 20, 2026
@pk910
pk910 enabled auto-merge July 22, 2026 21:59
@pk910
pk910 merged commit d84b756 into master Jul 22, 2026
7 checks passed
@pk910
pk910 deleted the dependabot/go_modules/dependencies-c4b80c69a0 branch July 22, 2026 22:02
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant