Skip to content

chore(deps): bump mcbe-leveldb from 1.21.0 to 1.22.2 - #91

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mcbe-leveldb-1.22.2
Open

chore(deps): bump mcbe-leveldb from 1.21.0 to 1.22.2#91
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mcbe-leveldb-1.22.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps mcbe-leveldb from 1.21.0 to 1.22.2.

Changelog

Sourced from mcbe-leveldb's changelog.

v1.22.2

Changes

  • The internalComponents.EntityStorageKeyComponent field of the ActorPrefixOrEntity NBT schema is now optional.

v1.22.1

Additions

  • Added handling for unresolved names from the required properties list of NBT schemas to the NBT schema to TypeScript type converter, to ensure that it is required, even if the actual definition for the property is in oneOf, anyOf, allOf, a reference, etc.

Fixes

  • Fixed a invalid internal TypeScript type that was causing errors.

v1.22.0

Additions

  • Added enums to many boolean NBT schema properties.
  • Added the Entity_Entity NBT schema, which is like the ActorPrefix NBT schema, but it is for entries in the Entity content type, which doesn't have the internalComponents field.
  • Added the ActorPrefixOrEntity NBT schema, which is like the ActorPrefix NBT schema, except the internalComponents field is optional.
  • Added the Entity_Villager NBT schema.
  • Added the Entity_ZombieVillager_V2 NBT schema. NOTE: Currently the Entity_ZombieVillager and Entity_ZombieVillager_V2 are the same, and they are both incomplete
  • Added the BlockEntityVersion field to the BlockEntity NBT schema.
  • Added an enum to the Motif field of the Entity_Painting NBT schema.

Changes

  • All entity NBT schemas now extend the ActorPrefixOrEntity NBT schema rather than the ActorPrefix NBT schema.
  • The isMovable field of the BlockEntity NBT schema is now optional.
  • The LootTable and LootTableSeed fields of the Component_Inventory NBT schema are now optional.
  • The HasResupplied field of the Entity_Villager_V2 NBT schema is now optional.
  • The Entity_MinecartWithCommandBlock NBT schema now also extends the Component_Inventory and CommandBlock NBT schemas.
  • The Entity_Villager_V2 NBT schema now also extends the Entity_Villagers, Component_Dweller, Component_Economy_trade_table, and Component_Inventory NBT schemas.

Fixes

  • Fixed an issue with the LegacyTerrain NBT schema where the required property names referenced the old dirty_columns property instead of height_map.
  • When enum, const, and examples properties items properties (or entries in that property) of NBT schemas a translated to JSON schemas by the NBT schema to JSON schema converter, it now converts the values to the values of value properties.
  • Fixed some issues with handling of tuple type items properties of NBT schemas by the NBT schema to JSON schema converter.
  • Fixed the descriptions of many NBT schemas and fields.
  • Removed an unnecessary console log from the internal parseList function.
  • Fixed an issue where parseSNBTCompoundString, extractSNBT, and snbtToPrismarine functions would add extra useless "name": "" properties to many NBT compounds.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mcbe-leveldb](https://github.com/8Crafter-Studios/mcbe-leveldb) from 1.21.0 to 1.22.2.
- [Changelog](https://github.com/8Crafter-Studios/mcbe-leveldb/blob/main/Changelog.md)
- [Commits](https://github.com/8Crafter-Studios/mcbe-leveldb/commits)

---
updated-dependencies:
- dependency-name: mcbe-leveldb
  dependency-version: 1.22.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants