chore(deps): update all dependencies by renovate[bot] · Pull Request #742 · prettier/eslint-plugin-prettier (original) (raw)
Conversation
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @html-eslint/parser | ^0.39.0 -> ^0.41.0 | ||||
| lint-staged | ^15.5.0 -> ^16.0.0 | ||||
| prettier-plugin-pkg (source) | ^0.19.0 -> ^0.20.0 |
Release Notes
yeonjuan/html-eslint (@html-eslint/parser)
v0.41.0
What's Changed
- chore: bump parcel, axios, firebase-tools and replace rollup plugin by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/340
- fix: correct rule
require-open-graph-protocoldescription by @ntnyq in https://github.com/yeonjuan/html-eslint/pull/342 - feat: add
meta.docs.urlto all rules by @ntnyq in https://github.com/yeonjuan/html-eslint/pull/341 - feat: node18 module stuff by @lishaduck in https://github.com/yeonjuan/html-eslint/pull/345
- refactor: lerna-lite by @lishaduck in https://github.com/yeonjuan/html-eslint/pull/347
- fix: wrong dependency by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/358
New Contributors
- @ntnyq made their first contribution in https://github.com/yeonjuan/html-eslint/pull/342
- @lishaduck made their first contribution in https://github.com/yeonjuan/html-eslint/pull/345
Full Changelog: yeonjuan/html-eslint@v0.40.3...v0.41.0
v0.40.0
What's Changed
- chore: update issue templates by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/322
- docs: add CONTRIBUTING.md by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/321
- chore: add plugin meta by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/325
- feat: update baseline data by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/330
- feat: implement autofix in require-attrs by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/331
- feat: implement language plugin by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/323
- docs: fix docs by @yeonjuan in https://github.com/yeonjuan/html-eslint/pull/332
Full Changelog: yeonjuan/html-eslint@v0.39.0...v0.40.0
lint-staged/lint-staged (lint-staged)
v16.1.0
Minor Changes
- #1536 e729daa Thanks @iiroj! - A new flag
--no-reverthas been introduced for when task modifications should be applied to the index before aborting the commit in case of errors. By default, lint-staged will clear all task modifications and revert to the original state. - #1550 b27fa3f Thanks @iiroj! - Lint-staged now ignores symlinks and leaves them out from the list of staged files.
Patch Changes
- #1558 c37dc38 Thanks @iiroj! - The minimum required Node.js version is lowered to
20.17following nano-spawn@1.0.2.
v16.0.0
Major Changes
- #1546 158d15c Thanks @iiroj! - Processes are spawned using nano-spawn instead of execa. If you are using Node.js scripts as tasks, you might need to explicitly run them with
node, especially when using Windows:
{
"*.js": "node my-js-linter.js"
} - #1546 158d15c Thanks @iiroj! - The
--shellflag has been removed and lint-staged no longer supports evaluating commands directly via a shell. To migrate existing commands, you can create a shell script and invoke it instead. Lint-staged will pass matched staged files as a list of arguments, accessible via"$@​":
v15.5.2
Patch Changes
- #1544 5561321 Thanks @YimingIsCOLD! - Correctly handle colon (
:) characters in staged filenames.
v15.5.1
Patch Changes
- #1533 5d53534 Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:
✖ Failed to get staged files! un-ts/prettier (prettier-plugin-pkg)
v0.20.0
Minor Changes
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.
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.Explain this complex logic.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai explain this code block.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin 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 explain its main purpose.@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.
Support
Need help? Join our Discord community for assistance with any issues or questions.
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 pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger an incremental review. This is useful when automatic reviews are disabled for the repository.@coderabbitai full reviewto do a full review from scratch and review all the files again.@coderabbitai summaryto regenerate the summary of the PR.@coderabbitai generate sequence diagramto generate a sequence diagram of the changes in this PR.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai configurationto show the current CodeRabbit configuration for the repository.@coderabbitai helpto get help.
Other keywords and placeholders
- Add
@coderabbitai ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})