From c21bda16493fbf3586820c2f5f952399329f674a Mon Sep 17 00:00:00 2001 From: Sebastian Barfurth Date: Sat, 7 Feb 2026 09:04:22 +0100 Subject: [PATCH] Remove root_package from npm_translate_lock. (#8921) This attribute is removed in the next major version of `aspect_rules_js`. It's not actually needed here [according to](https://github.com/aspect-build/rules_js/pull/2709#issuecomment-3855183151) a maintainer of `aspect_rules_js`. --- MODULE.bazel | 3 --- 1 file changed, 3 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index d6416265c..dc400d17f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -63,9 +63,6 @@ npm.npm_translate_lock( name = "flatbuffers_npm", npmrc = "//:.npmrc", pnpm_lock = "//ts:pnpm-lock.yaml", - # Override the Bazel package where pnpm-lock.yaml is located and link - # to the specified package instead. - root_package = "ts", verify_node_modules_ignored = "//:.bazelignore", ) use_repo(npm, "flatbuffers_npm")