Skip to content

chore(lapis-e2e): bump the minorandpatch group in /lapis-e2e with 3 updates#1727

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lapis-e2e/minorandpatch-b0da88d759
Open

chore(lapis-e2e): bump the minorandpatch group in /lapis-e2e with 3 updates#1727
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/lapis-e2e/minorandpatch-b0da88d759

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the minorandpatch group in /lapis-e2e with 3 updates: @openapitools/openapi-generator-cli, @types/node and prettier.

Updates @openapitools/openapi-generator-cli from 2.34.0 to 2.38.0

Release notes

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

v2.38.0

2.38.0 (2026-06-11)

Features

  • release: trigger a release after upgrading concurrently to newer versions (#1225) (a265046)

v2.37.0

2.37.0 (2026-06-11)

Features

  • release: trigger a release after upgrading deps to newer versions (#1223) (899c037)

v2.36.0

2.36.0 (2026-06-11)

Features

  • release: trigger a release after upgrading to node 22.x (#1217) (8f69e5a)

v2.35.0

2.35.0 (2026-06-08)

Features

Commits
  • a265046 feat(release): trigger a release after upgrading concurrently to newer versio...
  • dd35ac1 chore(deps): update concurrently to newer version (#1222)
  • 899c037 feat(release): trigger a release after upgrading deps to newer versions (#1223)
  • 304372d chore(deps): update commitlint monorepo to v21 (#1208)
  • ad04ffa chore(deps): update dependency type-fest to v5.7.0 (#1220)
  • c0e30f7 chore(deps): update dependency prettier to v3.8.4 (#1219)
  • 887c6b2 chore(deps): update semantic-release monorepo to v25 (#1023)
  • 8f69e5a feat(release): trigger a release after upgrading to node 22.x (#1217)
  • 4b1e7d6 chore(deps): update node version to 22.x (#1216)
  • 47787b9 feat(release): v7.23.0 release (#1214)
  • Additional commits viewable in compare view

Updates @types/node from 24.12.4 to 24.13.2

Commits

Updates prettier from 3.8.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 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
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@types/node [>= 25.a, < 26]

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 minorandpatch group in /lapis-e2e with 3 updates: [@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [prettier](https://github.com/prettier/prettier).


Updates `@openapitools/openapi-generator-cli` from 2.34.0 to 2.38.0
- [Release notes](https://github.com/OpenAPITools/openapi-generator-cli/releases)
- [Commits](OpenAPITools/openapi-generator-cli@v2.34.0...v2.38.0)

Updates `@types/node` from 24.12.4 to 24.13.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `prettier` from 3.8.3 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.3...3.8.4)

---
updated-dependencies:
- dependency-name: "@openapitools/openapi-generator-cli"
  dependency-version: 2.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
...

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 Jun 15, 2026
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lapis Ready Ready Preview, Comment Jun 15, 2026 7:55pm

Request Review

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