Skip to content

Commit 8607b8b

Browse files
Bump yaml from 2.4.5 to 2.5.0 (#355)
Bumps [yaml](https://github.com/eemeli/yaml) from 2.4.5 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <ul> <li>Add <code>--indent</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/559">#559</a>, with thanks to <a href="https://github.com/danielbayley"><code>@​danielbayley</code></a>)</li> <li>Require newline in all cases for props on block sequence (<a href="https://redirect.github.com/eemeli/yaml/issues/557">#557</a>)</li> <li>Always reset indentation in lexer on <code>...</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/558">#558</a>)</li> <li>Ignore <code>minContentWidth</code> if greater than <code>lineWidth</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/562">#562</a>)</li> <li>Drop unused <code>Collection.maxFlowStringSingleLineLength</code> (<a href="https://redirect.github.com/eemeli/yaml/issues/522">#522</a>, <a href="https://redirect.github.com/eemeli/yaml/issues/421">#421</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/b309e23cf70f7502acc7bbc5eb389095ab87d871"><code>b309e23</code></a> 2.5.0</li> <li><a href="https://github.com/eemeli/yaml/commit/6e58318d9f95f14ad9b8a99bafc8829ffdc88ffe"><code>6e58318</code></a> style: Apply updated Prettier style</li> <li><a href="https://github.com/eemeli/yaml/commit/61140fa2289049ce70b907f89945f43c753c50cb"><code>61140fa</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/534d8ad66866965bf788e38f9ee04443c49f312d"><code>534d8ad</code></a> fix: Ignore minContentWidth if greater than lineWidth (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/562">#562</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/f73e1d96a5562d4d5d78f7c9f884300cdbb6d97d"><code>f73e1d9</code></a> chore: Drop unused Collection.maxFlowStringSingleLineLength (see <a href="https://redirect.github.com/eemeli/yaml/issues/522">#522</a>, closes...</li> <li><a href="https://github.com/eemeli/yaml/commit/e7c81fed9c2abb626b1ab3aea8c60e249a51e16f"><code>e7c81fe</code></a> feat: Add --indent option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/559">#559</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/f685e1cd2c775b2416dd9ca714f3b65c0dd96411"><code>f685e1c</code></a> fix: Always reset indentation in lexer on ... (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/558">#558</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/aea700db23b445f34b16ddc338bc271031b1dfb1"><code>aea700d</code></a> fix: Require newline in all cases for props on block sequence (fixes <a href="https://redirect.github.com/eemeli/yaml/issues/557">#557</a>)</li> <li>See full diff in <a href="https://github.com/eemeli/yaml/compare/v2.4.5...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=yaml&package-manager=npm_and_yarn&previous-version=2.4.5&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details>
1 parent 625f0b9 commit 8607b8b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"snakecase-keys": "^8.0.1",
4141
"swagger-client": "^3.18.5",
4242
"winston": "^3.13.1",
43-
"yaml": "^2.4.5",
43+
"yaml": "^2.5.0",
4444
"yargs": "^17.7.2"
4545
},
4646
"devDependencies": {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,7 +5990,7 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
59905990
swagger-client: "npm:^3.18.5"
59915991
typescript: "npm:^5.5.4"
59925992
winston: "npm:^3.13.1"
5993-
yaml: "npm:^2.4.5"
5993+
yaml: "npm:^2.5.0"
59945994
yargs: "npm:^17.7.2"
59955995
languageName: unknown
59965996
linkType: soft
@@ -8510,12 +8510,12 @@ laboperator-middleware-development@labforward/laboperator-middleware-development
85108510
languageName: node
85118511
linkType: hard
85128512

8513-
"yaml@npm:^2.4.5":
8514-
version: 2.4.5
8515-
resolution: "yaml@npm:2.4.5"
8513+
"yaml@npm:^2.5.0":
8514+
version: 2.5.0
8515+
resolution: "yaml@npm:2.5.0"
85168516
bin:
85178517
yaml: bin.mjs
8518-
checksum: 10c0/e1ee78b381e5c710f715cc4082fd10fc82f7f5c92bd6f075771d20559e175616f56abf1c411f545ea0e9e16e4f84a83a50b42764af5f16ec006328ba9476bb31
8518+
checksum: 10c0/771a1df083c8217cf04ef49f87244ae2dd7d7457094425e793b8f056159f167602ce172aa32d6bca21f787d24ec724aee3cecde938f6643564117bd151452631
85198519
languageName: node
85208520
linkType: hard
85218521

0 commit comments

Comments
 (0)