build: update @bazel/buildifier to version 0.29.0 #15614
Merged
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 PR contains the following updates:
0.28.0
->0.29.0
0.37.0
->0.37.1
0.37.0
->0.37.1
0.37.0
->0.37.1
0.29.3
->0.29.4
0.37.0
->0.37.1
Release Notes
bazelbuild/rules_nodejs
v0.29.0
Compare Source
BREAKING CHANGES
ts_library
strict dependencies now apply to libraries from npm.You can use
deps=["@​npm//:node_modules"]
to depend on all node_modules, but this has performance implications.We suggest adding missing dependencies individually to the
deps
of thets_library
, following guidance from the compile errors.Changes
New
check_bazel_version_range
function to ensure your team uses the Bazel version you requireWe automatically generate a named UMD bundle at
@npm//node_modules/package:package.umd.js
so that the concatjs bundler can work with third-party libraries.ts_library
now automatically gathers typings from npm packages in thedeps
.web_package
ts_devserver
, fix for #728rollup_bundle
bazelbuild/bazel-toolchains
v0.29.4
Compare Source
SHA256:ef95c8567ebf1bc7cebf77511de50d0da04a9be3b345727595e284c59a2787cf
Renovate configuration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.