Skip to content

Bump yaml from 2.8.1 to 2.8.3#4069

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

Bump yaml from 2.8.1 to 2.8.3#4069
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/yaml-2.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

giselles-ai bot commented Mar 26, 2026

Finished running flow.

Step 1
🟢
On Pull Request OpenedStatus: Success Updated: Mar 26, 2026 6:25pm
Step 2
🟢
gpt-5Status: Success Updated: Mar 26, 2026 6:27pm
Step 3
🟢
Create Pull Request CommentStatus: Success Updated: Mar 26, 2026 6:27pm

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 26, 2026

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

Project Deployment Actions Updated (UTC)
liam-app Ready Ready Preview, Comment Mar 26, 2026 6:30pm
liam-assets Ready Ready Preview Mar 26, 2026 6:30pm
liam-docs Ready Ready Preview, Comment Mar 26, 2026 6:30pm
liam-erd-sample Ready Ready Preview Mar 26, 2026 6:30pm
liam-storybook Ready Ready Preview, Comment Mar 26, 2026 6:30pm

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: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@giselles-ai
Copy link
Copy Markdown

giselles-ai bot commented Mar 26, 2026

Check changeset necessity

Status: REQUIRED

Reason:

  • The change updates a runtime dependency in @liam-hq/schema (yaml 2.8.1 -> 2.8.3), which is a target package in the guide.
  • Upstream yaml releases include behavior-affecting fixes and options (e.g., Serialize -0 as -0, map newline handling, new trailingComma formatting option) that can alter parsing/serialization results observed by consumers.
  • Even without direct code changes, dependency behavior changes are user-facing; per the guide, this warrants at least a patch bump.
  • Other diff noise is lockfile churn and tooling references; the only explicitly affected target package is @liam-hq/schema.

Changeset (copy & paste):

---
"@liam-hq/schema": patch
---
- ♻️ Update yaml to 2.8.3 to pick up upstream fixes and formatting improvements
  - Bump dependency from 2.8.1 to 2.8.3 (affects YAML serialization/parsing behavior: e.g., -0 serialization, empty map newline handling, trailingComma option)

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Agent Deep Modeling Execution

Started at: 2026-03-26 18:29:11 UTC

View Details

Command Output

@liam-hq/agent@0.1.0 execute-deep-modeling /home/runner/work/liam/liam/frontend/internal-packages/agent
pnpm test:integration src/createGraph.integration.test.ts

@liam-hq/agent@0.1.0 test:integration /home/runner/work/liam/liam/frontend/internal-packages/agent
vitest --watch=false --passWithNoTests --config vitest.config.integration.ts src/createGraph.integration.test.ts

RUN v3.2.4 /home/runner/work/liam/liam/frontend/internal-packages/agent

(node:8128) ExperimentalWarning: WASI is an experimental feature and might change at any time
(Use node --trace-warnings ... to show where the warning was created)
x

⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯

FAIL src/createGraph.integration.test.ts > createGraph Integration > should execute complete workflow
Error: OPENAI_API_KEY is required - please set it in .env file
❯ validateEnvironment scripts/shared/scriptUtils.ts:94:7
92| if (!process.env['OPENAI_API_KEY']) {
93| return errAsync(
94| new Error('OPENAI_API_KEY is required - please set it in .env fi…
| ^
95| )
96| }
❯ getTestConfig test-utils/workflowTestHelpers.ts:77:29
❯ src/createGraph.integration.test.ts:18:39

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯

Test Files 1 failed (1)
Tests 1 failed (1)
Start at 18:29:12
Duration 1.78s (transform 475ms, setup 0ms, collect 1.50s, tests 11ms, environment 0ms, prepare 85ms)

 ELIFECYCLE  Command failed with exit code 1.
/home/runner/work/liam/liam/frontend/internal-packages/agent:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @liam-hq/agent@0.1.0 execute-deep-modeling: pnpm test:integration src/createGraph.integration.test.ts
Exit status 1

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