fdebijl / NOSedits

Track changes to titles in NOS articles
https://twitter.com/nosedits
MIT License
15 stars 1 forks source link

fix(deps): update deps #299

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@atproto/api (source) 0.10.5 -> 0.12.2 age adoption passing confidence
@fdebijl/clog 1.163.0 -> 1.164.0 age adoption passing confidence
@sentry/node (source) 7.106.1 -> 7.109.0 age adoption passing confidence
masto 6.6.4 -> 6.7.1 age adoption passing confidence
twitter-api-v2 1.16.0 -> 1.16.1 age adoption passing confidence

Release Notes

bluesky-social/atproto (@​atproto/api) ### [`v0.12.2`](https://togithub.com/bluesky-social/atproto/blob/HEAD/packages/api/CHANGELOG.md#0122) [Compare Source](https://togithub.com/bluesky-social/atproto/compare/@atproto/api@0.12.1...@atproto/api@0.12.2) ##### Patch Changes - [#​2344](https://togithub.com/bluesky-social/atproto/pull/2344) [`abc6f82da`](https://togithub.com/bluesky-social/atproto/commit/abc6f82da38abef2b1bbe8d9e41a0534a5418c9e) Thanks [@​estrattonbailey](https://togithub.com/estrattonbailey)! - Support muting words that contain apostrophes and other punctuation ### [`v0.12.1`](https://togithub.com/bluesky-social/atproto/blob/HEAD/packages/api/CHANGELOG.md#0121) [Compare Source](https://togithub.com/bluesky-social/atproto/compare/@atproto/api@0.12.0...@atproto/api@0.12.1) ##### Patch Changes - [#​2342](https://togithub.com/bluesky-social/atproto/pull/2342) [`eb7668c07`](https://togithub.com/bluesky-social/atproto/commit/eb7668c07d44f4b42ea2cc28143c64f4ba3312f5) Thanks [@​estrattonbailey](https://togithub.com/estrattonbailey)! - Adds the `associated` property to `profile` and `profile-basic` views, bringing them in line with `profile-detailed` views. ### [`v0.12.0`](https://togithub.com/bluesky-social/atproto/blob/HEAD/packages/api/CHANGELOG.md#0120) [Compare Source](https://togithub.com/bluesky-social/atproto/compare/@atproto/api@0.11.2...@atproto/api@0.12.0) ##### Minor Changes - [#​2169](https://togithub.com/bluesky-social/atproto/pull/2169) [`f689bd51a`](https://togithub.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9) Thanks [@​matthieusieben](https://togithub.com/matthieusieben)! - Build system rework, stop bundling dependencies. ##### Patch Changes - [#​2338](https://togithub.com/bluesky-social/atproto/pull/2338) [`36f2e966c`](https://togithub.com/bluesky-social/atproto/commit/36f2e966cba6cc90ba4320520da5c7381cfb8086) Thanks [@​pfrazee](https://togithub.com/pfrazee)! - Fix: correctly detected blocked quote-posts when moderating posts - Updated dependencies \[[`f689bd51a`](https://togithub.com/bluesky-social/atproto/commit/f689bd51a2f4e02d4eca40eb2568a1fcb95494e9)]: - [@​atproto/common-web](https://togithub.com/atproto/common-web)[@​0](https://togithub.com/0).3.0 - [@​atproto/lexicon](https://togithub.com/atproto/lexicon)[@​0](https://togithub.com/0).4.0 - [@​atproto/syntax](https://togithub.com/atproto/syntax)[@​0](https://togithub.com/0).3.0 - [@​atproto/xrpc](https://togithub.com/atproto/xrpc)[@​0](https://togithub.com/0).5.0 ### [`v0.11.2`](https://togithub.com/bluesky-social/atproto/blob/HEAD/packages/api/CHANGELOG.md#0112) [Compare Source](https://togithub.com/bluesky-social/atproto/compare/@atproto/api@0.11.1...@atproto/api@0.11.2) ##### Patch Changes - [#​2328](https://togithub.com/bluesky-social/atproto/pull/2328) [`7dd9941b7`](https://togithub.com/bluesky-social/atproto/commit/7dd9941b73dbbd82601740e021cc87d765af60ca) Thanks [@​estrattonbailey](https://togithub.com/estrattonbailey)! - Remove unecessary escapes from regex, which was causing a minification error when bundled in React Native. ### [`v0.11.1`](https://togithub.com/bluesky-social/atproto/blob/HEAD/packages/api/CHANGELOG.md#0111) [Compare Source](https://togithub.com/bluesky-social/atproto/compare/@atproto/api@0.11.0...@atproto/api@0.11.1) ##### Patch Changes - [#​2312](https://togithub.com/bluesky-social/atproto/pull/2312) [`219480764`](https://togithub.com/bluesky-social/atproto/commit/2194807644cbdb0021e867437693300c1b0e55f5) Thanks [@​pfrazee](https://togithub.com/pfrazee)! - Fixed an issue that would cause agent clones to drop the PDS URI config. ### [`v0.11.0`](https://togithub.com/bluesky-social/atproto/blob/HEAD/packages/api/CHANGELOG.md#0110) [Compare Source](https://togithub.com/bluesky-social/atproto/compare/@atproto/api@0.10.5...@atproto/api@0.11.0) ##### Minor Changes - [#​2302](https://togithub.com/bluesky-social/atproto/pull/2302) [`4eaadc0ac`](https://togithub.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0) Thanks [@​dholms](https://togithub.com/dholms)! - - Breaking changes - Redesigned the `moderate*` APIs which now output a `ModerationUI` object. - `agent.getPreferences()` output object `BskyPreferences` has been modified. - Moved Ozone routes from `com.atproto.admin` to `tools.ozone` namespace. - Additions - Added support for labeler configuration in `Agent.configure()` and `agent.configureLabelerHeader()`. - Added `agent.addLabeler()` and `agent.removeLabeler()` preference methods. - Muted words and hidden posts are now handled in the `moderate*` APIs. - Added `agent.getLabelers()` and `agent.getLabelDefinitions()`. - Added `agent.configureProxyHeader()` and `withProxy()` methods to support remote service proxying behaviors. ##### Patch Changes - Updated dependencies \[[`4eaadc0ac`](https://togithub.com/bluesky-social/atproto/commit/4eaadc0acb6b73b9745dd7a2b929d02e58083ab0)]: - [@​atproto/common-web](https://togithub.com/atproto/common-web)[@​0](https://togithub.com/0).2.4 - [@​atproto/lexicon](https://togithub.com/atproto/lexicon)[@​0](https://togithub.com/0).3.3 - [@​atproto/syntax](https://togithub.com/atproto/syntax)[@​0](https://togithub.com/0).2.1 - [@​atproto/xrpc](https://togithub.com/atproto/xrpc)[@​0](https://togithub.com/0).4.3
fdebijl/clog (@​fdebijl/clog) ### [`v1.164.0`](https://togithub.com/fdebijl/clog/blob/HEAD/CHANGELOG.md#11640-2024-04-01) [Compare Source](https://togithub.com/fdebijl/clog/compare/v1.163.0...v1.164.0)
getsentry/sentry-javascript (@​sentry/node) ### [`v7.109.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.109.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.108.0...7.109.0) This release deprecates some exports from the `@sentry/replay` package. These exports have been moved to the browser SDK (or related framework SDKs like `@sentry/react`). - feat(feedback): Make "required" text for input elements configurable ([#​11287](https://togithub.com/getsentry/sentry-javascript/issues/11287)) - feat(node): Add scope to ANR events ([#​11267](https://togithub.com/getsentry/sentry-javascript/issues/11267)) - feat(replay): Bump `rrweb` to 2.12.0 ([#​11317](https://togithub.com/getsentry/sentry-javascript/issues/11317)) - fix(node): Local variables skipped after Promise ([#​11248](https://togithub.com/getsentry/sentry-javascript/issues/11248)) - fix(node): Skip capturing Hapi Boom error responses ([#​11324](https://togithub.com/getsentry/sentry-javascript/issues/11324)) - fix(web-vitals): Check for undefined navigation entry ([#​11312](https://togithub.com/getsentry/sentry-javascript/issues/11312)) - ref(replay): Deprecate `@sentry/replay` exports ([#​11242](https://togithub.com/getsentry/sentry-javascript/issues/11242)) Work in this release contributed by [@​soerface](https://togithub.com/soerface). Thank you for your contribution! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.11 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.41 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.53 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.74 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.59 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 69.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 35.77 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.31 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 108.12 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 71.97 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.77 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.81 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 53.95 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.3 KB | ### [`v7.108.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.108.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.107.0...7.108.0) This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with `7.95.0`. It also fixes some bugs with Interaction to First Paint (INP) instrumentation. This may impact your Sentry Performance Score calculation. - feat(serverless): Add Node.js 20 to compatible runtimes ([#​11104](https://togithub.com/getsentry/sentry-javascript/issues/11104)) - feat(core): Backport `ResizeObserver` and `googletag` default filters ([#​11210](https://togithub.com/getsentry/sentry-javascript/issues/11210)) - feat(webvitals): Adds event entry names for INP handler. Also guard against empty metric value - fix(metrics): use correct statsd data category ([#​11187](https://togithub.com/getsentry/sentry-javascript/issues/11187)) - fix(node): Record local variables with falsy values (v7) ([#​11190](https://togithub.com/getsentry/sentry-javascript/issues/11190)) - fix(node): Use unique variable for ANR context transfer (v7) ([#​11162](https://togithub.com/getsentry/sentry-javascript/issues/11162)) - fix(node): Time zone handling for `cron` ([#​11225](https://togithub.com/getsentry/sentry-javascript/issues/11225)) - fix(tracing): use web-vitals ttfb calculation ([#​11231](https://togithub.com/getsentry/sentry-javascript/issues/11231)) - fix(types): Fix incorrect `sampled` type on `Transaction` ([#​11146](https://togithub.com/getsentry/sentry-javascript/issues/11146)) - fix(webvitals): Fix mapping not being maintained properly and sometimes not sending INP spans ([#​11183](https://togithub.com/getsentry/sentry-javascript/issues/11183)) Work in this release contributed by [@​quisido](https://togithub.com/quisido) and [@​joshkel](https://togithub.com/joshkel). Thank you for your contributions! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.45 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.47 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.1 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.4 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.49 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.5 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.74 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.55 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 69.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 35.77 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 220.29 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 108.1 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 38.99 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 71.96 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.77 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.81 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 53.95 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.28 KB | ### [`v7.107.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.107.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.106.1...7.107.0) This release fixes issues with INP instrumentation with the Next.js SDK and adds support for the `enableInp` option in the deprecated `BrowserTracing` integration for backwards compatibility. - feat(performance): Port INP span instrumentation to old browser tracing ([#​11085](https://togithub.com/getsentry/sentry-javascript/issues/11085)) - fix(ember): Ensure browser tracing is correctly lazy loaded ([#​11027](https://togithub.com/getsentry/sentry-javascript/issues/11027)) - fix(node): Do not assert in vendored proxy code (v7 backport) ([#​11009](https://togithub.com/getsentry/sentry-javascript/issues/11009)) - fix(react): Set `handled` value in ErrorBoundary depending on fallback \[v7] ([#​11037](https://togithub.com/getsentry/sentry-javascript/issues/11037)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 79.95 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.06 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 75.04 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 64.7 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.02 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 34.9 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.44 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.45 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.68 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 78.18 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 69.57 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 35.34 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.11 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 219.07 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 106.88 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.38 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 38.62 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 71.53 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.71 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 89.35 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 53.51 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.28 KB |
neet/masto.js (masto) ### [`v6.7.1`](https://togithub.com/neet/masto.js/blob/HEAD/CHANGELOG.md#671-2024-04-06) [Compare Source](https://togithub.com/neet/masto.js/compare/v6.7.0...v6.7.1) ##### Chores - **deps-dev:** bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([5a1ceeb](https://togithub.com/neet/masto.js/commit/5a1ceeb3ed1f51e10c13ce8acc66313291fa3885)) - **deps-dev:** bump cspell from 8.5.0 to 8.6.1 ([92b3fc2](https://togithub.com/neet/masto.js/commit/92b3fc2f9ed3b766bf46c6c663439ae0c071e0f6)) - **deps-dev:** bump rollup from 4.12.0 to 4.14.0 ([0a279e9](https://togithub.com/neet/masto.js/commit/0a279e9096911694a20b36bc19b0ad1ced093fce)) - **deps-dev:** bump size-limit and [@​size-limit/preset-small-lib](https://togithub.com/size-limit/preset-small-lib) ([09bb46d](https://togithub.com/neet/masto.js/commit/09bb46d61dd22b7a47973b613447429a60faccf5)) - **deps-dev:** bump typedoc from 0.25.9 to 0.25.12 ([86af832](https://togithub.com/neet/masto.js/commit/86af83206d58dc09b8e1f0c90b81440d51b6ca82)) - **deps-dev:** bump undici from 6.6.2 to 6.11.1 ([b0d3ac8](https://togithub.com/neet/masto.js/commit/b0d3ac8097387a5e8b44e5b634eee976fc06b79e)) ### [`v6.7.0`](https://togithub.com/neet/masto.js/blob/HEAD/CHANGELOG.md#670-2024-03-16) [Compare Source](https://togithub.com/neet/masto.js/compare/v6.6.4...v6.7.0) ##### Features - Support `grant_type: authorization_code` and `client_credentials`. ([1f6b3ca](https://togithub.com/neet/masto.js/commit/1f6b3caed3e892c7d30bf6280f6c847e8aad6f4d))
plhery/node-twitter-api-v2 (twitter-api-v2) ### [`v1.16.1`](https://togithub.com/plhery/node-twitter-api-v2/blob/HEAD/changelog.md#1161) [Compare Source](https://togithub.com/plhery/node-twitter-api-v2/compare/1.16.0...1.16.1) - feat: add connection_status user field [#​520](https://togithub.com/plhery/node-twitter-api-v2/issues/520) ([@​fzn0x](https://togithub.com/fzn0x)) - chore: Update documentation [#​518](https://togithub.com/plhery/node-twitter-api-v2/issues/518) ([@​pranavmalvawala](https://togithub.com/pranavmalvawala))

Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.93%. Comparing base (1b641ef) to head (de481a7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #299 +/- ## ======================================= Coverage 93.93% 93.93% ======================================= Files 4 4 Lines 33 33 Branches 14 14 ======================================= Hits 31 31 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.