Skip to content

Update JET requirement to 0.11.4 in /test#88

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/JET-0.11.4
Open

Update JET requirement to 0.11.4 in /test#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/test/JET-0.11.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on JET to permit the latest version.

Release notes

Sourced from JET's releases.

v0.11.4

JET v0.11.4

Diff since v0.11.3

Merged pull requests:

Closed issues:

  • JET doesn't like vcat on Julia 1.12 (#699)
  • Compatibility with Julia 1.12? (#812)
  • Missed erroring function in if-else branches (#820)
Changelog

Sourced from JET's changelog.

[0.11.4]

Added

  • Added method-matching report filtering via LastFrameMethod and AnyFrameMethod.

Changed

  • LoweredCodeUtils compatibility is temporarily restricted to v3.4-v3.5 until JET is updated for breaking changes introduced in v3.6.

Fixed

  • Fixed top-level error report stack traces on Julia v1.12.5.
  • Fixed repeated analysis of multiple standalone files that define @main in the same session.
  • Fixed module context information recorded for macro-generated modules, so tooling built on JET resolves macro call sites to the enclosing module.

[0.11.3]

Changed

  • Updated Revise dependency version to v3.13

[0.11.2]

Changed

  • Parallelized report_package: Method signature analysis in report_package is now parallelized using Julia's multithreading, providing significant speedup on multi-core systems.

    With --threads=4,2

    • Benchmark on report_package(JET): 52.07s → 17.75s (~3x faster)
    • Benchmark on report_package(CSV): 44.23s → 19.57s (~2x faster)

[0.11.1]

Changed

  • Added CodeTracking v3 as a compatible version.

Internal

  • Refactored the project file to use the [workspace] for the docs/test environment of JET. This allows running e.g. julia --project=./test test/runtests.jl or julia --project=./docs docs/make.jl successfully.

[0.11.0]

Changed

  • Major improvement to report_package: Switched to a Revise.jl-based aviatesk/JET.jl#763
    • Incremental analysis: Analysis results are now cached and reused across multiple runs. When you analyze the same package again, only methods affected by code changes are re-analyzed, while unchanged methods reuse their cached results. This dramatically reduces analysis time for iterative development workflows.

      E.g. Incremental analysis on JET itself

... (truncated)

Commits
  • 386a0ef version 0.11.4
  • 4a7d8f2 Revert "version 0.11.4"
  • a5a7b67 version 0.11.4
  • 232c410 deps: Restrict LoweredCodeUtils to 3.4-3.5 (#824)
  • 4487949 Bump dawidd6/action-download-artifact from 19 to 21 (#818)
  • ab179b4 Bump codecov/codecov-action from 5 to 7 (#821)
  • 9431196 print: Reduce spurious world age warning during test
  • 8b1977e virtualprocess: Skip module range recording for
  • d179fc7 Bump dawidd6/action-download-artifact from 18 to 19 (#811)
  • 622bd29 virtualprocess: Desugar @main before macro expansion
  • Additional commits viewable in compare view

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)

Updates the requirements on [JET](https://github.com/aviatesk/JET.jl) to permit the latest version.
- [Release notes](https://github.com/aviatesk/JET.jl/releases)
- [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md)
- [Commits](aviatesk/JET.jl@v0.0.1...v0.11.4)

---
updated-dependencies:
- dependency-name: JET
  dependency-version: 0.11.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 22, 2026
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 julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants