meza / trance-stack

A production-ready Remix stack built for AWS Lambda. Authentication. Security, Internationalization, Feature Flags, Analytics, Tests, Storybook, Ephemeral and Production CI/CD and more.
https://trance-stack.vsbmeza.com
MIT License
260 stars 15 forks source link

fix(deps): update remix dependencies #686

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@remix-run/architect (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@remix-run/dev (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@remix-run/node (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@remix-run/react (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@remix-run/serve (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@remix-run/server-runtime (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@remix-run/testing (source) 2.5.0 -> 2.5.1 age adoption passing confidence
@sentry/remix (source) 7.93.0 -> 7.98.0 age adoption passing confidence
auth0-remix-server 2.3.6 -> 2.3.10 age adoption passing confidence

Release Notes

remix-run/remix (@​remix-run/architect) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-architect/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/architect@2.5.0...@remix-run/architect@2.5.1) ##### Patch Changes - Updated dependencies: - `@remix-run/node@2.5.1`
remix-run/remix (@​remix-run/dev) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-dev/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/dev@2.5.0...@remix-run/dev@2.5.1) ##### Patch Changes - Add `isSpaMode` to `@remix-run/dev/server-build` virtual module ([#​8492](https://togithub.com/remix-run/remix/pull/8492)) - Automatically prepend `` if not present to fix quirks mode warnings for SPA template ([#​8495](https://togithub.com/remix-run/remix/pull/8495)) - Vite: Errors for server-only code point to new docs ([#​8488](https://togithub.com/remix-run/remix/pull/8488)) - Vite: Fix HMR race condition when reading changed file contents ([#​8479](https://togithub.com/remix-run/remix/pull/8479)) - Vite: Tree-shake unused route exports in the client build ([#​8468](https://togithub.com/remix-run/remix/pull/8468)) - Vite: Performance profiling ([#​8493](https://togithub.com/remix-run/remix/pull/8493)) - Run `remix vite:build --profile` to generate a `.cpuprofile` that can be shared or uploaded to speedscope.app - In dev, press `p + enter` to start a new profiling session or stop the current session - If you need to profile dev server startup, run `remix vite:dev --profile` to initialize the dev server with a running profiling session - For more, see the new docs: Vite > Performance - Vite: Improve performance of dev server requests by invalidating Remix's virtual modules on relevant file changes rather than on every request ([#​8164](https://togithub.com/remix-run/remix/pull/8164)) - Updated dependencies: - `@remix-run/node@2.5.1` - `@remix-run/server-runtime@2.5.1`
remix-run/remix (@​remix-run/node) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-node/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/node@2.5.0...@remix-run/node@2.5.1) ##### Patch Changes - Updated dependencies: - `@remix-run/server-runtime@2.5.1`
remix-run/remix (@​remix-run/react) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-react/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/react@2.5.0...@remix-run/react@2.5.1) ##### Patch Changes - Only use active matches in ``/`` in SPA mode ([#​8538](https://togithub.com/remix-run/remix/pull/8538)) - Remove leftover `unstable_` prefix from `Blocker`/`BlockerFunction` types ([#​8530](https://togithub.com/remix-run/remix/pull/8530)) - Updated dependencies: - `@remix-run/server-runtime@2.5.1`
remix-run/remix (@​remix-run/serve) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-serve/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/serve@2.5.0...@remix-run/serve@2.5.1) ##### Patch Changes - Updated dependencies: - `@remix-run/express@2.5.1` - `@remix-run/node@2.5.1`
remix-run/remix (@​remix-run/server-runtime) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-server-runtime/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/server-runtime@2.5.0...@remix-run/server-runtime@2.5.1) No significant changes to this package were made in this release. [See the repo `CHANGELOG.md`](https://togithub.com/remix-run/remix/blob/main/CHANGELOG.md) for an overview of all changes in v2.5.1.
remix-run/remix (@​remix-run/testing) ### [`v2.5.1`](https://togithub.com/remix-run/remix/blob/HEAD/packages/remix-testing/CHANGELOG.md#251) [Compare Source](https://togithub.com/remix-run/remix/compare/@remix-run/testing@2.5.0...@remix-run/testing@2.5.1) ##### Patch Changes - Updated dependencies: - `@remix-run/react@2.5.1` - `@remix-run/node@2.5.1`
getsentry/sentry-javascript (@​sentry/remix) ### [`v7.98.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.98.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.97.0...7.98.0) This release primarily fixes some type declaration errors: - feat(core): Export `IntegrationIndex` type ([#​10337](https://togithub.com/getsentry/sentry-javascript/issues/10337)) - fix(nextjs): Fix Http integration type declaration ([#​10338](https://togithub.com/getsentry/sentry-javascript/issues/10338)) - fix(node): Fix type definitions ([#​10339](https://togithub.com/getsentry/sentry-javascript/issues/10339)) #### Bundle size πŸ“¦ | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 77.84 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 69.04 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 72.93 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 62.68 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 33.07 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.25 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.26 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.5 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 75.57 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 67.13 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 32.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 24.43 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 211.42 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 99.44 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 73.08 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 36.07 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 69.45 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.55 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 86.11 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.4 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.21 KB | ### [`v7.97.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.97.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.95.0...7.97.0) Note: The 7.96.0 release was incomplete. This release is partially encompassing changes from `7.96.0`. - feat(react): Add `stripBasename` option for React Router 6 ([#​10314](https://togithub.com/getsentry/sentry-javascript/issues/10314)) #### Bundle size πŸ“¦ | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 77.84 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 69.04 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 72.93 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 62.68 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 33.07 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.25 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.26 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.5 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 75.57 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 67.13 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 32.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 24.43 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 211.42 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 99.44 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 73.08 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 36.07 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 69.44 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.55 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 86.11 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.4 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.21 KB | ### [`v7.95.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.95.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.94.1...7.95.0) ##### Important Changes ##### Deprecations This release includes some deprecations in preparation for v8. Most notably, it deprecates the `Replay` & `Feedback` classes in favor of a functional replacement: ```js import * as Sentry from '@​sentry/browser'; Sentry.init({ integrations: [ // Instead of new Sentry.Replay(), new Sentry.Feedback(), // Use the functional replacement: Sentry.replayIntegration(), Sentry.feedbackIntegration(), ], }); ``` - feat(core): Deprecate `Span.origin` in favor of `sentry.origin` attribute ([#​10260](https://togithub.com/getsentry/sentry-javascript/issues/10260)) - feat(core): Deprecate `Span.parentSpanId` ([#​10244](https://togithub.com/getsentry/sentry-javascript/issues/10244)) - feat(core): Expose `isInitialized()` to replace checking via `getClient` ([#​10296](https://togithub.com/getsentry/sentry-javascript/issues/10296)) - feat(replay): Deprecate `Replay`, `ReplayCanvas`, `Feedback` classes ([#​10270](https://togithub.com/getsentry/sentry-javascript/issues/10270)) - feat(wasm): Deprecate `Wasm` integration class ([#​10230](https://togithub.com/getsentry/sentry-javascript/issues/10230)) ##### Other Changes - feat: Make `parameterize` function available through browser and node API ([#​10085](https://togithub.com/getsentry/sentry-javascript/issues/10085)) - feat(feedback): Configure feedback border radius ([#​10289](https://togithub.com/getsentry/sentry-javascript/issues/10289)) - feat(sveltekit): Update default integration handling & deprecate `addOrUpdateIntegration` ([#​10263](https://togithub.com/getsentry/sentry-javascript/issues/10263)) - fix(replay-canvas): Add missing dependency on [@​sentry/utils](https://togithub.com/sentry/utils) ([#​10279](https://togithub.com/getsentry/sentry-javascript/issues/10279)) - fix(tracing): Don't send negative ttfb ([#​10286](https://togithub.com/getsentry/sentry-javascript/issues/10286)) Work in this release contributed by [@​AleshaOleg](https://togithub.com/AleshaOleg). Thank you for your contribution! ##### Bundle size πŸ“¦ | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 77.79 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 68.96 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 72.85 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 62.6 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 32.97 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.24 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.25 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.53 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 75.46 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 67.03 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 32.85 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 24.36 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 211.12 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 99.11 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 72.91 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 35.95 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 69.37 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.58 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 85.98 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.27 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.21 KB | ### [`v7.94.1`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.94.1) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.93.0...7.94.1) This release fixes a publishing issue. #### Bundle size πŸ“¦ | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 77.62 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 68.88 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 72.77 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 62.52 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 32.89 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.15 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.16 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.51 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 75.2 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 66.81 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 32.66 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 24.21 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 210.51 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 98.48 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 72.46 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 35.71 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 69.3 KB | | [@​sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.55 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 85.88 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 50.01 KB | | [@​sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.14 KB |
meza/auth0-remix-server (auth0-remix-server) ### [`v2.3.10`](https://togithub.com/meza/auth0-remix-server/releases/tag/v2.3.10) [Compare Source](https://togithub.com/meza/auth0-remix-server/compare/v2.3.9...v2.3.10) ##### Bug Fixes - **deps:** update dependency [@​remix-run/server-runtime](https://togithub.com/remix-run/server-runtime) to v2.5.1 ([967441e](https://togithub.com/meza/auth0-remix-server/commit/967441e8c24cd4f491b7e42cb81e374f2eb3e55c)) ### [`v2.3.9`](https://togithub.com/meza/auth0-remix-server/releases/tag/v2.3.9) [Compare Source](https://togithub.com/meza/auth0-remix-server/compare/v2.3.8...v2.3.9) ##### Bug Fixes - **deps:** update dependency [@​remix-run/server-runtime](https://togithub.com/remix-run/server-runtime) to v2.5.0 ([5fcdc0b](https://togithub.com/meza/auth0-remix-server/commit/5fcdc0b7ffaca5b6f5ffd0f2a48827136a7c042f)) ### [`v2.3.8`](https://togithub.com/meza/auth0-remix-server/releases/tag/v2.3.8) [Compare Source](https://togithub.com/meza/auth0-remix-server/compare/v2.3.7...v2.3.8) ##### Bug Fixes - **deps:** update dependency [@​remix-run/server-runtime](https://togithub.com/remix-run/server-runtime) to v2 ([1ba997a](https://togithub.com/meza/auth0-remix-server/commit/1ba997a89270eed71e9b8563a21ea723f38665d1)) ### [`v2.3.7`](https://togithub.com/meza/auth0-remix-server/releases/tag/v2.3.7) [Compare Source](https://togithub.com/meza/auth0-remix-server/compare/v2.3.6...v2.3.7) ##### Bug Fixes - **deps:** update dependency jose to v5 ([976d3ea](https://togithub.com/meza/auth0-remix-server/commit/976d3ea42178c401cc9381bca47cd873a260f96a))

Configuration

πŸ“… Schedule: Branch creation - " *" (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.

github-actions[bot] commented 9 months ago

Test Results

115 tests  Β±0   115 :white_check_mark: Β±0   5s :stopwatch: -1s  40 suites Β±0     0 :zzz: Β±0    1 files   Β±0     0 :x: Β±0 

Results for commit b6b38a29. ± Comparison against base commit 28b46aac.

github-actions[bot] commented 9 months ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
src 100% 100% 0 βœ”
src.atoms.Icons 100% 100% 0 βœ”
src.atoms.Toggle 100% 100% 0 βœ”
src.components 100% 100% 0 βœ”
src.components.ColorModeSwitcher 100% 100% 0 βœ”
src.components.CookieConsent 100% 100% 0 βœ”
src.components.CookieYes 100% 100% 0 βœ”
src.components.ExposeAppConfig 100% 100% 0 βœ”
src.components.GoogleAnalytics 100% 100% 0 βœ”
src.components.Hello 100% 100% 0 βœ”
src.components.Hotjar 100% 100% 0 βœ”
src.components.Login 100% 100% 0 βœ”
src.components.Logout 100% 100% 0 βœ”
src.components.Posthog 100% 100% 0 βœ”
src.hooks 100% 100% 0 βœ”
src.i18n 100% 100% 0 βœ”
src.routes 100% 100% 0 βœ”
src.utils 100% 100% 0 βœ”
Summary 100% (1270 / 1270) 100% (129 / 129) 0 βœ”
meza commented 9 months ago

Copy/paste detection report

Duplications detection: Found 0 exact clones with 0(0%) duplicated lines in 57 (3 formats) files.

Format Files analyzed Total lines Total tokens Clones found Duplicated lines Duplicated tokens
javascript 15 136 1547 0 0 (0%) 0 (0%)
tsx 26 929 8459 0 0 (0%) 0 (0%)
typescript 16 387 3125 0 0 (0%) 0 (0%)
Total: 57 1452 13131 0 0 (0%) 0 (0%)
meza commented 9 months ago

Deployment details


βœ… Your stack: remix-trance-stack-renovate-remix-dependencies-ephemeral has been successfully deployed.


You can access your deployment at the following URL: https://ll30mlen7d.execute-api.us-east-1.amazonaws.com

meza commented 9 months ago

:tada: This PR is included in version 3.1.208 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: