Skip to content

Commit

Permalink
Bump swc_core from 8.0.1 to 10.0.1 (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 264ed75 commit 265d95e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 22 deletions.
39 changes: 25 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
wasi-common = { workspace = true }
walrus = "0.23.3"
swc_core = { version = "8.0.1", features = [
swc_core = { version = "10.0.1", features = [
"common_sourcemap",
"ecma_ast",
"ecma_parser",
Expand Down
18 changes: 11 additions & 7 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ version = "0.5.9"
criteria = "safe-to-deploy"

[[exemptions.hstr]]
version = "0.2.12"
version = "0.2.15"
criteria = "safe-to-deploy"

[[exemptions.iana-time-zone]]
Expand Down Expand Up @@ -572,31 +572,31 @@ version = "2.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_atoms]]
version = "3.0.0"
version = "3.0.2"
criteria = "safe-to-deploy"

[[exemptions.swc_common]]
version = "5.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_core]]
version = "8.0.1"
version = "10.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_ast]]
version = "5.0.0"
version = "5.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_parser]]
version = "6.0.0"
version = "6.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_transforms_base]]
version = "6.0.1"
version = "7.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_utils]]
version = "6.0.0"
version = "7.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_ecma_visit]]
Expand All @@ -611,6 +611,10 @@ criteria = "safe-to-deploy"
version = "1.0.0"
criteria = "safe-to-deploy"

[[exemptions.swc_parallel]]
version = "1.0.1"
criteria = "safe-to-deploy"

[[exemptions.swc_visit]]
version = "2.0.0"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 265d95e

Please sign in to comment.