Skip to content

Tags: google/automotive-design-compose

Tags

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry-pick Gradle actions fix (#1622)

Since we need to manually install the required NDK it's time to just
properly abstract the setup tasks out into a reusable action.

v0.30.0-rc02

Toggle v0.30.0-rc02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix crash in replacement component with AndroidView (#1606)

Fixes #1603. Use the composable `key()` function only for list content,
not component replacement, to avoid unneeded recomposition when the
replacement component is AndroidView. This avoids the recreating the
AndroidView when the .dcf file is updated.

Co-authored-by: rylin8 <[email protected]>

v0.30.0-rc01

Toggle v0.30.0-rc01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve performance by caching text layouts and computed paths. (#1522)

Profiling showed that computing text layouts and computing paths was
taking the bulk of runtime in a simple demo app. This change adds two
generational caches -- one for computed text layout (e.g.: the Compose
`ParagraphIntrinsics`), and one for computed paths (the `ComputedPath`
type which contains all of the paths needed to render a node).

Additionally some unused logging has been removed.

In a profile of "FutureV2" design, `squooshComputeTextInfo` run time was
reduced by a half, and `computePaths` was reduced by around 5x.

v0.29.1

Toggle v0.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Cherry pick #1425 - protobuf lite into 0.29.x (#1441)

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the documentation image path (#1381)

v0.29.0-rc01

Toggle v0.29.0-rc01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the documentation image path (#1381)

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the non-breaking-figma-plugin group in /support-figma/extended-l…

…ayout-plugin with 3 updates (#1225)

Bumps the non-breaking-figma-plugin group in
/support-figma/extended-layout-plugin with 3 updates:
[@figma/plugin-typings](https://github.com/figma/plugin-typings),
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
and [webpack](https://github.com/webpack/webpack).

Updates `@figma/plugin-typings` from 1.95.0 to 1.96.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/figma/plugin-typings/commit/32d9921bbba287ea59aa4d7d8648dbbf5cbaee56"><code>32d9921</code></a>
1.96.0</li>
<li>See full diff in <a
href="https://github.com/figma/plugin-typings/compare/v1.95.0...v1.96.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 7.12.0 to 7.13.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v7.13.0</h2>
<h2>7.13.0 (2024-06-10)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string
literals as index (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li>
<li><strong>parser, typescript-estree:</strong> export
withoutProjectParserOptions utility (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li>
<li><strong>typescript-estree:</strong> require <code>import =
require()</code> argument to be a string literal (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li>
<li><strong>typescript-estree:</strong> forbid <code>.body</code>,
<code>.async</code>, <code>.generator</code> on <code>declare
function</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> function-call-like callee should be
Expression not LeftHandSideExpression (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li>
<li><strong>eslint-plugin:</strong> [init-declarations] refine report
locations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] make error
message more nuanced (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more
specific about error types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li>
<li><strong>eslint-plugin:</strong> [no-magic-numbers] fix
implementation of the <code>ignore</code> option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li>
<li><strong>scope-manager:</strong> handle index signature in class (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Fotis Papadogeorgopoulos</li>
<li>Joshua Chen</li>
<li>Kirk Waiblinger</li>
<li>Tobiloba Adedeji <a
href="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/tobySolutions"><code>@​tobySolutions</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="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/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>7.13.0 (2024-06-10)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/8a178edc65a7156458bffd5f1cf0fc24ed052c16"><code>8a178ed</code></a>
chore(release): publish 7.13.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c6e9719c85f981ea4114afde34da82801710fa33"><code>c6e9719</code></a>
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9253">#9253</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/dfae2282d2cd7fbb525841bf252536c48384197d"><code>dfae228</code></a>
chore: regenerate configs</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 5.91.0 to 5.92.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.92.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Correct tidle range's comutation for module federation</li>
<li>Consider runtime for pure expression dependency update hash</li>
<li>Return value in the <code>subtractRuntime</code> function for
runtime logic</li>
<li>Fixed failed to resolve promise when eager import a dynamic cjs</li>
<li>Avoid generation extra code for external modules when remapping is
not required</li>
<li>The <code>css/global</code> type now handles the exports name</li>
<li>Avoid hashing for <code>@Keyframe</code> and <code>@Property</code>
at-rules in <code>css/global</code> type</li>
<li>Fixed mangle with destructuring for JSON modules</li>
<li>The <code>stats.hasWarnings()</code> method now respects the
<code>ignoreWarnings</code> option</li>
<li>Fixed <code>ArrayQueue</code> iterator</li>
<li>Correct behavior of
<code>__webpack_exports_info__.a.b.canMangle</code></li>
<li>Changed to the correct plugin name for the
<code>CommonJsChunkFormatPlugin</code> plugin</li>
<li>Set the <code>chunkLoading</code> option to the <code>import</code>
when environment is unknown and output is module</li>
<li>Fixed when runtimeChunk has no exports when <code>module</code>
chunkFormat used</li>
<li>[CSS] Fixed parsing minimized CSS import</li>
<li>[CSS] URLs in CSS files now have correct public path</li>
<li>[CSS] The <code>css</code> module type should not allow parser to
switch mode</li>
<li>[Types] Improved context module types</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Added platform target properties to compiler</li>
<li>Improved multi compiler cache location and validating it</li>
<li>Support <code>import attributes</code> spec (<code>with</code>
keyword)</li>
<li>Support <code>node:</code> prefix for Node.js core modules in
runtime code</li>
<li>Support prefetch/preload for module chunk format</li>
<li>Support &quot;...&quot; in the <code>importsFields</code> option for
resolver</li>
<li>Root module is less prone to be wrapped in IIFE</li>
<li>Export <code>InitFragment</code> class for plugins</li>
<li>Export <code>compileBooleanMatcher</code> util for plugins</li>
<li>Export <code>InputFileSystem</code> and
<code>OutputFileSystem</code> types</li>
<li>[CSS] Support the <code>esModule</code> generator option for CSS
modules</li>
<li>[CSS] Support CSS when chunk format is module</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/34e2561addb0f65a7a6fb0ce7ae1aea4cd1d599f"><code>34e2561</code></a>
chore(release): 5.92.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/796bb6b9c65381b5cf5604827437c1d316b43e48"><code>796bb6b</code></a>
chore(deps): update</li>
<li><a
href="https://github.com/webpack/webpack/commit/65b36844288e7a03d26e0bb6b501c630f5169b0c"><code>65b3684</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/5da27ad9c8752c2f014a72b0dd9b6bf6a482fca1"><code>5da27ad</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/09afe04a4052492bbb6cb78b7ca5b4d7c9e9cd06"><code>09afe04</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/9d899d41c9c45b7668d24a0e1192f5c17f65fa88"><code>9d899d4</code></a>
chore: small fixes</li>
<li><a
href="https://github.com/webpack/webpack/commit/de6d4b2f4c6f1fc4b722f4c36754ffd4040c40d3"><code>de6d4b2</code></a>
style: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/195423771653bd53e2dafa5bb07d76878b6ea8e9"><code>1954237</code></a>
chore: fix lint and types</li>
<li><a
href="https://github.com/webpack/webpack/commit/7acd348938b9821ad05c658d5e3dc7b680da2b9f"><code>7acd348</code></a>
revert: changes in examples</li>
<li><a
href="https://github.com/webpack/webpack/commit/ab3e93b19ead869727592d09d36f94e649eb9d83"><code>ab3e93b</code></a>
style: fix</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.91.0...v5.92.0">compare
view</a></li>
</ul>
</details>
<br />


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 <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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.28.0-rc01

Toggle v0.28.0-rc01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the non-breaking-figma-plugin group in /support-figma/extended-l…

…ayout-plugin with 3 updates (#1225)

Bumps the non-breaking-figma-plugin group in
/support-figma/extended-layout-plugin with 3 updates:
[@figma/plugin-typings](https://github.com/figma/plugin-typings),
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
and [webpack](https://github.com/webpack/webpack).

Updates `@figma/plugin-typings` from 1.95.0 to 1.96.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/figma/plugin-typings/commit/32d9921bbba287ea59aa4d7d8648dbbf5cbaee56"><code>32d9921</code></a>
1.96.0</li>
<li>See full diff in <a
href="https://github.com/figma/plugin-typings/compare/v1.95.0...v1.96.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `typescript-eslint` from 7.12.0 to 7.13.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's
releases</a>.</em></p>
<blockquote>
<h2>v7.13.0</h2>
<h2>7.13.0 (2024-06-10)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-dynamic-delete] allow all string
literals as index (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9280">#9280</a>)</li>
<li><strong>parser, typescript-estree:</strong> export
withoutProjectParserOptions utility (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9233">#9233</a>)</li>
<li><strong>typescript-estree:</strong> require <code>import =
require()</code> argument to be a string literal (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9226">#9226</a>)</li>
<li><strong>typescript-estree:</strong> forbid <code>.body</code>,
<code>.async</code>, <code>.generator</code> on <code>declare
function</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9225">#9225</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> function-call-like callee should be
Expression not LeftHandSideExpression (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9231">#9231</a>)</li>
<li><strong>eslint-plugin:</strong> [init-declarations] refine report
locations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8893">#8893</a>)</li>
<li><strong>eslint-plugin:</strong> [no-base-to-string] make error
message more nuanced (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9281">#9281</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-assignment] be more
specific about error types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8304">#8304</a>)</li>
<li><strong>eslint-plugin:</strong> [no-magic-numbers] fix
implementation of the <code>ignore</code> option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9167">#9167</a>)</li>
<li><strong>scope-manager:</strong> handle index signature in class (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9054">#9054</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Fotis Papadogeorgopoulos</li>
<li>Joshua Chen</li>
<li>Kirk Waiblinger</li>
<li>Tobiloba Adedeji <a
href="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/tobySolutions"><code>@​tobySolutions</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="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/yeonjuan"><code>@​yeonjuan</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's
changelog</a>.</em></p>
<blockquote>
<h2>7.13.0 (2024-06-10)</h2>
<p>This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/8a178edc65a7156458bffd5f1cf0fc24ed052c16"><code>8a178ed</code></a>
chore(release): publish 7.13.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/c6e9719c85f981ea4114afde34da82801710fa33"><code>c6e9719</code></a>
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/9253">#9253</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/dfae2282d2cd7fbb525841bf252536c48384197d"><code>dfae228</code></a>
chore: regenerate configs</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.13.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />

Updates `webpack` from 5.91.0 to 5.92.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack/webpack/releases">webpack's
releases</a>.</em></p>
<blockquote>
<h2>v5.92.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Correct tidle range's comutation for module federation</li>
<li>Consider runtime for pure expression dependency update hash</li>
<li>Return value in the <code>subtractRuntime</code> function for
runtime logic</li>
<li>Fixed failed to resolve promise when eager import a dynamic cjs</li>
<li>Avoid generation extra code for external modules when remapping is
not required</li>
<li>The <code>css/global</code> type now handles the exports name</li>
<li>Avoid hashing for <code>@Keyframe</code> and <code>@Property</code>
at-rules in <code>css/global</code> type</li>
<li>Fixed mangle with destructuring for JSON modules</li>
<li>The <code>stats.hasWarnings()</code> method now respects the
<code>ignoreWarnings</code> option</li>
<li>Fixed <code>ArrayQueue</code> iterator</li>
<li>Correct behavior of
<code>__webpack_exports_info__.a.b.canMangle</code></li>
<li>Changed to the correct plugin name for the
<code>CommonJsChunkFormatPlugin</code> plugin</li>
<li>Set the <code>chunkLoading</code> option to the <code>import</code>
when environment is unknown and output is module</li>
<li>Fixed when runtimeChunk has no exports when <code>module</code>
chunkFormat used</li>
<li>[CSS] Fixed parsing minimized CSS import</li>
<li>[CSS] URLs in CSS files now have correct public path</li>
<li>[CSS] The <code>css</code> module type should not allow parser to
switch mode</li>
<li>[Types] Improved context module types</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Added platform target properties to compiler</li>
<li>Improved multi compiler cache location and validating it</li>
<li>Support <code>import attributes</code> spec (<code>with</code>
keyword)</li>
<li>Support <code>node:</code> prefix for Node.js core modules in
runtime code</li>
<li>Support prefetch/preload for module chunk format</li>
<li>Support &quot;...&quot; in the <code>importsFields</code> option for
resolver</li>
<li>Root module is less prone to be wrapped in IIFE</li>
<li>Export <code>InitFragment</code> class for plugins</li>
<li>Export <code>compileBooleanMatcher</code> util for plugins</li>
<li>Export <code>InputFileSystem</code> and
<code>OutputFileSystem</code> types</li>
<li>[CSS] Support the <code>esModule</code> generator option for CSS
modules</li>
<li>[CSS] Support CSS when chunk format is module</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/34e2561addb0f65a7a6fb0ce7ae1aea4cd1d599f"><code>34e2561</code></a>
chore(release): 5.92.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/796bb6b9c65381b5cf5604827437c1d316b43e48"><code>796bb6b</code></a>
chore(deps): update</li>
<li><a
href="https://github.com/webpack/webpack/commit/65b36844288e7a03d26e0bb6b501c630f5169b0c"><code>65b3684</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/5da27ad9c8752c2f014a72b0dd9b6bf6a482fca1"><code>5da27ad</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/09afe04a4052492bbb6cb78b7ca5b4d7c9e9cd06"><code>09afe04</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/9d899d41c9c45b7668d24a0e1192f5c17f65fa88"><code>9d899d4</code></a>
chore: small fixes</li>
<li><a
href="https://github.com/webpack/webpack/commit/de6d4b2f4c6f1fc4b722f4c36754ffd4040c40d3"><code>de6d4b2</code></a>
style: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/195423771653bd53e2dafa5bb07d76878b6ea8e9"><code>1954237</code></a>
chore: fix lint and types</li>
<li><a
href="https://github.com/webpack/webpack/commit/7acd348938b9821ad05c658d5e3dc7b680da2b9f"><code>7acd348</code></a>
revert: changes in examples</li>
<li><a
href="https://github.com/webpack/webpack/commit/ab3e93b19ead869727592d09d36f94e649eb9d83"><code>ab3e93b</code></a>
style: fix</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.91.0...v5.92.0">compare
view</a></li>
</ul>
</details>
<br />


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 <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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support fetching figma file version (#1077)

v0.27.0-rc01

Toggle v0.27.0-rc01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support fetching figma file version (#1077)