Changelog
*Sourced from [@percy/agent's changelog](https://github.com/percy/percy-agent/blob/master/CHANGELOG.md).*
> ## [0.9.2](https://github.com/percy/percy-agent/compare/v0.9.1...v0.9.2) (2019-08-06)
>
>
> ### Bug Fixes
>
> * Pin `@oclif/command` to `1.5.16` ([#319](https://github-redirect.dependabot.com/percy/percy-agent/issues/319)) ([2ba2698](https://github.com/percy/percy-agent/commit/2ba2698)), closes [/github.com/oclif/command/compare/v1.5.16...v1.5.17#diff-53649f4ba3d51e10eff913927cc17e0](https://github.com//github.com/oclif/command/compare/v1.5.16...v1.5.17/issues/diff-53649f4ba3d51e10eff913927cc17e0)
>
> ## [0.9.1](https://github.com/percy/percy-agent/compare/v0.9.0...v0.9.1) (2019-08-06)
>
>
> ### Bug Fixes
>
> * Log error if there is one from the config service ([#318](https://github-redirect.dependabot.com/percy/percy-agent/issues/318)) ([6432b63](https://github.com/percy/percy-agent/commit/6432b63))
> * Use `innerHTML` rather than `innerText` for textareas ([#317](https://github-redirect.dependabot.com/percy/percy-agent/issues/317)) ([b700fbb](https://github.com/percy/percy-agent/commit/b700fbb))
Commits
- [`d3662e5`](https://github.com/percy/percy-agent/commit/d3662e557443b9687c704eb99718415353ef5d05) chore(release): 0.9.2 [skip ci]
- [`2ba2698`](https://github.com/percy/percy-agent/commit/2ba2698e5dc70e6d5aa52a9e7f9d424c822cbeb1) fix: Pin `@oclif/command` to `1.5.16` ([#319](https://github-redirect.dependabot.com/percy/percy-agent/issues/319))
- [`7fb2f81`](https://github.com/percy/percy-agent/commit/7fb2f8119d5629919cfcd8d9a1670edf1fe6c064) chore(release): 0.9.1 [skip ci]
- [`b700fbb`](https://github.com/percy/percy-agent/commit/b700fbba161a08a0d37f6cf418c03f2c7d8b73ac) fix: Use `innerHTML` rather than `innerText` for textareas ([#317](https://github-redirect.dependabot.com/percy/percy-agent/issues/317))
- [`6432b63`](https://github.com/percy/percy-agent/commit/6432b63bfde9a9f43f2e3dc7d2fa79dd35a8b041) fix: Log error if there is one from the config service ([#318](https://github-redirect.dependabot.com/percy/percy-agent/issues/318))
- [`45092c4`](https://github.com/percy/percy-agent/commit/45092c4e3533c21fb5a5a7576f46b46b6913485e) build(deps-dev): bump husky from 3.0.1 to 3.0.2 ([#316](https://github-redirect.dependabot.com/percy/percy-agent/issues/316))
- [`2d1339e`](https://github.com/percy/percy-agent/commit/2d1339e11dfdc4f644170d9d02b0467ab97a7c75) build(deps-dev): bump @types/node from 12.6.8 to 12.6.9 ([#315](https://github-redirect.dependabot.com/percy/percy-agent/issues/315))
- [`c81cb64`](https://github.com/percy/percy-agent/commit/c81cb64cbc66599a16dd83d0af87e252827c92ae) build(deps-dev): bump webpack from 4.35.3 to 4.39.1 ([#314](https://github-redirect.dependabot.com/percy/percy-agent/issues/314))
- [`e787b6f`](https://github.com/percy/percy-agent/commit/e787b6f2d769a85f19df02b8afd64aba064f0821) build(deps-dev): bump @oclif/test from 1.2.4 to 1.2.5 ([#313](https://github-redirect.dependabot.com/percy/percy-agent/issues/313))
- [`ed1a57e`](https://github.com/percy/percy-agent/commit/ed1a57e2a4724edc3b904a410869ec9baa22ddc8) build(deps): bump @oclif/command from 1.5.16 to 1.5.18 ([#312](https://github-redirect.dependabot.com/percy/percy-agent/issues/312))
- Additional commits viewable in [compare view](https://github.com/percy/percy-agent/compare/v0.9.0...v0.9.2)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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 ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
- `@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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps @percy/agent from 0.9.0 to 0.9.2.
Changelog
*Sourced from [@percy/agent's changelog](https://github.com/percy/percy-agent/blob/master/CHANGELOG.md).* > ## [0.9.2](https://github.com/percy/percy-agent/compare/v0.9.1...v0.9.2) (2019-08-06) > > > ### Bug Fixes > > * Pin `@oclif/command` to `1.5.16` ([#319](https://github-redirect.dependabot.com/percy/percy-agent/issues/319)) ([2ba2698](https://github.com/percy/percy-agent/commit/2ba2698)), closes [/github.com/oclif/command/compare/v1.5.16...v1.5.17#diff-53649f4ba3d51e10eff913927cc17e0](https://github.com//github.com/oclif/command/compare/v1.5.16...v1.5.17/issues/diff-53649f4ba3d51e10eff913927cc17e0) > > ## [0.9.1](https://github.com/percy/percy-agent/compare/v0.9.0...v0.9.1) (2019-08-06) > > > ### Bug Fixes > > * Log error if there is one from the config service ([#318](https://github-redirect.dependabot.com/percy/percy-agent/issues/318)) ([6432b63](https://github.com/percy/percy-agent/commit/6432b63)) > * Use `innerHTML` rather than `innerText` for textareas ([#317](https://github-redirect.dependabot.com/percy/percy-agent/issues/317)) ([b700fbb](https://github.com/percy/percy-agent/commit/b700fbb))Commits
- [`d3662e5`](https://github.com/percy/percy-agent/commit/d3662e557443b9687c704eb99718415353ef5d05) chore(release): 0.9.2 [skip ci] - [`2ba2698`](https://github.com/percy/percy-agent/commit/2ba2698e5dc70e6d5aa52a9e7f9d424c822cbeb1) fix: Pin `@oclif/command` to `1.5.16` ([#319](https://github-redirect.dependabot.com/percy/percy-agent/issues/319)) - [`7fb2f81`](https://github.com/percy/percy-agent/commit/7fb2f8119d5629919cfcd8d9a1670edf1fe6c064) chore(release): 0.9.1 [skip ci] - [`b700fbb`](https://github.com/percy/percy-agent/commit/b700fbba161a08a0d37f6cf418c03f2c7d8b73ac) fix: Use `innerHTML` rather than `innerText` for textareas ([#317](https://github-redirect.dependabot.com/percy/percy-agent/issues/317)) - [`6432b63`](https://github.com/percy/percy-agent/commit/6432b63bfde9a9f43f2e3dc7d2fa79dd35a8b041) fix: Log error if there is one from the config service ([#318](https://github-redirect.dependabot.com/percy/percy-agent/issues/318)) - [`45092c4`](https://github.com/percy/percy-agent/commit/45092c4e3533c21fb5a5a7576f46b46b6913485e) build(deps-dev): bump husky from 3.0.1 to 3.0.2 ([#316](https://github-redirect.dependabot.com/percy/percy-agent/issues/316)) - [`2d1339e`](https://github.com/percy/percy-agent/commit/2d1339e11dfdc4f644170d9d02b0467ab97a7c75) build(deps-dev): bump @types/node from 12.6.8 to 12.6.9 ([#315](https://github-redirect.dependabot.com/percy/percy-agent/issues/315)) - [`c81cb64`](https://github.com/percy/percy-agent/commit/c81cb64cbc66599a16dd83d0af87e252827c92ae) build(deps-dev): bump webpack from 4.35.3 to 4.39.1 ([#314](https://github-redirect.dependabot.com/percy/percy-agent/issues/314)) - [`e787b6f`](https://github.com/percy/percy-agent/commit/e787b6f2d769a85f19df02b8afd64aba064f0821) build(deps-dev): bump @oclif/test from 1.2.4 to 1.2.5 ([#313](https://github-redirect.dependabot.com/percy/percy-agent/issues/313)) - [`ed1a57e`](https://github.com/percy/percy-agent/commit/ed1a57e2a4724edc3b904a410869ec9baa22ddc8) build(deps): bump @oclif/command from 1.5.16 to 1.5.18 ([#312](https://github-redirect.dependabot.com/percy/percy-agent/issues/312)) - Additional commits viewable in [compare view](https://github.com/percy/percy-agent/compare/v0.9.0...v0.9.2)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
.If all status checks pass Dependabot will automatically merge this pull request.
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 ignore this ['minor'|'major'] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it - `@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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.