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 remix dependencies #686

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2024

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

Compare Source

Patch Changes
remix-run/remix (@​remix-run/dev)

v2.5.1

Compare Source

Patch Changes
  • Add isSpaMode to @remix-run/dev/server-build virtual module (#​8492)
  • Automatically prepend <!DOCTYPE html> if not present to fix quirks mode warnings for SPA template (#​8495)
  • Vite: Errors for server-only code point to new docs (#​8488)
  • Vite: Fix HMR race condition when reading changed file contents (#​8479)
  • Vite: Tree-shake unused route exports in the client build (#​8468)
  • Vite: Performance profiling (#​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)
  • Updated dependencies:
remix-run/remix (@​remix-run/node)

v2.5.1

Compare Source

Patch Changes
remix-run/remix (@​remix-run/react)

v2.5.1

Compare Source

Patch Changes
  • Only use active matches in <Meta>/<Links> in SPA mode (#​8538)
  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#​8530)
  • Updated dependencies:
remix-run/remix (@​remix-run/serve)

v2.5.1

Compare Source

Patch Changes
remix-run/remix (@​remix-run/server-runtime)

v2.5.1

Compare Source

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.5.1.

remix-run/remix (@​remix-run/testing)

v2.5.1

Compare Source

Patch Changes
getsentry/sentry-javascript (@​sentry/remix)

v7.98.0

Compare Source

This release primarily fixes some type declaration errors:

  • feat(core): Export IntegrationIndex type (#​10337)
  • fix(nextjs): Fix Http integration type declaration (#​10338)
  • fix(node): Fix type definitions (#​10339)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.84 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.04 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.93 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.68 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.07 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.25 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.26 KB
@​sentry/browser - Webpack (gzipped) 22.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 75.57 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.13 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 32.97 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 24.43 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 211.42 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 99.44 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 73.08 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.07 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.45 KB
@​sentry/react - Webpack (gzipped) 22.55 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 86.11 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.4 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.21 KB

v7.97.0

Compare Source

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)

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.84 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 69.04 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.93 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.68 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 33.07 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.25 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.26 KB
@​sentry/browser - Webpack (gzipped) 22.5 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 75.57 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.13 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 32.97 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 24.43 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 211.42 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 99.44 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 73.08 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 36.07 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.44 KB
@​sentry/react - Webpack (gzipped) 22.55 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 86.11 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.4 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.21 KB

v7.95.0

Compare Source

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:

import * as Sentry from '@&#8203;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)
  • feat(core): Deprecate Span.parentSpanId (#​10244)
  • feat(core): Expose isInitialized() to replace checking via getClient (#​10296)
  • feat(replay): Deprecate Replay, ReplayCanvas, Feedback classes (#​10270)
  • feat(wasm): Deprecate Wasm integration class (#​10230)
Other Changes
  • feat: Make parameterize function available through browser and node API (#​10085)
  • feat(feedback): Configure feedback border radius (#​10289)
  • feat(sveltekit): Update default integration handling & deprecate addOrUpdateIntegration (#​10263)
  • fix(replay-canvas): Add missing dependency on @​sentry/utils (#​10279)
  • fix(tracing): Don't send negative ttfb (#​10286)

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

Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.79 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 68.96 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.85 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.6 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 32.97 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.24 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.25 KB
@​sentry/browser - Webpack (gzipped) 22.53 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 75.46 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 67.03 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 32.85 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 24.36 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 211.12 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 99.11 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 72.91 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 35.95 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.37 KB
@​sentry/react - Webpack (gzipped) 22.58 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 85.98 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.27 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.21 KB

v7.94.1

Compare Source

This release fixes a publishing issue.

Bundle size 📦

Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 77.62 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 68.88 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 72.77 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 62.52 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 32.89 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.15 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.16 KB
@​sentry/browser - Webpack (gzipped) 22.51 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 75.2 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 66.81 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 32.66 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 24.21 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 210.51 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 98.48 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 72.46 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 35.71 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 69.3 KB
@​sentry/react - Webpack (gzipped) 22.55 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 85.88 KB
@​sentry/nextjs Client - Webpack (gzipped) 50.01 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.14 KB
meza/auth0-remix-server (auth0-remix-server)

v2.3.10

Compare Source

Bug Fixes

v2.3.9

Compare Source

Bug Fixes

v2.3.8

Compare Source

Bug Fixes

v2.3.7

Compare Source

Bug Fixes
  • deps: update dependency jose to v5 (976d3ea)

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.


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

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

@renovate renovate bot enabled auto-merge (rebase) January 20, 2024 09:33
@renovate renovate bot force-pushed the renovate/remix-dependencies branch from 14377d9 to d718156 Compare January 25, 2024 23:51
@renovate renovate bot changed the title fix(deps): update dependency auth0-remix-server to v2.3.8 fix(deps): update remix dependencies Jan 25, 2024
@renovate renovate bot force-pushed the renovate/remix-dependencies branch 4 times, most recently from a51ffa8 to 30a991c Compare February 1, 2024 16:51
@renovate renovate bot force-pushed the renovate/remix-dependencies branch from 30a991c to b6b38a2 Compare February 2, 2024 01:23
Copy link

github-actions bot commented Feb 2, 2024

Test Results

115 tests  ±0   115 ✅ ±0   5s ⏱️ -1s
 40 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit b6b38a2. ± Comparison against base commit 28b46aa.

Copy link

github-actions bot commented Feb 2, 2024

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
Copy link
Owner

meza commented Feb 2, 2024

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
Copy link
Owner

meza commented Feb 2, 2024

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

@renovate renovate bot merged commit 98360ad into main Feb 2, 2024
6 checks passed
@renovate renovate bot deleted the renovate/remix-dependencies branch February 2, 2024 01:30
@meza
Copy link
Owner

meza commented Feb 2, 2024

🎉 This PR is included in version 3.1.208 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@meza meza added the released label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant