-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Important Review skippedReview was skipped due to path filters Files ignored due to path filters (6)
You can disable this status message by setting the WalkthroughThis update involves upgrading the Changes
Poem
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this 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 inpackage.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.jsonLength of output: 95
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
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.
30b7ef8
to
32fc13c
Compare
Edited/Blocked NotificationRenovate 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. |
There was a problem hiding this 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
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
This PR contains the following updates:
3.0.0-rc.53
->3.0.0-rc.64
Release Notes
nuxt-modules/og-image (nuxt-og-image)
v3.0.0-rc.64
Compare Source
🚨 Breaking Changes
To opt in simply require add the
@css-inline/css-inline
dependency.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
component
with route rules - by @harlan-zw (39270)🏎 Performance
devalue
over JSON.stringify, JSON.parse - by @harlan-zw (09a1d)View changes on GitHub
v3.0.0-rc.59
Compare Source
🐞 Bug Fixes
false
opt-out oftitle
anddescription
- by @harlan-zw (1ea8a)View changes on GitHub
v3.0.0-rc.58
Compare Source
🐞 Bug Fixes
index.html
not being generated - by @harlan-zw (f92e7)View changes on GitHub
v3.0.0-rc.57
Compare Source
🐞 Bug Fixes
nuxt-icon
as dependency - by @harlan-zw (f0e3c)@css-inline/css-inline
dep - by @harlan-zw in https://github.com/nuxt-modules/og-image/issues/237 (f4202)defaults.url
- by @harlan-zw (bbfe7)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
publicDirAbs
correctly by @KazariEX in https://github.com/nuxt-modules/og-image/pull/231New 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.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
nuxt-og-image
package, potentially improving performance and functionality.