Skip to content

fix(deps): update all dependencies#1197

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@1stg/eslint-config (source) ^9.0.6^10.0.0 age confidence devDependencies major
@changesets/changelog-github (source) ^0.5.1^0.6.0 age confidence devDependencies minor
@types/jest (source) ^29.5.14^30.0.0 age confidence devDependencies major
@types/node (source) ^22.15.17^24.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
actions/stale v9.1.0v10.2.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.26.0^10.0.0 age confidence resolutions major
eslint (source) ^9.26.0^10.0.0 age confidence dependencies major
eslint-plugin-jest ^28.11.0^29.0.0 age confidence devDependencies major
eslint-plugin-node-dependencies ^1.0.1^2.0.0 age confidence devDependencies major
jest (source) ^29.7.0^30.0.0 age confidence devDependencies major
node (source) 22.15.124.14.1 age confidence major
prettier-plugin-jsdoc-type (source) ^0.1.12^0.2.0 age confidence devDependencies minor
pretty-format (source) ^29.7.0^30.0.0 age confidence dependencies major
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

1stG/configs (@​1stg/eslint-config)

v10.2.0

Compare Source

Minor Changes
Patch Changes

v10.1.0

Compare Source

Minor Changes
Patch Changes

v10.0.0

Compare Source

Major Changes
Patch Changes

v9.1.0

Compare Source

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

v0.6.0

Compare Source

Minor Changes
Patch Changes

v0.5.2

Compare Source

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

actions/stale (actions/stale)

v10.2.0

Compare Source

v10.1.1

Compare Source

What's Changed

Bug Fix
Improvement
Dependency Upgrades

New Contributors

Full Changelog: actions/stale@v10...v10.1.1

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/stale@v10...v10.1.0

v10.0.0

Compare Source

What's Changed

Breaking Changes
Enhancement
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: actions/stale@v9...v10.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


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.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jun 1, 2025

⚠️ No Changeset found

Latest commit: e480341

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

  • 🔍 Trigger a full review

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

@codesandbox-ci
Copy link
Copy Markdown

codesandbox-ci bot commented Jun 1, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new bot commented Jun 1, 2025

Open in StackBlitz

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

commit: 0000406

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from f073458 to c014158 Compare June 10, 2025 08:11
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Jun 10, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b8d7c53 to a4f740b Compare June 18, 2025 16:48
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a6d46f1 to 4e5983f Compare July 22, 2025 04:40
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4b9dca7 to 2e71c7c Compare July 31, 2025 22:37
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from dfbaa95 to 428763c Compare August 13, 2025 14:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 95d1f27 to 3fa1250 Compare August 26, 2025 15:02
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ba10f39 to 6c5e610 Compare August 31, 2025 10:07
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 4a3ba31 to a96aa65 Compare September 24, 2025 14:54
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 245b228 to 3919bdc Compare November 23, 2025 21:03
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 796206f to ea71356 Compare December 8, 2025 23:42
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 081f1d8 to 1d05c5f Compare December 15, 2025 17:08
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 21d48c9 to d9fe6bd Compare December 29, 2025 00:34
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 436f999 to 1446fdd Compare January 3, 2026 00:43
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from f450af8 to 8f8437e Compare January 15, 2026 06:53
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