Skip to content

chore(deps): update all dependencies#223

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all
Open

chore(deps): update all dependencies#223
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Jan 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@changesets/changelog-github (source) ^0.5.1^0.6.0 age confidence devDependencies minor
@commitlint/cli (source) ^19.8.1^20.0.0 age confidence devDependencies major
@types/jest (source) ^29.5.14^30.0.0 age confidence devDependencies major
actions/checkout v4.2.2v6.0.2 age confidence action major
actions/setup-node v4.4.0v6.3.0 age confidence action major
autofix-ci/action (changelog) 28919497a166d7 action digest
codecov/codecov-action v5.4.3v6.0.0 age confidence action major
eslint (source) ^9.28.0^10.0.0 age confidence devDependencies major
jest (source) ^29.7.0^30.0.0 age confidence devDependencies major
nano-staged ^0.8.0^0.9.0 age confidence devDependencies minor
node (source) 2024 age confidence major
size-limit ^11.2.0^12.0.0 age confidence devDependencies major
tsdown (source) ^0.12.5^0.21.0 age confidence devDependencies minor
typescript (source) ^5.8.3^6.0.0 age confidence devDependencies major
yarn (source) 4.9.14.13.0 age confidence packageManager minor

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

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

v20.5.0

Compare Source

Bug Fixes

20.4.4 (2026-03-12)

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

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

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

20.4.1 (2026-02-02)

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

v20.4.4

Compare Source

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

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

v20.4.1

Compare Source

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

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

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

v20.3.1

Compare Source

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

v20.3.0

Compare Source

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

v20.2.0

Compare Source

Note: Version bump only for package @​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
actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

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.1

Compare Source

What's Changed

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

v4.3.0

Compare Source

What's Changed
New Contributors

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

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

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

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

codecov/codecov-action (codecov/codecov-action)

v6.0.0

Compare Source

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

eslint/eslint (eslint)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

v10.0.0

Compare Source

v9.39.4

Compare Source

Bug Fixes

Documentation

Chores

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

v9.37.0

Compare Source

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)

Bug Fixes

Documentation

  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)

Chores


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 becomes conflicted, 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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jan 1, 2026

⚠️ No Changeset found

Latest commit: c939b37

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

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Jan 1, 2026

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.

  • 🔍 Trigger a full review

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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jan 1, 2026

Open in StackBlitz

npm i https://pkg.pr.new/pretty-quick@223

commit: c939b37

Copy link
Copy Markdown

@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 242fde2 in 1 minute and 14 seconds. Click for details.
  • Reviewed 181 lines of code in 9 files
  • Skipped 2 files when reviewing.
  • Skipped posting 13 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:22
  • Draft comment:
    Updated the checkout action to v6.0.1. Verify that this newer version does not introduce any unexpected behavior in the workflow.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
2. .github/workflows/autofix.yml:25
  • Draft comment:
    Updated the setup-node action to v6.1.0. This aligns with the updated Node version; ensure cache and LTS support work as expected.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
3. .github/workflows/autofix.yml:37
  • Draft comment:
    Updated the autofix-ci action to the latest digest commit. Confirm that its behavior remains consistent with previous runs.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
4. .github/workflows/ci.yml:54
  • Draft comment:
    Updated the Codecov action to v5.5.2. Ensure that the new version integrates correctly with your project’s reporting setup.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
5. .github/workflows/pkg-pr-new.yml:20
  • Draft comment:
    Updated the checkout action in the pkg-pr-new workflow to v6.0.1.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
6. .github/workflows/size-limit.yml:30
  • Draft comment:
    Updated the size-limit workflow to use 'andresz1/size-limit-action' v1.8.0.8.0. Verify that the report output meets your requirements.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
7. .nvmrc:1
  • Draft comment:
    Updated .nvmrc to specify Node version 24. Ensure that all workflows and local development environments are compatible.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
8. .yarnrc.yml:13
  • Draft comment:
    Updated the yarnPath to use Yarn 4.12.0. Confirm that this Yarn version works seamlessly with your project's setup.
  • Reason this comment was not posted:
    Confidence changes required: 10% <= threshold 50% None
9. package.json:92
  • Draft comment:
    Replaced 'npm-run-all' with 'npm-run-all2'. Verify that the CLI alias (e.g. 'run-p') still resolves correctly in your scripts.
  • Reason this comment was not posted:
    Confidence changes required: 50% <= threshold 50% None
10. package.json:81
  • Draft comment:
    Upgraded @commitlint/cli to v20.0.0. Review any breaking changes in commitlint that might require configuration updates.
  • Reason this comment was not posted:
    Confidence changes required: 30% <= threshold 50% None
11. package.json:89
  • Draft comment:
    Upgraded jest and @types/jest to v30.0.0. Ensure that your tests pass without issues and adjust configurations if needed.
  • Reason this comment was not posted:
    Confidence changes required: 30% <= threshold 50% None
12. package.json:100
  • Draft comment:
    Updated tsdown to v0.18.0. Double-check that the build process remains stable with this newer version.
  • Reason this comment was not posted:
    Confidence changes required: 30% <= threshold 50% None
13. package.json:96
  • Draft comment:
    Upgraded size-limit to ^12.0.0. Confirm that all size reporting thresholds and configurations are still valid.
  • Reason this comment was not posted:
    Confidence changes required: 30% <= threshold 50% None

Workflow ID: wflow_MyjzNQll2Eq7Y13s

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

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 00eeb52 to a56e038 Compare January 15, 2026 12:05
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8f7d96a to af757eb Compare January 24, 2026 11:39
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 6a1ef35 to c9d52c4 Compare February 7, 2026 06:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 712d498 to 1b3df07 Compare February 19, 2026 16:03
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e487fe2 to 6692287 Compare February 24, 2026 05:43
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a3c9390 to b3e3fb6 Compare March 8, 2026 08:51
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