Skip to content

Bump yaml from 2.8.1 to 2.8.3 in /frontend/packages/schema#4071

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/packages/schema/yaml-2.8.3
Open

Bump yaml from 2.8.1 to 2.8.3 in /frontend/packages/schema#4071
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/frontend/packages/schema/yaml-2.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps yaml from 2.8.1 to 2.8.3.

Release notes

Sourced from yaml's releases.

v2.8.3

  • Add trailingComma ToString option for multiline flow formatting (#670)
  • Catch stack overflow during node composition (1e84ebb)

v2.8.2

  • Serialize -0 as -0 (#638)
  • Do not double newlines for empty map values (#642)
Commits
  • ce14587 2.8.3
  • 1e84ebb fix: Catch stack overflow during node composition
  • 6b24090 ci: Include Prettier check in lint action
  • 9424dee chore: Refresh lockfile
  • d1aca82 Add trailingComma ToString option for multiline flow formatting (#670)
  • 4321509 ci: Drop the branch filter from GitHub PR actions
  • 47207d0 chore: Update docs-slate
  • 5212fae chore: Update docs-slate
  • 086fa6b 2.8.2
  • 95f01e9 chore: Add funding to package.json
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Open with Devin

Bumps [yaml](https://github.com/eemeli/yaml) from 2.8.1 to 2.8.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.8.1...v2.8.3)

---
updated-dependencies:
- dependency-name: yaml
  dependency-version: 2.8.3
  dependency-type: direct:production
...

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 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 00:22
@dependabot dependabot bot requested review from NoritakaIkeda and sasamuku and removed request for a team March 27, 2026 00:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 27, 2026
@giselles-ai
Copy link
Copy Markdown

giselles-ai bot commented Mar 27, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Mar 27, 2026 12:22am
Step 2
🟢
gpt-5Status: Success Updated: Mar 27, 2026 12:24am
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Mar 27, 2026 12:24am

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

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

Project Deployment Actions Updated (UTC)
liam-app Error Error Mar 27, 2026 0:22am
liam-assets Error Error Mar 27, 2026 0:22am
liam-erd-sample Error Error Mar 27, 2026 0:22am
liam-storybook Error Error Mar 27, 2026 0:22am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
liam-docs Ignored Ignored Preview Mar 27, 2026 0:22am

Request Review

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

"pg-query-emscripten": "5.1.0",
"valibot": "1.1.0",
"yaml": "2.8.1",
"yaml": "2.8.3",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Lockfile not updated to match package.json version bump, will break CI

The package.json specifies "yaml": "2.8.3" but pnpm-lock.yaml still records specifier: 2.8.1 and version: 2.8.1 (at pnpm-lock.yaml:978-980). Since CI runs pnpm install --frozen-lockfile (.github/actions/pnpm-setup/action.yml:24), this mismatch will cause the install step to fail with an error about the lockfile being out of date.

Prompt for agents
Run `pnpm install` to regenerate the lockfile so that pnpm-lock.yaml reflects the updated yaml version 2.8.3 specified in frontend/packages/schema/package.json line 26. The lockfile at pnpm-lock.yaml lines 978-980 currently still references yaml 2.8.1. After running pnpm install, commit the updated pnpm-lock.yaml.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@giselles-ai
Copy link
Copy Markdown

giselles-ai bot commented Mar 27, 2026

Check changeset necessity

Status: REQUIRED

Reason:

  • The affected package is @liam-hq/schema, which is a target package listed in the guide.
  • The change updates a runtime dependency (yaml) from 2.8.1 to 2.8.3, not a dev-only tool.
  • Upstream patch includes user-facing bug fixes (e.g., preventing potential stack overflows and improving formatting behavior), which can affect how consumers parse/serialize YAML via this package.
  • To propagate these fixes to users, a new release of @liam-hq/schema is needed; this should be a patch version as there are no breaking API changes in our package.

Changeset (copy & paste):

---
"@liam-hq/schema": patch
---
- 🐛 Update yaml to 2.8.3 to include upstream bug fixes
  - Prevents potential stack overflow during node composition and improves newline handling for empty map values
  - Includes new trailingComma formatting option in yaml (no changes to our public API)

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