Skip to content

fix(deps): update all non-major dependencies#141

Open
renovate[bot] wants to merge 1 commit intobetafrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#141
renovate[bot] wants to merge 1 commit intobetafrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/config-conventional (source) 20.0.020.4.3 age confidence devDependencies minor
@eslint/js (source) 9.37.09.39.4 age confidence devDependencies minor
@rollup/plugin-typescript (source) 12.1.412.3.0 age confidence dependencies minor
@types/eslint-plugin-security (source) 3.0.03.0.1 age confidence devDependencies patch
@vitest/eslint-plugin 1.3.161.6.9 age confidence devDependencies minor
commitlint (source) 20.1.020.4.3 age confidence devDependencies minor
eslint (source) 9.37.09.39.4 age confidence devDependencies minor
eslint-plugin-no-secrets 2.2.12.3.3 age confidence devDependencies minor
eslint-plugin-prettier 5.5.45.5.5 age confidence devDependencies patch
fast-equals 5.3.25.4.0 age confidence dependencies minor
fetch-mock (source) 12.5.412.6.0 age confidence devDependencies minor
globals 16.4.016.5.0 age confidence devDependencies minor
happy-dom 20.0.020.8.3 age confidence devDependencies minor
lint-staged 16.2.316.3.2 age confidence devDependencies minor
minimatch 10.0.310.2.4 age confidence dependencies minor
node (source) 22.20.022.22.1 age confidence minor
pnpm (source) 10.18.210.31.0 age confidence uses-with minor
prettier (source) 3.6.23.8.1 age confidence devDependencies minor
strip-ansi 7.1.27.2.0 age confidence dependencies minor
tsx (source) 4.20.64.21.0 age confidence devDependencies minor
typescript-eslint (source) 8.46.08.56.1 age confidence devDependencies minor
undici (source) 7.16.07.22.0 age confidence devDependencies minor
unplugin-replace 0.6.10.7.0 age confidence dependencies minor

Release Notes

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

v20.4.3

Compare Source

Bug Fixes

v20.4.2

Compare Source

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

v20.4.1

Compare Source

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

v20.4.0

Compare Source

Features

20.3.1 (2026-01-08)

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

v20.3.1

Compare Source

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

v20.3.0

Compare Source

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

v20.2.0

Compare Source

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

eslint/eslint (@​eslint/js)

v9.39.4

Compare Source

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
rollup/plugins (@​rollup/plugin-typescript)

v12.3.0

2025-10-23

Features
  • feat: expose latest Program to transformers in watch mode (#​1923)

v12.2.0

2025-10-22

Features
  • feat: process .js when allowJs is enabled (#​1920)
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.8

Compare Source

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8

v1.6.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.6

Compare Source

   🚀 Features
    View changes on GitHub

v1.6.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.4...v1.6.5

v1.6.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

  • docs(no-conditional-expect): add asymmetric matchers to example usage by @​wjhsf in #​847
  • fix(unbound-method): ignore functions passed to vi.mocked by @​G-Rath in #​849
  • feat: create new prefer-mock-return-shorthand rule by @​G-Rath in #​848

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.3...v1.6.4

v1.6.3

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.1...v1.6.2

v1.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.5.4...v1.6.0

v1.5.4

Compare Source

No significant changes

    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🐞 Bug Fixes
  • no-alias-methods: Align no-alias-methods rule with Vitest by aliasing toThrow to toThrowError  -  by @​y-hsgw in #​832 (4ea56)
    View changes on GitHub

v1.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • consistent-test-it: Handle aliased Vitest imports when enforcing consistent test names  -  by @​y-hsgw in #​828 (54be6)
    View changes on GitHub

What's Changed

  • fix(consistent-test-it): Handle aliased Vitest imports when enforcing consistent test names by @​y-hsgw in #​828
  • feat: Add rule to recommended Vitest ESLint config by @​y-hsgw in #​827

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.4...v1.5.0

v1.4.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.3...v1.4.4

v1.4.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.4.2

Compare Source

   🚀 Features
    View changes on GitHub

What's Changed

New Contributors

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.4.1...v1.4.2

v1.4.1

Compare Source

No significant changes

    View changes on GitHub

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.25

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.23

Compare Source

No significant changes

    View changes on GitHub

v1.3.22

Compare Source

No significant changes

    View changes on GitHub

v1.3.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.19

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
conventional-changelog/commitlint (commitlint)

v20.4.3

Compare Source

Note: Version bump only for package commitlint

v20.4.2

Compare Source

Note: Version bump only for package commitlint

v20.4.1

Compare Source

Note: Version bump only for package commitlint

v20.4.0

Compare Source

Note: Version bump only for package commitlint

20.3.1 (2026-01-08)

Note: Version bump only for package commitlint

v20.3.1

Compare Source

Note: Version bump only for package commitlint

v20.3.0

Compare Source

Note: Version bump only for package commitlint

v20.2.0

Compare Source

Note: Version bump only for package commitlint

eslint/eslint (eslint)

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 - At any time (no schedule defined), 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.

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7813840 to 044cc0a Compare October 12, 2025 17:34
@renovate renovate bot changed the title chore(deps): update dependency lint-staged to v16.2.4 chore(deps): update all non-major dependencies Oct 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 67f8233 to c0c1288 Compare October 20, 2025 17:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 46e8e47 to facf000 Compare October 22, 2025 19:26
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Oct 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7b02464 to 69c2094 Compare October 27, 2025 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c1cc840 to dab71dc Compare November 5, 2025 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c748016 to 7cdb40d Compare November 12, 2025 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7cdb40d to c55e369 Compare November 17, 2025 01:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 54a826d to fc85567 Compare December 5, 2025 07:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ecff944 to e776138 Compare December 14, 2025 00:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e69481f to 152e0b6 Compare December 22, 2025 10:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1ff5587 to 2977edb Compare December 24, 2025 08:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 71b4aed to 3b6523a Compare January 5, 2026 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7a6db4e to ecd36e8 Compare January 7, 2026 17:46
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