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.7.1 #311

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @sentry/node from 4.6.4 to 5.7.1.

Release notes *Sourced from [@sentry/node's releases](https://github.com/getsentry/sentry-javascript/releases).* > ## 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 > > ## 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 > - [core] fix: Correctly detect when client is enabled before installing integrations ([#2193](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2193)) > ... (truncated)
Changelog *Sourced from [@sentry/node's changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md).* > ## 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 > > - [core] fix: Correctly detect when client is enabled before installing integrations ([#2193](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2193)) > - [browser] ref: Loosen typings in `wrap` method > > ## 5.6.0 > > - [core] fix: When using enabled:false integrations shouldnt be installed ([#2181](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2181)) > - [browser] feat: Add support for custom schemes to Tracekit > - [browser] ref: Return function call result from `wrap` method > - [browser] ref: Better UnhandledRejection messages ([#2185](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2185)) > - [browser] test: Complete rewrite of Browser Integration Tests ([#2176](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2176)) > - [node] feat: Add cookies as an optional property in the request handler ([#2167](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2167)) > - [node] ref: Unify method name casing in breadcrumbs ([#2183](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2183)) > ... (truncated)
Commits - [`821435f`](https://github.com/getsentry/sentry-javascript/commit/821435f5a62cddc97c4891ab0357e77308188eea) release: 5.7.1 - [`7a792f4`](https://github.com/getsentry/sentry-javascript/commit/7a792f4ec5ab6bcc07087785126b1492dc313577) fix: Add TS dom reference to make sure its in place for compilation - [`3515958`](https://github.com/getsentry/sentry-javascript/commit/35159581801cfb6e4cd3ecba9149e25f74656495) ref: Remove rollup-modify-plugin as we dont use it anymore - [`9d810e7`](https://github.com/getsentry/sentry-javascript/commit/9d810e7a0f6b4506f2ade0984e84a4b7e996cdbd) ref: The smallest possible interface for our needs - PromiseLike - [`ad958cd`](https://github.com/getsentry/sentry-javascript/commit/ad958cd3b26297f5420129a3a2288c0d7c3f2691) Merge release/5.7.0 into master - [`ea5cadb`](https://github.com/getsentry/sentry-javascript/commit/ea5cadb198c11864522a17a634a305de41dc2139) release: 5.7.0 - [`3d8ce00`](https://github.com/getsentry/sentry-javascript/commit/3d8ce005de48abf46d81270d0a6352fe5dbfe0c3) misc: 5.7.0 changelog - [`68945a1`](https://github.com/getsentry/sentry-javascript/commit/68945a17d653b9c8d1ca58db1a46b6ae3107aaa0) ref: Remove process.env.NODE_ENV from Vue integration ([#2263](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2263)) - [`cf7f59f`](https://github.com/getsentry/sentry-javascript/commit/cf7f59fdd09cf0e0d70620e4fadcf67d292b9b9b) misc: Update https-proxy-agent to 3.0.0 for security reasons ([#2262](https://github-redirect.dependabot.com/getsentry/sentry-javascript/issues/2262)) - [`946f562`](https://github.com/getsentry/sentry-javascript/commit/946f56227cb89ed76a8d2eaabd24ea9819a8743e) fix: Use EventListenerOrEventListenerObject for breadcrumb wrappers - Additional commits viewable in [compare view](https://github.com/getsentry/sentry-javascript/compare/4.6.4...5.7.1)


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 #311 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #311   +/-   ##
=======================================
  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 7f73d5d...3117f60. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #316.