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 patch #358

Merged
merged 2 commits into from
Oct 7, 2024
Merged

chore(deps): update patch #358

merged 2 commits into from
Oct 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) 1.9.2 -> 1.9.3 age adoption passing confidence
@radix-ui/react-dialog (source) 1.1.1 -> 1.1.2 age adoption passing confidence
@radix-ui/react-select (source) 2.1.1 -> 2.1.2 age adoption passing confidence
@radix-ui/react-toast (source) 1.2.1 -> 1.2.2 age adoption passing confidence
@sentry/nextjs (source) 8.33.0 -> 8.33.1 age adoption passing confidence
@storybook/addon-a11y (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/addon-interactions (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/addon-links (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/addon-onboarding (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/addon-storysource (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/addon-themes (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/blocks (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/nextjs (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/react (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@storybook/test (source) 8.3.2 -> 8.3.5 age adoption passing confidence
@tailwindcss/typography 0.5.14 -> 0.5.15 age adoption passing confidence
@testing-library/react 16.0.0 -> 16.0.1 age adoption passing confidence
@types/node (source) 20.16.1 -> 20.16.11 age adoption passing confidence
@types/pg (source) 8.11.6 -> 8.11.10 age adoption passing confidence
@types/react (source) 18.3.4 -> 18.3.11 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.8.0 -> 8.8.1 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.2 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.1 -> 2.1.2 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) 14.2.6 -> 14.2.14 age adoption passing confidence
eslint-plugin-unused-imports 4.1.3 -> 4.1.4 age adoption passing confidence
html-react-parser 5.1.16 -> 5.1.18 age adoption passing confidence
next (source) 14.2.6 -> 14.2.14 age adoption passing confidence
next-auth (source) 5.0.0-beta.20 -> 5.0.0-beta.22 age adoption passing confidence
next-view-transitions 0.3.0 -> 0.3.2 age adoption passing confidence
npm-run-all2 6.2.2 -> 6.2.3 age adoption passing confidence
postcss (source) 8.4.41 -> 8.4.47 age adoption passing confidence
rehype 13.0.1 -> 13.0.2 age adoption passing confidence
rehype-stringify 10.0.0 -> 10.0.1 age adoption passing confidence
remark-rehype 11.1.0 -> 11.1.1 age adoption passing confidence
storybook (source) 8.3.2 -> 8.3.5 age adoption passing confidence
tailwind-merge 2.5.2 -> 2.5.3 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.13 age adoption passing confidence
vaul (source) 0.9.1 -> 0.9.9 age adoption passing confidence
vitest (source) 2.1.1 -> 2.1.2 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.3

Compare Source

CLI
New features
  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes
  • Fix #​4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #​4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration
Bug fixes
  • Fix #​4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico
Editors
  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico
Formatter
Bug fixes
  • Fix #​3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #​4076, where a media query wasn't correctly formatted:

    .class {
    -  @&#8203;media (1024px <= width <=1280px) {
    +  @&#8203;media (1024px <= width <= 1280px) {
       color: red;
       }
    }

    Contributed by @​blaze-d83

JavaScript API
Bug fixes
Linter
New features
Enhancements
Bug fixes
Parser
Bug fixes
  • Forbid undefined as type name for typescript parser. Contributed by @​fireairforce
radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.2

Compare Source

getsentry/sentry-javascript (@​sentry/nextjs)

v8.33.1

Compare Source

  • fix(core): Update trpc middleware types (#​13859)
  • fix(fetch): Fix memory leak when handling endless streaming
    (#​13809)

Work in this release was contributed by @​soapproject. Thank you for your contribution!

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

v8.3.5

Compare Source

v8.3.4

Compare Source

v8.3.3

Compare Source

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

v8.3.5

Compare Source

8.3.5

v8.3.4

Compare Source

8.3.4

v8.3.3

Compare Source

8.3.3

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​358)
testing-library/react-testing-library (@​testing-library/react)

v16.0.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.8.1

Compare Source

🩹 Fixes
  • eslint-plugin: stop warning on @​ts-nocheck comments which aren't at the beginning of the file
❤️ Thank You
  • Brad Zacher
  • Ronen Amiel
  • WhitePiano

You can read about our versioning strategy and releases on our website.

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.2

Compare Source

Ignore directive sourcemap error #​369

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.2

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 11am on monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Dependencies label Sep 22, 2024
Copy link

coderabbitai bot commented Sep 22, 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.


🪧 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>, please review it.
    • 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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @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 using 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

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

github-actions bot commented Sep 22, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 17.57% 727 / 4136
🔵 Statements 17.57% 727 / 4136
🔵 Functions 15.51% 18 / 116
🔵 Branches 36.98% 54 / 146
File CoverageNo changed files found.
Generated in workflow #603 for commit 6e014ba by the Vitest Coverage Report Action

@renovate renovate bot force-pushed the renovate/patch branch 17 times, most recently from bcd6d2c to e90d38c Compare September 29, 2024 22:15
@renovate renovate bot force-pushed the renovate/patch branch 9 times, most recently from 9b0947b to f3f5aea Compare October 6, 2024 10:03
@renovate renovate bot force-pushed the renovate/patch branch 5 times, most recently from 6ecbbc7 to b3e9c3e Compare October 7, 2024 19:22
Copy link
Contributor Author

renovate bot commented Oct 7, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@s-hirano-ist s-hirano-ist merged commit 41b888b into main Oct 7, 2024
2 checks passed
@s-hirano-ist s-hirano-ist deleted the renovate/patch branch October 7, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant