Bump chrome-launcher and loki
Bumps chrome-launcher to 0.14.2 and updates ancestor dependency loki. These dependencies need to be updated together.
Updates chrome-launcher from 0.12.0 to 0.14.2
Release notes
Sourced from chrome-launcher's releases.
v0.14.2 (Tue, Nov 2 2021)
ba8d76bdfix chrome connection in node 17, use 127.0.0.1 explicitly (#253)56731dd8fix: forward support for fs.rm in node 14.14+ (#242)v0.14.1
630bb77ffeat: set browser preferences (#247)12b2c8e3docs(flags): note that disable-gpu isnt neededv0.14.0 (Tue, May 18 2021)
ac1f4affmove to minimum node 12; removerimraf(#237)dec646c4deps: removemkdirpforfs.mkdirSync(#234)83ab178aupdate minimum node version (#222)a5f6eb2fadd additional chrome flags (#227)3a7c9610reword unset-CHROME_PATHerror messageb1b8dc74rename disabledTranslateUItoTranslateto match Chrome (#225)beb41360chore: update dependencies and test targets (#221)df9d564atests: migrate from travis to github actions (#228)673da08btests: add mac/win bots to ci (#232)a700ae0cdocs: fix readme'sgetInstallations()section (#212)chrome-flags-for-tools.mdupdate0.13.2 (Thu, May 7 2020)
7c1ea547deps: bump to [email protected] (#187)2ae5591dfix: sanitize environment variables used in RegExp (#197)0.13.1 (Wed, Apr 1 2020)
bf2957acdeps: update various dependencies (#192)
- fixes the vulnerability warnings
0.13.0 (Thu, Feb 27 2020)
83da1e41feat: add killAll function (#186)b8c89f84flags: disable the default browser check (#181) (#182)6112555cfix: log taskkill error based on logging opts (#178) (#179)7c935efadocs: add missing quote in README.md example (#180)2e829c7dSkip --disable-setuid-sandbox flag when ignoreDefaultFlags = true (#171)
(👋 also... there are a few releases we didnt publish here, but are tagged and published to npm. their changes are detailed in
changelog.md)
Changelog
Sourced from chrome-launcher's changelog.
v0.14.2 (Tue, Nov 2 2021)
ba8d76bdfix chrome connection in node 17, use 127.0.0.1 explicitly (#253)56731dd8fix: forward support for fs.rm in node 14.14+ (#242)v0.14.1 (Wed, Oct 6 2021)
630bb77ffeat: set browser preferences (#247)12b2c8e3docs(flags): note that disable-gpu isnt neededv0.14.0 (Tue, May 18 2021)
ac1f4affmove to minimum node 12; removerimraf(#237)dec646c4deps: removemkdirpforfs.mkdirSync(#234)83ab178aupdate minimum node version (#222)a5f6eb2fadd additional chrome flags (#227)3a7c9610reword unset-CHROME_PATHerror messageb1b8dc74rename disabledTranslateUItoTranslateto match Chrome (#225)beb41360chore: update dependencies and test targets (#221)df9d564atests: migrate from travis to github actions (#228)673da08btests: add mac/win bots to ci (#232)a700ae0cdocs: fix readme'sgetInstallations()section (#212)chrome-flags-for-tools.mdupdatev0.13.4 (Tue, Jul 7 2020)
08406b28fix: preserve existing getInstallations outputf3669f45perf: check default paths first when running on Mac (#209)aef94948docs: update defaultFlags() example for new API (#205)v0.13.3 (Thu, Jun 4 2020)
6a5d0c72flags: disable background tracing (#203)d9154291chore(deps): update typescript and types (#202)88e49686test: use strict version of assert functions (#201)v0.13.2 (Thu, May 7 2020)
7c1ea547deps: bump to [email protected] (#187)2ae5591dfix: sanitize environment variables used in RegExp (#197)v0.13.1 (Wed, Apr 1 2020)
bf2957acdeps: update various dependencies (#192)v0.13.0 (Thu, Feb 27 2020)
... (truncated)
Commits
bc836300.14.2d6faa26fix whitespace3e65a66fix chrome connection in node 17, use 127.0.0.1 explicitly56731ddfix: forward support for fs.rm in node 14.14+ (#242)ba8d76bfix chrome connection in node 17, use 127.0.0.1 explicitly4cfe245v0.14.1 (#249)630bb77feat: set browser preferences (#247)12b2c8edocs(flags): note that disable-gpu isnt needed79075230.14.0 (#240)b00fa22tests(mac): longer timeout for finding installations (#238)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by hoten, a new releaser for chrome-launcher since your current version.
Updates loki from 0.20.3 to 0.31.0
Release notes
Sourced from loki's releases.
0.31.0
New features
- Support for targeting a specific device ID when running in React Native using the
--deviceargument.- Support for passing without any stories using the
--passWithNoStoriesargument.Fixes
- Update
chrome-remote-interfaceto fix connection problem with Node 18.0.30.3
Bugfixes
- Fix parameters argument not passed to file name formatter for batches
0.30.1
Bug fixes
- Fix crash when having circular references in story parameters.
0.30.0
New functionality
- Apple Silicon support for Chrome Docker target.
- New
mediaoption that enables emulating dark mode on Chrome targets.fileNameFormatternow receives story parameters.0.29.0
- Fix error message detection from waitOn
- Remove deprecated
setAddonAPI- Upgrade
inkdependency to use React 170.28.1
Fixes
- Fixed exit code check when running docker in docker.
0.28.0
New functionality
- Breaking change: New default image differ called
pixelmatch. You can revert to old behavior by setting thediffingEngineoption togmorlooks-same- Breaking change: Updated chrome version to 90 in the default docker image. You can revert to old behavior by setting the
chromeDockerImageoption toyukinying/chrome-headless-browser:85.0.4181.8- New
dockerNetoptionFixes
- Fixed peerDependency warnings when using Storybook 6.
- Clamp screenshot dimensions to fit in viewport, when
disableAutomaticViewportHeight = true.0.24.0
New functionality
- Async CSF stories are now supported via the
@loki/create-async-callbackpackage.chromeSelectoroption can now be passed on a per story basis via the loki parameter.Fixes
- Better support for
chromeSelectoroption not ending with> *.0.23.0
... (truncated)
Commits
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)@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.