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 #1359

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@sentry/browser (source) dependencies minor 8.20.0 -> 8.22.0 OpenSSF Scorecard
@sentry/nextjs (source) dependencies minor 8.20.0 -> 8.22.0 OpenSSF Scorecard
@sentry/node (source) dependencies minor 8.20.0 -> 8.22.0 OpenSSF Scorecard
@sentry/opentelemetry (source) dependencies minor 8.20.0 -> 8.22.0 OpenSSF Scorecard
@sentry/profiling-node (source) dependencies minor 8.20.0 -> 8.22.0 OpenSSF Scorecard
@storybook/addon-a11y (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/addon-actions (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/addon-mdx-gfm (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/components (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/core-events (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/manager-api (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/preview-api (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/react (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/test (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/theming (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@storybook/types (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
@swc/core (source) devDependencies patch 1.7.3 -> 1.7.4 OpenSSF Scorecard
@turbo/gen (source) devDependencies patch 2.0.9 -> 2.0.11 OpenSSF Scorecard
chromatic (source) devDependencies minor 11.5.6 -> 11.7.0 OpenSSF Scorecard
chromatic (source) dependencies minor 11.5.6 -> 11.7.0 OpenSSF Scorecard
eslint-plugin-turbo (source) devDependencies patch 2.0.9 -> 2.0.11 OpenSSF Scorecard
google-auth-library devDependencies minor 9.12.0 -> 9.13.0 OpenSSF Scorecard
storybook (source) devDependencies patch 8.2.6 -> 8.2.7 OpenSSF Scorecard
tsx (source) devDependencies patch 4.16.2 -> 4.16.5 OpenSSF Scorecard
turbo (source) devDependencies patch 2.0.9 -> 2.0.11 OpenSSF Scorecard

Release Notes

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

v8.22.0

Compare Source

Important Changes
  • feat(cloudflare): Add plugin for cloudflare pages (#​13123)

This release adds support for Cloudflare Pages to @sentry/cloudflare, our SDK for the
Cloudflare Workers JavaScript Runtime! For details on how to use it,
please see the README. Any feedback/bug reports are greatly appreciated, please
reach out on GitHub.

// functions/_middleware.js
import * as Sentry from '@​sentry/cloudflare';

export const onRequest = Sentry.sentryPagesPlugin({
  dsn: __PUBLIC_DSN__,
  // Set tracesSampleRate to 1.0 to capture 100% of spans for tracing.
  tracesSampleRate: 1.0,
});
Other Changes
  • feat(meta-sdks): Remove runtime tags (#​13105)
  • feat(nestjs): Automatic instrumentation of nestjs guards (#​13129)
  • feat(nestjs): Filter all HttpExceptions (#​13120)
  • feat(replay): Capture exception when internal_sdk_error client report happens (#​13072)
  • fix: Use globalThis for code injection (#​13132)

v8.21.0

Compare Source

Important Changes
  • Alpha release of Official Cloudflare SDK
    • feat(cloudflare): Add withSentry method (#​13025)
    • feat(cloudflare): Add cloudflare sdk scaffolding (#​12953)
    • feat(cloudflare): Add basic cloudflare package and tests (#​12861)

This release contains the alpha version of @sentry/cloudflare, our SDK for the
Cloudflare Workers JavaScript Runtime! For details on how to use it,
please see the README. Any feedback/bug reports are greatly appreciated, please
reach out on GitHub.

Please note that only Cloudflare Workers are tested and supported - official Cloudflare Pages support will come in an
upcoming release.

Other Changes
storybookjs/storybook (@​storybook/addon-a11y)

v8.2.7

Compare Source

swc-project/swc (@​swc/core)

v1.7.4

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
vercel/turbo (@​turbo/gen)

v2.0.11: Turborepo v2.0.11

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.10...v2.0.11

v2.0.10: Turborepo v2.0.10

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.9...v2.0.10

chromaui/chromatic-cli (chromatic)

v11.7.0

Compare Source

🚀 Enhancement
Authors: 1

v11.6.0

Compare Source

🚀 Enhancement
Authors: 1

googleapis/google-auth-library-nodejs (google-auth-library)

v9.13.0

Compare Source

Features
  • Group Concurrent Access Token Requests for Base External Clients (#​1840) (0e08fc5)
privatenumber/tsx (tsx)

v4.16.5

Compare Source

Bug Fixes
  • resolver: directory import nested ".." (2fada74)

This release is also available on:

v4.16.4

Compare Source

Bug Fixes

This release is also available on:

v4.16.3

Compare Source

vercel/turbo (turbo)

v2.0.11

Compare Source

v2.0.10: Turborepo v2.0.10

Compare Source

What's Changed

Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.9...v2.0.10


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 was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot requested a review from JoeKarow as a code owner July 31, 2024 15:04
@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 Jul 31, 2024
Copy link

vercel bot commented Jul 31, 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 Jul 31, 2024 3:04pm

Copy link

🤖 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 2ba02c2. This comment will update as new commits are pushed.

Copy link
Contributor

coderabbitai bot commented Jul 31, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

📦 Next.js Bundle Analysis for @weareinreach/app

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

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

sonarcloud bot commented Jul 31, 2024

@kodiakhq kodiakhq bot merged commit 51a7f85 into dev Aug 1, 2024
52 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch August 1, 2024 13:46
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