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

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF Age Adoption Passing Confidence
@aws-sdk/client-cognito-identity-provider (source) dependencies minor 3.629.0 -> 3.631.0 OpenSSF Scorecard age adoption passing confidence
chromatic (source) devDependencies patch 11.7.0 -> 11.7.1 OpenSSF Scorecard age adoption passing confidence
chromatic (source) dependencies patch 11.7.0 -> 11.7.1 OpenSSF Scorecard age adoption passing confidence
libphonenumber-js dependencies patch 1.11.5 -> 1.11.7 age adoption passing confidence
libphonenumber-js devDependencies patch 1.11.5 -> 1.11.7 age adoption passing confidence
nextjs-google-analytics peerDependencies patch 2.3.3 -> 2.3.7 OpenSSF Scorecard age adoption passing confidence
nextjs-google-analytics devDependencies patch 2.3.3 -> 2.3.7 OpenSSF Scorecard age adoption passing confidence
nextjs-google-analytics dependencies patch 2.3.3 -> 2.3.7 OpenSSF Scorecard age adoption passing confidence
zustand dependencies patch 4.5.4 -> 4.5.5 OpenSSF Scorecard age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-cognito-identity-provider)

v3.631.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

chromaui/chromatic-cli (chromatic)

v11.7.1

Compare Source

🐛 Bug Fix
Authors: 1

catamphetamine/libphonenumber-js (libphonenumber-js)

v1.11.7

Compare Source

v1.11.6

Compare Source

MauricioRobayo/nextjs-google-analytics (nextjs-google-analytics)

v2.3.7

Compare Source

Bug Fixes
  • install dependencies before release (abb0c6f)
pmndrs/zustand (zustand)

v4.5.5

Compare Source

This improves the persist middleware behavior for an edge case.

What's Changed

New Contributors

Full Changelog: pmndrs/zustand@v4.5.4...v4.5.5


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.

Summary by CodeRabbit

  • New Features

    • Updated multiple dependencies to their latest versions, potentially introducing performance improvements and new features.
  • Bug Fixes

    • Minor version updates across several packages may include bug fixes and enhancements, improving overall application stability.
  • Chores

    • Regular maintenance performed through dependency updates to ensure the application remains secure and efficient.

@renovate renovate bot requested a review from JoeKarow as a code owner August 14, 2024 21:21
@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 Aug 14, 2024
Copy link

vercel bot commented Aug 14, 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 Aug 15, 2024 1:38pm

Copy link
Contributor

coderabbitai bot commented Aug 14, 2024

Walkthrough

The changes primarily involve updating dependencies across multiple package configurations. The @aws-sdk/client-cognito-identity-provider was upgraded in the authentication package, while the nextjs-google-analytics package was updated in both the application and analytics packages. Additionally, the chromatic package saw updates in both the environment and UI packages, along with minor version updates for libphonenumber-js and zustand. These updates are likely to provide bug fixes and improvements without altering the core functionality of the application.

Changes

Files Change Summary
packages/auth/package.json Updated @aws-sdk/client-cognito-identity-provider from version 3.629.0 to 3.631.0.
apps/app/package.json, packages/analytics/package.json Updated nextjs-google-analytics from version 2.3.3 to 2.3.7.
packages/env/package.json, packages/ui/package.json Updated chromatic from version 11.7.0 to 11.7.1.
packages/ui/package.json, packages/api/package.json, packages/db/package.json Updated libphonenumber-js from version 1.11.5 to 1.11.7.
packages/ui/package.json Updated zustand from version 4.5.4 to 4.5.5.

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

socket-security bot commented Aug 14, 2024

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

Package New capabilities Transitives Size Publisher
npm/@aws-sdk/client-cognito-identity-provider@3.631.0 Transitive: environment, filesystem, network, shell +68 5.89 MB aws-sdk-bot
npm/dotenv@16.4.5 environment, filesystem 0 79.1 kB motdotla
npm/ms@2.1.3 None 0 6.72 kB styfle
npm/resolve-pkg-maps@1.0.0 None 0 15 kB hirokiosame

🚮 Removed packages: npm/@aws-sdk/client-cognito-identity-provider@3.629.0, npm/@swc/core@1.7.11, npm/@swc/helpers@0.5.12, npm/@t3-oss/env-nextjs@0.9.2, npm/@tanstack/eslint-plugin-query@4.38.0, npm/@tanstack/react-query-devtools@4.36.1, npm/@tanstack/react-query@4.36.1, npm/@tanstack/react-table-devtools@8.20.1, npm/@tanstack/react-table@8.20.1, npm/@terraformer/wkt@2.2.1, npm/@textea/json-viewer@3.4.1, npm/@tomfreudenberg/next-auth-mock@0.5.6, npm/@total-typescript/ts-reset@0.5.1, npm/@trpc/client@10.45.2, npm/@trpc/next@10.45.2, npm/@trpc/react-query@10.45.2, npm/@trpc/server@10.45.2, npm/@turbo/gen@2.0.13, npm/@turf/helpers@7.1.0, npm/@tweenjs/tween.js@23.1.3, npm/@types/aws-lambda@8.10.143, npm/@types/eslint-config-prettier@6.11.3, npm/@types/eslint@8.56.11, npm/@types/google.maps@3.55.12, npm/@types/gtag.js@0.0.20, npm/@types/inquirer-autocomplete-prompt@3.0.3, npm/@types/inquirer@9.0.7, npm/@types/lint-staged@13.3.0, npm/@types/luxon@3.4.2, npm/@types/ms@0.7.34, npm/@types/node@20.14.15, npm/@types/papaparse@5.3.14, npm/@types/pg@8.11.6, npm/@types/probe-image-size@7.2.5, npm/@types/react-dom@18.3.0, npm/@types/react@18.3.3, npm/@types/terraformer__wkt@2.0.3, npm/@types/yargs@17.0.33, npm/@typescript-eslint/eslint-plugin@7.18.0, npm/@typescript-eslint/parser@7.18.0, npm/@vercel/analytics@1.3.1, npm/@vercel/edge-config@1.2.1, npm/@vercel/kv@2.0.0, npm/@vercel/ncc@0.38.1, npm/@vercel/postgres-kysely@0.9.0, npm/@vercel/speed-insights@1.0.12, npm/@welldone-software/why-did-you-render@8.0.3, npm/ahooks@3.8.1, npm/ajv-errors@3.0.0, npm/ajv@8.17.1, npm/alex@11.0.1

View full report↗︎

Copy link

relativeci bot commented Aug 14, 2024

#1241 Bundle Size — 3.49MiB (+0.05%).

f082505(current) vs 406907e dev#1234(baseline)

Warning

Bundle contains 5 duplicate packages – View duplicate packages

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
#1241
     Baseline
#1234
Regression  Initial JS 3.06MiB(+0.06%) 3.05MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 55.58% 32.94%
No change  Chunks 67 67
No change  Assets 80 80
No change  Modules 2013 2013
No change  Duplicate Modules 361 361
Change  Duplicate Code 10.03%(-0.1%) 10.04%
No change  Packages 159 159
No change  Duplicate Packages 5 5
Bundle size by type  Change 2 changes Regression 2 regressions
                 Current
#1241
     Baseline
#1234
Regression  JS 3.37MiB (+0.06%) 3.37MiB
No change  Fonts 94.54KiB 94.54KiB
No change  CSS 9.54KiB 9.54KiB
Regression  Other 8.69KiB (+0.13%) 8.68KiB
No change  IMG 8.57KiB 8.57KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link
Contributor

github-actions bot commented Aug 14, 2024

📦 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
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 406907e and 760d2c6.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • packages/auth/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • packages/auth/package.json

Copy link

alwaysmeticulous bot commented Aug 14, 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 f082505. This comment will update as new commits are pushed.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 760d2c6 to 9796dd9 Compare August 15, 2024 02:25
@renovate renovate bot changed the title fix(auth): update dependency @aws-sdk/client-cognito-identity-provider to v3.631.0 fix(auth): update all non-major dependencies Aug 15, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 760d2c6 and 9796dd9.

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 (1 hunks)
  • packages/analytics/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/env/package.json (1 hunks)
  • packages/ui/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • apps/app/package.json
  • packages/auth/package.json
  • packages/env/package.json
  • packages/ui/package.json
Additional comments not posted (2)
packages/analytics/package.json (2)

32-32: Ensure alignment of peer dependencies with project requirements.

The nextjs-google-analytics package in peerDependencies has been updated to version 2.3.7. Verify that this aligns with the requirements of any consuming projects.

Verification successful

Peer dependency alignment confirmed.

The nextjs-google-analytics package is consistently set to version 2.3.7 in both the analytics package and the consuming app, indicating alignment with project requirements. No immediate issues are evident from the JSON files.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify alignment of `nextjs-google-analytics` peer dependency with project requirements.

# Test: Check for any potential issues in consuming projects.
# Expect: Consuming projects are compatible with version `2.3.7`.
rg --type json 'nextjs-google-analytics' -A 5

Length of output: 811


26-26: Verify compatibility with the updated nextjs-google-analytics package.

The nextjs-google-analytics package has been updated to version 2.3.7. Ensure that this version is compatible with your existing codebase and does not introduce any breaking changes.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between 9796dd9 and a244643.

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 (1 hunks)
  • packages/analytics/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/env/package.json (1 hunks)
  • packages/ui/package.json (2 hunks)
Files skipped from review due to trivial changes (3)
  • apps/app/package.json
  • packages/analytics/package.json
  • packages/auth/package.json
Files skipped from review as they are similar to previous changes (2)
  • packages/env/package.json
  • packages/ui/package.json

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between a244643 and bae6a34.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (7)
  • apps/app/package.json (1 hunks)
  • packages/analytics/package.json (1 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/package.json (1 hunks)
  • packages/env/package.json (1 hunks)
  • packages/ui/package.json (3 hunks)
Files skipped from review due to trivial changes (6)
  • apps/app/package.json
  • packages/analytics/package.json
  • packages/api/package.json
  • packages/auth/package.json
  • packages/db/package.json
  • packages/env/package.json
Files skipped from review as they are similar to previous changes (1)
  • packages/ui/package.json

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bae6a34 to f082505 Compare August 15, 2024 13:33
Copy link

sonarcloud bot commented Aug 15, 2024

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Install scripts npm/esbuild@0.20.2 🚫
Install scripts npm/esbuild@0.21.5 🚫

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/esbuild@0.20.2
  • @SocketSecurity ignore npm/esbuild@0.21.5

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Commits

Files that changed from the base of the PR and between bae6a34 and f082505.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (7)
  • apps/app/package.json (1 hunks)
  • packages/analytics/package.json (1 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/package.json (1 hunks)
  • packages/env/package.json (1 hunks)
  • packages/ui/package.json (3 hunks)
Files skipped from review due to trivial changes (5)
  • apps/app/package.json
  • packages/analytics/package.json
  • packages/api/package.json
  • packages/auth/package.json
  • packages/env/package.json
Files skipped from review as they are similar to previous changes (2)
  • packages/db/package.json
  • packages/ui/package.json

@kodiakhq kodiakhq bot merged commit c0355c3 into dev Aug 15, 2024
26 of 27 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch August 15, 2024 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant