Skip to content

devdeps: bump the dev-patch group across 1 directory with 6 updates#248

Merged
ronenkapelian merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-86073e9584
Jul 16, 2026
Merged

devdeps: bump the dev-patch group across 1 directory with 6 updates#248
ronenkapelian merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-patch-86073e9584

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-patch group with 4 updates in the / directory: @map-colonies/commitlint-config, @vitest/coverage-v8, @vitest/eslint-plugin and prettier.

Updates @map-colonies/commitlint-config from 2.0.0 to 2.0.1

Release notes

Sourced from @​map-colonies/commitlint-config's releases.

commitlint-config: v2.0.1

2.0.1 (2026-07-08)

🔗 Dependencies

  • commitlint-config: update dependency @​commitlint/config-conventional to v21 (#191) (d18d7b6)
Commits
  • 944103d chore(global): release commitlint-config 2.0.1 (#158)
  • d4528ab ci(global): update actions/upload-pages-artifact action to v5 (#178)
  • 19d010a devdeps(drizzle-utils): pin dependencies (#182)
  • 30ecb93 devdeps(error-express-handler): update dependency express to v4.22.2 (#197)
  • d113169 deps(openapi-generators): update openapi-generators dependencies (#222)
  • 0180d19 devdeps(openapi-supertest): update dependency body-parser to v2.3.0 (#226)
  • d7afb78 devdeps(commitlint-config): update dependency @​commitlint/types to v21 (#192)
  • 4cbc363 deps(prometheus): update dependency lodash to v4.18.1 [security] (#176)
  • 311b0f6 ci(global): update dawidd6/action-download-artifact action to v21 (#188)
  • 826ade8 ci(global): update actions/deploy-pages action to v5 (#172)
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.1.9 to 4.1.10

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/eslint-plugin from 1.6.20 to 1.6.23

Release notes

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

v1.6.23

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.6.22

   🐞 Bug Fixes

    View changes on GitHub

v1.6.21

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 8ce9857 chore: release v1.6.23
  • 5e1e140 feat(prefer-expect-assertions): add disallowHasAssertions option (#929)
  • 792320a fix(valid-expect): handle static expect APIs (#930)
  • 394ddb6 fix: 8 warnings for unexpected node version input (#928)
  • 61bc715 chore: release v1.6.22
  • 3415709 fix: handle expect.any separately from Chai any flag (#925)
  • ffe3299 chore: release v1.6.21
  • af7ac0c Initial support for aroundEach and aroundAll hooks (#923)
  • 52692a4 fix: support Chai-style expect chains (#920)
  • 8f671ac fix(prefer-called-with): map calledOnce matcher to exact once with (#918)
  • See full diff in compare view

Updates @vitest/ui from 4.1.9 to 4.1.10

Release notes

Sourced from @​vitest/ui's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates prettier from 3.9.3 to 3.9.5

Release notes

Sourced from prettier's releases.

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.5

diff

Markdown: Cap ordered list mark at 999,999,999 (#19351 by @​tats-u)

CommonMark parsers only support ordered list item numbers up to 999,999,999.

With this change, Prettier now caps the ordered list item number at 999,999,999 to ensure that the output is correctly parsed as an ordered list by CommonMark parsers. Numbers larger than 999,999,999 are not parsed as list item numbers and are left unchanged in the output:

<!-- Input -->
999999998. text
999999998. text
999999998. text
999999998. text
1234567890123456789012) text
<!-- Prettier 3.9.4 -->
999999998. text
999999999. text
1000000000. text
1000000001. text
1234567890123456789012) text
<!-- Prettier 3.9.5 -->
999999998. text
999999999. text
999999999. text
999999999. text
1234567890123456789012) text

Markdown: Avoid corrupting empty link with title (#19487 by @​andersk)

Do not remove <> from an inline link or image with an empty URL and a title, as this removal would change its interpretation.

<!-- Input -->
[link](https://github.com/prettier/prettier/blob/main/<> "title")
<!-- Prettier 3.9.4 -->
[link](https://github.com/prettier/prettier/blob/main/ "title")
<!-- Prettier 3.9.5 -->
</tr></table>

... (truncated)

Commits

Updates vitest from 4.1.9 to 4.1.10

Release notes

Sourced from vitest's releases.

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • db616d2 chore: release v4.1.10 (#10718)
  • bae52b5 fix(vm): fix external module resolve error with deps optimizer query for enco...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-patch group with 4 updates in the / directory: [@map-colonies/commitlint-config](https://github.com/MapColonies/infra-packages), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8), [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) and [prettier](https://github.com/prettier/prettier).


Updates `@map-colonies/commitlint-config` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/MapColonies/infra-packages/releases)
- [Commits](MapColonies/infra-packages@read-pkg-v2.0.0...commitlint-config-v2.0.1)

Updates `@vitest/coverage-v8` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8)

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

Updates `@vitest/ui` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/ui)

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

Updates `vitest` from 4.1.9 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: "@map-colonies/commitlint-config"
  dependency-version: 2.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: "@vitest/coverage-v8"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: "@vitest/ui"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: prettier
  dependency-version: 3.9.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-patch
- dependency-name: vitest
  dependency-version: 4.1.10
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 16, 2026
@ronenkapelian
ronenkapelian merged commit ccca619 into master Jul 16, 2026
13 of 14 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dev-patch-86073e9584 branch July 16, 2026 06:18
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.

1 participant