Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump vitest from 3.0.8 to 4.0.16",
"packageName": "@minecraft/api-docs-generator",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump vitest from 3.0.8 to 4.0.16",
"packageName": "@minecraft/core-build-tasks",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump vitest from 3.0.8 to 4.0.16",
"packageName": "@minecraft/gameplay-utilities",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump vitest from 3.0.8 to 4.0.16",
"packageName": "@minecraft/markup-generators-plugin",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "build(dependabot): bump vitest from 3.0.8 to 4.0.16",
"packageName": "@minecraft/math",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion libraries/gameplay-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@minecraft/tsconfig": "*",
"just-scripts": "^2.4.1",
"prettier": "^3.5.3",
"vitest": "^3.0.8"
"vitest": "^4.0.16"
}
}
2 changes: 1 addition & 1 deletion libraries/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"@minecraft/tsconfig": "*",
"just-scripts": "^2.4.1",
"prettier": "^3.5.3",
"vitest": "^3.0.8"
"vitest": "^4.0.16"
}
}
1,196 changes: 784 additions & 412 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tools/api-docs-generator-test-snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"mustache": "^4.2.0",
"ts-node": "^10.9.2",
"typescript": "~5.6.0",
"vitest": "^3.0.8"
"vitest": "^4.0.16"
}
}
2 changes: 1 addition & 1 deletion tools/api-docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"eslint-config-minecraft-scripting": "*",
"just-scripts": "^2.4.1",
"ts-node": "^10.9.2",
"vitest": "^3.0.8"
"vitest": "^4.0.16"
},
"dependencies": {
"ajv": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/core-build-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"prettier": "^3.5.3",
"rimraf": "^3.0.2",
"typescript": "^5.7.2",
"vitest": "^3.0.8",
"vitest": "^4.0.16",
"zip-lib": "^0.7.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/markup-generators-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint-config-minecraft-scripting": "*",
"just-scripts": "^2.4.1",
"ts-node": "^10.9.2",
"vitest": "^3.0.8"
"vitest": "^4.0.16"
},
"dependencies": {
"@rushstack/node-core-library": "^5.14.0",
Expand Down