Commit d1c69c9
183: Bump docs-searchbar.js from 1.3.1 to 1.3.2 r=bidoubiwa a=dependabot[bot]
Bumps [docs-searchbar.js](https://github.com/meilisearch/docs-searchbar.js) from 1.3.1 to 1.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/meilisearch/docs-searchbar.js/releases">docs-searchbar.js's releases</a>.</em></p>
<blockquote>
<h2>v1.3.2</h2>
<h2>Changes</h2>
<ul>
<li>[Security] Bump tar from 6.1.4 to 6.1.11 (<a href="https://github-redirect.dependabot.com/meilisearch/docs-searchbar.js/issues/409">#409</a>)</li>
</ul>
<p>Thanks again to <a href="https://github.com/bidoubiwa"><code>`@bidoubiwa</code></a>,` ! 🎉</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/meilisearch/docs-searchbar.js/commit/5d296954ca9340fb9893d495822c8f1a3db4c2ba"><code>5d29695</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/docs-searchbar.js/issues/410">#410</a></li>
<li><a href="https://github.com/meilisearch/docs-searchbar.js/commit/cbcd3fe8692355fa075e074274d86d7b1928a5f8"><code>cbcd3fe</code></a> Bump to version v1.3.2</li>
<li><a href="https://github.com/meilisearch/docs-searchbar.js/commit/cb3532b880d240eaad11ff2f15f789e1235af40f"><code>cb3532b</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/docs-searchbar.js/issues/408">#408</a></li>
<li><a href="https://github.com/meilisearch/docs-searchbar.js/commit/831d6fa7d8072339e2537503a492596de2ef4e9b"><code>831d6fa</code></a> Merge <a href="https://github-redirect.dependabot.com/meilisearch/docs-searchbar.js/issues/409">#409</a></li>
<li><a href="https://github.com/meilisearch/docs-searchbar.js/commit/c58368300ed1d50ad8321f4de2ac3abebe74e93c"><code>c583683</code></a> Bump tar from 6.1.4 to 6.1.11</li>
<li><a href="https://github.com/meilisearch/docs-searchbar.js/commit/9479434fef889d18fc185812bf778463b362c84e"><code>9479434</code></a> Bump webpack-cli from 4.7.2 to 4.8.0</li>
<li>See full diff in <a href="https://github.com/meilisearch/docs-searchbar.js/compare/v1.3.1...v1.3.2">compare view</a></li>
</ul>
</details>
<br />
[](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` 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>
185: Bump prettier from 2.3.2 to 2.4.1 r=bidoubiwa a=dependabot[bot]
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.1.
<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>2.4.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#241">Changelog</a></p>
<h2>2.4.0</h2>
<p><a href="https://github.com/prettier/prettier/compare/2.3.2...2.4.0">diff</a></p>
<p><a href="https://prettier.io/blog/2021/09/09/2.4.0.html">Release note</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>2.4.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.4.0...2.4.1">diff</a></p>
<h4>Fix wildcard syntax in <code>`@forward</code>` (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11482">#11482</a>) (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11487">#11487</a> by <a href="https://github.com/niksy"><code>`@niksy</code></a>)</h4>`
<!-- raw HTML omitted -->
<pre lang="scss"><code>// Input
`@forward` "library" as btn-*;
<p>// Prettier 2.4.0
<a href="https://github.com/forward"><code>`@forward</code></a>` "library" as btn- *;</p>
<p>// Prettier 2.4.1
<a href="https://github.com/forward"><code>`@forward</code></a>` "library" as btn-*;
</code></pre></p>
<h4>Add new CLI option <code>debug-print-ast</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/11514">#11514</a> by <a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</h4>`
<p>A new <code>--debug-print-ast</code> CLI flag for debugging.</p>
<h1>2.4.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.3.2...2.4.0">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2021/09/09/2.4.0.html">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/prettier/commit/7ced9e66549b8d5a8e3a74473af462f86fb0245c"><code>7ced9e6</code></a> Release 2.4.1</li>
<li><a href="https://github.com/prettier/prettier/commit/59b5eb4e1faf912dd46759c98b45cfe5807e7a9f"><code>59b5eb4</code></a> Fix wildcard syntax in <code>`@forward</code>` (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11482">#11482</a>) (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11487">#11487</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/aa63269743e510ed1eaedaa4e9465430c9ff807d"><code>aa63269</code></a> Add new CLI option <code>debug-print-ast</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11514">#11514</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/ae33e494a91ced3e80f139ca075cb27bc645acb2"><code>ae33e49</code></a> fix(docs): lint-staged install instructions (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11363">#11363</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/a1a7502f4f77498d24085862e9fd40f46c056f1e"><code>a1a7502</code></a> Update integrating-with-linters.md (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11399">#11399</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/f63e15d1cd37167984dc329a34fc050343e3a91b"><code>f63e15d</code></a> Build(deps): Bump typescript from 4.4.2 to 4.4.3 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11507">#11507</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/dec24722d65ea45afcf63af30857bea35ade4ed5"><code>dec2472</code></a> Build(deps-dev): Bump <code>`@babel/preset-env</code>` from 7.15.4 to 7.15.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11499">#11499</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/ac3912cd4725b104290c8b1b95b801bbdfcce404"><code>ac3912c</code></a> Build(deps-dev): Bump eslint-plugin-unicorn from 35.0.0 to 36.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11504">#11504</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/bf5a027794316f3df2ea47dd06cee2f22940a735"><code>bf5a027</code></a> Revert workaround for node 16.9 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11493">#11493</a>)</li>
<li><a href="https://github.com/prettier/prettier/commit/ddee8dbaaecac095c9e2951bd6a1bddfb60fdfeb"><code>ddee8db</code></a> Build(deps): Bump espree from 8.0.0 to 9.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11509">#11509</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.3.2...2.4.1">compare view</a></li>
</ul>
</details>
<br />
[](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` 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3760 | 3760 | | |
3761 | 3761 | | |
3762 | 3762 | | |
3763 | | - | |
3764 | | - | |
3765 | | - | |
3766 | | - | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
| 3766 | + | |
3767 | 3767 | | |
3768 | 3768 | | |
3769 | 3769 | | |
| |||
8032 | 8032 | | |
8033 | 8033 | | |
8034 | 8034 | | |
8035 | | - | |
8036 | | - | |
8037 | | - | |
8038 | | - | |
| 8035 | + | |
| 8036 | + | |
| 8037 | + | |
| 8038 | + | |
8039 | 8039 | | |
8040 | 8040 | | |
8041 | 8041 | | |
| |||
0 commit comments