geodatagouv / geoplatform

Core API and processing tools for geo.data.gouv.fr
MIT License
5 stars 1 forks source link

Bump @sentry/node from 4.6.4 to 5.9.0 #316

Open dependabot-preview[bot] opened 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @sentry/node from 4.6.4 to 5.9.0.

Release notes *Sourced from [@sentry/node's releases](https://github.com/getsentry/sentry-javascript/releases).* > ## 5.9.0 > - [node] feat: Added `mode` option for `OnUnhandledRejection` integration that changes how we log errors and what we do with the process itself > - [browser] ref: Both global handlers now always return `true` to call default implementations (error logging) > > ## 5.8.0 > - [browser/node] feat: 429 http code handling in node/browser transports ([#2300](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2300)) > - [core] feat: Make sure that Debug integration is always setup as the last one ([#2285](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2285)) > - [browser] fix: Gracefuly handle incorrect input from onerror ([#2302](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2302)) > - [utils] fix: Safer normalizing for input with `domain` key ([#2305](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2305)) > - [utils] ref: Remove dom references from utils for old TS and env interop ([#2303](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2303)) > > ## 5.7.1 > - [core] ref: Use the smallest possible interface for our needs - `PromiseLike` ([#2273](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2273)) > - [utils] fix: Add TS dom reference to make sure its in place for compilation ([#2274](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2274)) > > ## 5.7.0 > - [core] ref: Use `Promise` as the interface, but `SyncPromise` as the implementation in all the places we need `thenable` API > - [browser] fix: Capture only failed `console.assert` calls > - [browser] ref: Major `TraceKit` and `GlobalHandlers` refactor > - [browser] ref: Remove _all_ required IE10-11 polyfills > - [browser] ref: Remove `Object.assign` method usage > - [browser] ref: Remove `Number.isNaN` method usage > - [browser] ref: Remove `includes` method usage > - [browser] ref: Improve usage of types in `addEventListener` breadcrumbs wrapper > - [browser] ci: Use Galaxy S9 Plus for Android 9 > - [browser] ci: Increase timeouts and retries between Travis and BrowserStack > - [node] fix: Update https-proxy-agent to 3.0.0 for security reasons ([#2262](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2262)) > - [node] feat: Extract prototyped data in `extractUserData` ([#2247](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2247)) > - [node] ref: Use domain Hub detection only in Node environment > - [integrations] feat: Use `contexts` to handle ExtraErrorData ([#2208](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2208)) > - [integrations] ref: Remove `process.env.NODE_ENV` from Vue integration ([#2263](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2263)) > - [types] fix: Breadcrumb `data` needs to be an object > - [utils] ref: Make `Event` instances somewhat serializeable > > ## 5.7.0-beta.0 > - [core] ref: Use `Promise` as the interface, but `SyncPromise` as the implementation in all the places we need `thenable` API > - [browser] fix: Capture only failed `console.assert` calls > - [browser] ref: Major `TraceKit` and `GlobalHandlers` refactor > - [browser] ref: Remove _all_ required IE10-11 polyfills > - [browser] ref: Remove `Object.assign` method usage > - [browser] ref: Remove `Number.isNaN` method usage > - [browser] ref: Remove `includes` method usage > - [browser] ci: Use Galaxy S9 Plus for Android 9 > - [browser] ci: Increase timeouts and retries between Travis and BrowserStack > - [node] feat: Extract prototyped data in `extractUserData` ([#2247](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2247)) > - [node] ref: Use domain Hub detection only in Node environment > - [integrations] feat: Use `contexts` to handle ExtraErrorData ([#2208](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2208)) > - [types] fix: Breadcrumb `data` needs to be an object > - [utils] ref: Make `Event` instances somewhat serializeable > > ... (truncated)
Changelog *Sourced from [@sentry/node's changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md).* > ## 5.9.0 > > - [node] feat: Added `mode` option for `OnUnhandledRejection` integration that changes how we log errors and what we do with the process itself > - [browser] ref: Both global handlers now always return `true` to call default implementations (error logging) > > ## 5.8.0 > > - [browser/node] feat: 429 http code handling in node/browser transports ([#2300](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2300)) > - [core] feat: Make sure that Debug integration is always setup as the last one ([#2285](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2285)) > - [browser] fix: Gracefuly handle incorrect input from onerror ([#2302](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2302)) > - [utils] fix: Safer normalizing for input with `domain` key ([#2305](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2305)) > - [utils] ref: Remove dom references from utils for old TS and env interop ([#2303](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2303)) > > ## 5.7.1 > > - [core] ref: Use the smallest possible interface for our needs - `PromiseLike` ([#2273](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2273)) > - [utils] fix: Add TS dom reference to make sure its in place for compilation ([#2274](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2274)) > > ## 5.7.0 > > - [core] ref: Use `Promise` as the interface, but `SyncPromise` as the implementation in all the places we need `thenable` API > - [browser] fix: Capture only failed `console.assert` calls > - [browser] ref: Major `TraceKit` and `GlobalHandlers` refactor > - [browser] ref: Remove _all_ required IE10-11 polyfills > - [browser] ref: Remove `Object.assign` method usage > - [browser] ref: Remove `Number.isNaN` method usage > - [browser] ref: Remove `includes` method usage > - [browser] ref: Improve usage of types in `addEventListener` breadcrumbs wrapper > - [browser] ci: Use Galaxy S9 Plus for Android 9 > - [browser] ci: Increase timeouts and retries between Travis and BrowserStack > - [node] fix: Update https-proxy-agent to 3.0.0 for security reasons ([#2262](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2262)) > - [node] feat: Extract prototyped data in `extractUserData` ([#2247](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2247)) > - [node] ref: Use domain Hub detection only in Node environment > - [integrations] feat: Use `contexts` to handle ExtraErrorData ([#2208](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2208)) > - [integrations] ref: Remove `process.env.NODE_ENV` from Vue integration ([#2263](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2263)) > - [types] fix: Breadcrumb `data` needs to be an object > - [utils] ref: Make `Event` instances somewhat serializeable > > ## 5.6.3 > > - [browser] fix: Don't capture our own XHR events that somehow bubbled-up to global handler > > ## 5.6.2 > > - [browser] feat: Use framesToPop for InvaliantViolations in React errors ([#2204](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2204)) > - [browser] fix: Apply crossorigin attribute with setAttribute tag for userReport dialog ([#2196](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2196)) > - [browser] fix: Make sure that falsy values are captured in unhandledrejections ([#2207](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2207)) > - [loader] fix: Loader should also retrigger falsy values as errors ([#2207](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2207)) > > ## 5.6.1 > ... (truncated)
Commits - [`f8777f5`](https://github.com/getsentry/sentry-javascript/commit/f8777f591627e8ec4f594b2dfb276dc15e57effc) release: 5.9.0 - [`d716bd9`](https://github.com/getsentry/sentry-javascript/commit/d716bd96952cdd7a86662246b8b0f80761fe1275) feat: Introduce mode option for global promise handler in node ([#2312](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2312)) - [`9e68d29`](https://github.com/getsentry/sentry-javascript/commit/9e68d2982a0e3bd51e1017806abff715fd5a8f8e) Merge release/5.8.0 into master - [`f93056d`](https://github.com/getsentry/sentry-javascript/commit/f93056d8976fced8068b5a7d832254e79c69eb4c) release: 5.8.0 - [`b50b11e`](https://github.com/getsentry/sentry-javascript/commit/b50b11ebc29e5f8c6bb44a93cc4442e83504cda7) misc: 5.8.0 changelog update - [`2d5188a`](https://github.com/getsentry/sentry-javascript/commit/2d5188a78bad89100b2aa29e745244a3b9be6bfa) fix(utils/object): fix normalizing error from null ([#2305](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2305)) - [`796fe36`](https://github.com/getsentry/sentry-javascript/commit/796fe36f99513edd4b98df8e806454891d312adc) doc: Link to discord, not IRC ([#2304](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2304)) - [`8e6aae7`](https://github.com/getsentry/sentry-javascript/commit/8e6aae78d703f447899c002007c1e6fdbdaa74d3) fix: Skip empty filename in frames and fallback to location - [`bce11e5`](https://github.com/getsentry/sentry-javascript/commit/bce11e56a36e0455e992b0071be4d3ae380781b9) chore: Linter auto-fixes - [`f4e59bc`](https://github.com/getsentry/sentry-javascript/commit/f4e59bcdd08f62983e2390e03c8ae69e392d9765) misc: 5.8.0 changelog - Additional commits viewable in [compare view](https://github.com/getsentry/sentry-javascript/compare/4.6.4...5.9.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.

Dependabot will not automatically merge this PR because it includes a major update to a production dependency.


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 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) - Pull request limits (per update run and/or open at any time) - 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)
codecov[bot] commented 4 years ago

Codecov Report

Merging #316 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #316   +/-   ##
=======================================
  Coverage   23.55%   23.55%           
=======================================
  Files          99       99           
  Lines        2165     2165           
=======================================
  Hits          510      510           
  Misses       1655     1655

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9da191e...04427cc. Read the comment docs.