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

chore(deps): update all non-major dependencies #447

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
@storybook/addon-a11y (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/addon-essentials (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/addon-interactions (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/addon-links (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/addon-viewport (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/blocks (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/nextjs (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/react (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@storybook/test (source) dependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard
@types/node (source) devDependencies patch 20.14.14 -> 20.14.15 OpenSSF Scorecard
i18next (source) dependencies patch 23.12.2 -> 23.12.3 OpenSSF Scorecard
lint-staged devDependencies patch 15.2.8 -> 15.2.9 OpenSSF Scorecard
storybook (source) devDependencies patch 8.2.8 -> 8.2.9 OpenSSF Scorecard

Release Notes

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

v8.2.9

Compare Source

i18next/i18next (i18next)

v23.12.3

Compare Source

  • fix: Using a comma in a formatter parameter 2225
lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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.

@renovate renovate bot requested a review from JoeKarow as a code owner August 12, 2024 00:49
@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Aug 12, 2024
Copy link

vercel bot commented Aug 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
transmascfutures ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 7:59am

Copy link

coderabbitai bot commented Aug 12, 2024

Walkthrough

The recent updates involve minor version changes for multiple packages in the package.json file. Key updates include i18next from 23.12.2 to 23.12.3, @types/node from 20.14.14 to 20.14.15, and various @storybook packages from 8.2.8 to 8.2.9. These updates are primarily bug fixes and improvements that do not impact existing functionality, thus requiring no detailed review.

Changes

Files Change Summary
package.json Updated i18next from 23.12.2 to 23.12.3, @types/node from 20.14.14 to 20.14.15, and several @storybook packages from 8.2.8 to 8.2.9, along with lint-staged from 15.2.8 to 15.2.9 and storybook from 8.2.8 to 8.2.9.

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

relativeci bot commented Aug 12, 2024

#280 Bundle Size — 18.74MiB (~-0.01%).

bdf779a(current) vs b1ba8fd dev#275(baseline)

Bundle metrics  Change 2 changes Improvement 1 improvement
                 Current
#280
     Baseline
#275
Improvement  Initial JS 1007.58KiB(-0.03%) 1007.92KiB
No change  Initial CSS 6.61KiB 6.61KiB
Change  Cache Invalidation 2.29% 0.01%
No change  Chunks 20 20
No change  Assets 80 80
No change  Modules 790 790
No change  Duplicate Modules 103 103
No change  Duplicate Code 5.66% 5.66%
No change  Packages 81 81
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Improvement 1 improvement
                 Current
#280
     Baseline
#275
No change  IMG 17.47MiB 17.47MiB
Improvement  JS 1.08MiB (-0.03%) 1.08MiB
No change  Fonts 189.64KiB 189.64KiB
No change  CSS 6.61KiB 6.61KiB
No change  Other 4.07KiB 4.07KiB

Bundle analysis reportBranch renovate/all-minor-patchProject dashboard


Generated by RelativeCIDocumentationReport issue

Copy link

@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 b1ba8fd and e1841ce.

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

Copy link

socket-security bot commented Aug 12, 2024

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

Package New capabilities Transitives Size Publisher
npm/@storybook/addon-a11y@8.2.9 None +3 2.84 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/addon-essentials@8.2.9 Transitive: environment, filesystem, unsafe +60 13.8 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/addon-interactions@8.2.9 None +6 532 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/addon-links@8.2.9 None +2 71.3 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/addon-viewport@8.2.9 None 0 16.5 kB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/blocks@8.2.9 None +7 2.51 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/nextjs@8.2.9 Transitive: environment, eval, filesystem, network, shell, unsafe +223 27.3 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/react@8.2.9 None +17 3.98 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@storybook/test@8.2.9 Transitive: environment +39 8.02 MB domyen, ghengeveld, jreinhold, ...8 more
npm/@types/node@20.14.15 None 0 2.09 MB types
npm/i18next@23.12.3 None +1 878 kB adrai

🚮 Removed packages: npm/@storybook/addon-a11y@8.2.8, npm/@storybook/addon-essentials@8.2.8, npm/@storybook/addon-interactions@8.2.8, npm/@storybook/addon-links@8.2.8, npm/@storybook/addon-viewport@8.2.8, npm/@storybook/blocks@8.2.8, npm/@storybook/nextjs@8.2.8, npm/@storybook/react@8.2.8, npm/@storybook/test@8.2.8, npm/@types/node@20.14.14, npm/i18next@23.12.2

View full report↗︎

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.14.15 chore(deps): update all non-major dependencies Aug 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1841ce to 577d712 Compare August 12, 2024 23:12
Copy link

socket-security bot commented Aug 12, 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

@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 e1841ce and 577d712.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • package.json (2 hunks)
Files skipped from review as they are similar to previous changes (1)
  • 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 577d712 to bdf779a Compare August 13, 2024 07:57
Copy link

sonarcloud bot commented Aug 13, 2024

Copy link

@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 577d712 and bdf779a.

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

@kodiakhq kodiakhq bot merged commit 0ab4055 into dev Aug 13, 2024
23 of 24 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch August 13, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant