Migrate to Script API v2 & more architectural changes#393
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes several dependency updates, workflow cleanup, and minor code improvements across multiple scripts. The most significant changes are grouped below.
Dependency Updates:
@minecraftpackage dependencies inpackage.jsonandpackages/minecraft-editor/package.jsonto newer versions, including switching to caret (^) versions and adding new dependencies likeglob,@minecraft/common,@minecraft/gameplay-utilities, andts-morph. [1] [2]@types/nodeand@minecraft/mathto newer versions inpackage.json.Workflow and Automation Changes:
.github/workflows/dependency-update.ymlworkflow, which previously handled automated dependency updates and pull requests..github/workflows/cl.yml, changed the format check step to usenode ./dist/index.jsinstead ofnode ./dist/tools/index.js.Code Quality and Robustness Improvements:
anti-32k-event,anti-32k) to prevent runtime errors. [1] [2] [3] [4]// @ts-nocheckto multiple scripts to suppress TypeScript errors and facilitate smoother development. [1] [2] [3] [4] [5]Script and Comment Cleanup:
Minor Fixes and Refactoring:
runCommandAsynctorunCommand). [1] [2]AssertionError,IncompatibleEnchantmentAlertEvent). [1] [2]These changes collectively improve dependency management, code robustness, and maintainability across the project.