Skip to content

Commit

Permalink
Update deno to 1.41.0 (#154)
Browse files Browse the repository at this point in the history
* deno 1.41.0

* Import custom ops from `ext:core/ops`, prefix script_name with `ext:`

This is a workaround to get custom ops working again.

* simplify worker setup

* warning / fmt

* restore tests

* rebundle licenses

* update geoScale baseline

* update maptile baseline

* add it
  • Loading branch information
jonmmease authored Feb 27, 2024
1 parent 54acd94 commit a4c14df
Show file tree
Hide file tree
Showing 9 changed files with 4,347 additions and 1,003 deletions.
1,680 changes: 1,304 additions & 376 deletions Cargo.lock

Large diffs are not rendered by default.

854 changes: 733 additions & 121 deletions thirdparty_rust.yaml

Large diffs are not rendered by default.

854 changes: 733 additions & 121 deletions vl-convert-python/thirdparty_rust.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions vl-convert-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ keywords = ["Visualization", "Vega", "Vega-Lite"]
[dependencies]
vl-convert-pdf = {path= "../vl-convert-pdf", version= "1.2.3" }

# Deno 1.38.4. Before updating deno_runtime/deno_core, see note in DEVELOP.md
deno_runtime = "0.134.0"
deno_core = "0.232.0"
deno_emit = "0.31.4"
deno_graph = "0.61.1"
# Deno 1.41.0. Before updating deno_runtime/deno_core, see note in DEVELOP.md
deno_runtime = "0.147.0"
deno_core = "0.264.0"
deno_emit = "0.38.1"
deno_graph = "0.69.0"
serde_json = {version="1.0.106", features=["preserve_order"]}
serde = {version="1.0.188", features=["derive"]}
futures = "0.3.28"
Expand Down
Loading

0 comments on commit a4c14df

Please sign in to comment.