Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Confidence
@anolilab/eslint-config (source) ^16.2.22 -> ^16.2.23 age confidence
@anolilab/lint-staged-config (source) ^3.0.26 -> ^3.0.27 age confidence
@anolilab/textlint-config (source) ^9.0.3 -> ^9.0.4 age confidence
chrono-node@<2.2.4 >=2.2.4 -> >=2.2.7 age confidence
lint-staged ^16.1.2 -> ^16.1.4 age confidence
undici@>=6.0.0 <6.21.2 (source) [>=6.21.2 -> >=6.21.3](https://renovatebot.com/diffs/npm/undici@&gt;&#x3D;6.0.0 <6.21.2/6.21.2/6.21.3) age confidence

Release Notes

anolilab/javascript-style-guide (@​anolilab/eslint-config)

v16.2.23

Compare Source

Bug Fixes
  • update eslint and related dependencies (82c3c20)
anolilab/javascript-style-guide (@​anolilab/lint-staged-config)

v3.0.27

Compare Source

Miscellaneous Chores
  • update dependencies and versions across packages (edf84af)
Dependencies
anolilab/javascript-style-guide (@​anolilab/textlint-config)

v9.0.4

Compare Source

Bug Fixes
  • update textlint and typescript dependencies (db78f4f)
Miscellaneous Chores
  • update dependencies across packages (db14c14)
  • update dependencies and versions across packages (48812ea)
wanasit/chrono (chrono-node@<2.2.4)

v2.2.7

Compare Source

  • Improvement: Apply case-sensitive timezone extraction on date expressions f036345
  • Fix: Time parsing ending with "a" or "p" 77fbd83
  • New: BCE/CE year label support dde6103
  • New: "tmrw" as abbr for "tomorrow" b9c02f5

v2.2.6

Compare Source

  • Fix: Improve performance by avoid unnecessary parsing in time exp cdfb6bc
  • Fix: negative time range parsing 053cc8f
  • Fix: handling quote sign around time parsing 6a52cf3

v2.2.5

Compare Source

  • Fix: Performance improvement by reduce the usage of dayjs in results 38cbefb
  • Fix: Small performance improvement through caching fab8f51
  • New: Adding basic benchmark ac08a8c
lint-staged/lint-staged (lint-staged)

v16.1.4

Compare Source

Patch Changes
  • #​1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Compare Source

Patch Changes
  • #​1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
nodejs/undici (undici@>=6.0.0 <6.21.2)

v6.21.3

Compare Source

What's Changed

Full Changelog: nodejs/undici@v6.21.2...v6.21.3


Configuration

📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested a review from prisis as a code owner June 11, 2025 12:46
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jun 11, 2025
@renovate renovate bot enabled auto-merge (squash) June 11, 2025 12:46
Copy link
Contributor

coderabbitai bot commented Jun 11, 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.


🪧 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 @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • 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 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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using 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 generate sequence diagram to generate a sequence diagram of the changes in this 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.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

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
Contributor

github-actions bot commented Jun 11, 2025

Thank you for following the naming conventions! 🙏

@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 7 times, most recently from 5970651 to 40451fa Compare June 17, 2025 14:06
Copy link

pkg-pr-new bot commented Jun 17, 2025

Open in StackBlitz

@anolilab/multi-semantic-release

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/multi-semantic-release@162

@anolilab/rc

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/rc@162

@anolilab/semantic-release-clean-package-json

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/semantic-release-clean-package-json@162

@anolilab/semantic-release-pnpm

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/semantic-release-pnpm@162

@anolilab/semantic-release-preset

npm i https://pkg.pr.new/anolilab/semantic-release/@anolilab/semantic-release-preset@162

commit: 092fa59

Copy link

codecov bot commented Jun 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.55%. Comparing base (2381424) to head (092fa59).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #162   +/-   ##
=======================================
  Coverage   64.55%   64.55%           
=======================================
  Files          32       32           
  Lines         790      790           
  Branches      114      114           
=======================================
  Hits          510      510           
  Misses        280      280           
Flag Coverage Δ
rc 92.10% <ø> (ø)
semantic-release-clean-package-json 85.24% <ø> (ø)
semantic-release-pnpm 50.50% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from b15a06a to 68e4f14 Compare June 24, 2025 10:47
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 12 times, most recently from b0f54dd to cb4ed4c Compare July 2, 2025 16:00
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch from cb4ed4c to 7263bab Compare July 8, 2025 12:53
Copy link

socket-security bot commented Jul 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​anolilab/​textlint-config@​9.0.3 ⏵ 9.0.447 -11009189 +1100
Updated@​anolilab/​lint-staged-config@​3.0.26 ⏵ 3.0.2771 +11009895 +180
Updated@​anolilab/​eslint-config@​16.2.22 ⏵ 16.2.2375 +110099 +195 +1100

View full report

@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from 20dfdbe to 6e7cd47 Compare July 15, 2025 12:05
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from 6333e83 to 27db40a Compare July 28, 2025 12:02
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch 3 times, most recently from e739098 to 092fa59 Compare August 6, 2025 16:46
@renovate renovate bot force-pushed the renovate/patch-patch-updates branch from 092fa59 to f7e735a Compare August 8, 2025 08:31
Copy link
Contributor Author

renovate bot commented Aug 9, 2025

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.

@github-actions github-actions bot added the Stale label Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: dependencies Pull requests that adds/updates a dependency Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant