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

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@aws-sdk/client-cognito-identity-provider (source) dependencies minor 3.592.0 -> 3.596.0 OpenSSF Scorecard
@storybook/addon-a11y (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/addon-actions (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/addon-mdx-gfm (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/components (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/core-events (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/manager-api (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/preview-api (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/react (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/test (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/theming (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@storybook/types (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
@swc/core (source) devDependencies patch 1.5.27 -> 1.5.29 OpenSSF Scorecard
@vercel/edge-config (source) dependencies minor 1.1.1 -> 1.2.0 OpenSSF Scorecard
@vercel/speed-insights (source) dependencies patch 1.0.11 -> 1.0.12 OpenSSF Scorecard
chromatic (source) devDependencies patch 11.5.3 -> 11.5.4 OpenSSF Scorecard
chromatic (source) dependencies patch 11.5.3 -> 11.5.4 OpenSSF Scorecard
google-auth-library devDependencies minor 9.10.0 -> 9.11.0 OpenSSF Scorecard
knip (source) devDependencies minor 5.18.2 -> 5.19.0 OpenSSF Scorecard
lint-staged devDependencies patch 15.2.5 -> 15.2.7 OpenSSF Scorecard
prettier (source) devDependencies patch 3.3.1 -> 3.3.2 OpenSSF Scorecard
remeda (source) dependencies patch 2.0.9 -> 2.0.10 OpenSSF Scorecard
storybook (source) devDependencies patch 8.1.6 -> 8.1.8 OpenSSF Scorecard
tsx devDependencies patch 4.15.1 -> 4.15.4 OpenSSF Scorecard
webpack devDependencies minor 5.91.0 -> 5.92.0 OpenSSF Scorecard

Release Notes

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

v3.596.0

Compare Source

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

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

v8.1.8

Compare Source

v8.1.7

Compare Source

storybookjs/storybook (@​storybook/react)

v8.1.8

Compare Source

v8.1.7

Compare Source

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

v1.5.29

Compare Source

Bug Fixes
Performance

v1.5.28

Compare Source

Bug Fixes
vercel/storage (@​vercel/edge-config)

v1.2.0

Compare Source

Minor Changes
  • 6a592b5: allow setting fetch cache behaviour
Patch Changes
  • 6a592b5: remove DeepReadOnly type
vercel/speed-insights (@​vercel/speed-insights)

v1.0.12

Compare Source

What's Changed

Full Changelog: vercel/speed-insights@1.0.11...1.0.12

chromaui/chromatic-cli (chromatic)

v11.5.4

Compare Source

🐛 Bug Fix
Authors: 1

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

v9.11.0

Compare Source

Features
webpro-nl/knip (knip)

v5.19.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
remeda/remeda (remeda)

v2.0.10

Compare Source

privatenumber/tsx (tsx)

v4.15.4

Compare Source

Bug Fixes
  • cjs: handle re-exports from relative paths (5166122)

This release is also available on:

v4.15.3

Compare Source

Bug Fixes
  • cjs: load json with namespace (6b03a38)

This release is also available on:

v4.15.2

Compare Source

Bug Fixes
  • esm: resolve implicit extension in package subpath (7e1fe22)

This release is also available on:

webpack/webpack (webpack)

v5.92.0

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.

@renovate renovate bot requested a review from JoeKarow as a code owner June 11, 2024 01:43
@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 11, 2024
Copy link

vercel bot commented Jun 11, 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 13, 2024 8:17am

Copy link
Contributor

coderabbitai bot commented Jun 11, 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

relativeci bot commented Jun 11, 2024

#662 Bundle Size — 3.41MiB (~+0.01%).

8227938(current) vs 26cfa76 dev#642(baseline)

Warning

Bundle contains 6 duplicate packages – View duplicate packages

Bundle metrics  Change 2 changes Regression 1 regression
                 Current
#662
     Baseline
#642
Regression  Initial JS 3.01MiB(~+0.01%) 3.01MiB
No change  Initial CSS 9.54KiB 9.54KiB
Change  Cache Invalidation 30.99% 63.17%
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  Change 1 change Regression 1 regression
                 Current
#662
     Baseline
#642
Regression  JS 3.29MiB (~+0.01%) 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 11, 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 11, 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 8227938. This comment will update as new commits are pushed.

@renovate renovate bot changed the title chore(ui): update dependency tsx to v4.15.2 chore(ui): update all non-major dependencies Jun 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26eedbf to b589378 Compare June 11, 2024 07:53
Copy link

socket-security bot commented Jun 11, 2024

🚨 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 NoteSource
Install scripts npm/@swc/[email protected]
  • Install script: postinstall
  • Source: node postinstall.js

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/[email protected] or ignore all packages with @SocketSecurity ignore-all

Copy link
Contributor

kodiakhq bot commented Jun 12, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d8a130 to 013a913 Compare June 12, 2024 06:34
@github-actions github-actions bot added the automerge Enable Kodiak auto-merge label Jun 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 013a913 to 023c773 Compare June 12, 2024 11:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 023c773 to a2f4bcb Compare June 12, 2024 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2f4bcb to 2704257 Compare June 12, 2024 15:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2704257 to ecda900 Compare June 12, 2024 20:01
@renovate renovate bot changed the title chore(ui): update all non-major dependencies fix(auth): update all non-major dependencies Jun 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ecda900 to 0dd3beb Compare June 13, 2024 03:40
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0dd3beb to 8227938 Compare June 13, 2024 08:12
Copy link

sonarcloud bot commented Jun 13, 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 c1cdeaa into dev Jun 13, 2024
23 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch June 13, 2024 13:29
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