From ff9fcf11181cbaa6be39855a5133d5fb5e160350 Mon Sep 17 00:00:00 2001 From: Tobias Schlatter Date: Wed, 9 Oct 2024 20:34:09 +0200 Subject: [PATCH] docs: merge gather_files_from_js_infos rename PRs in migration docs (#1891) This is maybe a bit less technically correct, but less confusing: I only saw the first line first and renamed to the intermediate name first. --- docs/migrate_2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/migrate_2.md b/docs/migrate_2.md index a8ddb8515..b7f134e94 100644 --- a/docs/migrate_2.md +++ b/docs/migrate_2.md @@ -103,8 +103,7 @@ However if you have written your own custom rules based on rules_js, changes may ### Other -- refactor: rename `gather_files_from_js_providers` to `gather_files_from_js_info` ([#1617](https://github.com/aspect-build/rules_js/pull/1617)) -- refactor: rename `gather_files_from_js_info` to `gather_files_from_js_infos` ([#1665](https://github.com/aspect-build/rules_js/pull/1665)) +- refactor: rename `gather_files_from_js_providers` to `gather_files_from_js_infos` ([#1617](https://github.com/aspect-build/rules_js/pull/1617), [#1665](https://github.com/aspect-build/rules_js/pull/1665)) - refactor: remove `utils.home_directory` and use `get_home_directory` from Aspect bazel-lib utils instead ([#1606](https://github.com/aspect-build/rules_js/pull/1606)) - refactor: remove `//js:enable_runfiles` and use `@aspect_bazel_lib//lib:enable_runfiles` instead ([#1605](https://github.com/aspect-build/rules_js/pull/1605)) - fix: drop `.sh` extension from `js_binary`, `merger` and `js_image_layer` launchers ([#1586](https://github.com/aspect-build/rules_js/pull/1586))