RoboJackets / people-counter

People counter to help comply with COVID-19 related restrictions at the SCC
https://counter.scc.gatech.edu
MIT License
2 stars 0 forks source link

Update sentry-javascript monorepo to v6.19.0 #685

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/tracing 6.16.1 -> 6.19.0 age adoption passing confidence
@sentry/vue 6.16.1 -> 6.19.0 age adoption passing confidence

Release Notes

getsentry/sentry-javascript ### [`v6.19.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6190) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.18.2...6.19.0) This release makes a change to the data normalization process, limiting the number of entries or properties which will be included in any given array or object to 1000. Previously there was no limit, so in rare cases you may notice a change in your context data. If this is a problem, you can increase the limit with the new `maxNormalizationBreadth` setting. See [#​4689](https://togithub.com/getsentry/sentry-javascript/pull/4689) for details. feat(build): Create debug versions of minified bundles ([#​4699](https://togithub.com/getsentry/sentry-javascript/pull/4699)) feat(integrations): Make ES6 integration bundles ([#​4718](https://togithub.com/getsentry/sentry-javascript/pull/4718)) feat(utils): Limit `normalize` maximum properties/elements ([#​4689](https://togithub.com/getsentry/sentry-javascript/pull/4689)) feat(various): Apply debug guard to logger everywhere ([#​4698](https://togithub.com/getsentry/sentry-javascript/pull/4698)) fix(browser): Use `apply` rather than `call` in `try-catch` integration ([#​4695](https://togithub.com/getsentry/sentry-javascript/pull/4695)) fix(ember): Fix merging env config ([#​4714](https://togithub.com/getsentry/sentry-javascript/pull/4714)) fix(nextjs): Add env var to suppress API non-response meta-warning ([#​4706](https://togithub.com/getsentry/sentry-javascript/pull/4706)) fix(nextjs): Widen scope for client file upload ([#​4705](https://togithub.com/getsentry/sentry-javascript/pull/4705)) fix(node): Fix async stack parsing ([#​4721](https://togithub.com/getsentry/sentry-javascript/pull/4721)) ref(browser): Use ratelimit utils in base transport ([#​4686](https://togithub.com/getsentry/sentry-javascript/pull/4686)) ref(build): Introduce root build directory in `@sentry/browser` ([#​4688](https://togithub.com/getsentry/sentry-javascript/pull/4688)) ref(minimal): Simplify `syntheticException` creation ([#​4691](https://togithub.com/getsentry/sentry-javascript/pull/4691)) ref(tracing): Remove `BrowserTracing` logging flag default value ([#​4708](https://togithub.com/getsentry/sentry-javascript/pull/4708)) ref(utils): Simplify `isDebugBuild` logging guard ([#​4696](https://togithub.com/getsentry/sentry-javascript/pull/4696)) Work in this release contributed by [@​Turbo87](https://togithub.com/Turbo87). Thank you for your contribution! ### [`v6.18.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6182) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.18.1...6.18.2) If you are using `@sentry-internal/eslint-config-sdk`, please note that this release turns on the [quotes rule](https://eslint.org/docs/rules/quotes) to enforce usage of single quotes. This release also removes `@sentry/tracing` as a dependency of `@sentry/node`. Please explicitly install and import `@sentry/tracing` if you want to use performance monitoring capabilities. For more details, [see our docs on setting up Node Performance Monitoring](https://docs.sentry.io/platforms/node/performance/). We also now produce an ES6 version of our [CDN tracing bundle](https://docs.sentry.io/platforms/javascript/install/cdn/#performance-bundle), which can be accessed with `bundle.tracing.es6.min.js`. - chore(eslint): Turn on quotes rules ([#​4671](https://togithub.com/getsentry/sentry-javascript/pull/4671)) - fix(node): prevent errors thrown on flush from breaking response ([#​4667](https://togithub.com/getsentry/sentry-javascript/pull/4667)) - ref(node): Remove dependency on [@​sentry/tracing](https://togithub.com/sentry/tracing) ([#​4647](https://togithub.com/getsentry/sentry-javascript/pull/4647)) - fix(tracing): Make method required in transactionSampling type ([#​4657](https://togithub.com/getsentry/sentry-javascript/pull/4657)) - feat(tracing): Add ES6 tracing bundle ([#​4674](https://togithub.com/getsentry/sentry-javascript/pull/4674)) Work in this release contributed by [@​Ignigena](https://togithub.com/Ignigena). Thank you for your contribution! ### [`v6.18.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6181) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.18.0...6.18.1) - fix(ember): use \_backburner if it exists ([#​4603](https://togithub.com/getsentry/sentry-javascript/pull/4603)) - feat(gatsby): Upgrade Sentry Webpack Plugin to 1.18.8 ([#​4636](https://togithub.com/getsentry/sentry-javascript/pull/4636)) - feat(nextjs): Upgrade Sentry Webpack Plugin to 1.18.8 ([#​4643](https://togithub.com/getsentry/sentry-javascript/pull/4643)) - fix(nextjs): webpack as optional peer-dependency ([#​4634](https://togithub.com/getsentry/sentry-javascript/pull/4634)) Work in this release contributed by [@​belgattitude](https://togithub.com/belgattitude), [@​pbernery](https://togithub.com/pbernery), and [@​kylemh](https://togithub.com/kylemh). Thank you for your contributions! ### [`v6.18.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6180) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.9...6.18.0) This patch deprecates the `frameContextLines` option for the Node SDK. The [migration documentation](./MIGRATION.md#upgrading-from-6.17.x-to-6.18.0) details how to migrate off the deprecated `frameContextLines` option. - fix(browser): Only set event.stacktrace if we have 1 or more frames ([#​4614](https://togithub.com/getsentry/sentry-javascript/pull/4614)) - fix(hub): keep hint event id if it's provided ([#​4577](https://togithub.com/getsentry/sentry-javascript/pull/4577)) - fix(nextjs): Use env variable for build detection ([#​4608](https://togithub.com/getsentry/sentry-javascript/pull/4608)) - ref(node): Refactor node source fetching into integration ([#​3729](https://togithub.com/getsentry/sentry-javascript/pull/3729)) - feat(serverless): Added `ignoreSentryErrors` option for AWS lambda ([#​4620](https://togithub.com/getsentry/sentry-javascript/pull/4620)) Work in this release contributed by [@​GoshaEgorian](https://togithub.com/GoshaEgorian) and [@​ichina](https://togithub.com/ichina). Thank you for your contributions! ### [`v6.17.9`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6179) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.8...6.17.9) - fix(gatsby): Add missing React peer dependency ([#​4576](https://togithub.com/getsentry/sentry-javascript/pull/4576)) - fix(types): Use Sentry event type instead of dom one ([#​4584](https://togithub.com/getsentry/sentry-javascript/pull/4584)) Work in this release contributed by [@​aaronadamsCA](https://togithub.com/aaronadamsCA). Thank you for your contribution! ### [`v6.17.8`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6178) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.7...6.17.8) - feat(types): Add Envelope types ([#​4527](https://togithub.com/getsentry/sentry-javascript/pull/4527)) - fix(build): Remove node code from CDN bundles ([#​4548](https://togithub.com/getsentry/sentry-javascript/pull/4548)) - fix(build): Prevent unused utils code in integration bundles ([#​4547](https://togithub.com/getsentry/sentry-javascript/pull/4547)) - fix(tracing): Export BrowserTracing directly in CDN bundle ([#​4570](https://togithub.com/getsentry/sentry-javascript/pull/4570)) - fix(utils): Use apply in console instrumentation ([#​4568](https://togithub.com/getsentry/sentry-javascript/pull/4568)) - ref(core): Log `normalizeDepth` when normalization is skipped([#​4574](https://togithub.com/getsentry/sentry-javascript/pull/4574)) Work in this release contributed by [@​mydea](https://togithub.com/mydea). Thank you for your contribution! ### [`v6.17.7`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6177) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.6...6.17.7) - fix(utils): Make new non-enumerable properties mutable ([#​4528](https://togithub.com/getsentry/sentry-javascript/pull/4528)) - fix(vue): Check if route name is defined before casting ([#​4530](https://togithub.com/getsentry/sentry-javascript/pull/4530)) Work in this release contributed by [@​connorjclark](https://togithub.com/connorjclark). Thank you for your contribution! ### [`v6.17.6`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6176) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.5...6.17.6) - fix(angular): Add check for global.location in angular universal ([#​4513](https://togithub.com/getsentry/sentry-javascript/issues/4513)) - fix(nextjs): Stop injecting sentry into API middleware ([#​4517](https://togithub.com/getsentry/sentry-javascript/issues/4517)) - fix(nextjs): Revert [#​4139](https://togithub.com/getsentry/sentry-javascript/issues/4139) - remove manipulation of res.finished value ([#​4516](https://togithub.com/getsentry/sentry-javascript/issues/4516)) Work in this release contributed by [@​mobilestar1](https://togithub.com/mobilestar1). Thank you for your contribution! ### [`v6.17.5`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6175) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.4...6.17.5) This release deprecates the `Severity` enum, the `SeverityLevel` type, and the internal `SeverityLevels` array, all from `@sentry/types`. In v7, `Severity` will disappear (in favor of `SeverityLevel`) and `SeverityLevel` and `SeverityLevels` will live in `@sentry/utils`. If you are using any of the three, we encourage you to migrate your usage now, using our [migration guide](./MIGRATION.md#upgrading-from-6.x-to-6.17.x). - ref: Export Session class from core/browser/node ([#​4508](https://togithub.com/getsentry/sentry-javascript/issues/4508)) - chore(nextjs): Bump`@sentry/webpack-plugin` to 1.18.5 ([#​4501](https://togithub.com/getsentry/sentry-javascript/issues/4501)) - ref(types): Move SeverityLevel and SeverityLevels to `@sentry/utils` ([#​4492](https://togithub.com/getsentry/sentry-javascript/issues/4492)) - fix(vue): Cast name parameter to string ([#​4483](https://togithub.com/getsentry/sentry-javascript/issues/4483)) Work in this release contributed by [@​Bobakanoosh](https://togithub.com/Bobakanoosh) and [@​ssnielsen](https://togithub.com/ssnielsen). Thank you for your contributions! ### [`v6.17.4`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6174) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.3...6.17.4) - chore(deps): Bump `@sentry/webpack-plugin` from 1.18.3 to 1.18.4 ([#​4464](https://togithub.com/getsentry/sentry-javascript/issues/4464)) - fix(browser): Set severity level for events captured by the global error handler ([#​4460](https://togithub.com/getsentry/sentry-javascript/issues/4460)) - fix(integrations): Add default for `ExtraErrorData`'s `depth` option ([#​4487](https://togithub.com/getsentry/sentry-javascript/issues/4487)) - fix(nextjs): Export `BrowserTracing` integration directly ([#​4480](https://togithub.com/getsentry/sentry-javascript/issues/4480)) - fix(tracing): Export `SpanStatus` enum ([#​4478](https://togithub.com/getsentry/sentry-javascript/issues/4478)) - fix(vue): Property `_isVue` not defined in Vue3 ([#​4461](https://togithub.com/getsentry/sentry-javascript/issues/4461)) Work in this release contributed by [@​7inspire](https://togithub.com/7inspire), [@​jaeseokk](https://togithub.com/jaeseokk), and [@​rchl](https://togithub.com/rchl). Thank you for your contributions! ### [`v6.17.3`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6173) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.2...6.17.3) - fix(nextjs): Unwrap `req` and `res` if necessary when instrumenting server ([#​4467](https://togithub.com/getsentry/sentry-javascript/issues/4467)) ### [`v6.17.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6172) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.1...6.17.2) This patch contains a breaking change for anyone setting the undocumented `rethrowAfterCapture` option for `@sentry/serverless`'s AWS wrapper to `false`, as its functionality has been removed. For backwards compatibility with anyone setting it to `true` (which is also the default), the option remains in the `WrapperOptions` type for now. It will be removed in the next major release, though, so we recommend removing it from your code. - ref(serverless): Remove `rethrowAfterCapture` use in AWS lambda wrapper ([#​4448](https://togithub.com/getsentry/sentry-javascript/issues/4448)) - fix(utils): Remove dom is casting ([#​4451](https://togithub.com/getsentry/sentry-javascript/issues/4451)) ### [`v6.17.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6171) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.17.0...6.17.1) - ref(core): Renormalize event only after stringification errors ([#​4425](https://togithub.com/getsentry/sentry-javascript/issues/4425)) - feat(nextjs): Add option to use `hidden-source-map` as webpack devtool value ([#​4436](https://togithub.com/getsentry/sentry-javascript/issues/4436)) - fix(tracing): ignore the xhr/fetch response if its request is not being tracked ([#​4428](https://togithub.com/getsentry/sentry-javascript/issues/4428)) - fix(vue): prevent after hook from starting new span ([#​4438](https://togithub.com/getsentry/sentry-javascript/issues/4438)) Work in this release contributed by [@​datbth](https://togithub.com/datbth). Thank you for your contribution! ### [`v6.17.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#​6170) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/6.16.1...6.17.0) This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our [upcoming major release](https://togithub.com/getsentry/sentry-javascript/issues/4240). There are no breaking changes in this patch unless you are using our internal `Dsn` class, which has been removed. We also deprecated a few of our typescript enums and our internal `API` class. We've detailed in our [migration documentation](./MIGRATION.md#upgrading-from-6.x-to-6.17.x) how to update your sdk usage if you are using any of these in your code. - feat: Remove Dsn class ([#​4325](https://togithub.com/getsentry/sentry-javascript/issues/4325)) - feat(core): Add processing metadata to scope and event ([#​4252](https://togithub.com/getsentry/sentry-javascript/issues/4252)) - feat(core): Deprecate API class ([#​4281](https://togithub.com/getsentry/sentry-javascript/issues/4281)) - feat(ember): Update ember dependencies ([#​4253](https://togithub.com/getsentry/sentry-javascript/issues/4253)) - fix(nextjs): Inject sentry.x.config.js into pages/\_error ([#​4397](https://togithub.com/getsentry/sentry-javascript/issues/4397)) - fix(nextjs): Add sentry-cli existence check for enabling webpack plugin [#​4311](https://togithub.com/getsentry/sentry-javascript/issues/4311) - ref(tracing): deprecate span status enum ([#​4299](https://togithub.com/getsentry/sentry-javascript/issues/4299)) - ref(tracing): Remove script evaluation span ([#​4433](https://togithub.com/getsentry/sentry-javascript/issues/4433)) - ref(types): drop unused logLevel ([#​4317](https://togithub.com/getsentry/sentry-javascript/issues/4317)) - ref(types): deprecate request status enum ([#​4316](https://togithub.com/getsentry/sentry-javascript/issues/4316)) - ref(types): deprecate outcome enum ([#​4315](https://togithub.com/getsentry/sentry-javascript/issues/4315)) - ref(types): deprecate transactionmethod enum ([#​4314](https://togithub.com/getsentry/sentry-javascript/issues/4314)) - ref(types): deprecate status enum ([#​4298](https://togithub.com/getsentry/sentry-javascript/issues/4298)) - ref(utils): improve invalid dsn error message ([#​4430](https://togithub.com/getsentry/sentry-javascript/issues/4430)) - fix(vue): Prioritize app variable to avoid duplicate name pollution ([#​4437](https://togithub.com/getsentry/sentry-javascript/issues/4437)) Work in this release contributed by [@​yordis](https://togithub.com/yordis), [@​Badisi](https://togithub.com/Badisi), and [@​lh1me](https://togithub.com/lh1me). Thank you for your contribution!

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 2 years ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm WARN using --force Recommended protections disabled.
npm notice 
npm notice New patch version of npm available! 8.5.0 -> 8.5.5
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v8.5.5>
npm notice Run `npm install -g npm@8.5.5` to update!
npm notice 
npm WARN using --force Recommended protections disabled.
chmod: cannot access '/home/ubuntu/.npm': No such file or directory
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: vue@2.6.14
npm ERR! node_modules/vue
npm ERR!   vue@"2.6.14" from the root project
npm ERR!   peer vue@"2.x || 3.x" from @sentry/vue@6.19.0
npm ERR!   node_modules/@sentry/vue
npm ERR!     @sentry/vue@"6.19.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vue@"^3.2.0" from vue-router@4.0.14
npm ERR! node_modules/vue-router
npm ERR!   peer vue-router@"3.x || 4.x" from @sentry/vue@6.19.0
npm ERR!   node_modules/@sentry/vue
npm ERR!     @sentry/vue@"6.19.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-03-21T18_10_57_238Z-debug-0.log
renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (6.19.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.