Skip to content

Commit 3dec1fc

Browse files
build(dependabot): bump @rushstack/node-core-library from 5.13.0 to 5.13.1 (#69)
* build(dependabot): bump @rushstack/node-core-library Bumps [@rushstack/node-core-library](https://github.com/microsoft/rushstack/tree/HEAD/libraries/node-core-library) from 5.13.0 to 5.13.1. - [Changelog](https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/node-core-library_v5.13.1/libraries/node-core-library) --- updated-dependencies: - dependency-name: "@rushstack/node-core-library" dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Change files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mc-npm <[email protected]>
1 parent 0a997cc commit 3dec1fc

File tree

6 files changed

+23
-9
lines changed

6 files changed

+23
-9
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "build(dependabot): bump @rushstack/node-core-library",
4+
"packageName": "@minecraft/core-build-tasks",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "build(dependabot): bump @rushstack/node-core-library",
4+
"packageName": "@minecraft/markup-generators-plugin",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tools/*"
3838
],
3939
"devDependencies": {
40-
"@rushstack/node-core-library": "^5.13.0",
40+
"@rushstack/node-core-library": "^5.14.0",
4141
"@types/glob": "^8.0.0",
4242
"@types/node": "^22.0.0",
4343
"beachball": "^2.39.0",

tools/core-build-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"dependencies": {
3535
"@microsoft/api-extractor": "^7.38.3",
36-
"@rushstack/node-core-library": "^5.13.0",
36+
"@rushstack/node-core-library": "^5.14.0",
3737
"dotenv": "^16.4.5",
3838
"esbuild": "^0.25.0",
3939
"eslint": "^9.17.0",

tools/markup-generators-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"vitest": "^3.0.8"
5353
},
5454
"dependencies": {
55-
"@rushstack/node-core-library": "^5.13.0",
55+
"@rushstack/node-core-library": "^5.14.0",
5656
"esbuild": "^0.25.0",
5757
"mustache": "^4.2.0",
5858
"prettier": "^3.5.3",

0 commit comments

Comments
 (0)