Socket
Socket
Sign inDemoInstall

@bazel/cypress

Package Overview
Dependencies
537
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
46
8Next

3.7.0

Diff

alexeagle
published 3.6.0 •

Changelog

Source

3.6.0 (2021-06-09)

Bug Fixes

  • allow for only stderr to be set on npm_package_bin (fa8f5b1)
  • builtin: add two missing locations where Mac M1 support needs to be declared (2ad950f), closes #2733
  • builtin: propogate tags to both generated targets in generated_file_test (c4403fc)
  • builtin: support directory_file_path entry_point in nodejs_binary & nodejs_test when --bazel_patch_module_resolver is set (51676ef)
  • jasmine: don't assume entry_point is a label as it may now be a dict (3683466)
  • jasmine: unhanded promise rejection causes tests suit to pass (3c4ef58), closes 3.7.0/lib/jasmine.js#L267 #2688
  • terser: make terser resolve more robust by not assuming a single /terser/ segment in the path (4709ffb)
  • typescript: fixed "output was not created" error for ts_project with supports_workers (807b07b)
  • typescript: repair error reporting when a ts_project is missing declaration=True (cd08efe)

Features

  • add opt-in exports_directories_only mode to yarn_install and npm_install (defaults to False) (3d182cf)
  • support dict style directory_file_path entry_point in nodejs_binary, nodejs_test & jasmine_node_test (737674f)
  • support directory_file_path entry_point in npm_umd_bundle (4e44178)
alexeagle
published 3.5.1 •

Changelog

Source

3.5.1 (2021-05-25)

Bug Fixes

  • builtin: generated nodejs repository for windows references non-existent file (c1663c5)
  • builtin: write stdout/stderr to correct path under chdir (#2681) (36311bb), closes #2680
  • esbuild: prefer finding entry_point files in deps rather than srcs (#2692) (dd4c4f3)
  • esbuild: provide JSModuleInfo of output bundle (#2685) (233254d)
  • esbuild: update update script file paths after removal of _README.md (#2695) (25a5ac4)
  • make generated_file_test .update's visibility same as test rule (#2677) (30bc86c)

Features

  • builtin: document how nodejs_binary#entry_point can use a direc… (#2579) (ceddd1d)
alexeagle
published 3.5.0 •

Changelog

Source

3.5.0 (2021-05-11)

Bug Fixes

  • builtin: account for racy deletion of symlink in linker (#2662) (e9a683d)
  • builtin: include optionalDependencies in strictly visible packages (#2657) (2a1ed31)
  • builtin: linker incorrectly resolves workspace node_modules for windows (#2659) (7cf7d73)
  • concatjs: devserver not passing through tags to all targets (#2646) (8abc8e0)
  • docs: correct title of stamping docs (4bea5b2)
  • protractor: unable to specify server as configurable attribute (#2643) (4965db6)

Features

  • builtin: add js_library JSEcmaScriptModuleInfo support (#2658) (5ad1596)
  • builtin: allow bundling ESM output with the pkg_npm rule (#2648) (911529f)
  • concatjs: enable junit report for karma_web_test (#2630) (28e8d23)
  • esbuild: add support for multiple entry points (#2663) (b4f322a)
  • esbuild: default log-level flag to warning, unless overridden (#2664) (8ffea3e)
alexeagle
published 3.4.2 •

Changelog

Source

3.4.2 (2021-04-28)

Bug Fixes

  • builtin: allow bazel version to have semver build metadata (#2624) (6a2e136)

Features

  • builtin: add version 16.x.x versions of NodeJS (#2626) (fc34588)
alexeagle
published 3.4.1 •

Changelog

Source

3.4.1 (2021-04-22)

Bug Fixes

  • builtin: don't restart npm_install rule just to look up a label (#2621) (16d3a25), closes #2620
  • builtin: gracefully handle the case of empty yarn_urls (#2619) (fea3db3)
  • builtin: properly parse status file value containing spaces (#2615) (406dcb5)
  • builtin: resolve vendored node/yarn from external repo (#2614) (3564940), closes #2019
  • concatjs: update karma to 6.3.2 and fix #2093 (#2603) (c80479d)
  • esbuild: correct rule argument documentation stating default target (#2608) (e710a6b)
  • examples: transpile Angular es5 bundle to SystemJS (#2562) (b0175cd)
  • typescript: handle .tsx inputs to angular (#2613) (901df38), closes #2542
  • add support for terser 5 under node 12 and higher (#2558) (bd53eb5)
alexeagle
published 3.4.0 •

Changelog

Source

3.4.0 (2021-04-14)

Bug Fixes

  • esbuild: use run_node to invoke linker before running esuild (be184c2)
  • typescript: output path for .json in root package (#2602) (1c50e96), closes #2598

Features

  • add pre and post install patches to yarn_install and npm_install (#2607) (d805f33)
  • support for multi-linked first party dependencies (e90b4ae)
  • esbuild: add output_css flag to esbuild() (#2545) (c5ed4f8)
  • esbuild: allow ts / tsx files in esbuilds srcs (#2594) (9e91872)
alexeagle
published 3.3.0 •

Changelog

Source

3.3.0 (2021-04-08)

Bug Fixes

  • builtin: provide proper error if npm_package_bin has no outs (#2557) (c47b770)
  • esbuild: 'output' is passed twice when used (#2587) (57218a6)
  • esbuild: files not being found when building external repo (#2563) (d10e17c)
  • esbuild: update to esbuild 0.11 (#2559) (e9e8fe7), closes #2552
  • jasmine: transitive specs are no longer added to the test suite (#2576) (e7eaf34)

Features

  • introduce package for runfile helpers (2c883d1)
  • make node toolchain_type public so new toolchains can be added (#2591) (b606b79), closes #2565
  • esbuild: Script to update esbuild to the latest available version (#2492) (472ed62)
  • esbuild: support location expansion in esbuild args (#2564) (eb3bd7e)
  • typescript: add support for "jsx: preserve" compiler option (#2574) (425dbd6)
alexeagle
published 3.2.3 •

Changelog

Source

3.2.3 (2021-03-25)

Bug Fixes

  • builtin: add transitive typings to runfiles provider produced by js_library (#2547) (41117fa)
  • builtin: always install source-map-support (#2538) (97b3886), closes #2520
  • esbuild: allow empty string as an input to sourcemap for bazel 2.x support (#2549) (3b3e020)
  • typescript: update documentation now that ts_project is recommended (#2548) (a8d8b0f)
  • tsconfig validator fails on chained tsconfig references (#2512) (bfd74e5)
  • examples: remove relativeLinkResolution (#2530) (8ef60e5)

Features

  • builtin: first experimental rules for npm tarballs (#2544) (aa09b57)
  • esbuild: add 'sourcemap' option to configure sourcemap generation (#2528) (8d0218c)
alexeagle
published 3.2.2 •

Changelog

Source

3.2.2 (2021-03-08)

Bug Fixes

  • esbuild: run npm version check as postinstall (#2500) (2efe437)
  • esbuild: set correct base url when rule is at root (#2506) (92e8169)
  • rollup: include externals config in worker cache key (de9dd86)

Features

  • builtin: add env attribute to nodejs test and binary and run_node helper (#2499) (c9b159f)
  • esbuild: add max_threads setting to limit number of threads used (8e7c731)
  • examples: update angular_bazel_architect to version 11 (#2495) (b8a4dcd)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc