Skip to content

build(deps-dev): bump the npm-dependencies group across 1 directory with 4 updates#380

Merged
bbortt merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-be9b29c47b
Jan 24, 2026
Merged

build(deps-dev): bump the npm-dependencies group across 1 directory with 4 updates#380
bbortt merged 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-be9b29c47b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2026

Bumps the npm-dependencies group with 4 updates in the / directory: @openapitools/openapi-generator-cli, counterfact, prettier and prettier-plugin-packagejson.

Updates @openapitools/openapi-generator-cli from 2.27.0 to 2.28.0

Release notes

Sourced from @​openapitools/openapi-generator-cli's releases.

v2.28.0

2.28.0 (2026-01-19)

Features

Commits
  • 4498491 feat(release): v7.19.0 release (#1103)
  • d42bef6 chore(deps): update dependency @​types/node to v20.19.30 (#1101)
  • 294c942 chore(deps): update nest monorepo to v11.1.12 (#1100)
  • bb954c4 chore(deps): update dependency prettier to v3.8.0 (#1099)
  • b42cabb chore(deps): update dependency type-fest to v5.4.1 (#1098)
  • aeb2f94 chore(deps): update dependency @​types/node to v20.19.29 (#1097)
  • 3488c85 chore(deps): update dependency type-fest to v5.4.0 (#1096)
  • bd18bf0 chore(deps): update dependency @​types/node to v20.19.28 (#1095)
  • 2ce2942 chore(deps): update commitlint monorepo to v20.3.1 (#1093)
  • aa108cf chore(deps): update commitlint monorepo to v20.3.0 (#1092)
  • See full diff in compare view

Updates counterfact from 1.4.9 to 1.5.0

Release notes

Sourced from counterfact's releases.

v1.5.0

Minor Changes

  • 5b52a18: make operation methods like GET() and POST() async
  • da0c55e: Add a $.delay() utility for simulating slow responses (#720)
  • 8349ae6: add a client object to the REPL for quickly sending HTTP requests
Changelog

Sourced from counterfact's changelog.

1.5.0

Minor Changes

  • 5b52a18: make operation methods like GET() and POST() async
  • da0c55e: Add a $.delay() utility for simulating slow responses (#720)
  • 8349ae6: add a client object to the REPL for quickly sending HTTP requests
Commits
  • 558e2f0 Merge pull request #1481 from pmcelhaney/changeset-release/main
  • 1fef434 Version Packages
  • 293f8a1 fix(deps): update dependency lodash to v4.17.23 [security] (#1484)
  • bee88e3 Merge pull request #1483 from pmcelhaney/delay-function
  • da0c55e changeset and docs for $.delay()
  • 5b51df9 Merge branch 'main' into delay-function
  • 645f928 Merge pull request #1482 from pmcelhaney/async-methods
  • 99ef822 add a $.delay() function, resolves #720
  • 05f0406 Update test snapshots to include MaybePromise<T>
  • baf03d7 Merge branch 'main' into async-methods
  • Additional commits viewable in compare view

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates prettier-plugin-packagejson from 2.5.21 to 3.0.0

Release notes

Sourced from prettier-plugin-packagejson's releases.

v3.0.0

3.0.0 (2026-01-20)

  • feat!: drop support for prettier v2 (af8e338)

BREAKING CHANGES

  • only supports prettier v3

v2.5.22

2.5.22 (2026-01-18)

Bug Fixes

  • Merge pull request #274 from hyperz111/update-dep (999b5bb)
Commits
  • af8e338 feat!: drop support for prettier v2
  • 4bafeda chore: add .claude/.local. to gitignore
  • b247490 Merge pull request #276 from hyperz111/prettier-v3
  • fa3e03e chore!: only supports prettier v3
  • ca61881 chore: update prettier to 3.8.0
  • 999b5bb fix: Merge pull request #274 from hyperz111/update-dep
  • 4f649f8 Merge pull request #275 from matzkoh/renovate/node-24.x
  • c388d08 chore(deps): update node.js to v24.13.0
  • 9e1acd0 chore: update sort-package-json to 3.6.0
  • f6db1ba chore: rename default branch from master to main
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

…ith 4 updates

Bumps the npm-dependencies group with 4 updates in the / directory: [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli), [counterfact](https://github.com/pmcelhaney/counterfact), [prettier](https://github.com/prettier/prettier) and [prettier-plugin-packagejson](https://github.com/matzkoh/prettier-plugin-packagejson).


Updates `@openapitools/openapi-generator-cli` from 2.27.0 to 2.28.0
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](OpenAPITools/openapi-generator-cli@v2.27.0...v2.28.0)

Updates `counterfact` from 1.4.9 to 1.5.0
- [Release notes](https://github.com/pmcelhaney/counterfact/releases)
- [Changelog](https://github.com/pmcelhaney/counterfact/blob/main/CHANGELOG.md)
- [Commits](pmcelhaney/counterfact@v1.4.9...v1.5.0)

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

Updates `prettier-plugin-packagejson` from 2.5.21 to 3.0.0
- [Release notes](https://github.com/matzkoh/prettier-plugin-packagejson/releases)
- [Commits](matzkoh/prettier-plugin-packagejson@v2.5.21...v3.0.0)

---
updated-dependencies:
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: counterfact
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier-plugin-packagejson
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

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 Jan 23, 2026
@bbortt bbortt merged commit 28b4d76 into main Jan 24, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-dependencies-be9b29c47b branch January 24, 2026 15:01
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