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

fix(deps): update all minor dependencies (minor) #35

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/nextjs 6.13.3 -> 6.19.7 age adoption passing confidence
chart.js (source) 3.5.1 -> 3.9.1 age adoption passing confidence
chartjs-plugin-annotation (source) 1.0.2 -> 1.4.0 age adoption passing confidence
chartjs-plugin-datalabels (source) 2.0.0 -> 2.1.0 age adoption passing confidence
next (source) 12.1.6 -> 12.2.4 age adoption passing confidence
next-themes 0.0.16 -> 0.2.0 age adoption passing confidence
react-chartjs-2 3.0.5 -> 3.3.0 age adoption passing confidence
react-intl (source) 5.20.13 -> 5.25.1 age adoption passing confidence
sass 1.42.1 -> 1.54.3 age adoption passing confidence
swr (source) 1.0.1 -> 1.3.0 age adoption passing confidence
tslib (source) 2.3.1 -> 2.4.0 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!

v6.17.6

Compare Source

  • fix(angular): Add check for global.location in angular universal (#​4513)
  • fix(nextjs): Stop injecting sentry into API middleware (#​4517)
  • fix(nextjs): Revert #​4139 - remove manipulation of res.finished value (#​4516)

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

v6.17.5

Compare Source

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.

  • ref: Export Session class from core/browser/node (#​4508)
  • chore(nextjs): Bump@sentry/webpack-plugin to 1.18.5 (#​4501)
  • ref(types): Move SeverityLevel and SeverityLevels to @sentry/utils (#​4492)
  • fix(vue): Cast name parameter to string (#​4483)

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

v6.17.4

Compare Source

  • chore(deps): Bump @sentry/webpack-plugin from 1.18.3 to 1.18.4 (#​4464)
  • fix(browser): Set severity level for events captured by the global error handler (#​4460)
  • fix(integrations): Add default for ExtraErrorData's depth option (#​4487)
  • fix(nextjs): Export BrowserTracing integration directly (#​4480)
  • fix(tracing): Export SpanStatus enum (#​4478)
  • fix(vue): Property _isVue not defined in Vue3 (#​4461)

Work in this release contributed by @​7inspire, @​jaeseokk, and @​rchl. Thank you for your contributions!

v6.17.3

Compare Source

  • fix(nextjs): Unwrap req and res if necessary when instrumenting server (#​4467)

v6.17.2

Compare Source

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)
  • fix(utils): Remove dom is casting (#​4451)

v6.17.1

Compare Source

  • ref(core): Renormalize event only after stringification errors (#​4425)
  • feat(nextjs): Add option to use hidden-source-map as webpack devtool value (#​4436)
  • fix(tracing): ignore the xhr/fetch response if its request is not being tracked (#​4428)
  • fix(vue): prevent after hook from starting new span (#​4438)

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

v6.17.0

Compare Source

This release contains several internal refactors that help reduce the bundle size of the SDK and help prep for our upcoming major release. 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 how to update your sdk usage if you are using any of these in your code.

  • feat: Remove Dsn class (#​4325)
  • feat(core): Add processing metadata to scope and event (#​4252)
  • feat(core): Deprecate API class (#​4281)
  • feat(ember): Update ember dependencies (#​4253)
  • fix(nextjs): Inject sentry.x.config.js into pages/_error (#​4397)
  • fix(nextjs): Add sentry-cli existence check for enabling webpack plugin #​4311
  • ref(tracing): deprecate span status enum (#​4299)
  • ref(tracing): Remove script evaluation span (#​4433)
  • ref(types): drop unused logLevel (#​4317)
  • ref(types): deprecate request status enum (#​4316)
  • ref(types): deprecate outcome enum (#​4315)
  • ref(types): deprecate transactionmethod enum (#​4314)
  • ref(types): deprecate status enum (#​4298)
  • ref(utils): improve invalid dsn error message (#​4430)
  • fix(vue): Prioritize app variable to avoid duplicate name pollution (#​4437)

Work in this release contributed by @​yordis, @​Badisi, and @​lh1me. Thank you for your contribution!

v6.16.1

Compare Source

  • feat(nextjs): Support Next.js v12 (#​4093)
  • fix(nextjs): Disable server instrumentation on Vercel (#​4255)
  • feat(tracing): Add metadata around idleTimeout (#​4251)

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

v6.16.0

Compare Source

  • feat(angular): Add Angular 13 to peer dep (#​4183)
  • fix(angular): Finish routing span before starting another one (#​4191)
  • fix(angular): Use ui category for span operations (#​4222)
  • feat(ember): Use @​types/ember__debug (#​4173)
  • fix(ember): Use ui category for span operations (#​4221)
  • feat(eslint-config): Enable array-callback-return rule (#​4229)
  • ref(eslint-config): Update spaced-comment rule (#​4235)
  • fix(integrations): Use ui category for vue span operations (#​4219)
  • fix(nextjs): Add sideEffects flag to NextJS SDK (#​4216)
  • fix(node): Make http integration spans have http span operation (#​4224)
  • fix(react): Mark react package as having no side effects (#​4213)
  • fix(react): Use ui category for operations (#​4218)
  • fix(tracing): Add express category to express middleware spans (#​4223)
  • fix(tracing): Treat HTTP status code below 100 as UnknownError (#​4131)
  • fix(types): Make Options type method params contravariant (#​4234)
  • fix(vue): Mark Vue as having no side effects. (#​4217)
  • fix(vue): Use ui category for span operations (#​4220)

Work in this release contributed by @​jherdman and @​travigd. Thank you for your contribution!

v6.15.0

Compare Source

  • fix(browser): Capture stacktrace on DOMExceptions, if possible (#​4160)
  • fix(nextjs): Delay error propagation until withSentry is done (#​4027)

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

v6.14.3

Compare Source

  • Revert: ref(utils): Use type predicates in is utility functions (#​4124)

v6.14.2

Compare Source

  • feat(awslambda) : Capture errors individually on sqs partial batch failure (#​4130)
  • feat(gatsby): Upload source maps automatically when sentry-cli is configured (#​4109)
  • fix(nextjs): Prevent false API resolved without sending a response warning (#​4139)
  • fix(vue): Merge default and manual hooks while creating mixins. (#​4132)
  • ref(utils): Use type predicates in is utility functions (#​4124)

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

v6.14.1

Compare Source

  • feat(gatsby): Support Gatsby v4 (#​4120)
  • fix(nextjs): Stop sending transactions for requests that 404 (#​4095)
  • fix(nextjs): Prevent infinite recompilation in dev (#​4123)
  • fix(node): Prioritize globalAgent while figuring out protocol (#​4087)

v6.14.0

Compare Source

  • chore(deps): Bump @​sentry/webpack-plugin to 1.18.1 (#​4063)
  • feat(awslambda): Add requestId filter to aws.cloudwatch.logs URL (#​4032)
  • feat(gatsby): Support non-serializable SDK options (#​4064)
  • feat(gatsby): Support user integrations as a function (#​4050)
  • feat(integrations): Call toJSON of originalException to extract more data (#​4038)
  • feat(integrations): Capture console.error as an exception (#​4034)
  • feat(nextjs): Add mechanism to error-logger-caught errors (#​4061)
  • feat(nextjs): Add mechanism to withSentry-caught errors (#​4046)
  • feat(nextjs): Tag backend events when running on vercel (#​4091)
  • fix(browser): Send client outcomes through tunnel if configured (#​4031)
  • fix(core): Be stricter about mechanism values (#​4068)
  • fix(core): Prevent exception recapturing (#​4067)
  • fix(nextjs): Always initialize SDK with global hub (#​4086)
  • fix(nextjs): Fix types in config code (#​4057)
  • fix(nextjs): Remove logic merging include values in withSentryConfig (#​4056)
  • fix(node): Check for potentially undefined httpModule (#​4037)
  • fix(tracing): Update paths for DB drivers auto-instrumentation (#​4083)
  • fix(vue): Move ROOT_SPAN_TIMER into Vue context. (#​4081)

Work in this release contributed by @​tmilar, @​deammer, and @​freekii. Thank you for your contributions!

chartjs/Chart.js

v3.9.1

Compare Source

Essential Links

Bugs Fixed

Thanks to @​LeeLenaleee

v3.9.0

Compare Source

Essential Links

Enhancements

  • #​10439 feat: remove line element from scatter controller
  • #​10528 feat: pass some chart options to DateAdapter
  • #​10405 Add circular prop to arc element
  • #​10530 Skip all borders if borderSkipped === true
  • #​10517 parsing: support dot(s) in object keys
  • #​10519 Enable borderDash option in the grid as scriptable

Performance

  • #​10517 parsing: support dot(s) in object keys

Bugs Fixed

  • #​10524 pass boxWidth only if pointStyleWidth presents
  • #​10523 fix: calc visible points on update #<!---->10467

Documentation

  • #​10527 Add docs for changing from time scale to logarithmic/linear scale
  • #​10518 Improve docs radial linear grid
  • #​10522 Fix Stack Overflow tag: chart.js
  • #​10520 Fix Stack Overflow tag: chart.js
  • #​10515 Fix dead link on reload or open in new tab
  • #​10516 Clarifying threshold requirement in the docs for decimation

Development

Thanks to @​LeeLenaleee, @​M4sterShake, @​benmccann, @​dangreen, @​kurkle, @​peterhauke, @​stockiNail, @​thabarbados and @​touletan

v3.8.2

Compare Source

Essential Links

Bugs Fixed

  • #​10513 Explicitly include package.json files for subpackages

Development

  • #​10513 Explicitly include package.json files for subpackages

Thanks to @​etimberg

v3.8.1

Compare Source

Essential Links

Enhancements

  • #​10495 Improve error message with id of the canvas
  • #​10412 Add pointStyleWidth option for legend

Bugs Fixed

  • #​10484 Resolve plugin defaults for local plugins
  • #​10489 draw tooltip with object borderwidth
  • #​10451 Fix options update when changing to shared opts
  • #​10454 Fix crash with skipNull and uneven datasets
  • #​10414 Respect `fill: false` with custom draw times

Types

  • #​10494 Allow clip to be configurable in options object typescript
  • #​10436 Add index to legendItem interface
  • #​10404 Add padding to pointLabels type, add type to scriptable context
  • #​10387 Allow for each dataset to be individually typed without a main type

Documentation

  • #​10490 document defaults for plugins
  • #​10497 Update link to be able to use within github
  • #​10446 Add a stale version warning + a link to the latest version of docs
  • #​10470 Update integration.md
  • #​10447 Enforce maximum width on chart editor blocks in the docs
  • #​10456 Update aspectRatio documentation
  • #​10415 Update responsive.md
  • #​10434 Clarify helpers need to be imported when using bundlers
  • #​10410 Fix typo in link to documentation from sample
  • #​10400 Fix default value of 'includeInvisible' option in the documentation
  • #​10392 Clarify api docs

Development

Thanks to @​LeeLenaleee, @​Pourbahrami, @​andrewl64, @​dependabot, @​dependabot[bot], @​etimberg, @​ideabrian, @​igorlukanin, @​kurkle, @​naveensrinivasan, @​stockiNail and @​touletan

v3.8.0

Compare Source

Essential Links

  • #​10341 Correct auto.esm.js import to allow module to work in browser
  • #​10316 Use abs() when comparing for spanGaps
  • #​10320 Bump async from 2.6.3 to 2.6.4
  • #​10290 Bump moment from 2.29.1 to 2.29.2
  • #​10260 Bump minimist from 1.2.5 to 1.2.6
  • #​10204 Bump karma from 6.3.14 to 6.3.16
  • #​10200 Bump url-parse from 1.5.7 to 1.5.10
  • #​10198 Bump prismjs from 1.25.0 to 1.27.0
  • #​10181 Bump url-parse from 1.5.3 to 1.5.7
  • #​10146 Bump karma from 6.3.9 to 6.3.14
  • #​10150 Bump log4js from 6.3.0 to 6.4.1
  • #​10152 Bump engine.io from 6.1.0 to 6.1.2
  • #​10151 Bump node-fetch from 2.6.6 to 2.6.7
  • #​10149 Bump follow-redirects from 1.14.6 to 1.14.8

Enhancements

  • #​10362 Add option to include invisible points
  • #​10328 Resolve canvasGradient is undefined in node
  • #​10293 Enable configuration of radial scale point label border radius
  • #​10278 Allow time scale to offset using skipped ticks
  • #​10046 Interaction functions
  • #​10182 Allow individual chart controllers to opt-in to the decimation plugin
  • #​10088 Make object notation usable for polarArea and radar
  • #​10106 Add new align 'inner' for X axis

Bugs Fixed

  • #​10371 Update to v0.2.1 color dependency to fix bug with invalid colours
  • #​10340 Update scale polarArea correctly on data hide
  • #​10289 display tooltips only at points in chart area
  • #​10328 Resolve canvasGradient is undefined in node
  • #​10301 Trigger legend onLeave when the mouse leaves the canvas
  • #​10276 Document tooltip draw hooks and only call hooks when the tooltip draws
  • #​10157 minimum bar length setting keeps bar base in view

Types

  • #​10364 Types: Allow font to be partial scriptable and individually scriptable
  • #​10283 Types: add 'middle' to borderSkipped
  • #​10275 Export types for cartesian and radial tick options
  • #​10269 add startAngle to radial scale options typings
  • #​10254 Add missing fields to the ScriptableContext type
  • #​10179 Allow array for line opts in dataset

Documentation

  • #​10308 Add links to docs in all the samples
  • #​10259 Fix a typo in data-structures.md
  • #​10266 Correct chart initialization flow
  • #​10250 Update link to filler plugin
  • #​10184 Fix broken link in Animations docs page.
  • #​10158 remove hardcoded licenseYear in docs
  • #​10156 update link to license and bump license year
  • #​10154 Document scale update plugin hooks

Development

  • #​10377 Bump to 3.8.0
  • #​10247 Resolve circulair import filler plugin
  • #​10243 Replace deprecated String.prototype.substr()
  • #​10040 Refactor filler plugin for easier maintenance

Thanks to @​CommanderRoot, @​LeeLenaleee, @​Talla2XLC, @​akiraaso, @​dependabot, @​dependabot[bot], @​etimberg, @​joshkel, @​kurkle, @​kylejonesdev, @​linkviii, @​luke-heberling, @​msteiger, @​pzelnip, @​t-mangoe and @​yhvicey

v3.7.1

Compare Source

Essential Links

Bugs Fixed

  • #​10024 Fix using above/below filling option with discontinuous lines

Types

  • #​10124 Add missing mouse events to CoreChartOptions.events type
  • #​10133 Allow spanGaps to be specified on LineOptions
  • #​10137 Ensure that min/max of TimeScaleOptions can be a string
  • #​10075 fix: allow colors as array
  • #​10131 Correct type for updateHoverStyle
  • #​10130 Type Chart.legend property
  • #​10111 Change repeating alingment string to single type
  • #​10078 Move scriptable and array to helper function in types
  • #​10057 add typing and docs for maxTicksLimit all scales

Documentation

  • #​10138 Sort docs sub menus alphabetically, add line and plugin sample
  • #​10100 Sort line and bubble dataset options alphabetically
  • #​10103 Fix typos found by codespell
  • #​10057 add typing and docs for maxTicksLimit all scales
  • #​10045 typo Cofiguration

Development

Thanks to @​DimitriPapadopoulos, @​LeeLenaleee, @​LovelyAndy, @​caub, @​charlesmass2, @​etimberg, @​jmorel and @​stockiNail

[v3.7.0](https://togithub.com/chartjs/C


Configuration

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

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

@vercel
Copy link

vercel bot commented Oct 16, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/chewam/deaths/CceTia6S6NXpHsryQ5G1rXhaD93x
✅ Preview: https://deaths-git-renovate-all-minor-chewam.vercel.app

[Deployment for 466cb39 failed]

@renovate renovate bot changed the title fix(deps): update dependency sass to v1.43.2 fix(deps): update all minor dependencies (minor) Oct 18, 2021
@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

1 participant