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

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 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.596.0 -> 3.598.0 OpenSSF Scorecard age adoption passing confidence
@iconify-json/simple-icons devDependencies patch 1.1.105 -> 1.1.106 age adoption passing confidence
@storybook/addon-a11y (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/addon-actions (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/addon-essentials (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/addon-interactions (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/addon-links (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/addon-mdx-gfm (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/addon-viewport (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/components (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/core-events (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/manager-api (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/nextjs (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/preview-api (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/react (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/test (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/theming (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@storybook/types (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
@swc/core (source) devDependencies minor 1.5.29 -> 1.6.1 OpenSSF Scorecard age adoption passing confidence
@turbo/gen (source) devDependencies patch 2.0.3 -> 2.0.4 OpenSSF Scorecard age adoption passing confidence
@welldone-software/why-did-you-render devDependencies patch 8.0.1 -> 8.0.3 OpenSSF Scorecard age adoption passing confidence
eslint-plugin-turbo (source) devDependencies patch 2.0.3 -> 2.0.4 OpenSSF Scorecard age adoption passing confidence
knip (source) devDependencies minor 5.19.0 -> 5.21.0 OpenSSF Scorecard age adoption passing confidence
nextjs-routes dependencies patch 2.2.0 -> 2.2.1 OpenSSF Scorecard age adoption passing confidence
react-hook-form (source) peerDependencies minor 7.51.5 -> 7.52.0 OpenSSF Scorecard age adoption passing confidence
react-hook-form (source) devDependencies minor 7.51.5 -> 7.52.0 OpenSSF Scorecard age adoption passing confidence
react-hook-form (source) dependencies minor 7.51.5 -> 7.52.0 OpenSSF Scorecard age adoption passing confidence
storybook (source) devDependencies patch 8.1.8 -> 8.1.9 OpenSSF Scorecard age adoption passing confidence
tsx (source) devDependencies patch 4.15.4 -> 4.15.6 OpenSSF Scorecard age adoption passing confidence
turbo (source) devDependencies patch 2.0.3 -> 2.0.4 OpenSSF Scorecard age adoption passing confidence
type-fest devDependencies patch 4.20.0 -> 4.20.1 OpenSSF Scorecard age adoption passing confidence
zod-to-json-schema devDependencies patch 3.23.0 -> 3.23.1 OpenSSF Scorecard age adoption passing confidence

Release Notes

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

v3.598.0

Compare Source

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

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

v8.1.9

Compare Source

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

v1.6.1

Compare Source

Bug Fixes
Performance

v1.6.0

Compare Source

Features
Performance
Refactor
Testing
vercel/turbo (@​turbo/gen)

v2.0.4: Turborepo v2.0.4

Compare Source

What's Changed

create-turbo
@​turbo/codemod
Examples
Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.0.3...v2.0.4

welldone-software/why-did-you-render (@​welldone-software/why-did-you-render)

v8.0.3: Minor update

Compare Source

  • Updated all packages, besides eslint (8->9) because it was a pretty big update. I might do it later.
  • Fix #​286 - set defaultProps to undefined when it's not present in the original to not have the warning "Support for defaultProps will be removed from function components in a future major release" by @​Hypnosphi. Thank you!
  • Readme updates by myself @​vzaidman and @​sergeylaptev. Thank you!
webpro-nl/knip (knip)

v5.21.0

Compare Source

  • Add webdriver-io plugin (7414dc1)
  • Update plugin docs (df35b9f)
  • Minor housekeeping (1422c9d)
  • Add size-limit plugin (dbd82f8)
  • Add lockfile-lint plugin (d70d0de)
  • Use provided name in plugin template (43961f9)
  • Minor housekeeping (c81b1a2)
  • Update readme with badges and stuff (c18fcba)
  • Update docs (Configuring Project Files) (e10ac2e)

v5.20.0

Compare Source

tatethurston/nextjs-routes (nextjs-routes)

v2.2.1

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.52.0

Compare Source

⚛️ close #​11932 enable react 19 peer dependency (#​11935)
👮‍♀️ close #​11954 getFieldState remove unnessaried inValidating and touched subscription (#​11995)
🐞 fix #​11985 logic createFormControl check field before usage (#​11986)
⌨️ fix: enforce type safety for deps property in RegisterOptions (#​11969)
🐞 fix #​11922 keep dirty on reset with dirty fields (#​11958)
🚔 close #​11937 add validation in the cleanup process in useController (#​11938)
Revert "⌨️ close: correct type of error field in getFieldState return object (#​11831)"
📖 fix: change info.values type in WatchObserver (#​11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin

privatenumber/tsx (tsx)

v4.15.6

Compare Source

Bug Fixes
  • minimum Node version in warning for module.register() (#​592) (cb27d4d)

This release is also available on:

v4.15.5

Compare Source

Bug Fixes
  • cjs: make transformers overwritable (c22fa7d)

This release is also available on:

sindresorhus/type-fest (type-fest)

v4.20.1

Compare Source

StefanTerdell/zod-to-json-schema (zod-to-json-schema)

v3.23.1

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Jun 13, 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 Jun 17, 2024 2:01pm

@renovate renovate bot requested a review from JoeKarow as a code owner June 13, 2024 20:35
@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 Jun 13, 2024
Copy link
Contributor

coderabbitai bot commented Jun 13, 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 Configration 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 Jun 13, 2024

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

Package New capabilities Transitives Size Publisher
npm/@aws-sdk/[email protected] None 0 0 B
npm/@turbo/[email protected] None 0 0 B
npm/@welldone-software/[email protected] None 0 0 B
npm/[email protected] None 0 0 B
npm/[email protected] None 0 0 B
npm/[email protected] None 0 0 B
npm/[email protected] None 0 0 B
npm/[email protected] None 0 0 B
npm/[email protected] None 0 0 B

🚮 Removed packages: npm/@aws-sdk/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

relativeci bot commented Jun 13, 2024

#670 Bundle Size — 3.41MiB (0%).

1d7dbf3(current) vs c1cdeaa dev#663(baseline)

Warning

Bundle contains 6 duplicate packages – View duplicate packages

Bundle metrics  Change 1 change
                 Current
#670
     Baseline
#663
No change  Initial JS 3.01MiB 3.01MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 35.93% 32.7%
No change  Chunks 67 67
No change  Assets 80 80
No change  Modules 2007 2007
No change  Duplicate Modules 270 270
No change  Duplicate Code 7.83% 7.83%
No change  Packages 211 211
No change  Duplicate Packages 6 6
Bundle size by type  no changes
                 Current
#670
     Baseline
#663
No change  JS 3.29MiB 3.29MiB
No change  Fonts 94.54KiB 94.54KiB
No change  Other 9.59KiB 9.59KiB
No change  CSS 9.54KiB 9.54KiB
No change  IMG 8.57KiB 8.57KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard

Copy link
Contributor

github-actions bot commented Jun 13, 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

alwaysmeticulous bot commented Jun 13, 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 fbd60e3. This comment will update as new commits are pushed.

Copy link

socket-security bot commented Jun 14, 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↗︎

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3a7bc2 to fbd60e3 Compare June 17, 2024 13:57
Copy link

sonarcloud bot commented Jun 17, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud

@kodiakhq kodiakhq bot merged commit 753e84f into dev Jun 17, 2024
24 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch June 17, 2024 15:34
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.

None yet

1 participant