Skip to content

Commit e077931

Browse files
authored
chore: bump criterion2 to v3, pnpm to v10 (#21)
1 parent b86f206 commit e077931

File tree

5 files changed

+28
-11
lines changed

5 files changed

+28
-11
lines changed

Cargo.lock

Lines changed: 13 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pnp = { version = "0.9.1", optional = true }
8787
document-features = { version = "0.2.10", optional = true }
8888

8989
[dev-dependencies]
90-
criterion2 = { version = "1.0.0", default-features = false }
90+
criterion2 = { version = "3.0.0", default-features = false }
9191
normalize-path = { version = "0.2.1" }
9292
rayon = { version = "1.10.0" }
9393
vfs = "0.12.0" # for testing with in memory file system

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"typescript": "^5.8.2",
2424
"vitest": "^3.0.8"
2525
},
26-
"packageManager": "pnpm@10.6.3"
26+
"packageManager": "pnpm@10.6.4"
2727
}

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
packages:
2-
- 'npm'
3-
- 'napi'
4-
- 'fixtures/pnpm'
5-
- 'fixtures/pnpm-workspace/**'
2+
- npm
3+
- napi
4+
- fixtures/pnpm
5+
- fixtures/pnpm-workspace/**

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>1stG/configs"],
4-
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"]
4+
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"],
5+
"packageRules": [
6+
{
7+
"groupName": "ignored crates",
8+
"matchManagers": ["cargo"],
9+
"matchPackageNames": ["thiserror"],
10+
"enabled": false
11+
}
12+
]
513
}

0 commit comments

Comments
 (0)