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

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@storybook/addon-essentials (source) 8.1.3 -> 8.1.4 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 8.1.3 -> 8.1.4 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 8.1.3 -> 8.1.4 age adoption passing confidence devDependencies patch
@storybook/nextjs (source) 8.1.3 -> 8.1.4 age adoption passing confidence devDependencies patch
@storybook/react (source) 8.1.3 -> 8.1.4 age adoption passing confidence devDependencies patch
@tanstack/react-query (source) 5.39.0 -> 5.40.0 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.39.0 -> 5.40.0 age adoption passing confidence dependencies minor
jotai 2.8.1 -> 2.8.2 age adoption passing confidence dependencies patch
jsdom 24.0.0 -> 24.1.0 age adoption passing confidence devDependencies minor
node (source) 20.13.1 -> 20.14.0 age adoption passing confidence minor
storybook (source) 8.1.3 -> 8.1.4 age adoption passing confidence devDependencies patch
vite (source) 5.2.11 -> 5.2.12 age adoption passing confidence devDependencies patch

Release Notes

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

v8.1.4

Compare Source

TanStack/query (@​tanstack/react-query)

v5.40.0

Compare Source

TanStack/query (@​tanstack/react-query-devtools)

v5.40.0

Compare Source

pmndrs/jotai (jotai)

v2.8.2

Compare Source

jsdom/jsdom (jsdom)

v24.1.0

Compare Source

  • Added the getSetCookie() method to the Headers class. (ushiboy)
  • Fixed the creation and parsing of elements with names from Object.prototype, like "constructor" or "toString".
  • Updated rweb-cssom, which can now parse additional CSS constructs.
nodejs/node (node)

v20.14.0

Compare Source

vitejs/vite (vite)

v5.2.12

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 May 26, 2024

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

Name Status Preview Comments Updated (UTC)
next-app-starter ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 28, 2024 7:53pm

Copy link

codesandbox bot commented May 26, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

changeset-bot bot commented May 26, 2024

⚠️ No Changeset found

Latest commit: 9b7e184

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

coderabbitai bot commented May 26, 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 full the 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

what-the-diff bot commented May 26, 2024

PR Summary

  • Binary file updated
    The file bun.lockb, a type of file which stores data in a format readable by the computer but not easily readable by humans, has been modified.

  • Package version update
    In the package.json file, which holds various metadata relevant to the project, the version of a JavaScript package named jsdom has been updated from 24.0.0 to 24.1.0. This suggests improved features, fixes, or updates from the previous version that can enhance the performance of our project.

Copy link

socket-security bot commented May 26, 2024

Copy link

socket-security bot commented May 26, 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↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 601e18e to 3587eb4 Compare May 27, 2024 12:37
@renovate renovate bot changed the title chore(deps): update dependency jsdom to v24.1.0 fix(deps): update all non-major dependencies May 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3587eb4 to f591304 Compare May 27, 2024 20:09
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies May 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f591304 to e172d95 Compare May 28, 2024 15:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e172d95 to 9b7e184 Compare May 28, 2024 19:52
@renovate renovate bot merged commit 1e0b9dc into main May 28, 2024
18 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 28, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants