Skip to content

Commit bdfb322

Browse files
chore(deps): update github-actions (#444)
1 parent bd23e8d commit bdfb322

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigestsToSemver"],
3+
"extends": ["github>Boshen/renovate"],
44
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"],
55
"packageRules": [
66
{

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run release-plz
2626
id: release-plz
27-
uses: MarcoIeni/release-plz-action@8e91c71a60327f76b30233d17e3cabb316522e8f # v0.5
27+
uses: MarcoIeni/release-plz-action@7419a2cb1535b9c0e852b4dec626967baf65c022 # v0.5.102
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
3030
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
2525

26-
- uses: taiki-e/install-action@6aca1cfa12ef3a6b98ee8c70e0171bfa067604f5 # v2.49.39
26+
- uses: taiki-e/install-action@f1390fd0d8205ae79e5e57b1d1e300dceeb4163e # v2.49.44
2727
with:
2828
tool: zizmor
2929

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,23 +67,23 @@ cfg-if = "1"
6767
indexmap = { version = "2", features = ["serde"] }
6868
json-strip-comments = "1"
6969
once_cell = "1" # Use `std::sync::OnceLock::get_or_try_init` when it is stable.
70-
papaya = "0.2.0"
70+
papaya = "0.2.1"
7171
rustc-hash = { version = "2" }
7272
serde = { version = "1", features = ["derive"], optional = true } # derive for Deserialize from package.json
7373
serde_json = { version = "1", features = ["preserve_order"], optional = true } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
7474
simdutf8 = { version = "0.1" }
7575
thiserror = "2"
7676
tracing = "0.1"
7777

78-
pnp = { version = "0.9.0", optional = true }
78+
pnp = { version = "0.9.1", optional = true }
7979

80-
document-features = { version = "0.2.10", optional = true }
80+
document-features = { version = "0.2.11", optional = true }
8181

8282
[dev-dependencies]
8383
criterion2 = { version = "3.0.0", default-features = false }
8484
normalize-path = { version = "0.2.1" }
8585
rayon = { version = "1.10.0" }
86-
vfs = "0.12.0" # for testing with in memory file system
86+
vfs = "0.12.1" # for testing with in memory file system
8787

8888
[features]
8989
default = ["fs_cache"]

napi/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ napi-derive = { version = "3.0.0-alpha" }
1818
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
1919

2020
[target.'cfg(all(not(target_os = "linux"), not(target_os = "freebsd"), not(target_arch = "arm"), not(target_family = "wasm")))'.dependencies]
21-
mimalloc-safe = { version = "0.1.49", features = ["skip_collect_on_exit"] }
21+
mimalloc-safe = { version = "0.1.50", features = ["skip_collect_on_exit"] }
2222

2323
[target.'cfg(any(all(target_os = "linux", not(target_arch = "arm")), target_os = "freebsd"))'.dependencies]
24-
mimalloc-safe = { version = "0.1.49", features = ["skip_collect_on_exit", "local_dynamic_tls"] }
24+
mimalloc-safe = { version = "0.1.50", features = ["skip_collect_on_exit", "local_dynamic_tls"] }
2525

2626
[build-dependencies]
27-
napi-build = "2.1.3"
27+
napi-build = "2.1.6"

0 commit comments

Comments
 (0)