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(app): update all non-major dependencies #1067

Merged
merged 5 commits into from
Feb 6, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/browser (source) 7.99.0 -> 7.100.0 age adoption passing confidence
@sentry/nextjs (source) 7.99.0 -> 7.100.0 age adoption passing confidence
@sentry/node (source) 7.99.0 -> 7.100.0 age adoption passing confidence
@sentry/opentelemetry (source) 7.99.0 -> 7.100.0 age adoption passing confidence
@sentry/opentelemetry-node (source) 7.99.0 -> 7.100.0 age adoption passing confidence
@storybook/addon-a11y (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-actions (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-essentials (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-interactions (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-links (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/addon-viewport (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/components (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/core-events (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/manager-api (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/nextjs (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/preview-api (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/react (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/theming (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@storybook/types (source) 7.6.12 -> 7.6.13 age adoption passing confidence
@trpc/client (source) 10.45.0 -> 10.45.1 age adoption passing confidence
@trpc/next (source) 10.45.0 -> 10.45.1 age adoption passing confidence
@trpc/react-query (source) 10.45.0 -> 10.45.1 age adoption passing confidence
@trpc/server (source) 10.45.0 -> 10.45.1 age adoption passing confidence
chromatic (source) 10.7.1 -> 10.8.0 age adoption passing confidence
msw (source) 2.1.6 -> 2.1.7 age adoption passing confidence
react-i18next 14.0.4 -> 14.0.5 age adoption passing confidence
storybook (source) 7.6.12 -> 7.6.13 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/browser)

v7.100.0

Compare Source

Important Changes
Deprecations

This release includes some deprecations. For more details please look at our
migration guide.

The deprecation most likely to affect you is the one of BrowserTracing. Instead of new BrowserTracing(), you should
now use browserTracingIntegration(), which will also handle framework-specific instrumentation out of the box for
you - no need to pass a custom routingInstrumentation anymore. For @sentry/react, we expose dedicated integrations
for the different react-router versions:

  • reactRouterV6BrowserTracingIntegration()
  • reactRouterV5BrowserTracingIntegration()
  • reactRouterV4BrowserTracingIntegration()
  • reactRouterV3BrowserTracingIntegration()

See the
migration guide
for details.

  • feat(angular): Export custom browserTracingIntegration() (#​10353)
  • feat(browser): Deprecate BrowserTracing integration (#​10493)
  • feat(browser): Export browserProfilingIntegration (#​10438)
  • feat(bun): Export bunServerIntegration() (#​10439)
  • feat(nextjs): Add browserTracingIntegration (#​10397)
  • feat(react): Add reactRouterV3BrowserTracingIntegration for react router v3 (#​10489)
  • feat(react): Add reactRouterV4/V5BrowserTracingIntegration for react router v4 & v5 (#​10488)
  • feat(react): Add reactRouterV6BrowserTracingIntegration for react router v6 & v6.4 (#​10491)
  • feat(remix): Add custom browserTracingIntegration (#​10442)
  • feat(node): Expose functional integrations to replace classes (#​10356)
  • feat(vercel-edge): Replace WinterCGFetch with winterCGFetchIntegration (#​10436)
  • feat: Deprecate non-callback based continueTrace (#​10301)
  • feat(vue): Deprecate new VueIntegration() (#​10440)
  • feat(vue): Implement vue browserTracingIntegration() (#​10477)
  • feat(sveltekit): Add custom browserTracingIntegration() (#​10450)
Profiling Node

@sentry/profiling-node has been ported into the monorepo. Future development for it will happen here!

  • pkg(profiling-node): port profiling-node repo to monorepo (#​10151)
Other Changes
  • feat: Export setHttpStatus from all packages (#​10475)
  • feat(bundles): Add pluggable integrations on CDN to Sentry namespace (#​10452)
  • feat(core): Pass name & attributes to tracesSampler (#​10426)
  • feat(feedback): Add system-ui to start of font family (#​10464)
  • feat(node-experimental): Add koa integration (#​10451)
  • feat(node-experimental): Update opentelemetry packages (#​10456)
  • feat(node-experimental): Update tracing integrations to functional style (#​10443)
  • feat(replay): Bump rrweb to 2.10.0 (#​10445)
  • feat(replay): Enforce masking of credit card fields (#​10472)
  • feat(utils): Add propagationContextFromHeaders (#​10313)
  • fix: Make startSpan, startSpanManual and startInactiveSpan pick up the scopes at time of creation instead of
    termination (#​10492)
  • fix(feedback): Fix logo color when colorScheme is "system" (#​10465)
  • fix(nextjs): Do not report redirects and notFound calls as errors in server actions (#​10474)
  • fix(nextjs): Fix navigation tracing on app router (#​10502)
  • fix(nextjs): Apply server action data to correct isolation scope (#​10514)
  • fix(node): Use normal require call to import Undici (#​10388)
  • ref(nextjs): Remove internally used deprecated APIs (#​10453)
  • ref(vue): use startInactiveSpan in tracing mixin (#​10406)
storybookjs/storybook (@​storybook/addon-a11y)

v7.6.13

Compare Source

storybookjs/storybook (@​storybook/addon-essentials)

v7.6.13

Compare Source

storybookjs/storybook (@​storybook/addon-interactions)

v7.6.13

Compare Source

7.6.13
trpc/trpc (@​trpc/client)

v10.45.1

Compare Source

What's Changed
New Contributors

Full Changelog: trpc/trpc@v10.45.0...v10.45.1

chromaui/chromatic-cli (chromatic)

v10.8.0

Compare Source

🚀 Enhancement
Authors: 2

mswjs/msw (msw)

v2.1.7

Compare Source

v2.1.7 (2024-02-06)

Bug Fixes

Special thanks to @​willdawsonme for investigating these issues.

i18next/react-i18next (react-i18next)

v14.0.5

Compare Source

  • Fix 1691 for strict mode, by preserving change language binding 1720

Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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 requested a review from JoeKarow as a code owner February 6, 2024 15:57
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. kodiak: merge.method = 'squash' Kodiak will squash merge this PR. labels Feb 6, 2024
Copy link

vercel bot commented Feb 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
inreach-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 6, 2024 9:54pm

@ghost
Copy link

ghost commented Feb 6, 2024

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

Copy link

socket-security bot commented Feb 6, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sentry/[email protected] network +7 9.95 MB sentry-bot
npm/@sentry/[email protected] Transitive: environment, filesystem, network, shell, unsafe +122 42.6 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/[email protected] environment, filesystem, network, shell, unsafe +4 6.61 MB sentry-bot
npm/@sentry/[email protected] Transitive: environment, network, unsafe +8 7.53 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@sentry/[email protected] Transitive: environment, network, unsafe +8 7.85 MB benvinegar, billyvg, evanpurkhiser, ...8 more
npm/@storybook/[email protected] None +3 2.49 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment +9 3.68 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +343 62.5 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem +61 16.4 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@storybook/[email protected] Transitive: environment +7 935 kB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment +2 82.2 kB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem +114 25.1 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] None +1 99.8 kB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem +63 17.4 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +708 196 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem +56 12.1 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +179 64.8 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment +10 5.74 MB hypnosphi, igor-dv, jreinhold, ...5 more
npm/@storybook/[email protected] Transitive: environment, eval, filesystem +50 11 MB alexandrebodin, amalik2, dandean, ...23 more
npm/@trpc/[email protected] None +1 966 kB juliusmarminge, katt, sachinraja
npm/@trpc/[email protected] Transitive: environment, filesystem, shell, unsafe +74 23.6 MB juliusmarminge, katt, sachinraja
npm/@trpc/[email protected] Transitive: environment +10 9.83 MB juliusmarminge, katt, sachinraja
npm/@trpc/[email protected] None 0 713 kB juliusmarminge, katt, sachinraja
npm/[email protected] None 0 4.3 MB andrewortwein, cdedreuille, codykaup, ...9 more
npm/[email protected] Transitive: environment, filesystem, shell +67 43.1 MB kettanaito
npm/[email protected] Transitive: environment +10 6.23 MB adrai, jamuhl
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +603 83.3 MB ndelangen, shilman, usulpro

🚮 Removed packages: npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@sentry/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@storybook/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/@trpc/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link
Contributor

github-actions bot commented Feb 6, 2024

📦 Next.js Bundle Analysis for @weareinreach/app

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 399.11 KB (🟡 +1015 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

alwaysmeticulous bot commented Feb 6, 2024

🤖 No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.

Last updated for commit bb545fa. This comment will update as new commits are pushed.

@renovate renovate bot changed the title fix(app): update dependency @sentry/opentelemetry to v7.100.0 fix(app): update all non-major dependencies Feb 6, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Feb 6, 2024

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.

JoeKarow
JoeKarow previously approved these changes Feb 6, 2024
Copy link

sonarcloud bot commented Feb 6, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@kodiakhq kodiakhq bot merged commit a060d6b into dev Feb 6, 2024
21 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch February 6, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 api 📦 app automerge Enable Kodiak auto-merge dependencies Change in project dependencies. 📦 env kodiak: merge.method = 'squash' Kodiak will squash merge this PR. 📦 ui 📦 web
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant