automate
automate copied to clipboard
Bump minimatch, jshint, protractor and sauce-connect-launcher in /components/automate-workflow-web
Bumps minimatch to 3.0.8 and updates ancestor dependencies minimatch, jshint, protractor and sauce-connect-launcher. These dependencies need to be updated together.
Updates minimatch from 3.0.4 to 3.0.8
Commits
782c2643.0.86ade2dafix: trim patterna6f52b03.0.7e4cd434fix: treat nocase:true as always having magice6bbe1cpublishConfig for 3.05b7cd333.0.620b4b56[fix] revert all breaking syntax changes2ff0388document, expose, and test 'partial:true' option5dbd6a7ci: tests and makeworkdbda065full test coverage, adding tests, deleting dead code- Additional commits viewable in compare view
Updates jshint from 2.8.0 to 2.13.6
Release notes
Sourced from jshint's releases.
JSHint 2.13.6
2.13.6 (2022-11-11)
Bug Fixes
JSHint 2.13.5
2.13.5 (2022-07-08)
Bug Fixes
JSHint 2.13.4
2.13.4 (2022-01-24)
Bug Fixes
- Remove shelljs (eb4609a)
JSHint 2.13.3
2.13.3 (2022-01-05)
Bug Fixes
- Recognize ES2020 globals (b1426f1)
JSHint 2.13.2
2.13.2 (2021-12-27)
Bug Fixes
- Add missing well-known globals (#3582) (cc1adf6)
- add URL for node in src/vars.js (#3570) (ca06e6a)
- change escape-sequence handler for double quotes (") (#3566) (75e48b7)
- Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
- Tolerate keyword in object shorthand (057b1c6)
- Tolerate unterminated nullish coalescing (ecae54a)
JSHint 2.13.1
2.13.1 (2021-08-10)
Bug Fixes
... (truncated)
Changelog
Sourced from jshint's changelog.
2.13.6 (2022-11-11)
Bug Fixes
2.13.5 (2022-07-08)
Bug Fixes
2.13.4 (2022-01-24)
Bug Fixes
- Remove shelljs (eb4609a)
2.13.3 (2022-01-05)
Bug Fixes
- Recognize ES2020 globals (b1426f1)
2.13.2 (2021-12-27)
Bug Fixes
- Add missing well-known globals (#3582) (cc1adf6)
- add URL for node in src/vars.js (#3570) (ca06e6a)
- change escape-sequence handler for double quotes (") (#3566) (75e48b7)
- Limit "Too many Errors" (E043) to errors only (#3562) (4a681b9)
- Tolerate keyword in object shorthand (057b1c6)
- Tolerate unterminated nullish coalescing (ecae54a)
2.13.1 (2021-08-10)
Bug Fixes
... (truncated)
Commits
6d06f8fv2.13.603b1a06[[FIX]] Correct error messagefedaf6f[[FIX]] Allow initializing const bindings to undefe7071e0[[DOCS]] Discourage screenshots in bug reports95a6036v2.13.5d9583d5[[CHORE]] Remove unused script5c256a2[[FIX]] Tolerate late definition of async function (#3618)61c868cv2.13.4eb4609a[[FIX]] Remove shelljsb23e125[[CHORE]] Remove shelljs from internal tooling- Additional commits viewable in compare view
Updates protractor from 4.0.11 to 7.0.0
Release notes
Sourced from protractor's releases.
5.4.3
typescript 3.7 compatibility
Resolves #5348 which was causing incompatibility with TypeScript 3.7
Changelog
Sourced from protractor's changelog.
7.0.0
(9d2e18e) refactor: use console.log instead of util.puts
utils.puts is no longer available in Node.JS 12
(c281157) refactor: remove debugger and explore methods
BREAKING CHANGE: Debugger and explore methods are not compatable with Node 8+. Use
debuggerkeyword instead. See: https://goo.gl/MvWqFh(7cdb978) build: update several dev packages that have security issues
(8e82835) build: update webdriver-manager
(a1fe5f2) ci: update tests to run on Node 10 and 12
(3fc9220) fix: prototype Pollution vulnerability through outdated yargs package
BREAKING CHANGE:
Node.Js version 6 and 8 are no longer supported. Please update to Node.Js 10+
Closes #5431
5.4.4
Fixes
- fix: security prototype pollution
5.4.3
Fixes
fix(index.ts): Fix exports to unbreak TypeScript 3.7 build
5.4.2
Features
... (truncated)
Commits
71771derelease: 7.0.09d2e18erefactor: use console.log instead of util.putsc281157refactor: remove debugger and explore methods7cdb978build: update several dev packages that have security issues8e82835build: update webdriver-managera1fe5f2ci: update tests to run on Node 10 and 123fc9220fix: prototype Pollution vulnerability through outdated yargs packagea0ffa9brelease: 5.4.48b3ebf8fix: security prototype pollution162f9e5ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade proxy to 4...- Additional commits viewable in compare view
Updates sauce-connect-launcher from 0.12.0 to 1.3.2
Changelog
Sourced from sauce-connect-launcher's changelog.
Changelog
v1.2.2
- Fix error when using custom exe option (#127)
v1.2.1
v1.2.0
- Improved download error handling and configurable download retries (#114)
- Catch errors starting with
ERROR:from sc output (#108)v1.1.1
- Ensure sc dir is created before downloading the archive. (#107)
v1.1.0
- Detached mode and configurable version as open. (#105)
v1.0.0
- Remove support for Node 0.10 and 0.12. (#103)
- Support for using a custom executable (#99)
- Hide API key from logs (#97)
- Configurable connection retries (#101)
- Various fixes for the Windows (#68, #95, #98)
- Unwatch ready file on close (#67)
- Auto-fetch the latest sc version (#96)
- Support vv option (#93)
v0.15.1
v0.14.0
- Support older versions of tar with
xzfflag- SauceConnect 4.3.16
v0.13.0
- Sauce Connect version 4.3.11
- Bug-fix: Correctly catch api errors and log a message
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by johanneswuerbach, a new releaser for sauce-connect-launcher since your current version.
You can trigger a rebase of this PR 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Deploy Preview for chef-automate processing.
| Name | Link |
|---|---|
| Latest commit | 7bba0ff48a2b90287c963b45637f12805431a076 |
| Latest deploy log | https://app.netlify.com/sites/chef-automate/deploys/642300908dd7250008539be8 |