-
-
Notifications
You must be signed in to change notification settings - Fork 4
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(auth): update all non-major dependencies #1367
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Caution Review failedThe pull request is closed. WalkthroughThe updates consist of incrementing the versions of various dependencies in the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant Sentry
User->>App: Interact with App
App->>Sentry: Log error/event
Sentry-->>App: Acknowledge
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
#1134 Bundle Size — 3.51MiB (~+0.01%).Warning Bundle contains 5 duplicate packages – View duplicate packages Bundle metrics
|
Current #1134 |
Baseline #1130 |
|
---|---|---|
Initial JS | 3.07MiB (~+0.01% ) |
3.07MiB |
Initial CSS | 9.54KiB |
9.54KiB |
Cache Invalidation | 65.37% |
42.19% |
Chunks | 64 |
64 |
Assets | 77 |
77 |
Modules | 2057 |
2057 |
Duplicate Modules | 340 |
340 |
Duplicate Code | 9.42% |
9.42% |
Packages | 209 |
209 |
Duplicate Packages | 5 |
5 |
Bundle size by type 2 changes
1 regression
1 improvement
Current #1134 |
Baseline #1130 |
|
---|---|---|
JS | 3.39MiB (~+0.01% ) |
3.39MiB |
Fonts | 94.54KiB |
94.54KiB |
CSS | 9.54KiB |
9.54KiB |
Other | 9.09KiB (-0.12% ) |
9.1KiB |
IMG | 8.57KiB |
8.57KiB |
Bundle analysis report Branch renovate/all-minor-patch Project dashboard
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (2)
- apps/app/package.json (1 hunks)
- packages/api/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
- apps/app/package.json
Additional comments not posted (1)
packages/api/package.json (1)
20-20
: Verify the changelog for@sentry/nextjs
version8.23.0
.Ensure that the update from
8.22.0
to8.23.0
does not introduce breaking changes or require additional configuration adjustments. Review the changelog for any critical updates.Verification successful
The update to
@sentry/nextjs
version8.23.0
does not introduce breaking changes or require additional configuration adjustments.The changelog indicates the addition of new features, such as Cloudflare D1 instrumentation, but no breaking changes.
- No further action is required.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the changelog for `@sentry/nextjs` version `8.23.0` for any critical updates or breaking changes. # Test: Fetch and display the changelog. Expect: No breaking changes or required configuration adjustments. curl -s https://raw.githubusercontent.com/getsentry/sentry-javascript/master/CHANGELOG.md | grep -A 20 "8.23.0"Length of output: 831
2eb7f9f
to
76e6968
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/typescript@5.5.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (2)
- apps/app/package.json (1 hunks)
- packages/api/package.json (2 hunks)
Files skipped from review due to trivial changes (2)
- apps/app/package.json
- packages/api/package.json
76e6968
to
16adb82
Compare
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (3)
- apps/app/package.json (1 hunks)
- packages/api/package.json (2 hunks)
- packages/auth/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
- apps/app/package.json
- packages/api/package.json
Additional comments not posted (1)
packages/auth/package.json (1)
61-61
: Verify the changelog for@aws-sdk/client-cognito-identity-provider
version 3.624.0.The update from
3.623.0
to3.624.0
is a minor version change. Minor updates typically include bug fixes, performance improvements, or minor features. However, it is prudent to verify the changelog to ensure no breaking changes or significant alterations that might affect the application.
16adb82
to
df8aed1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (3)
- apps/app/package.json (2 hunks)
- packages/api/package.json (2 hunks)
- packages/auth/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
- apps/app/package.json
- packages/api/package.json
Files skipped from review as they are similar to previous changes (1)
- packages/auth/package.json
df8aed1
to
113b067
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (3)
- apps/app/package.json (2 hunks)
- packages/api/package.json (2 hunks)
- packages/auth/package.json (1 hunks)
Files skipped from review due to trivial changes (3)
- apps/app/package.json
- packages/api/package.json
- packages/auth/package.json
113b067
to
7c9db7a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (5)
- apps/app/package.json (2 hunks)
- lambdas/cognito-user-migrate/package.json (2 hunks)
- packages/api/package.json (2 hunks)
- packages/auth/package.json (1 hunks)
- packages/db/package.json (2 hunks)
Files skipped from review due to trivial changes (3)
- apps/app/package.json
- lambdas/cognito-user-migrate/package.json
- packages/auth/package.json
Files skipped from review as they are similar to previous changes (1)
- packages/api/package.json
Additional comments not posted (3)
packages/db/package.json (3)
50-50
: Update @prisma/instrumentation to 5.18.0The update from
5.17.0
to5.18.0
may include bug fixes, performance improvements, or new features. Ensure that the changes are compatible with your current implementation.
107-107
: Update prisma to 5.18.0The update from
5.17.0
to5.18.0
may include bug fixes, performance improvements, or new features. Ensure that the changes are compatible with your current implementation.
49-49
: Update @prisma/client to 5.18.0The update from
5.17.0
to5.18.0
may include bug fixes, performance improvements, or new features. Ensure that the changes are compatible with your current implementation.
7c9db7a
to
dfc36a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (5)
- apps/app/package.json (2 hunks)
- lambdas/cognito-user-migrate/package.json (2 hunks)
- packages/api/package.json (2 hunks)
- packages/auth/package.json (1 hunks)
- packages/db/package.json (2 hunks)
Files skipped from review due to trivial changes (2)
- apps/app/package.json
- packages/db/package.json
Files skipped from review as they are similar to previous changes (3)
- lambdas/cognito-user-migrate/package.json
- packages/api/package.json
- packages/auth/package.json
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
dfc36a2
to
e611de9
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
3.623.0
->3.624.0
1.45.3
->1.46.0
5.17.0
->5.18.0
5.17.0
->5.18.0
5.17.0
->5.18.0
4.2.9
->4.2.10
8.22.0
->8.24.0
8.22.0
->8.24.0
8.22.0
->8.24.0
8.22.0
->8.24.0
8.22.0
->8.24.0
2.0.11
->2.0.12
5.17.0
->5.18.0
2.7.0
->2.10.0
2.0.11
->2.0.12
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-cognito-identity-provider)
v3.624.0
Compare Source
Note: Version bump only for package @aws-sdk/client-cognito-identity-provider
microsoft/playwright (@playwright/test)
v1.46.0
Compare Source
prisma/prisma (@prisma/client)
v5.18.0
Compare Source
🌟 Help us spread the word about Prisma by starring the repo or tweeting about the release. 🌟
Highlights
Native support for UUIDv7
Previous to this release, the Prisma Schema function
uuid()
did not accept any arguments and created a UUIDv4 ID. While sufficient in many cases, UUIDv4 has a few drawbacks, namely that it is not temporally sortable.UUIDv7 attempts to resolve this issue, making it easy to temporally sort your database rows by ID!
To support this, we’ve updated the
uuid()
function in Prisma Schema to accept an optional, integer argument. Right now, the only valid values are4
and7
, with4
being the default.Bug squashing
We’ve squashed a number of bugs this release, special thanks to everyone who helped us! A few select highlights are:
prismaSchemaFolder
.Json[]
fields will now return[]
instead ofnull
when accessed through a join using therelationJoins
Preview feature.Fixes and improvements
Prisma
Language tools (e.g. VS Code)
Credits
Huge thanks to @mcuelenaere, @pagewang0, @Druue, @key-moon, @Jolg42, @pranayat, @ospfranco, @yubrot, @skyzh, @haaawk for helping!
relative-ci/agent (@relative-ci/agent)
v4.2.10
: Release 4.2.10Compare Source
What's Changed
Full Changelog: relative-ci/agent@v4.2.9...v4.2.10
getsentry/sentry-javascript (@sentry/browser)
v8.24.0
Compare Source
v8.23.0
Compare Source
Important Changes
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1
database, use the
instrumentD1WithSentry
method as follows:Other Changes
getTraceData
function (#13134)onBeforeResponse
middleware to enable distributed tracing (#13221)window
global scopes (#13156)\_loadAndRenderDialog
(#13203)Work in this release was contributed by @horochx. Thank you for your contribution!
vercel/turbo (eslint-plugin-turbo)
v2.0.12
Compare Source
remeda/remeda (remeda)
v2.10.0
Compare Source
v2.9.1
Compare Source
Bug Fixes
v2.9.0
Compare Source
Features
v2.8.0
Compare Source
v2.7.2
Compare Source
Bug Fixes
v2.7.1
Compare Source
vercel/turbo (turbo)
v2.0.12
Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
New Features
Bug Fixes
Chores