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 dependency nuxt-og-image to v3.0.0-rc.64 #1428

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nuxt-og-image (source) 3.0.0-rc.53 -> 3.0.0-rc.64 age adoption passing confidence

Release Notes

nuxt-modules/og-image (nuxt-og-image)

v3.0.0-rc.64

Compare Source

   🚨 Breaking Changes

⚠️ This version no longer supports CSS inlining by default. You are required to explicity opt-in.

To opt in simply require add the @css-inline/css-inline dependency.

pnpm add -D @​css-inline/css-inline

Additionally, if you're using edge rendering you may need to add the@css-inline/css-inline-wasm dependency.

    View changes on GitHub

v3.0.0-rc.63

Compare Source

No significant changes

    View changes on GitHub

v3.0.0-rc.62

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.61

Compare Source

No significant changes

    View changes on GitHub

v3.0.0-rc.60

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.0-rc.59

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.58

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.57

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.56

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-rc.55

Compare Source

What's Changed

New Contributors

Full Changelog: nuxt-modules/og-image@v3.0.0-rc.54...v3.0.0-rc.55

v3.0.0-rc.54

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

  • New Features
    • Updated the image generation capabilities with the latest version of the nuxt-og-image package, potentially improving performance and functionality.
  • Bug Fixes
    • Enhanced test coverage for project size calculations, ensuring accuracy in module size analysis.

@renovate renovate bot enabled auto-merge (squash) August 19, 2024 00:53
Copy link
Contributor Author

renovate bot commented Aug 19, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

Copy link

vercel bot commented Aug 19, 2024

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

Name Status Preview Updated (UTC)
roe-dev ✅ Ready (Inspect) Visit Preview Aug 19, 2024 9:33am

Copy link

coderabbitai bot commented Aug 19, 2024

Important

Review skipped

Review was skipped due to path filters

Files ignored due to path filters (6)
  • test/e2e/ssr.spec.ts-snapshots/pages-image-for-blog-building-your-own-vue-rich-text-component-1-linux.png is excluded by !**/*.png
  • test/e2e/ssr.spec.ts-snapshots/pages-image-for-blog-contributing-to-nuxt-1-linux.png is excluded by !**/*.png
  • test/e2e/ssr.spec.ts-snapshots/pages-image-for-blog-creating-your-own-sitemap-module-1-linux.png is excluded by !**/*.png
  • test/e2e/ssr.spec.ts-snapshots/pages-image-for-blog-introduction-1-linux.png is excluded by !**/*.png
  • test/e2e/ssr.spec.ts-snapshots/pages-image-for-blog-open-invitation-1-linux.png is excluded by !**/*.png
  • test/e2e/ssr.spec.ts-snapshots/pages-image-for-blog-serverless-functions-nuxt-zeit-now-1-linux.png is excluded by !**/*.png

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update involves upgrading the nuxt-og-image package to a newer release candidate version and revising the test suite for module size analysis. The package version change indicates potential improvements or fixes, while the test modifications reflect a slight adjustment in expected output and enhanced coverage with the addition of a new module, ensuring greater accuracy in the project's development and maintenance.

Changes

Files Change Summary
package.json Updated nuxt-og-image version from 3.0.0-rc.53 to 3.0.0-rc.64.
test/unit/bundle.spec.ts Adjusted inline snapshot for module sizes, changing expected output from "7449k" to "7466k", and added "devalue" to the test modules array.

Poem

In a patch of code, so bright and new,
A rabbit hops in, with a joyful view.
New sizes to measure, and images to cheer,
Upgrades and tests, oh what a delight here!
With every small change, we bounce with glee,
For a smoother, swifter code, just wait and see! 🐇✨


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

@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

Outside diff range, codebase verification and nitpick comments (1)
test/unit/bundle.spec.ts (1)

122-122: Verify the inclusion of "devalue" in the test file.

The module "devalue" is not listed as a dependency, devDependency, or peerDependency in package.json. Please verify if its inclusion in the test file is intentional or if it requires further action to align with the project dependencies.

Analysis chain

Confirm the addition of "devalue" to the module list.

The module "devalue" has been added to the list. Ensure that its inclusion is intentional and aligns with the project requirements or recent dependency updates.

Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Verify the addition of "devalue" to the module list.

# Test: Check if "devalue" is a new dependency in the project.
# Expect: "devalue" should be listed as a dependency in package.json or included in the node_modules.
grep "devalue" package.json || find node_modules -name "devalue"

Length of output: 109


Script:

#!/bin/bash
# Description: Verify the presence of "devalue" in package.json more comprehensively.

# Test: Check if "devalue" is listed as a dependency, devDependency, or peerDependency in package.json.
jq '.dependencies + .devDependencies + .peerDependencies | has("devalue")' package.json

Length of output: 95

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d8169eb and 30b7ef8.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • package.json (1 hunks)
  • test/unit/bundle.spec.ts (2 hunks)
Files skipped from review due to trivial changes (1)
  • package.json
Additional comments not posted (1)
test/unit/bundle.spec.ts (1)

87-87: Verify the updated server bundle size expectation.

The inline snapshot for the server bundle size has been updated. Ensure that this change aligns with the actual modifications in project dependencies or build configurations.

@renovate renovate bot force-pushed the renovate/nuxt-og-image-3.x branch from 30b7ef8 to 32fc13c Compare August 19, 2024 09:08
Copy link
Contributor Author

renovate bot commented Aug 19, 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.

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 30b7ef8 and 9479251.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (2)
  • package.json (1 hunks)
  • test/unit/bundle.spec.ts (2 hunks)
Files skipped from review as they are similar to previous changes (2)
  • package.json
  • test/unit/bundle.spec.ts

@renovate renovate bot merged commit 28bc89f into main Aug 19, 2024
8 checks passed
@renovate renovate bot deleted the renovate/nuxt-og-image-3.x branch August 19, 2024 09: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.

1 participant