Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/cli (source) ^19.8.0 -> ^20.0.0 age confidence devDependencies major
@commitlint/config-conventional (source) ^19.8.0 -> ^20.0.0 age confidence devDependencies major
@html-eslint/parser ^0.44.0 -> ^0.47.0 age confidence devDependencies minor
actions/checkout v4.2.2 -> v5.0.0 age confidence action major
actions/setup-node v4.4.0 -> v5.0.0 age confidence action major

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v20.1.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.8.1 (2025-05-08)

Bug Fixes

v19.8.1

Compare Source

Bug Fixes
conventional-changelog/commitlint (@​commitlint/config-conventional)

v20.0.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

yeonjuan/html-eslint (@​html-eslint/parser)

v0.47.0

Compare Source

What's Changed

New Contributors

Full Changelog: yeonjuan/html-eslint@v0.46.2...v0.47.0

v0.46.2

Compare Source

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.46.1...v0.46.2

v0.46.0

Compare Source

Breaking Changes ⚠️
  • When using the "recommended" configuration, the settings differ from previous versions. Please refer to this page for details.
What's Changed
New Contributors

Full Changelog: yeonjuan/html-eslint@v0.45.0...v0.46.0

v0.45.0

Compare Source

What's Changed

Full Changelog: yeonjuan/html-eslint@v0.44.0...v0.45.0

actions/checkout (actions/checkout)

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

actions/setup-node (actions/setup-node)

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Oct 1, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 ERROR   ERROR  Unknown option: 'ignore-scripts'
Did you mean 'ignore-workspace'? Use "--config.unknown=value" to force an unknown option.
For help, run: pnpm help dedupe

Copy link

changeset-bot bot commented Oct 1, 2025

⚠️ No Changeset found

Latest commit: 4637215

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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 Oct 1, 2025

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.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

pkg-pr-new bot commented Oct 1, 2025

Open in StackBlitz

npm i https://pkg.pr.new/eslint-plugin-prettier@766

commit: 4637215

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 4637215 in 1 minute and 2 seconds. Click for details.
  • Reviewed 101 lines of code in 5 files
  • Skipped 0 files when reviewing.
  • Skipped posting 5 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/autofix.yml:19
  • Draft comment:
    Updated the checkout action to v5.0.0 (pinned to a specific commit) and similarly the setup-node action to v5.0.0. Please ensure that the runner’s minimum version (e.g. v2.327.1) and caching behavior are still appropriate.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is asking the PR author to ensure that the runner's minimum version and caching behavior are still appropriate. This falls under the rule of not asking the author to ensure behavior is intended or to double-check things. Therefore, this comment should be removed.
2. .github/workflows/ci.yml:35
  • Draft comment:
    The CI workflow now uses the updated v5.0.0 versions for both checkout and setup-node. Also, note the conditional ESLint installation (for matrix.eslint != 9); ensure this logic correctly installs the desired ESLint versions.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 20% <= threshold 50% The comment is informative about the CI workflow changes and mentions a conditional ESLint installation. However, it does not ask the author to confirm or change anything specific, nor does it suggest any improvements or highlight potential issues. It seems to be more of an informative note rather than a constructive comment.
3. .github/workflows/pkg-pr-new.yml:16
  • Draft comment:
    The Publish Any Commit workflow now uses the v5.0.0 versions of checkout and setup-node. This update appears consistent; please verify that the publishing process (via 'pnpm dlx pkg-pr-new publish') continues to operate as expected.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
4. .github/workflows/release.yml:23
  • Draft comment:
    The release workflow now uses updated v5.0.0 actions for checkout and setup-node. Additionally, ensure that the npm upgrade step ('npm install -g npm@latest') and subsequent release steps are fully compatible with the new node environment.
  • Reason this comment was not posted:
    Confidence changes required: 50% <= threshold 50% None
5. package.json:73
  • Draft comment:
    The dependency updates for commitlint (to v20.0.0) and html-eslint/parser (to ^0.47.0) are applied. Please review any breaking changes or configuration updates required by these new versions and confirm that linking of 'eslint-plugin-prettier' (using 'link:.') is intentional.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 50% <= threshold 50% The comment discusses dependency updates, which is generally not allowed. However, it also asks to confirm the intentional linking of 'eslint-plugin-prettier', which is a specific code suggestion. The part about reviewing breaking changes is not allowed, but the confirmation about linking is valid.

Workflow ID: wflow_mR4jrKlaZbpoPbzx

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

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