Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps algoliasearch from 4.14.3 to 4.17.2.

Release notes

Sourced from algoliasearch's releases.

4.17.2

v4.17.2

  • fix(search): fix wait method for updateApiKey request (#1464) (edc629d), closes #1464
  • docs(SearchOptions): fix jsdoc of sortFacetValuesBy (#1463) (a4309c7), closes #1463

4.17.1

v4.17.1

  • fix(recommend): Align getRecommendations type with actual implementation (#1459) (d18391b), closes #1459

4.17.0

v4.17.0

4.16.0

v4.16.0

  • feat(neuralsearch): adding the semanticSearch settings to client-search (#1450) (a478ffd), closes #1450
  • Fix for the redirect object in SearchResponse (#1443) (6b0685c), closes #1443

4.15.0

v4.15.0

Changelog

Sourced from algoliasearch's changelog.

v4.17.2

  • fix(search): fix wait method for updateApiKey request (#1464) (edc629d), closes #1464
  • docs(SearchOptions): fix jsdoc of sortFacetValuesBy (#1463) (a4309c7), closes #1463

v4.17.1

  • fix(recommend): Align getRecommendations type with actual implementation (#1459) (d18391b), closes #1459

v4.17.0

v4.16.0

  • feat(neuralsearch): adding the semanticSearch settings to client-search (#1450) (a478ffd), closes #1450
  • Fix for the redirect object in SearchResponse (#1443) (6b0685c), closes #1443

v4.15.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

@dependabot dependabot bot added dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs labels Jun 12, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jun 12, 2023

⚠️ No Changeset found

Latest commit: 804f62b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@bidoubiwa bidoubiwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

meili-bors bot added a commit that referenced this pull request Jun 12, 2023
1151: Bump algoliasearch from 4.14.3 to 4.17.2 r=bidoubiwa a=dependabot[bot]

Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.14.3 to 4.17.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/releases">algoliasearch's releases</a>.</em></p>
<blockquote>
<h2>4.17.2</h2>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.17.1...4.17.2">v4.17.2</a></h2>
<ul>
<li>fix(search): fix wait method for updateApiKey request (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1464">#1464</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/edc629d">edc629d</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1464">#1464</a></li>
<li>docs(SearchOptions): fix jsdoc of sortFacetValuesBy (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1463">#1463</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/a4309c7">a4309c7</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1463">#1463</a></li>
</ul>
<h2>4.17.1</h2>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.17.0...4.17.1">v4.17.1</a></h2>
<ul>
<li>fix(recommend): Align <code>getRecommendations</code> type with actual implementation (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1459">#1459</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/d18391b">d18391b</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1459">#1459</a></li>
</ul>
<h2>4.17.0</h2>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.16.0...4.17.0">v4.17.0</a></h2>
<ul>
<li>feat: update ab test typing (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1455">#1455</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/f53c72c">f53c72c</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1455">#1455</a></li>
<li>feat(fetch): remove <code>mode</code> option to rely on library's default (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1452">#1452</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/67293e1">67293e1</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1452">#1452</a></li>
<li>feat(neural): make eventSources nullable (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1453">#1453</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/eacfca2">eacfca2</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1453">#1453</a></li>
</ul>
<h2>4.16.0</h2>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.15.0...4.16.0">v4.16.0</a></h2>
<ul>
<li>feat(neuralsearch): adding the semanticSearch settings to client-search (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1450">#1450</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/a478ffd">a478ffd</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1450">#1450</a></li>
<li>Fix for the redirect object in SearchResponse (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1443">#1443</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/6b0685c">6b0685c</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1443">#1443</a></li>
</ul>
<h2>4.15.0</h2>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.3...4.15.0">v4.15.0</a></h2>
<ul>
<li>feat: add mode to settings types (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1439">#1439</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/89fd80e">89fd80e</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1439">#1439</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md">algoliasearch's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.17.1...4.17.2">v4.17.2</a></h2>
<ul>
<li>fix(search): fix wait method for updateApiKey request (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1464">#1464</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/edc629d">edc629d</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1464">#1464</a></li>
<li>docs(SearchOptions): fix jsdoc of sortFacetValuesBy (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1463">#1463</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/a4309c7">a4309c7</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1463">#1463</a></li>
</ul>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.17.0...4.17.1">v4.17.1</a></h2>
<ul>
<li>fix(recommend): Align <code>getRecommendations</code> type with actual implementation (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1459">#1459</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/d18391b">d18391b</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1459">#1459</a></li>
</ul>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.16.0...4.17.0">v4.17.0</a></h2>
<ul>
<li>feat: update ab test typing (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1455">#1455</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/f53c72c">f53c72c</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1455">#1455</a></li>
<li>feat(fetch): remove <code>mode</code> option to rely on library's default (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1452">#1452</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/67293e1">67293e1</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1452">#1452</a></li>
<li>feat(neural): make eventSources nullable (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1453">#1453</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/eacfca2">eacfca2</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1453">#1453</a></li>
</ul>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.15.0...4.16.0">v4.16.0</a></h2>
<ul>
<li>feat(neuralsearch): adding the semanticSearch settings to client-search (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1450">#1450</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/a478ffd">a478ffd</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1450">#1450</a></li>
<li>Fix for the redirect object in SearchResponse (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1443">#1443</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/6b0685c">6b0685c</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1443">#1443</a></li>
</ul>
<h2><a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.3...4.15.0">v4.15.0</a></h2>
<ul>
<li>feat: add mode to settings types (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1439">#1439</a>) (<a href="https://github.com/algolia/algoliasearch-client-javascript/commit/89fd80e">89fd80e</a>), closes <a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1439">#1439</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/a5c6a64b6d15f480b0fe11e20c44a895ad270eca"><code>a5c6a64</code></a> chore: release v4.17.2 (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1465">#1465</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/edc629d0aa3622c9fb7e029eddf2b86dc662ebec"><code>edc629d</code></a> fix(search): fix wait method for updateApiKey request (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1464">#1464</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/a4309c796ad00945e5ace00608bf423cce71dbb8"><code>a4309c7</code></a> docs(SearchOptions): fix jsdoc of sortFacetValuesBy (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1463">#1463</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/e000362f5a53a287c334ffc35b8d11a7ce7faa58"><code>e000362</code></a> chore: release v4.17.1 (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1462">#1462</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/d18391b2b724f3f882556c258b15978bd1ebe29a"><code>d18391b</code></a> fix(recommend): Align <code>getRecommendations</code> type with actual implementation (#...</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/9a0a94e060a6e81d14f921a976b6760e97166bd2"><code>9a0a94e</code></a> chore: release v4.17.0 (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1456">#1456</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/67293e180004878027973bd4791ff188ae3a6cc6"><code>67293e1</code></a> feat(fetch): remove <code>mode</code> option to rely on library's default (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1452">#1452</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/f53c72c165b48080603191e7dc39ec7c2c6f7718"><code>f53c72c</code></a> feat: update ab test typing (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1455">#1455</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/eacfca290813eac98211b0da3c78c41393977c37"><code>eacfca2</code></a> feat(neural): make eventSources nullable (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1453">#1453</a>)</li>
<li><a href="https://github.com/algolia/algoliasearch-client-javascript/commit/5159f615b3f7497045decf48da1f2c92a4705545"><code>5159f61</code></a> chore: release v4.16.0 (<a href="https://redirect.github.com/algolia/algoliasearch-client-javascript/issues/1451">#1451</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/algolia/algoliasearch-client-javascript/compare/4.14.3...4.17.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=algoliasearch&package-manager=npm_and_yarn&previous-version=4.14.3&new-version=4.17.2)](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>

1155: Bump @babel/preset-react from 7.18.6 to 7.22.5 r=bidoubiwa a=dependabot[bot]

Bumps [`@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react)` from 7.18.6 to 7.22.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@​babel/preset-react</code>'s` releases</a>.</em></p>
<blockquote>
<h2>v7.22.5 (2023-06-08)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-preset-env</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15675">#15675</a> Fix using <code>syntax-unicode-sets-regex</code> in standalone (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15683">#15683</a> Suggest <code>-transform-</code> when resolving missing plugins (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>Committers: 4</h4>
<ul>
<li>Avery (<a href="https://github.com/nullableVoidPtr"><code>`@​nullableVoidPtr</code></a>)</li>`
<li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>`
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
<li><a href="https://github.com/liuxingbaoyu"><code>`@​liuxingbaoyu</code></a></li>`
</ul>
<h2>v7.22.4 (2023-05-29)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15649">#15649</a> Set <code>shorthand: false</code> when renaming an identifier inside an object property (<a href="https://github.com/coderaiser"><code>`@​coderaiser</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15666">#15666</a> Add missing <code>attributes</code>/<code>assertions</code> to <code>VISITOR_KEYS</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15667">#15667</a> Mark <code>assert</code> attributes with <code>extra.deprecatedAssertSyntax</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>Committers: 3</h4>
<ul>
<li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>`
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
<li>coderaiser (<a href="https://github.com/coderaiser"><code>`@​coderaiser</code></a>)</li>`
</ul>
<h2>v7.22.3 (2023-05-27)</h2>
<ul>
<li>Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a <code>package.json</code> file containing <code>&quot;type&quot;: &quot;script&quot;</code> instead of <code>&quot;type&quot;: &quot;commonjs&quot;</code> (<a href="https://redirect.github.com/babel/babel/issues/15664">#15664</a>).</li>
</ul>
<h2>v7.22.2 (2023-05-26)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15660">#15660</a> Fix importing symbol polyfill in <code>`@babel/runtime-corejs2</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>Committers: 1</h4>
<ul>
<li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
<h2>v7.22.1 (2023-05-26)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-preset-env</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@​babel/preset-react</code>'s` changelog</a>.</em></p>
<blockquote>
<h2>v7.22.5 (2023-06-08)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-preset-env</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15675">#15675</a> Fix using <code>syntax-unicode-sets-regex</code> in standalone (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:nail_care: Polish</h4>
<ul>
<li><code>babel-core</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15683">#15683</a> Suggest <code>-transform-</code> when resolving missing plugins (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h2>v7.22.4 (2023-05-29)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-traverse</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15649">#15649</a> Set <code>shorthand: false</code> when renaming an identifier inside an object property (<a href="https://github.com/coderaiser"><code>`@​coderaiser</code></a>)</li>`
</ul>
</li>
</ul>
<h4>:house: Internal</h4>
<ul>
<li><code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15666">#15666</a> Add missing <code>attributes</code>/<code>assertions</code> to <code>VISITOR_KEYS</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
<li><code>babel-parser</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15667">#15667</a> Mark <code>assert</code> attributes with <code>extra.deprecatedAssertSyntax</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h2>v7.22.3 (2023-05-27)</h2>
<ul>
<li>Re-publish all the package published in 7.22.0 that hadn't been republished yet. We accidentally published them with a <code>package.json</code> file containing <code>&quot;type&quot;: &quot;script&quot;</code> instead of <code>&quot;type&quot;: &quot;commonjs&quot;</code> (<a href="https://redirect.github.com/babel/babel/issues/15664">#15664</a>).</li>
</ul>
<h2>v7.22.2 (2023-05-26)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-plugin-transform-runtime</code>, <code>babel-preset-env</code>, <code>babel-runtime-corejs2</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15660">#15660</a> Fix importing symbol polyfill in <code>`@babel/runtime-corejs2</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h2>v7.22.1 (2023-05-26)</h2>
<h4>:bug: Bug Fix</h4>
<ul>
<li><code>babel-preset-env</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15658">#15658</a> Workaround for broken babel-preset-react-app (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
</ul>
<h2>v7.22.0 (2023-05-26)</h2>
<h4>:rocket: New Feature</h4>
<ul>
<li><code>babel-parser</code>, <code>babel-plugin-transform-typescript</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15497">#15497</a> [ts] Support <code>import ... =</code> and <code>export =</code> in scripts (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
<li><code>babel-compat-data</code>, <code>babel-core</code>, <code>babel-plugin-proposal-unicode-sets-regex</code>, <code>babel-plugin-transform-unicode-sets-regex</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15636">#15636</a> Add <code>unicode-sets-regex</code> transform to <code>preset-env</code> (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>`
</ul>
</li>
<li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-plugin-transform-runtime</code>, <code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>, <code>babel-standalone</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15633">#15633</a> Implement transform support for <code>using</code> declarations (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
<li><code>babel-plugin-proposal-import-attributes-to-assertions</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15620">#15620</a> Create <code>`@babel/plugin-proposal-import-attributes-to-assertions</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
<li><code>babel-core</code>, <code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-import-attributes</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15536">#15536</a> Add support for the updated import attributes proposal (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>`
</ul>
</li>
<li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-traverse</code>, <code>babel-types</code>
<ul>
<li><a href="https://redirect.github.com/babel/babel/pull/15520">#15520</a> Parse <code>await using</code> declarations (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>`
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/babel/babel/commit/08564ea23070524f31ddf12c6677e9699073dd69"><code>08564ea</code></a> v7.22.5</li>
<li><a href="https://github.com/babel/babel/commit/ecc819bf75dac9173ecf0e772a3257d811f94de7"><code>ecc819b</code></a> [babel 8] Require Node.js <code>^16.20.0 || ^18.16.0 || &gt;=20.0.0</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/15585">#15585</a>)</li>
<li><a href="https://github.com/babel/babel/commit/325fe683d8f50ff4a8018121bb4c2c0117801fcd"><code>325fe68</code></a> v7.22.3</li>
<li><a href="https://github.com/babel/babel/commit/389ecb08ed502cd13671928c1ab9caccb72f0a6f"><code>389ecb0</code></a> v7.22.0</li>
<li><a href="https://github.com/babel/babel/commit/f42e24d6451d333052900e1ae073e4bc5d484cca"><code>f42e24d</code></a> Rename <code>-proposal-</code>s that became standard to <code>-transform-</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/15614">#15614</a>)</li>
<li><a href="https://github.com/babel/babel/commit/5f19f621d9a65256daf33c442e8db8706df97c0f"><code>5f19f62</code></a> Bump babel deps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/15187">#15187</a>)</li>
<li><a href="https://github.com/babel/babel/commit/d45d59a4e3faeb6e7c16762d814a2b99e20d098d"><code>d45d59a</code></a> Improve comments generation (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/14979">#14979</a>)</li>
<li><a href="https://github.com/babel/babel/commit/f52ac94faea94ad370e2142f1728b17c96deaa4b"><code>f52ac94</code></a> chore: Fix babel8 tests on windows (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/14928">#14928</a>)</li>
<li>See full diff in <a href="https://github.com/babel/babel/commits/v7.22.5/packages/babel-preset-react">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/preset-react&package-manager=npm_and_yarn&previous-version=7.18.6&new-version=7.22.5)](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>
@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 12, 2023

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@bidoubiwa
Copy link
Contributor

@dependabot recreate

Bumps [algoliasearch](https://github.com/algolia/algoliasearch-client-javascript) from 4.14.3 to 4.17.2.
- [Release notes](https://github.com/algolia/algoliasearch-client-javascript/releases)
- [Changelog](https://github.com/algolia/algoliasearch-client-javascript/blob/master/CHANGELOG.md)
- [Commits](algolia/algoliasearch-client-javascript@4.14.3...4.17.2)

---
updated-dependencies:
- dependency-name: algoliasearch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/algoliasearch-4.17.2 branch from ad88b7b to 804f62b Compare June 12, 2023 10:08
Copy link
Contributor

@bidoubiwa bidoubiwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Jun 13, 2023

@meili-bors meili-bors bot merged commit ab3bd3a into main Jun 13, 2023
@meili-bors meili-bors bot deleted the dependabot/npm_and_yarn/algoliasearch-4.17.2 branch June 13, 2023 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Improvements or additions to documentation skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants