Skip to content

devdeps: bump the dev-patch group across 1 directory with 5 updates#24

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-a00ef4e52a
Open

devdeps: bump the dev-patch group across 1 directory with 5 updates#24
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-a00ef4e52a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown

Bumps the dev-patch group with 5 updates in the / directory:

Package From To
@vitest/eslint-plugin 1.6.9 1.6.20
prettier 3.8.1 3.8.4
rimraf 6.1.2 6.1.3
ts-jest 29.4.5 29.4.11
tsc-alias 1.8.16 1.8.17

Updates @vitest/eslint-plugin from 1.6.9 to 1.6.20

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.6.20

   🐞 Bug Fixes

    View changes on GitHub

v1.6.19

No significant changes

    View changes on GitHub

v1.6.18

   🐞 Bug Fixes

    View changes on GitHub

v1.6.17

   🐞 Bug Fixes

    View changes on GitHub

v1.6.16

   🚀 Features

    View changes on GitHub

v1.6.15

What's Changed

Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.14...v1.6.15

v1.6.14

What's Changed

New Contributors

... (truncated)

Commits
  • 9cca3c3 chore: release v1.6.20
  • 7c697f8 fix(valid-expect): treat .finally() as part of async assertion promise chains...
  • 8fff969 fix(hoisted-apis-on-top): detect vitest.mock and aliased vi/vitest mock calls...
  • 7606e1d docs(no-large-snapshots): describe allowSnapshots as a map (#916)
  • bd82c7d fix(require-test-timeout): treat imported bindings as explicit timeouts (#906)
  • 28bc45f chore: release v1.6.19
  • 8566d7f chore: prefer-called-with should report toHaveBeenCalledOnce() (#911)
  • 3b428d6 chore: release v1.6.18
  • e06a3dc fix: correct requiresTypeChecking metadata for four rules (#905)
  • 789966e chore: release v1.6.17
  • Additional commits viewable in compare view

Updates prettier from 3.8.1 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
</tr></table>

... (truncated)

Commits

Updates rimraf from 6.1.2 to 6.1.3

Commits

Updates ts-jest from 29.4.5 to 29.4.11

Release notes

Sourced from ts-jest's releases.

v29.4.11

Please refer to CHANGELOG.md for details.

v29.4.10

Please refer to CHANGELOG.md for details.

v29.4.9

Please refer to CHANGELOG.md for details.

v29.4.8

No release notes provided.

v29.4.7

Please refer to CHANGELOG.md for details.

v29.4.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.11 (2026-05-21)

Bug Fixes

  • preserve Bundler on the CJS path under TypeScript >= 6 (3941818), closes #4198

29.4.10 (2026-05-18)

Bug Fixes

  • pass resolutionMode to ts.resolveModuleName for hybrid module support (b557a85)
  • rebuild Program when consecutive compiles need different module kinds (a82a2b3), closes #4774
  • respect tsconfig moduleResolution instead of forcing Node10 (1bffffc)
  • transformer: transpile mjs files from node_modules for CJS mode (96d025d)
  • transformer: use a consistent comparator in hoist-jest sortStatements (8a8fd2f)

29.4.9 (2026-04-01)

Bug Fixes

  • use correct registry for npm OIDC trusted publishing (f8a9cc9)

29.4.8 (2026-04-01)

Bug Fixes

  • wrong published assets

29.4.7 (2026-04-01)

Features

29.4.6 (2025-12-01)

... (truncated)

Commits
  • bff2d64 chore(release): 29.4.11
  • 3941818 fix: preserve Bundler on the CJS path under TypeScript >= 6
  • efb3c2f build(deps): bump webpack-dev-server from 5.2.2 to 5.2.4 in /website
  • 4e46fad ci: refactor release workflow
  • 96b3ac0 chore(release): 29.4.10
  • e98ec64 build(deps): update github/codeql-action digest to 458d36d
  • 21ac58f build(deps): update jest packages
  • 0fdc96d build(deps): update dependency semver to ^7.8.0
  • 4b95551 build(deps): update dependency jest-environment-jsdom to ^30.4.1 (#5311)
  • 7b88447 build(deps): update eslint packages to ^8.59.3 (#5310)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for ts-jest since your current version.


Updates tsc-alias from 1.8.16 to 1.8.17

Release notes

Sourced from tsc-alias's releases.

v1.8.17 (2025-04-30)

What's Changed

New Contributors

Full Changelog: justkey007/tsc-alias@v1.8.16...v1.8.17

Commits
  • d51d3e6 1.8.17
  • 0b1a906 test: increase timeout for prepareSingleFileReplaceTscAliasPaths test
  • 318b473 Merge pull request #257 from justkey007/dependabot/npm_and_yarn/minimatch-10.2.5
  • 0f67a39 Merge pull request #258 from justkey007/_ci
  • 9aa5362 test: fix prepareSingleFileReplaceTscAliasPaths test to use JS API instead of...
  • f450e74 chore: update tsconfig.json files in project14 packages to include compiler o...
  • 14aa685 chore: add "skipLibCheck" option to tsconfig.json files in project14 and proj...
  • 57d8c33 chore: add "skipLibCheck" option to tsconfig.json files across multiple projects
  • b8984a4 chore: update Node.js and pnpm versions in CI workflow
  • a435cd4 chore(deps): bump minimatch from 10.0.1 to 10.2.5
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-a00ef4e52a branch from 9e5b77d to 877f82d Compare May 7, 2026 18:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-a00ef4e52a branch from 877f82d to 42002da Compare May 14, 2026 18:16
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-a00ef4e52a branch from 42002da to 15382cd Compare May 21, 2026 19:08
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-a00ef4e52a branch 2 times, most recently from 7230e16 to dab6f79 Compare June 4, 2026 18:06
Bumps the dev-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.6.9` | `1.6.20` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.4` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.2` | `6.1.3` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.11` |
| [tsc-alias](https://github.com/justkey007/tsc-alias) | `1.8.16` | `1.8.17` |



Updates `@vitest/eslint-plugin` from 1.6.9 to 1.6.20
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.6.9...v1.6.20)

Updates `prettier` from 3.8.1 to 3.8.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.4)

Updates `rimraf` from 6.1.2 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.2...v6.1.3)

Updates `ts-jest` from 29.4.5 to 29.4.11
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.11)

Updates `tsc-alias` from 1.8.16 to 1.8.17
- [Release notes](https://github.com/justkey007/tsc-alias/releases)
- [Commits](justkey007/tsc-alias@v1.8.16...v1.8.17)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: ts-jest
  dependency-version: 29.4.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: tsc-alias
  dependency-version: 1.8.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev-patch-a00ef4e52a branch from dab6f79 to 03bed5d Compare June 11, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants