diff --git a/change/@minecraft-api-docs-generator-c99efd08-8941-41d3-a9ae-b56020a5040e.json b/change/@minecraft-api-docs-generator-c99efd08-8941-41d3-a9ae-b56020a5040e.json new file mode 100644 index 0000000..bd06077 --- /dev/null +++ b/change/@minecraft-api-docs-generator-c99efd08-8941-41d3-a9ae-b56020a5040e.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1", + "packageName": "@minecraft/api-docs-generator", + "email": "mc-npm@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@minecraft-core-build-tasks-d0e81e60-b822-4e05-ba41-4142566d9f1c.json b/change/@minecraft-core-build-tasks-d0e81e60-b822-4e05-ba41-4142566d9f1c.json new file mode 100644 index 0000000..480ce89 --- /dev/null +++ b/change/@minecraft-core-build-tasks-d0e81e60-b822-4e05-ba41-4142566d9f1c.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1", + "packageName": "@minecraft/core-build-tasks", + "email": "mc-npm@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@minecraft-markup-generators-plugin-4a63202f-69cb-47fd-900d-5a4df532b0d7.json b/change/@minecraft-markup-generators-plugin-4a63202f-69cb-47fd-900d-5a4df532b0d7.json new file mode 100644 index 0000000..8414539 --- /dev/null +++ b/change/@minecraft-markup-generators-plugin-4a63202f-69cb-47fd-900d-5a4df532b0d7.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1", + "packageName": "@minecraft/markup-generators-plugin", + "email": "mc-npm@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@minecraft-math-eaf5af62-d8c9-4ac6-a5e0-aa3c312d0a7a.json b/change/@minecraft-math-eaf5af62-d8c9-4ac6-a5e0-aa3c312d0a7a.json new file mode 100644 index 0000000..0461982 --- /dev/null +++ b/change/@minecraft-math-eaf5af62-d8c9-4ac6-a5e0-aa3c312d0a7a.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1", + "packageName": "@minecraft/math", + "email": "mc-npm@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/eslint-plugin-minecraft-linting-1aaa060b-6d8c-469d-bb75-3d06dc014026.json b/change/eslint-plugin-minecraft-linting-1aaa060b-6d8c-469d-bb75-3d06dc014026.json new file mode 100644 index 0000000..2b98352 --- /dev/null +++ b/change/eslint-plugin-minecraft-linting-1aaa060b-6d8c-469d-bb75-3d06dc014026.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1", + "packageName": "eslint-plugin-minecraft-linting", + "email": "mc-npm@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/libraries/math/package.json b/libraries/math/package.json index c2f3734..14dd0cb 100644 --- a/libraries/math/package.json +++ b/libraries/math/package.json @@ -40,7 +40,7 @@ "@minecraft/core-build-tasks": "*", "@minecraft/server": "^2.0.0", "@minecraft/tsconfig": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "prettier": "^3.5.3", "vitest": "^3.0.8" } diff --git a/package-lock.json b/package-lock.json index 5c529e2..03490f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@minecraft/core-build-tasks": "*", "@minecraft/server": "^2.0.0", "@minecraft/tsconfig": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "prettier": "^3.5.3", "vitest": "^3.0.8" }, @@ -1630,49 +1630,12 @@ } }, "node_modules/@rushstack/package-deps-hash": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@rushstack/package-deps-hash/-/package-deps-hash-4.3.1.tgz", - "integrity": "sha512-afJHso7sXH8pLOc3bb0k9y2ftjUjaysQq+dK1tn4rh7QYKH9NAgAFtlT/1Qyr5TNqSduoUAPU/Ih0kOWuQTjhA==", - "dependencies": { - "@rushstack/node-core-library": "5.10.1" - } - }, - "node_modules/@rushstack/package-deps-hash/node_modules/@rushstack/node-core-library": { - "version": "5.10.1", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.10.1.tgz", - "integrity": "sha512-BSb/KcyBHmUQwINrgtzo6jiH0HlGFmrUy33vO6unmceuVKTEyL2q+P0fQq2oB5hvXVWOEUhxB2QvlkZluvUEmg==", - "dependencies": { - "ajv": "~8.13.0", - "ajv-draft-04": "~1.0.0", - "ajv-formats": "~3.0.1", - "fs-extra": "~7.0.1", - "import-lazy": "~4.0.0", - "jju": "~1.4.0", - "resolve": "~1.22.1", - "semver": "~7.5.4" - }, - "peerDependencies": { - "@types/node": "*" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - } - } - }, - "node_modules/@rushstack/package-deps-hash/node_modules/ajv": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz", - "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/@rushstack/package-deps-hash/-/package-deps-hash-4.4.4.tgz", + "integrity": "sha512-NuM5zRa3AoaVNTxOnHIkO6izCkdgbFwuZAPADOZUQu7ju9pR7hEk+bFKtOC3o9AOLPnNJry+RJ1aCyd6yiEzZQ==", + "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.3", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.4.1" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "@rushstack/node-core-library": "5.14.0" } }, "node_modules/@rushstack/rig-package": { @@ -1858,6 +1821,7 @@ "resolved": "https://registry.npmjs.org/@types/chokidar/-/chokidar-2.1.7.tgz", "integrity": "sha512-A7/MFHf6KF7peCzjEC1BBTF8jpmZTokb3vr/A0NxRGfwRLK3Ws+Hq6ugVn6cJIMfM6wkCak/aplWrxbTcu8oig==", "deprecated": "This is a stub types definition. chokidar provides its own type definitions, so you do not need this installed.", + "license": "MIT", "dependencies": { "chokidar": "*" } @@ -2003,6 +1967,7 @@ "version": "1.2.11", "resolved": "https://registry.npmjs.org/@types/undertaker/-/undertaker-1.2.11.tgz", "integrity": "sha512-j1Z0V2ByRHr8ZK7eOeGq0LGkkdthNFW0uAZGY22iRkNQNL9/vAV0yFPr1QN3FM/peY5bxs9P+1f0PYJTQVa5iA==", + "license": "MIT", "dependencies": { "@types/node": "*", "@types/undertaker-registry": "*", @@ -2012,7 +1977,8 @@ "node_modules/@types/undertaker-registry": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@types/undertaker-registry/-/undertaker-registry-1.0.4.tgz", - "integrity": "sha512-tW77pHh2TU4uebWXWeEM5laiw8BuJ7pyJYDh6xenOs75nhny2kVgwYbegJ4BoLMYsIrXaBpKYaPdYO3/udG+hg==" + "integrity": "sha512-tW77pHh2TU4uebWXWeEM5laiw8BuJ7pyJYDh6xenOs75nhny2kVgwYbegJ4BoLMYsIrXaBpKYaPdYO3/udG+hg==", + "license": "MIT" }, "node_modules/@types/unist": { "version": "3.0.3", @@ -2946,6 +2912,7 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -3110,6 +3077,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/async-done/-/async-done-1.3.2.tgz", "integrity": "sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==", + "license": "MIT", "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.2", @@ -3124,6 +3092,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/async-settle/-/async-settle-2.0.0.tgz", "integrity": "sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==", + "license": "MIT", "dependencies": { "async-done": "^2.0.0" }, @@ -3135,6 +3104,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/async-done/-/async-done-2.0.0.tgz", "integrity": "sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==", + "license": "MIT", "dependencies": { "end-of-stream": "^1.4.4", "once": "^1.4.0", @@ -3168,6 +3138,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/bach/-/bach-2.0.1.tgz", "integrity": "sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==", + "license": "MIT", "dependencies": { "async-done": "^2.0.0", "async-settle": "^2.0.0", @@ -3181,6 +3152,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/async-done/-/async-done-2.0.0.tgz", "integrity": "sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==", + "license": "MIT", "dependencies": { "end-of-stream": "^1.4.4", "once": "^1.4.0", @@ -3295,6 +3267,7 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "license": "MIT", "engines": { "node": ">=8" }, @@ -3560,6 +3533,7 @@ "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -3583,6 +3557,7 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -4004,9 +3979,10 @@ "license": "MIT" }, "node_modules/end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", + "license": "MIT", "dependencies": { "once": "^1.4.0" } @@ -4597,6 +4573,7 @@ "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "license": "MIT", "engines": { "node": ">= 4.9.1" } @@ -5230,6 +5207,7 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "license": "MIT", "dependencies": { "binary-extensions": "^2.0.0" }, @@ -5614,16 +5592,17 @@ } }, "node_modules/just-scripts": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/just-scripts/-/just-scripts-2.3.3.tgz", - "integrity": "sha512-zmJ+v7EYLBhHfQ9P8HX9TQ0SI8Ko3l5YD2NafH4zlyE2M/dQkYlpINtDKdjmB2iLNDgqo5xSFduS0PB7lyq+8w==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/just-scripts/-/just-scripts-2.4.1.tgz", + "integrity": "sha512-8nJ+rFH2/UIKDQR9IosB2LsvOJpNxZTaWP8h5GrfH2dnlkDrvpt392VMw4m3AUn80hFjnuM/Y2sK99Vxwr1rBA==", + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "diff-match-patch": "1.0.5", "fs-extra": "^11.0.0", "glob": "^7.1.3", - "just-scripts-utils": "^2.0.1", - "just-task": ">=1.11.0 <2.0.0", + "just-scripts-utils": "^2.1.0", + "just-task": ">=1.12.0 <2.0.0", "prompts": "^2.4.0", "run-parallel-limit": "^1.0.6", "semver": "^7.0.0", @@ -5638,12 +5617,13 @@ } }, "node_modules/just-scripts-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/just-scripts-utils/-/just-scripts-utils-2.0.1.tgz", - "integrity": "sha512-1w/XxLA/m90Dx7xZu1+TnBm16wZxOe55Izsi/fH3EIaNOutAYMPwmZiKUrjEAk9qgZUj3t+QMU0Geap0zaM4/g==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/just-scripts-utils/-/just-scripts-utils-2.1.0.tgz", + "integrity": "sha512-xXWgKzzO9S0aoeBWiENHRQWz0k7MtfmxMdyBtOIiMr9YpbTx+s8FZqgDpep3S1XNagxQUa5b5aAUrM0b/Qkaqw==", + "license": "MIT", "dependencies": { "fs-extra": "^11.0.0", - "just-task-logger": ">=1.2.1 <2.0.0", + "just-task-logger": ">=1.3.0 <2.0.0", "semver": "^7.0.0" }, "engines": { @@ -5651,9 +5631,10 @@ } }, "node_modules/just-scripts-utils/node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -5667,6 +5648,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -5678,6 +5660,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -5772,9 +5755,10 @@ } }, "node_modules/just-task": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/just-task/-/just-task-1.11.0.tgz", - "integrity": "sha512-NidiDw+OoxkSZvKASaAk3mxI88om0ZV5q7dMj4dmmwUasj4a3kXQb53Druqg8zFLAO5lsxXEMdlsVvr/H12wgQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/just-task/-/just-task-1.12.0.tgz", + "integrity": "sha512-BaDQ/q+S5lFSwjZAJcW6Z8pn82dB+McPDBmnkSBXT0kc36HYSx9wZwoUtNk4hTCD+YxPqIBAe2dPt9gzBrtmZw==", + "license": "MIT", "dependencies": { "@rushstack/package-deps-hash": "^4.0.0", "@types/chokidar": "^2.1.3", @@ -5784,7 +5768,7 @@ "chalk": "^4.0.0", "chokidar": "^3.5.2", "fs-extra": "^11.0.0", - "just-task-logger": ">=1.2.1 <2.0.0", + "just-task-logger": ">=1.3.0 <2.0.0", "resolve": "^1.19.0", "undertaker": "^2.0.0", "undertaker-registry": "^2.0.0", @@ -5798,9 +5782,10 @@ } }, "node_modules/just-task-logger": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/just-task-logger/-/just-task-logger-1.2.1.tgz", - "integrity": "sha512-OnVvMTqOC44cDzIrQ3F43FCYY3OyBscanV6GzKvm3SlaUj0Pvc2F39jNMARrstg7ILIdWkeNg1+iWRxsOfKxeA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/just-task-logger/-/just-task-logger-1.3.0.tgz", + "integrity": "sha512-NTGXl02a3f+Fp/aB0GtR+aH+XGIiuODpzAs+G/mbyEE8xIR8PmnhZO2kr08EjVQYXNH9n/bJWiTuibIUjaDjeA==", + "license": "MIT", "dependencies": { "chalk": "^4.0.0", "yargs-parser": "^20.2.3" @@ -5813,6 +5798,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5828,6 +5814,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -5839,6 +5826,7 @@ "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "license": "ISC", "engines": { "node": ">=10" } @@ -5847,6 +5835,7 @@ "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -5859,9 +5848,10 @@ } }, "node_modules/just-task/node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "11.3.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz", + "integrity": "sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -5875,6 +5865,7 @@ "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -5886,6 +5877,7 @@ "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -5897,6 +5889,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -5905,6 +5898,7 @@ "version": "20.2.9", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "license": "ISC", "engines": { "node": ">=10" } @@ -5937,6 +5931,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/last-run/-/last-run-2.0.0.tgz", "integrity": "sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==", + "license": "MIT", "engines": { "node": ">= 10.13.0" } @@ -6393,6 +6388,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-3.0.0.tgz", "integrity": "sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==", + "license": "MIT", "dependencies": { "once": "^1.4.0" }, @@ -6926,6 +6922,7 @@ "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, @@ -7500,7 +7497,8 @@ "node_modules/stream-exhaust": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz", - "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==" + "integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==", + "license": "MIT" }, "node_modules/streamx": { "version": "2.21.1", @@ -8276,6 +8274,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/undertaker/-/undertaker-2.0.0.tgz", "integrity": "sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==", + "license": "MIT", "dependencies": { "bach": "^2.0.1", "fast-levenshtein": "^3.0.0", @@ -8290,6 +8289,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/undertaker-registry/-/undertaker-registry-2.0.0.tgz", "integrity": "sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==", + "license": "MIT", "engines": { "node": ">= 10.13.0" } @@ -8298,6 +8298,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz", "integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==", + "license": "MIT", "dependencies": { "fastest-levenshtein": "^1.0.7" } @@ -9023,7 +9024,7 @@ "@types/yargs": "^17.0.32", "eslint": "^9.17.0", "eslint-config-minecraft-scripting": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "ts-node": "^10.9.2", "vitest": "^3.0.8" }, @@ -9047,7 +9048,7 @@ "@types/node": "^22.0.0", "eslint": "^9.22.0", "eslint-config-minecraft-scripting": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "prettier": "^3.5.3" } }, @@ -9099,7 +9100,7 @@ "dotenv": "^16.4.5", "esbuild": "^0.25.0", "eslint": "^9.17.0", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "prettier": "^3.5.3", "rimraf": "^3.0.2", "typescript": "^5.7.2", @@ -9156,7 +9157,7 @@ "devDependencies": { "@minecraft/core-build-tasks": "*", "@types/node": "^22.0.0", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "tsconfig": "*" } }, @@ -9235,7 +9236,7 @@ "@types/semver": "^7.3.12", "eslint": "^9.17.0", "eslint-config-minecraft-scripting": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "ts-node": "^10.9.2", "vitest": "^3.0.8" }, diff --git a/tools/api-docs-generator-test-snapshots/package.json b/tools/api-docs-generator-test-snapshots/package.json index d9f0e11..b6c28ae 100644 --- a/tools/api-docs-generator-test-snapshots/package.json +++ b/tools/api-docs-generator-test-snapshots/package.json @@ -19,7 +19,7 @@ "@types/node": "^22.0.0", "eslint": "^9.22.0", "eslint-config-minecraft-scripting": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "prettier": "^3.5.3" }, "dependencies": { diff --git a/tools/api-docs-generator/package.json b/tools/api-docs-generator/package.json index 7e192ae..5f8be66 100644 --- a/tools/api-docs-generator/package.json +++ b/tools/api-docs-generator/package.json @@ -51,7 +51,7 @@ "@types/yargs": "^17.0.32", "eslint": "^9.17.0", "eslint-config-minecraft-scripting": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "ts-node": "^10.9.2", "vitest": "^3.0.8" }, diff --git a/tools/core-build-tasks/package.json b/tools/core-build-tasks/package.json index 4a7f2c1..249fb09 100644 --- a/tools/core-build-tasks/package.json +++ b/tools/core-build-tasks/package.json @@ -37,7 +37,7 @@ "dotenv": "^16.4.5", "esbuild": "^0.25.0", "eslint": "^9.17.0", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "prettier": "^3.5.3", "rimraf": "^3.0.2", "typescript": "^5.7.2", diff --git a/tools/eslint-plugin-minecraft-linting/package.json b/tools/eslint-plugin-minecraft-linting/package.json index f00b907..215ce13 100644 --- a/tools/eslint-plugin-minecraft-linting/package.json +++ b/tools/eslint-plugin-minecraft-linting/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@minecraft/core-build-tasks": "*", "@types/node": "^22.0.0", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "tsconfig": "*" }, "dependencies": { diff --git a/tools/markup-generators-plugin/package.json b/tools/markup-generators-plugin/package.json index 2eca652..8f269e3 100644 --- a/tools/markup-generators-plugin/package.json +++ b/tools/markup-generators-plugin/package.json @@ -47,7 +47,7 @@ "@types/semver": "^7.3.12", "eslint": "^9.17.0", "eslint-config-minecraft-scripting": "*", - "just-scripts": "^2.3.3", + "just-scripts": "^2.4.1", "ts-node": "^10.9.2", "vitest": "^3.0.8" },