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

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@aws-sdk/client-cognito-identity-provider (source) dependencies minor 3.624.0 -> 3.625.0 OpenSSF Scorecard
@storybook/addon-a11y (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/addon-actions (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/addon-mdx-gfm (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/components (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/core-events (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/manager-api (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/preview-api (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/react (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/test (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/theming (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@storybook/types (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard
@turbo/gen (source) devDependencies patch 2.0.11 -> 2.0.12 OpenSSF Scorecard
@types/aws-lambda (source) devDependencies patch 8.10.142 -> 8.10.143 OpenSSF Scorecard
@types/yargs (source) devDependencies patch 17.0.32 -> 17.0.33 OpenSSF Scorecard
knip (source) devDependencies patch 5.27.0 -> 5.27.1 OpenSSF Scorecard
pnpm (source) packageManager minor 9.6.0 -> 9.7.0 OpenSSF Scorecard
react-i18next peerDependencies patch 15.0.0 -> 15.0.1 OpenSSF Scorecard
react-i18next devDependencies patch 15.0.0 -> 15.0.1 OpenSSF Scorecard
react-i18next dependencies patch 15.0.0 -> 15.0.1 OpenSSF Scorecard
storybook (source) devDependencies patch 8.2.7 -> 8.2.8 OpenSSF Scorecard

Release Notes

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

v3.625.0

Compare Source

Features
  • client-cognito-identity-provider: Advanced security feature updates to include password history and log export for Cognito user pools. (f35898e)
storybookjs/storybook (@​storybook/addon-a11y)

v8.2.8

Compare Source

vercel/turbo (@​turbo/gen)

v2.0.12: Turborepo v2.0.12

Compare Source

What's Changed

Docs
@​turbo/repository
Changelog

New Contributors

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

webpro-nl/knip (knip)

v5.27.1

Compare Source

  • Use pathsBasePath if available to make compilerOptions.paths absolute (fixes #​748) (6c866d2)
  • Format docs (d0d5f97)
  • Increase enhanced-resolve cache duration (c7fa02e)
  • Add test coverage for tsconfig.json w/ module:commonjs (3d5a536)
  • Add non-standard CJS require calls in TS files as entry files (as require.resolve) (f8f0d66)
  • Update docs (b2ea3a9)
  • Fix regression issue template (f6066d6)
  • Aid ts issues (9eff1bb)
  • Enable more tests in Bun (953d6f6)
  • Update lockfile (4d8b35b)
  • Replace resolve with enhanced-resolve (39e0f22)
  • Temp exclude unlisted in typescript integration test (76752c8)
  • Inline playwright types (ea099cc)
  • Add Vue example to compilers in docs (#​733) (949ddd8)
  • Minor refactor (8c21df5)
  • Fix omitted expressions in Promise.all imports (resolves #​725) (858c0b7)
  • Clean up tryResolve etc. (e20a9e9)
  • fix: pnpm workspace fixes (#​738) (d5003d1)
  • Update .gitattributes to exclude binary files (b9b8f4d)
  • Revert "CRLF will be replaced by LF the next time Git touches it" (0fdb4c9)
  • Upgrade Astro (ccb7523)
  • Use latest tsx again (2b7d053)
  • Add bun create @​knip/config to installation instructions (fb19915)
pnpm/pnpm (pnpm)

v9.7.0: pnpm 9.7

Compare Source

Minor Changes

  • Added pnpm version management. If the manage-package-manager-versions setting is set to true, pnpm will switch to the version specified in the packageManager field of package.json #​8363. This is the same field used by Corepack. Example:

    {
      "packageManager": "pnpm@9.3.0"
    }
  • Added the ability to apply patch to all versions #​8337.

    If the key of pnpm.patchedDependencies is a package name without a version (e.g. pkg), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of pkg installed, pnpm patch pkg and subsequent pnpm patch-commit $edit_dir will create an entry named pkg in pnpm.patchedDependencies. And pnpm will attempt to apply this patch to other versions of pkg in the future.

  • Change the default edit dir location when running pnpm patch from a temporary directory to node_modules/.pnpm_patches/pkg[@​version] to allow the code editor to open the edit dir in the same file tree as the main project #​8379.

  • Substitute environment variables in config keys #​6679.

Patch Changes

  • pnpm install should run node-gyp rebuild if the project has a binding.gyp file even if the project doesn't have an install script #​8293.
  • Print warnings to stderr #​8342.
  • Peer dependencies of optional peer dependencies should be automatically installed #​8323.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

i18next/react-i18next (react-i18next)

v15.0.1

Compare Source

  • revert arrow function in class property to address this

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 various dependencies to their latest versions, potentially introducing new features and improvements.
  • Bug Fixes

    • Upgraded @turbo/gen, @types/aws-lambda, and react-i18next dependencies, which may include bug fixes and performance enhancements.
  • Chores

    • Performed routine maintenance by updating multiple @storybook related packages and ensuring all dependencies are current.

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

vercel bot commented Aug 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 Aug 7, 2024 2:37pm

Copy link
Contributor

coderabbitai bot commented Aug 6, 2024

Walkthrough

The changes consist of minor version updates across multiple package.json files. The @turbo/gen package was updated from 2.0.11 to 2.0.12 in the main project, packages/api, and packages/db. The @aws-sdk/client-cognito-identity-provider was upgraded in packages/auth from 3.624.0 to 3.625.0. Additionally, type definitions for AWS Lambda were updated in two lambda projects, improving type safety without altering core functionality.

Changes

Files Change Summary
package.json, packages/api/package.json, packages/db/package.json Updated @turbo/gen version from 2.0.11 to 2.0.12 in devDependencies.
packages/auth/package.json Updated @aws-sdk/client-cognito-identity-provider from 3.624.0 to 3.625.0.
lambdas/cognito-messaging/package.json, lambdas/cognito-user-migrate/package.json Updated @types/aws-lambda from 8.10.142 to 8.10.143.
apps/app/package.json, apps/web/package.json Updated react-i18next from 15.0.0 to 15.0.1.
packages/ui/package.json Updated multiple @storybook packages and react-i18next from 15.0.0 to 15.0.1.

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

github-actions bot commented Aug 6, 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 8549ac1 and ad7ba1b.

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

Copy link

relativeci bot commented Aug 6, 2024

#1163 Bundle Size — 3.51MiB (~+0.01%).

75f98aa(current) vs e285095 dev#1152(baseline)

Warning

Bundle contains 5 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#1163
     Baseline
#1152
Regression  Initial JS 3.07MiB(~+0.01%) 3.07MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 48.45% 38.6%
No change  Chunks 64 64
No change  Assets 77 77
No change  Modules 2057 2057
No change  Duplicate Modules 340 340
No change  Duplicate Code 9.42% 9.42%
No change  Packages 209 209
No change  Duplicate Packages 5 5
Bundle size by type  Change 1 change Regression 1 regression
                 Current
#1163
     Baseline
#1152
Regression  JS 3.39MiB (~+0.01%) 3.39MiB
No change  Fonts 94.54KiB 94.54KiB
No change  CSS 9.54KiB 9.54KiB
No change  Other 9.09KiB 9.09KiB
No change  IMG 8.57KiB 8.57KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard

Copy link

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

Copy link

socket-security bot commented Aug 6, 2024

👍 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.

View full report↗︎

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 ad7ba1b and 4f79627.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f79627 to 88367c8 Compare August 6, 2024 19:17
@renovate renovate bot changed the title chore(db): update dependency @turbo/gen to v2.0.12 fix(auth): update all non-major dependencies Aug 6, 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 4f79627 and 88367c8.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88367c8 to 8fcc91e Compare August 6, 2024 21:13
Copy link

socket-security bot commented Aug 6, 2024

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

Package New capabilities Transitives Size Publisher
npm/@types/aws-lambda@8.10.143 None 0 166 kB types

🚮 Removed packages: npm/@types/aws-lambda@8.10.142

View full report↗︎

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 88367c8 and 8fcc91e.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (6)
  • lambdas/cognito-messaging/package.json (1 hunks)
  • lambdas/cognito-user-migrate/package.json (1 hunks)
  • package.json (1 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/package.json (1 hunks)
Files skipped from review due to trivial changes (5)
  • lambdas/cognito-messaging/package.json
  • lambdas/cognito-user-migrate/package.json
  • packages/api/package.json
  • packages/auth/package.json
  • packages/db/package.json
Files skipped from review as they are similar to previous changes (1)
  • 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 8fcc91e and d93261d.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (6)
  • lambdas/cognito-messaging/package.json (1 hunks)
  • lambdas/cognito-user-migrate/package.json (1 hunks)
  • package.json (2 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/package.json (1 hunks)
Files skipped from review due to trivial changes (4)
  • lambdas/cognito-messaging/package.json
  • packages/api/package.json
  • packages/auth/package.json
  • packages/db/package.json
Files skipped from review as they are similar to previous changes (2)
  • lambdas/cognito-user-migrate/package.json
  • 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 d93261d and 38079dd.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (6)
  • lambdas/cognito-messaging/package.json (1 hunks)
  • lambdas/cognito-user-migrate/package.json (1 hunks)
  • package.json (2 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/package.json (1 hunks)
Files skipped from review due to trivial changes (6)
  • lambdas/cognito-messaging/package.json
  • lambdas/cognito-user-migrate/package.json
  • package.json
  • packages/api/package.json
  • packages/auth/package.json
  • packages/db/package.json

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

sonarcloud bot commented Aug 7, 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 38079dd and 75f98aa.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (9)
  • apps/app/package.json (1 hunks)
  • apps/web/package.json (1 hunks)
  • lambdas/cognito-messaging/package.json (1 hunks)
  • lambdas/cognito-user-migrate/package.json (1 hunks)
  • package.json (2 hunks)
  • packages/api/package.json (1 hunks)
  • packages/auth/package.json (1 hunks)
  • packages/db/package.json (1 hunks)
  • packages/ui/package.json (3 hunks)
Files skipped from review due to trivial changes (9)
  • apps/app/package.json
  • apps/web/package.json
  • lambdas/cognito-messaging/package.json
  • lambdas/cognito-user-migrate/package.json
  • package.json
  • packages/api/package.json
  • packages/auth/package.json
  • packages/db/package.json
  • packages/ui/package.json

@kodiakhq kodiakhq bot merged commit c62a26a into dev Aug 7, 2024
26 of 27 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch August 7, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 api 📦 app 📦 auth automerge Enable Kodiak auto-merge 📦 db dependencies Change in project dependencies. 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