Skip to content

Bump the npm-dependencies group across 1 directory with 4 updates#91

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

Bump the npm-dependencies group across 1 directory with 4 updates#91
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-c3ee676790

Conversation

@dependabot
Copy link
Contributor

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

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

Updates @apideck/portman from 1.33.0 to 1.34.0

Release notes

Sourced from @​apideck/portman's releases.

v1.34.0

What's Changed

Full Changelog: apideck-libraries/portman@v1.33.0...v1.34.0

Changelog

Sourced from @​apideck/portman's changelog.

v1.34.0 - (2026-02-28)

  • Fuzzing - Handle multiple request body examples (#464)
  • Bumped dependencies
Commits

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

Release notes

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

v2.30.0

2.30.0 (2026-02-25)

Features

v2.29.0

2.29.0 (2026-02-16)

Features

v2.28.3

2.28.3 (2026-02-10)

Bug Fixes

  • resolve Node 24+ spawn deprecation warning (DEP0190) (#1130) (083418f), closes #1102

v2.28.2

2.28.2 (2026-02-06)

Bug Fixes

  • deps: update dependency jsonpath to v1.2.1 (#1124) (a5e1a28)

v2.28.1

2.28.1 (2026-02-05)

Bug Fixes

  • deps: update dependency jsonpath to v1.2.0 (#1121) (9abfb03)

v2.28.0

2.28.0 (2026-01-19)

Features

v2.27.0

2.27.0 (2025-12-30)

... (truncated)

Commits
  • a1e9c93 feat(release): trigger a release (#1148)
  • e5c9604 chore: update engines.node in package.json (#1147)
  • 90a8db4 chore(deps): replace inquirer with @inquirer/select (#1136)
  • c4146b5 chore(deps): update nx monorepo to v22.5.2 (#1145)
  • 6fab24f chore(deps): update dependency eslint to v9.39.3 (#1144)
  • 07ab64e chore(deps): update dependency glob to v13.0.6 (#1143)
  • a34c7c2 chore(deps): update commitlint monorepo to v20.4.2 (#1142)
  • 35ba187 chore(deps): update nest monorepo to v11.1.14 (#1140)
  • 06175bb chore(deps): update dependency glob to v13.0.5 (#1139)
  • 59f7408 chore(deps): update dependency glob to v13.0.4 (#1137)
  • 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 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: [@apideck/portman](https://github.com/apideck-libraries/portman), [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli) and [prettier](https://github.com/prettier/prettier).


Updates `@apideck/portman` from 1.33.0 to 1.34.0
- [Release notes](https://github.com/apideck-libraries/portman/releases)
- [Changelog](https://github.com/apideck-libraries/portman/blob/main/CHANGELOG.md)
- [Commits](apideck-libraries/portman@v1.33.0...v1.34.0)

Updates `@openapitools/openapi-generator-cli` from 2.25.2 to 2.30.0
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](OpenAPITools/openapi-generator-cli@v2.25.2...v2.30.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: "@apideck/portman"
  dependency-version: 1.34.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.30.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 Mar 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