Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Bump @bazel/karma from 0.33.1 to 0.38.3#11

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/bazel/karma-0.38.3
Closed

Bump @bazel/karma from 0.33.1 to 0.38.3#11
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/bazel/karma-0.38.3

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps @bazel/karma from 0.33.1 to 0.38.3.

Release notes

Sourced from @bazel/karma's releases.

0.38.3

Bug Fixes

  • terser: terser_minified should support .mjs files when running on directory (#1264) (6b09b51)

Features

  • examples: angular view engine example (#1252) (c10272a)
  • terser: support .map files in directory inputs (#1250) (dfefc11)

0.38.2

Update:

http_archive(
    name = "build_bazel_rules_nodejs",
    sha256 = "1447312c8570e8916da0f5f415186e7098cdd4ce48e04b8e864f793c766959c3",
    urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.38.2/rules_nodejs-0.38.2.tar.gz"],
)

and run
yarn upgrade --scope @bazel
(or manually do the npm equivalent - they don't have a way to update a scope)

Cool stuff

You can now run any arbitrary test framework without a rule, here is a mocha_test
https://github.com/bazelbuild/rules_nodejs/blob/0.38.2/examples/webapp/BUILD.bazel#L34-L51

You can also refer to the output directory from an arbitrary tool that uses an outdir argument, here is tsc
https://github.com/bazelbuild/rules_nodejs/blob/0.38.2/examples/app/BUILD.bazel#L51-L74

Breaking Changes

The following breaking changes are from internal details so they should not affect most users. Some some downstream projects, however, such as Angular rely on these internal details and will need to be updated accordingly when updating to the next release.

  • sources_aspect from /internal/node/node.bzl and /internal/common/sources_aspect.bzl is removed; its functionality was duplicate to what JSNamedModuleInfo providers
  • NodeModuleSources is removed and its sources field is moved to NpmPackageInfo; sources in the removed scripts field are provided by the JSNamedModuleInfo provider which node_module_library now provides
  • collect_node_modules_aspect renamed to just node_modules_aspect
    Helper function transitive_js_ecma_script_module_info in //:providers.bzl renamed to js_ecma_script_module_info. It now returns a JSEcmaScriptModule info with both sources and direct_sources fields populated.

Note to Angular users, you'll need to patch Angular to account for the breaking changes, see https://github.com/bazelbuild/rules_nodejs/blob/0.38.2/examples/angular/package.json#L64 which uses the patch-package npm helper to apply https://github.com/bazelbuild/rules_nodejs/tree/0.38.2/examples/angular/patches

Bug Fixes

  • clean_nested_workspaces.sh (acaa5fb)
  • rollup: handle transitive npm deps in rollup_bundle (77289e0)
... (truncated)
Changelog

Sourced from @bazel/karma's changelog.

0.38.3 (2019-10-11)

Bug Fixes

  • terser: terser_minified should support .mjs files when running on directory (#1264) (6b09b51)

Features

  • examples: angular view engine example (#1252) (c10272a)
  • terser: support .map files in directory inputs (#1250) (dfefc11)

0.38.2 (2019-10-09)

Bug Fixes

  • clean_nested_workspaces.sh (acaa5fb)
  • rollup: handle transitive npm deps in rollup_bundle (77289e0)
  • dont generate build files in symlinked node_modules (#1111) (2e7de34), closes #871
  • linker can't assume that transitive module_mappings are in the sandbox (a67a844)

Features

  • examples: add closure compiler example (79b0927)
  • document the escape hatch from ts_library (#1247) (baa9aa8)
  • examples: illustrate how to run a mocha test (#1216) (5485a8a)
  • examples: update examples/angular to new rollup_bundle (#1238) (54f5d8c)
  • terser: add source map links (32eb7ca)
  • typescript: add a transitive_js_ecma_script_module_info alias to js_ecma_script_module_info (#1243) (77e2d4a)
  • typescript: add direct_sources field to JSEcmaScriptModuleInfo (1ee00e6)
  • typescript: add JSNamedModuleInfo provider to ts_library outputs (#1215) (bb1f9b4)

0.38.1 (2019-10-03)

Bug Fixes

  • builtin: bugs in 0.38 found while rolling out to angular repo (d2262c8)
  • README: update "sections below" reference (#1210) (a59203c)
  • invalidate installed npm repositories correctly (#1200) (#1205) (0312800)
  • docs: fix typo in TypeScript.md (#1211) (893f61e)
  • pin @bazel/karma karma dep to ~4.1.0 as 4.2.0 breaks stack traces in karma output (4e86283)
... (truncated)
Commits
  • 3d1ec33 refactor: all providers exported from //:providers.bzl (#1263)
  • bb1f9b4 feat(typescript): add JSNamedModuleInfo provider to ts_library outputs (#1215)
  • 4e86283 fix: pin @bazel/karma karma dep to ~4.1.0 as 4.2.0 breaks stack traces in kar...
  • 7e3e6be refactor: add index.bzl
  • 86c616c chore: rename rules_karma_dependencies
  • cefc2ae chore: cleanup some deprecated APIs (#1160)
  • 646d75b build: update to rules_webtesting 0.3.3 (#1143)
  • 12d9d96 refactor: replace usages of expand_path_into_runfiles to _to_manifest_path (#...
  • df37fca feat: add default DEBUG and VERBOSE_LOGS configuration_env_vars to nodejs_bin...
  • d4686a8 chore: add explicit --test_tag_filters=-manual
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @bazel/karma since your current version.


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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Oct 14, 2019
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #26.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/npm_and_yarn/bazel/karma-0.38.3 branch October 24, 2019 10:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants