-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 conventional-changelog-conventionalcommits to v8 #16
base: main
Are you sure you want to change the base?
chore(deps): update dependency conventional-changelog-conventionalcommits to v8 #16
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe update involves changing the version of the Changes
Sequence Diagram(s)(No sequence diagrams generated as the changes are too simple.) Poem
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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for uni-typed ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@uni-helper/uni-app-components
@uni-helper/uni-app-types
@uni-helper/uni-cloud-types
@uni-helper/uni-ui-types
@uni-helper/uni-types
commit: |
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 (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
54-54
: Major version update forconventional-changelog-conventionalcommits
with potential breaking changes. Update Node.js version and thoroughly test.The version of
conventional-changelog-conventionalcommits
has been updated from^7.0.2
to^8.0.0
. This is a major version update that may introduce breaking changes.Key points to consider:
- The updated version requires Node.js version 18 or higher. However, the project's
engines
field currently specifies a minimum Node.js version of 14.18.- The update may affect how conventional commits are processed or documented within the project.
To ensure compatibility with the updated package, please:
- Update the
engines
field inpackage.json
to specify a minimum Node.js version of 18:"engines": { - "node": ">=14.18" + "node": ">=18" }
- Thoroughly test the project to ensure that the updated package works as expected and does not introduce any breaking changes or regressions.
Run the following script to verify the Node.js version requirement:
f0bd787
to
abe5198
Compare
abe5198
to
e109a7b
Compare
This PR contains the following updates:
^7.0.2
->^8.0.0
Release Notes
conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)
v8.0.0
Compare Source
⚠ BREAKING CHANGES
Bumper
exported class (#1218)Features
Bumper
exported class (#1218) (0ddc8cd)Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - "before 4am on the first day of the month" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.