Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
871: Bump @babel/preset-env from 7.19.4 to 7.20.2 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)` from 7.19.4 to 7.20.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@babel/preset-env</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.20.2 (2022-11-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-simple-access</code>, <code>babel-node</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15124">#15124</a> fix: <code>`@babel/node</code>` repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15121">#15121</a> fix: <code>tsSatisfiesExpression</code> check with different duplicated <code>`@babel/types</code>` versions (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15094">#15094</a> fix: <code>parser</code> typings for plugins (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15118">#15118</a> Improve printing of [no LineTerminator here] with comments (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-jscript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15113">#15113</a> fix: wrap anonymous class expression within statement (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15104">#15104</a> fix: Destructuring exceptions <code>for ( let { } = 0 ; 0 ; ) </code> (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</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><a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a></li>` </ul> <h2>v7.20.1 (2022-11-01)</h2> <p>Thanks <a href="https://github.com/ptomato"><code>`@ptomato</code></a>` for your first pull request!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-async-generator-functions</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15103">#15103</a> fix: Compile re-declare var in <code>init</code> and <code>body</code> of <code>for await</code> (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15106">#15106</a> Do not mark <code>in</code> and <code>instanceof</code> as constant expressions (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15092">#15092</a> Support <code>indices.groups</code> when compiling named groups in regexps (<a href="https://github.com/ptomato"><code>`@ptomato</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15102">#15102</a> fix: Parse re-declare var in class static body (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15096">#15096</a> fix: <code>a satisfies b</code> as lval (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15090">#15090</a> Handle multiple named groups in wrapRegExp replace() (<a href="https://github.com/ptomato"><code>`@ptomato</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15081">#15081</a> Move the generator body to a gen IIFE when compiling its params (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15080">#15080</a> Automatically print inner comments (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@babel-bot</code></a>)</li>` <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>Philip Chimento (<a href="https://github.com/ptomato"><code>`@ptomato</code></a>)</li>` <li><a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a></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-env</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.20.2 (2022-11-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-core</code>, <code>babel-helper-create-class-features-plugin</code>, <code>babel-helper-module-transforms</code>, <code>babel-helper-plugin-utils</code>, <code>babel-helper-simple-access</code>, <code>babel-node</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-react-constant-elements</code>, <code>babel-preset-env</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15124">#15124</a> fix: <code>`@babel/node</code>` repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15121">#15121</a> fix: <code>tsSatisfiesExpression</code> check with different duplicated <code>`@babel/types</code>` versions (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15094">#15094</a> fix: <code>parser</code> typings for plugins (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15118">#15118</a> Improve printing of [no LineTerminator here] with comments (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-proposal-decorators</code>, <code>babel-plugin-proposal-object-rest-spread</code>, <code>babel-plugin-transform-jscript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15113">#15113</a> fix: wrap anonymous class expression within statement (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15104">#15104</a> fix: Destructuring exceptions <code>for ( let { } = 0 ; 0 ; ) </code> (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> </ul> <h2>v7.20.1 (2022-11-01)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-async-generator-functions</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15103">#15103</a> fix: Compile re-declare var in <code>init</code> and <code>body</code> of <code>for await</code> (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-plugin-proposal-class-properties</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15106">#15106</a> Do not mark <code>in</code> and <code>instanceof</code> as constant expressions (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code>, <code>babel-plugin-transform-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15092">#15092</a> Support <code>indices.groups</code> when compiling named groups in regexps (<a href="https://github.com/ptomato"><code>`@ptomato</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15102">#15102</a> fix: Parse re-declare var in class static body (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15096">#15096</a> fix: <code>a satisfies b</code> as lval (<a href="https://github.com/liuxingbaoyu"><code>`@liuxingbaoyu</code></a>)</li>` </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-duplicate-named-capturing-groups-regex</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15090">#15090</a> Handle multiple named groups in wrapRegExp replace() (<a href="https://github.com/ptomato"><code>`@ptomato</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-async-to-generator</code>, <code>babel-plugin-transform-parameters</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15081">#15081</a> Move the generator body to a gen IIFE when compiling its params (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/15080">#15080</a> Automatically print inner comments (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h2>v7.20.0 (2022-10-27)</h2> <h4>:rocket: New Feature</h4> <ul> <li><code>babel-compat-data</code>, <code>babel-helper-compilation-targets</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14944">#14944</a> Add <code>deno</code> compilation target (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-syntax-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14923">#14923</a> Expose <code>dts</code> option in <code>`@babel/plugin-syntax-typescript</code>` (<a href="https://github.com/oceandrama"><code>`@oceandrama</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-explicit-resource-management</code>, <code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-destructuring</code>, <code>babel-standalone</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14968">#14968</a> Parse <code>using</code> declaration (explicit resource management) (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-syntax-import-reflection</code>, <code>babel-standalone</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14926">#14926</a> Parse import reflection (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-skip-transparent-expression-wrappers</code>, <code>babel-parser</code>, <code>babel-plugin-transform-typescript</code>, <code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14211">#14211</a> [ts] Add support for <code>expr satisfies Type</code> expressions (<a href="https://github.com/nicolo-ribaudo"><code>`@nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/12a58cb58c07677215f5c51d60a623ca674a7a52"><code>12a58cb</code></a> v7.20.2</li> <li><a href="https://github.com/babel/babel/commit/77f3700fa2820f264c725a96d8c12ad73115687f"><code>77f3700</code></a> fix: <code>`@babel/node</code>` repl and enable <code>no-use-before-define</code> rule (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/15124">#15124</a>)</li> <li><a href="https://github.com/babel/babel/commit/082caa1bddc52a448af64a5e4d4b003efb370df0"><code>082caa1</code></a> Move the generator body to a gen IIFE when compiling its params (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/15081">#15081</a>)</li> <li><a href="https://github.com/babel/babel/commit/745eacc2736baceae531d409e1b34e1c0d6d0bc6"><code>745eacc</code></a> Add <code>deno</code> compilation target (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/14944">#14944</a>)</li> <li><a href="https://github.com/babel/babel/commit/69bbe804472bee5b8e3b4fccbb8656a78fb27cfc"><code>69bbe80</code></a> Update <code>regenerator-runtime</code> (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/15078">#15078</a>)</li> <li><a href="https://github.com/babel/babel/commit/34ae2819b88bcc57b7eb5daa224afb4f08974582"><code>34ae281</code></a> fix: preserve this for <code>super.*</code> template tags (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env/issues/15043">#15043</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.20.2/packages/babel-preset-env">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/preset-env&package-manager=npm_and_yarn&previous-version=7.19.4&new-version=7.20.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> 872: Bump tslib from 2.4.0 to 2.4.1 r=bidoubiwa a=dependabot[bot] Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.0 to 2.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/tslib/releases">tslib's releases</a>.</em></p> <blockquote> <h2>tslib 2.4.1</h2> <p>This release contains <a href="https://github-redirect.dependabot.com/microsoft/tslib/pull/186">fixes for early <code>return</code>s and <code>throw</code>s invoked on generators</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/tslib/commit/8acd4b30d375be8c43144b9ee0b3c98599e7a9a1"><code>8acd4b3</code></a> Bump version to 2.4.1.</li> <li><a href="https://github.com/microsoft/tslib/commit/5f7365ee1c9aa28f7cbee0a0d7cb7ff390c9cbd3"><code>5f7365e</code></a> Remove extra line in generator.md</li> <li><a href="https://github.com/microsoft/tslib/commit/b1d38ee117504078a7c12338264c977e766edfb6"><code>b1d38ee</code></a> Fix early call to return/throw on generator (<a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/186">#186</a>)</li> <li><a href="https://github.com/microsoft/tslib/commit/4e27e9fc6e778a11224cf9331aeb3edad3044f84"><code>4e27e9f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/181">#181</a> from microsoft/users/GitHubPolicyService/201dd6b7-4ca...</li> <li><a href="https://github.com/microsoft/tslib/commit/7af3973ab365f9daa991954360bcd4453ed5efa9"><code>7af3973</code></a> Microsoft mandatory file</li> <li><a href="https://github.com/microsoft/tslib/commit/5bfaf87d1d90a2d2aeb375aa24adf25fdbc4c6da"><code>5bfaf87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Microsoft/tslib/issues/172">#172</a> from microsoft/add-test-vite</li> <li><a href="https://github.com/microsoft/tslib/commit/f5417485cf0064a62c4da1f1584771dd366fb73c"><code>f541748</code></a> Drop node@10 from test matrix, add node@16</li> <li><a href="https://github.com/microsoft/tslib/commit/8860d619ff44510c3d97401c8c38c33d773919d9"><code>8860d61</code></a> Add a test for vite</li> <li>See full diff in <a href="https://github.com/Microsoft/tslib/compare/2.4.0...2.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tslib&package-manager=npm_and_yarn&previous-version=2.4.0&new-version=2.4.1)](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> 873: Changes related to the next Meilisearch release (v0.30.0) r=bidoubiwa a=meili-bot This PR gathers the changes related to the next Meilisearch release (v0.30.0) so that this package is ready when the official release is out.⚠️ This PR should NOT be merged until: - the next release of Meilisearch (v0.30.0) is out. - the [`meilisearch-js`](https://github.com/meilisearch/meilisearch-js) dependency has been released to be compatible with Meilisearch v0.30.0. Once the release is out, the upgrade of the `meilisearch-js` dependency might be committed to this branch. _This PR is auto-generated for the [pre-release week](https://github.com/meilisearch/integration-guides/blob/main/resources/pre-release-week.md) purpose._ _Related to this issue: https://github.com/meilisearch/integration-guides/issues/221_ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: meili-bot <[email protected]> Co-authored-by: Charlotte Vermandel <[email protected]> Co-authored-by: cvermand <[email protected]>
- Loading branch information