Commit 14f3c27
authored
Bump smol-toml from 1.5.2 to 1.6.1 in /docs in the npm_and_yarn group across 1 directory (#748)
Bumps the npm_and_yarn group with 1 update in the /docs directory:
[smol-toml](https://github.com/squirrelchat/smol-toml).
Updates `smol-toml` from 1.5.2 to 1.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squirrelchat/smol-toml/releases">smol-toml's
releases</a>.</em></p>
<blockquote>
<h2>v1.6.1</h2>
<p>This release addresses a minor security vulnerability where an
attacker-controlled TOML document can exploit an unrestricted recustion
and cause a stack overflow error with a document that contains thousands
of sucessive commented lines. Security advisory: <a
href="https://github.com/advisories/GHSA-v3rj-xjv7-4jmq">GHSA-v3rj-xjv7-4jmq</a></p>
<h2>v1.6.0</h2>
<p>As of this version, smol-toml now supports the newly released TOML
1.1.0 specification!</p>
<h2>Highlights</h2>
<h3>Multiline inline tables</h3>
<p>TOML 1.1.0 now allows inline tables to have newlines, as well as
trailing commas.</p>
<pre lang="toml"><code>database = {
driver = "postgresql",
server = {
host = "127.0.0.1",
port = 3307,
},
}
</code></pre>
<h3>Omitting seconds in datetime and time</h3>
<p>TOML 1.1.0 renders the seconds component of time elements
optional.</p>
<pre><code>datetime-tz = 1979-05-27 07:32Z
datetime = 2001-09-21 10:17
time = 13:37
</code></pre>
<h3>New string escapes</h3>
<p>Strings now support 2 additional escape sequences:</p>
<ul>
<li><code>\xHH</code> for code points between 0 and 255</li>
<li><code>\e</code> for the escape character (<code>U+001B</code>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>feat: toml 1.1 support by <a
href="https://github.com/cyyynthia"><code>@cyyynthia</code></a> in <a
href="https://redirect.github.com/squirrelchat/smol-toml/pull/49">squirrelchat/smol-toml#49</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/squirrelchat/smol-toml/compare/v1.5.2...v1.6.0">https://github.com/squirrelchat/smol-toml/compare/v1.5.2...v1.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/072b64fd0094b1d7d3bb1a124d282828069a7aa0"><code>072b64f</code></a>
chore: version bump</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/19a5dc74cb49f9fe809dd73c2b8934b4192b8393"><code>19a5dc7</code></a>
chore: upgrade dependencies and actions</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/f286f87778200504061a428b24d5e27ef5e1f360"><code>f286f87</code></a>
fix: don't use recursion in skipVoid</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/399c54527643c97bbd58931f452325ab32456180"><code>399c545</code></a>
chore: version bump</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/06521caba8be8a7d67a7a9ed7f105134c2dce8b1"><code>06521ca</code></a>
Merge pull request <a
href="https://redirect.github.com/squirrelchat/smol-toml/issues/49">#49</a>
from squirrelchat/toml-110</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/f3a68a76a4be2e4a0e9ed9add167b15591262ade"><code>f3a68a7</code></a>
fix: properly test \e escape</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/9743a8645acef45711f87c0996a20051f262dbbd"><code>9743a86</code></a>
fix: properly run toml-test v2</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/1ec5303d56b8735a2ddf15a07f2cba1c1b4aa2e2"><code>1ec5303</code></a>
docs: toml 1.1.0 in the readme</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/8bc0e2bc709e4c54b87db2ce534b4411e2217b63"><code>8bc0e2b</code></a>
chore: upgrade dependencies, actions</li>
<li><a
href="https://github.com/squirrelchat/smol-toml/commit/24618dbac52bd2ff7145b2206f24a1ef14791885"><code>24618db</code></a>
feat: allow omitting seconds in datetime and time values</li>
<li>Additional commits viewable in <a
href="https://github.com/squirrelchat/smol-toml/compare/v1.5.2...v1.6.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-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 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
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/pnp/vscode-viva/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 3f0441c commit 14f3c27
1 file changed
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments