From 03e732f956ef0d887b53386f3ea99f1ed210e4f3 Mon Sep 17 00:00:00 2001 From: Raphael Landaverde Date: Tue, 3 Dec 2024 15:02:46 +0000 Subject: [PATCH] applying package updates --- ...-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json | 7 -- ...-e81ec011-0c50-4078-bc9b-d74ddc549756.json | 7 -- libraries/math/CHANGELOG.json | 15 +++ libraries/math/CHANGELOG.md | 10 +- libraries/math/package.json | 2 +- package-lock.json | 6 +- tools/core-build-tasks/CHANGELOG.json | 15 +++ tools/core-build-tasks/CHANGELOG.md | 10 +- tools/core-build-tasks/package.json | 104 +++++++++--------- .../package.json | 2 +- 10 files changed, 105 insertions(+), 73 deletions(-) delete mode 100644 change/@minecraft-core-build-tasks-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json delete mode 100644 change/@minecraft-math-e81ec011-0c50-4078-bc9b-d74ddc549756.json diff --git a/change/@minecraft-core-build-tasks-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json b/change/@minecraft-core-build-tasks-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json deleted file mode 100644 index ddb4481..0000000 --- a/change/@minecraft-core-build-tasks-e51dbed2-f9e3-40a3-abd9-3813a356ec3b.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM", - "packageName": "@minecraft/core-build-tasks", - "email": "rlanda@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@minecraft-math-e81ec011-0c50-4078-bc9b-d74ddc549756.json b/change/@minecraft-math-e81ec011-0c50-4078-bc9b-d74ddc549756.json deleted file mode 100644 index 15a55e8..0000000 --- a/change/@minecraft-math-e81ec011-0c50-4078-bc9b-d74ddc549756.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM", - "packageName": "@minecraft/math", - "email": "rlanda@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/libraries/math/CHANGELOG.json b/libraries/math/CHANGELOG.json index a6bc703..90bd135 100644 --- a/libraries/math/CHANGELOG.json +++ b/libraries/math/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@minecraft/math", "entries": [ + { + "date": "Tue, 03 Dec 2024 15:02:46 GMT", + "version": "1.5.1", + "tag": "@minecraft/math_v1.5.1", + "comments": { + "patch": [ + { + "author": "rlanda@microsoft.com", + "package": "@minecraft/math", + "commit": "29d380a45b7db2e742f3a87002c3671f3e89f9b7", + "comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM" + } + ] + } + }, { "date": "Tue, 26 Nov 2024 21:33:22 GMT", "version": "1.5.0", diff --git a/libraries/math/CHANGELOG.md b/libraries/math/CHANGELOG.md index 8f9e968..87ad551 100644 --- a/libraries/math/CHANGELOG.md +++ b/libraries/math/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @minecraft/math -This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified. +This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified. +## 1.5.1 + +Tue, 03 Dec 2024 15:02:46 GMT + +### Patches + +- Tweak tsconfig so it's friendly to commonjs alongside ESM (rlanda@microsoft.com) + ## 1.5.0 Tue, 26 Nov 2024 21:33:22 GMT diff --git a/libraries/math/package.json b/libraries/math/package.json index 9b03b9f..e9795cd 100644 --- a/libraries/math/package.json +++ b/libraries/math/package.json @@ -1,6 +1,6 @@ { "name": "@minecraft/math", - "version": "1.5.0", + "version": "1.5.1", "author": "Raphael Landaverde (rlanda@microsoft.com)", "contributors": [ { diff --git a/package-lock.json b/package-lock.json index 355610b..d7ba064 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ }, "libraries/math": { "name": "@minecraft/math", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "devDependencies": { "@minecraft/core-build-tasks": "*", @@ -6093,7 +6093,7 @@ }, "tools/core-build-tasks": { "name": "@minecraft/core-build-tasks", - "version": "1.1.7", + "version": "1.2.0", "dependencies": { "@microsoft/api-extractor": "^7.38.3", "@rushstack/node-core-library": "^3.59.6", @@ -6822,7 +6822,7 @@ } }, "tools/eslint-plugin-minecraft-linting": { - "version": "1.2.5", + "version": "1.2.6", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^8.16.0", diff --git a/tools/core-build-tasks/CHANGELOG.json b/tools/core-build-tasks/CHANGELOG.json index 797961e..6ce953e 100644 --- a/tools/core-build-tasks/CHANGELOG.json +++ b/tools/core-build-tasks/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@minecraft/core-build-tasks", "entries": [ + { + "date": "Tue, 03 Dec 2024 15:02:46 GMT", + "version": "1.2.0", + "tag": "@minecraft/core-build-tasks_v1.2.0", + "comments": { + "minor": [ + { + "author": "rlanda@microsoft.com", + "package": "@minecraft/core-build-tasks", + "commit": "29d380a45b7db2e742f3a87002c3671f3e89f9b7", + "comment": "Tweak tsconfig so it's friendly to commonjs alongside ESM" + } + ] + } + }, { "date": "Tue, 26 Nov 2024 21:33:22 GMT", "version": "1.1.7", diff --git a/tools/core-build-tasks/CHANGELOG.md b/tools/core-build-tasks/CHANGELOG.md index 961401c..b70b105 100644 --- a/tools/core-build-tasks/CHANGELOG.md +++ b/tools/core-build-tasks/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @minecraft/core-build-tasks -This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified. +This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified. +## 1.2.0 + +Tue, 03 Dec 2024 15:02:46 GMT + +### Minor changes + +- Tweak tsconfig so it's friendly to commonjs alongside ESM (rlanda@microsoft.com) + ## 1.1.7 Tue, 26 Nov 2024 21:33:22 GMT diff --git a/tools/core-build-tasks/package.json b/tools/core-build-tasks/package.json index 7bdc9b6..a4f3905 100644 --- a/tools/core-build-tasks/package.json +++ b/tools/core-build-tasks/package.json @@ -1,55 +1,55 @@ { - "name": "@minecraft/core-build-tasks", - "version": "1.1.7", - "description": "Common build tasks used for minecraft-scripting-libraries", - "main": "lib/index.js", - "exports": { - ".": { - "import": "./lib/index.js", - "require": "./lib/index.js" - } - }, - "types": "lib/index.d.ts", - "author": "Raphael Landaverde (rlanda@microsoft.com)", - "contributors": [ - { - "name": "Francisco Alejandro Garcia Cebada", - "email": "frgarc@mojang.com" - } - ], - "repository": { - "type": "git", - "url": "https://github.com/Mojang/minecraft-scripting-libraries.git", - "directory": "tools/core-build-tasks" - }, - "scripts": { - "build-tools": "just-scripts build-tools", - "clean-tools": "just-scripts clean-tools", - "lint": "just-scripts lint", - "test": "just-scripts test" - }, - "files": [ - "lib" - ], - "dependencies": { - "@rushstack/node-core-library": "^3.59.6", - "@microsoft/api-extractor": "^7.38.3", - "esbuild": "^0.20.1", - "dotenv": "^16.4.5", - "just-scripts": "^2.3.2", - "prettier": "^2.8.2", - "rimraf": "^3.0.2", - "vitest": "^0.34.6", - "zip-lib": "^0.7.3" - }, - "devDependencies": { - "@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0", - "@types/rimraf": "^3.0.2", - "@typescript-eslint/parser": "^7.2.0", - "eslint": "^8.53.0", - "ts-node": "^10.9.1", - "tsconfig": "*", - "typescript": "^5.2.2", - "webpack": "^5.86.0" + "name": "@minecraft/core-build-tasks", + "version": "1.2.0", + "description": "Common build tasks used for minecraft-scripting-libraries", + "main": "lib/index.js", + "exports": { + ".": { + "import": "./lib/index.js", + "require": "./lib/index.js" } + }, + "types": "lib/index.d.ts", + "author": "Raphael Landaverde (rlanda@microsoft.com)", + "contributors": [ + { + "name": "Francisco Alejandro Garcia Cebada", + "email": "frgarc@mojang.com" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/Mojang/minecraft-scripting-libraries.git", + "directory": "tools/core-build-tasks" + }, + "scripts": { + "build-tools": "just-scripts build-tools", + "clean-tools": "just-scripts clean-tools", + "lint": "just-scripts lint", + "test": "just-scripts test" + }, + "files": [ + "lib" + ], + "dependencies": { + "@rushstack/node-core-library": "^3.59.6", + "@microsoft/api-extractor": "^7.38.3", + "esbuild": "^0.20.1", + "dotenv": "^16.4.5", + "just-scripts": "^2.3.2", + "prettier": "^2.8.2", + "rimraf": "^3.0.2", + "vitest": "^0.34.6", + "zip-lib": "^0.7.3" + }, + "devDependencies": { + "@types/node": "^14.0.0 || ^16.0.0 || ^18.0.0", + "@types/rimraf": "^3.0.2", + "@typescript-eslint/parser": "^7.2.0", + "eslint": "^8.53.0", + "ts-node": "^10.9.1", + "tsconfig": "*", + "typescript": "^5.2.2", + "webpack": "^5.86.0" + } } diff --git a/tools/eslint-plugin-minecraft-linting/package.json b/tools/eslint-plugin-minecraft-linting/package.json index 58d0f95..a814552 100644 --- a/tools/eslint-plugin-minecraft-linting/package.json +++ b/tools/eslint-plugin-minecraft-linting/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-minecraft-linting", - "version": "1.2.5", + "version": "1.2.6", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT",