Skip to content

Bump the npm-dependencies group across 1 directory with 3 updates#82

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-5af9e067f3
Open

Bump the npm-dependencies group across 1 directory with 3 updates#82
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-5af9e067f3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the npm-dependencies group with 3 updates in the / directory: @openapitools/openapi-generator-cli, newman and prettier.

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

Release notes

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

v2.28.0

2.28.0 (2026-01-19)

Features

v2.27.0

2.27.0 (2025-12-30)

Features

  • config: add support for environment variable placeholders in config (#1031) (1cd2614)

v2.26.0

2.26.0 (2025-12-22)

Bug Fixes

  • deps: update dependency fs-extra to v11.3.3 (#1079) (b74ca95)

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)
  • Additional commits viewable in compare view

Updates newman from 6.2.1 to 6.2.2

Changelog

Sourced from newman's changelog.

6.2.2: date: 2026-01-16 chores: - Update dependencies

Commits

Updates prettier from 3.7.3 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 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

3.8.0

diff

🔗 Release Notes

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
</tr></table> 

... (truncated)

Commits

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

Bumps the npm-dependencies group with 3 updates in the / directory: [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli), [newman](https://github.com/postmanlabs/newman) and [prettier](https://github.com/prettier/prettier).


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

Updates `newman` from 6.2.1 to 6.2.2
- [Changelog](https://github.com/postmanlabs/newman/blob/develop/CHANGELOG.yaml)
- [Commits](postmanlabs/newman@v6.2.1...v6.2.2)

Updates `prettier` from 3.7.3 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.7.3...3.8.1)

---
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: newman
  dependency-version: 6.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Feb 1, 2026
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