mirror of
https://github.com/extism/extism.git
synced 2026-01-10 06:18:00 -05:00
chore(deps-dev): Bump prettier from 3.0.1 to 3.0.2 in /node (#422)
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.0.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#302">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.0.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.0.1...3.0.2">diff</a></p> <h4>Break after <code>=</code> of assignment if RHS is poorly breakable AwaitExpression or YieldExpression (<a href="https://redirect.github.com/prettier/prettier/pull/15204">#15204</a> by <a href="https://github.com/seiyab"><code>@seiyab</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="js"><code>// Input const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); <p>// Prettier 3.0.1 const { section, rubric, authors, tags } = await utils.upsertCommonData( mainData, );</p> <p>// Prettier 3.0.2 const { section, rubric, authors, tags } = await utils.upsertCommonData(mainData); </code></pre></p> <h4>Do not add trailing comma for grouped scss comments (<a href="https://redirect.github.com/prettier/prettier/pull/15217">#15217</a> by <a href="https://github.com/auvred"><code>@auvred</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="scss"><code>/* Input */ $foo: ( 'property': (), // comment 1 // comment 2 ) <p>/* Prettier 3.0.1 */ $foo: ( "property": (), // comment 1 // comment 2, );</p> <p>/* Prettier 3.0.2 */ $foo: ( "property": (), // comment 1 // comment 2 ); </code></pre></p> <h4>Print <code>declare</code> and <code>export</code> keywords for nested namespace (<a href="https://redirect.github.com/prettier/prettier/pull/15249">#15249</a> by <a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</h4> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="157e42accd"><code>157e42a</code></a> Release 3.0.2</li> <li><a href="1b0c756bd6"><code>1b0c756</code></a> Print <code>declare</code> and <code>export</code> keywords for nested namespace (<a href="https://redirect.github.com/prettier/prettier/issues/15249">#15249</a>)</li> <li><a href="b4082cb647"><code>b4082cb</code></a> chore(deps): update babel to v7.22.10 (<a href="https://redirect.github.com/prettier/prettier/issues/15236">#15236</a>)</li> <li><a href="91e850b2bd"><code>91e850b</code></a> chore(deps): update dependency camelcase to v8 (<a href="https://redirect.github.com/prettier/prettier/issues/15245">#15245</a>)</li> <li><a href="f24132eda3"><code>f24132e</code></a> Make chalk/assert shim a Proxy (<a href="https://redirect.github.com/prettier/prettier/issues/15234">#15234</a>)</li> <li><a href="e22a5516f5"><code>e22a551</code></a> chore(deps): update dependency <code>@babel/parser</code> to v7.22.10 (<a href="https://redirect.github.com/prettier/prettier/issues/15237">#15237</a>)</li> <li><a href="fbe46aa74a"><code>fbe46aa</code></a> chore(deps): update dependency <code>@angular/compiler</code> to v16.2.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15240">#15240</a>)</li> <li><a href="7ecdbf7bc4"><code>7ecdbf7</code></a> chore(deps): update typescript-eslint to v6.3.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15244">#15244</a>)</li> <li><a href="fb55780393"><code>fb55780</code></a> chore(deps): update dependency eslint to v8.47.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15242">#15242</a>)</li> <li><a href="fde937d7b4"><code>fde937d</code></a> chore(deps): update dependency hermes-parser to v0.15.1 (<a href="https://redirect.github.com/prettier/prettier/issues/15239">#15239</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.0.1...3.0.2">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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
8
node/package-lock.json
generated
8
node/package-lock.json
generated
@@ -21,7 +21,7 @@
|
||||
"@types/jest": "^29.2.0",
|
||||
"@types/node": "^20.1.0",
|
||||
"jest": "^29.2.2",
|
||||
"prettier": "3.0.1",
|
||||
"prettier": "3.0.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.24.1",
|
||||
@@ -3247,9 +3247,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.1.tgz",
|
||||
"integrity": "sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ==",
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.0.2.tgz",
|
||||
"integrity": "sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"@types/jest": "^29.2.0",
|
||||
"@types/node": "^20.1.0",
|
||||
"jest": "^29.2.2",
|
||||
"prettier": "3.0.1",
|
||||
"prettier": "3.0.2",
|
||||
"ts-jest": "^29.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.24.1",
|
||||
|
||||
Reference in New Issue
Block a user