webhintio / online-service

đŸ”¬ Online version of webhint
https://webhint.io/scanner/
Apache License 2.0
93 stars 16 forks source link

Upgrade: Bump applicationinsights from 1.4.2 to 1.6.0 #827

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps applicationinsights from 1.4.2 to 1.6.0.

Release notes *Sourced from [applicationinsights's releases](https://github.com/Microsoft/ApplicationInsights-node.js/releases).* > ## 1.6.0 > `1.5.0`...`1.6.0` > ### Changelog > - [#429](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/429) [Feature] Adds `trackAvailability` API > - [#564](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/564) [Bugfix] Fix crash caused by `Promise.resolve()` with no args > > ## 1.5.0 > `1.4.2`...`1.5.0` > ### Changelog > - [#538](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/538) Adds support for connection strings. Pass your connection string to `.setup(...)` and it will detect if it is an ikey or a connection string > - [#551](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/551) Automatically use `trackException` for logs containing an `Error` object, instead of calling `trackTrace` with `SeverityLevel.Error`. e.g. `winston.error(new Error())` will now send Error telemetry instead of "log" telemetry > - [#554](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/554) Allow specifying `severityLevel` when calling `trackException`
Commits - [`65d2512`](https://github.com/microsoft/ApplicationInsights-node.js/commit/65d25120df51e0f4e3c1a47016ccfa9cfcdc0590) chore: bump versions to 1.6.0 ([#565](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/565)) - [`8d2f15c`](https://github.com/microsoft/ApplicationInsights-node.js/commit/8d2f15c4f908fa9e844845beb8295d58ab21ffd6) Fix exception caused by autocollector exception handlers ([#564](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/564)) - [`54a3758`](https://github.com/microsoft/ApplicationInsights-node.js/commit/54a37587cb794233a00f44ba629904bcfbd3a659) adding trackAvailability api support ([#558](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/558)) - [`c8b4b79`](https://github.com/microsoft/ApplicationInsights-node.js/commit/c8b4b79a4e643dc59708b2dcb9718d9bbd790fdc) chore: bump versions to 1.5.0 ([#555](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/555)) - [`399e080`](https://github.com/microsoft/ApplicationInsights-node.js/commit/399e0807be642a681fcb09da27f74f4b559c897b) feat: Allow to specify severityLevel when tracking Exception ([#554](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/554)) - [`148052e`](https://github.com/microsoft/ApplicationInsights-node.js/commit/148052ebaef115cecc0bd8b3f92056ee111431fb) Add ConnectionStringParser ([#538](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/538)) - [`9240a7d`](https://github.com/microsoft/ApplicationInsights-node.js/commit/9240a7d7de755c07a505695db196ea2727b71cb4) change(winston/console): send exception if error provided to logger ([#551](https://github-redirect.dependabot.com/Microsoft/ApplicationInsights-node.js/issues/551)) - See full diff in [compare view](https://github.com/Microsoft/ApplicationInsights-node.js/compare/1.4.2...1.6.0)


Dependabot compatibility score

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)