components
components copied to clipboard
build: bump @bazel/protractor from 2.3.2 to 3.5.0
Bumps @bazel/protractor from 2.3.2 to 3.5.0.
Release notes
Sourced from @bazel/protractor's releases.
3.5.0
To upgrade, paste into your
WORKSPACE:http_archive( name = "build_bazel_rules_nodejs", sha256 = "10f534e1c80f795cffe1f2822becd4897754d18564612510c59b3c73544ae7c6", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.5.0/rules_nodejs-3.5.0.tar.gz"], )and update your
@bazel-scoped npm packages.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)
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_modulesfor 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
serveras configurable attribute (#2643) (4965db6)3.4.2
Upgrade with
http_archive( name = "build_bazel_rules_nodejs", sha256 = "65067dcad93a61deb593be7d3d9a32a4577d09665536d8da536d731da5cd15e2", urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/3.4.2/rules_nodejs-3.4.2.tar.gz"], )and update
@bazel-scoped npm packages.Mostly a bunch of version bumps and refactoring in this release. Notably our docsite generation changed quite a bit, so please report any new rendering issues you spot in the docs.
Bug Fixes
... (truncated)
Changelog
Sourced from @bazel/protractor's changelog.
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_modulesfor 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
serveras 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)
3.4.2 (2021-04-28)
Bug Fixes
Features
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
... (truncated)
Commits
768d352refactor(protractor): better naming for server runfiles in rule (#2644)4965db6fix(protractor): unable to specifyserveras configurable attribute (#2643)3247844refactor: remove _README.md, just put the content in the module docst… (#2637)6241f16chore: upgrade typescript and angular (#2625)c2927afrefactor(builtin): remove node_modules attribute from nodejs_binary, nodejs_t...0203c06refactor: make dependencies on --bazel_patch_module_resolver explicit46ed567refactor(protractor): load protractor-utils from@bazel/protractorf1f700frefactor: explicitly use runfiles helperbaeae89feat(concatjs): ts_devserver -> concatjs_devserver; move to@bazel/concatjs- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: area: build, merge ready, merge safe, target: patch.