Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @sentry/types to v6.19.7 #640

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/types (source) 6.17.6 -> 6.19.7 age adoption passing confidence

Release Notes

getsentry/sentry-javascript

v6.19.7

Compare Source

  • fix(react): Add children prop type to ErrorBoundary component (#​4966)
  • fix(serverless): Re-add missing modules in Node AWS Lambda Layer (#​4982)
  • fix(tracing): Target tracing bundles for side effects (#​4955)

Work in this release contributed by @​cameronaziz and @​kpdecker. Thank you for your contributions!

v6.19.6

Compare Source

  • fix(typing): Fix typing API in CaptureConsle (#​4879)

v6.19.5

Compare Source

  • ref(build): Add debug constants in each package individually (#​4842)
  • ref(build): Introduce central build directory to packages with bundles (#​4838) (#​4854) (#​4868)
  • feat(utils): Introduce getGlobalSingleton helper (#​4860)

v6.19.4

Compare Source

  • feat(react): Add React 18 as peer dep (#​4819)
  • ref(build): Add build/types to tarballs and adjust types entry points (#​4824)

Work in this release contributed by @​MikevPeeren. Thank you for your contribution!

v6.19.3

Compare Source

  • feat(browser): Add new v7 Fetch Transport (#​4765)
  • feat(browser): Add new v7 XHR Transport (#​4803)
  • fix(core): Use correct version of event when tagging normalization (#​4780)
  • fix(core): Stop mangling _experiments (#​4807)
  • feat(node): Add new v7 http/s Transports (#​4781)

v6.19.2

Compare Source

  • feat(core): Add new transports to base backend (#​4752)
  • feat(utils): Add isNaN function (#​4759)
  • fix(integrations): Emit ES5 code in ES5 bundles (#​4769)
  • fix(vue): Drop vue-router peerDep (#​4764)
  • ref(core): Reduce inboundfilters bundle size (#​4625)
  • ref(integrations): Make ReportTypes a union type
  • ref(node): Add source code context when using LinkedErrors (#​4753)
  • ref(utils): Introduce getEnvelopeType helper (#​4751)
  • ref(utils): Split normalization code into separate module (#​4760)

v6.19.1

Compare Source

This release fixes a bug from 6.19.0 causing type import errors in most JS SDKs.

  • fix(types): Point to type definitions in dist folder (#​4745)

v6.19.0

Compare Source

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 for details.

  • feat(build): Create debug versions of minified bundles (#​4699)
  • feat(integrations): Make ES6 integration bundles (#​4718)
  • feat(utils): Limit normalize maximum properties/elements (#​4689)
  • feat(various): Apply debug guard to logger everywhere (#​4698)
  • fix(browser): Use apply rather than call in try-catch integration (#​4695)
  • fix(ember): Fix merging env config (#​4714)
  • fix(nextjs): Add env var to suppress API non-response meta-warning (#​4706)
  • fix(nextjs): Widen scope for client file upload (#​4705)
  • fix(node): Fix async stack parsing (#​4721)
  • ref(browser): Use ratelimit utils in base transport (#​4686)
  • ref(build): Introduce root build directory in @sentry/browser (#​4688)
  • ref(minimal): Simplify syntheticException creation (#​4691)
  • ref(tracing): Remove BrowserTracing logging flag default value (#​4708)
  • ref(utils): Simplify isDebugBuild logging guard (#​4696)

Work in this release contributed by @​Turbo87. Thank you for your contribution!

v6.18.2

Compare Source

If you are using @sentry-internal/eslint-config-sdk, please note that this release turns on the quotes rule 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.

We also now produce an ES6 version of our CDN tracing bundle, which can be accessed with bundle.tracing.es6.min.js.

  • chore(eslint): Turn on quotes rules (#​4671)
  • fix(node): prevent errors thrown on flush from breaking response (#​4667)
  • ref(node): Remove dependency on @​sentry/tracing (#​4647)
  • fix(tracing): Make method required in transactionSampling type (#​4657)
  • feat(tracing): Add ES6 tracing bundle (#​4674)

Work in this release contributed by @​Ignigena. Thank you for your contribution!

v6.18.1

Compare Source

  • fix(ember): use _backburner if it exists (#​4603)
  • feat(gatsby): Upgrade Sentry Webpack Plugin to 1.18.8 (#​4636)
  • feat(nextjs): Upgrade Sentry Webpack Plugin to 1.18.8 (#​4643)
  • fix(nextjs): webpack as optional peer-dependency (#​4634)

Work in this release contributed by @​belgattitude, @​pbernery, and @​kylemh. Thank you for your contributions!

v6.18.0

Compare Source

This patch deprecates the frameContextLines option for the Node SDK. The migration documentation details how to migrate off the deprecated frameContextLines option.

  • fix(browser): Only set event.stacktrace if we have 1 or more frames (#​4614)
  • fix(hub): keep hint event id if it's provided (#​4577)
  • fix(nextjs): Use env variable for build detection (#​4608)
  • ref(node): Refactor node source fetching into integration (#​3729)
  • feat(serverless): Added ignoreSentryErrors option for AWS lambda (#​4620)

Work in this release contributed by @​GoshaEgorian and @​ichina. Thank you for your contributions!

v6.17.9

Compare Source

  • fix(gatsby): Add missing React peer dependency (#​4576)
  • fix(types): Use Sentry event type instead of dom one (#​4584)

Work in this release contributed by @​aaronadamsCA. Thank you for your contribution!

v6.17.8

Compare Source

  • feat(types): Add Envelope types (#​4527)
  • fix(build): Remove node code from CDN bundles (#​4548)
  • fix(build): Prevent unused utils code in integration bundles (#​4547)
  • fix(tracing): Export BrowserTracing directly in CDN bundle (#​4570)
  • fix(utils): Use apply in console instrumentation (#​4568)
  • ref(core): Log normalizeDepth when normalization is skipped(#​4574)

Work in this release contributed by @​mydea. Thank you for your contribution!

v6.17.7

Compare Source

  • fix(utils): Make new non-enumerable properties mutable (#​4528)
  • fix(vue): Check if route name is defined before casting (#​4530)

Work in this release contributed by @​connorjclark. Thank you for your contribution!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@commit-lint
Copy link

commit-lint bot commented Feb 11, 2022

Chore

  • deps: update dependency @sentry/types to v6.19.7 (aa95efb)

Contributors

renovate-bot

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 71a0b39 to 7f12192 Compare February 15, 2022 09:15
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.17.7 chore(deps): update dependency @sentry/types to v6.17.8 Feb 15, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 7f12192 to 70578bb Compare February 16, 2022 14:45
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.17.8 chore(deps): update dependency @sentry/types to v6.17.9 Feb 16, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 70578bb to e6e396f Compare February 24, 2022 15:17
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.17.9 chore(deps): update dependency @sentry/types to v6.18.0 Feb 24, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from e6e396f to 9271e01 Compare February 28, 2022 17:04
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.18.0 chore(deps): update dependency @sentry/types to v6.18.1 Feb 28, 2022
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.18.1 chore(deps): update dependency @sentry/types to v6.18.2 Mar 8, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 9271e01 to 3727a6d Compare March 8, 2022 16:10
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 3727a6d to 156b356 Compare March 21, 2022 18:34
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.18.2 chore(deps): update dependency @sentry/types to v6.19.0 Mar 21, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 156b356 to ca6050c Compare March 21, 2022 20:48
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.0 chore(deps): update dependency @sentry/types to v6.19.1 Mar 21, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from ca6050c to da5eb13 Compare March 23, 2022 20:36
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.1 chore(deps): update dependency @sentry/types to v6.19.2 Mar 23, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from da5eb13 to 8b86872 Compare March 30, 2022 03:26
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.2 chore(deps): update dependency @sentry/types to v6.19.3 Mar 30, 2022
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.3 chore(deps): update dependency @sentry/types to v6.19.4 Apr 5, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch 2 times, most recently from 4fc7fe6 to 3bb5ca4 Compare April 7, 2022 10:49
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.4 chore(deps): update dependency @sentry/types to v6.19.5 Apr 7, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 3bb5ca4 to 5012236 Compare April 7, 2022 16:17
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.5 chore(deps): update dependency @sentry/types to v6.19.6 Apr 7, 2022
@renovate renovate bot force-pushed the renovate/sentry-javascript-monorepo branch from 5012236 to aa95efb Compare May 16, 2022 00:19
@renovate renovate bot changed the title chore(deps): update dependency @sentry/types to v6.19.6 chore(deps): update dependency @sentry/types to v6.19.7 May 16, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants