Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump @bazel/buildifier from 0.26.0 to 0.28.0 #33

Merged
merged 1 commit into from Aug 20, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @bazel/buildifier from 0.26.0 to 0.28.0.

Release notes

Sourced from @bazel/buildifier's releases.

0.28.0

BREAKING CHANGES

  • npm_package now throws for any files in srcs which do not reside in the same package as the target. These files should be in the deps instead. (Note that in previous releases, we didn't permit these files in deps.)

Features

  • rollup_bundle: new output_group lets you select .js and .js.map files together for different output flavors, thanks @​jbedard
  • rollup_bundle: UMD bundles can now be requested es5 and es5 minified, thanks @​jbedard

Fixes

0.27.12

Fixed an issue with transitive node_modules not being available to the rollup_bundle rule. Such deps don't need to be repeated now.

Introduced new package http://npmjs.com/package/@bazel/labs - this contains more experimental features that might be breaking or even removed in the future.

This contains the start of a webpack_bundle rule.

0.27.10

  • add a special case when Angular Package Format packages are found in node_modules, generating a special BUILD file for them so that devmode scripts flow to downstream targets
  • you can now access the devmode manifest output of a ts_devserver, useful for plumbing through to your own server
  • packages can now publish a bazelBin key in their package.json, indicating additional attributes to put on the generated nodejs_binary

0.27.9

Changes to @bazel/jasmine/jasmine_node_test:

  • more fixes for sharding and loading
  • can produce coverage data
  • fix deprecation warnings about load path

0.27.8

No release notes provided.

0.27.7

Fixes for jasmine_node_test

Note: 0.27.6 and 0.27.5 had a regression in the web_package and ts_devserver rules and should not be used.

0.27.4

Minor bugfix for jasmine_node_test following sharding feature

To use this release, update your WORKSPACE to:

... (truncated)
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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 18, 2019
@siberex siberex merged commit 6ba7e9e into master Aug 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/bazel/buildifier-0.28.0 branch August 20, 2019 16:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running Bazel build on Windows with default Execution Policy doesn't work
1 participant