Skip to content

Commit 7a7b9c9

Browse files
Merge #510
510: Bump autocomplete.js from 0.38.0 to 0.38.1 r=bidoubiwa a=dependabot[bot] Bumps [autocomplete.js](https://github.com/algolia/autocomplete.js) from 0.38.0 to 0.38.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/algolia/autocomplete/blob/v0.38.1/CHANGELOG.md">autocomplete.js's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/algolia/autocomplete.js/compare/v0.38.0...v0.38.1">0.38.1</a> (2021-12-13)</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/algolia/autocomplete/commit/c837278531c03e1c6311bf4cd1eef27242f0eda7"><code>c837278</code></a> 0.38.1</li> <li><a href="https://github.com/algolia/autocomplete/commit/5338cfd541bcdcaf53ed5f66d9d97e201adfbb98"><code>5338cfd</code></a> chore: add deprecation notice with redirection to new package (<a href="https://github-redirect.dependabot.com/algolia/autocomplete.js/issues/823">#823</a>)</li> <li><a href="https://github.com/algolia/autocomplete/commit/45fa32d008620cf52bf4a90530be338543dfba7f"><code>45fa32d</code></a> chore(github): update issue templates (<a href="https://github-redirect.dependabot.com/algolia/autocomplete.js/issues/368">#368</a>)</li> <li>See full diff in <a href="https://github.com/algolia/autocomplete.js/compare/v0.38.0...v0.38.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~dhaya.b">dhaya.b</a>, a new releaser for autocomplete.js since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autocomplete.js&package-manager=npm_and_yarn&previous-version=0.38.0&new-version=0.38.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 45fea82 + 2e1ef74 commit 7a7b9c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"webpack-cli": "^4.9.1"
6666
},
6767
"dependencies": {
68-
"autocomplete.js": "^0.38.0",
68+
"autocomplete.js": "^0.38.1",
6969
"meilisearch": "0.24.0",
7070
"to-factory": "^1.0.0",
7171
"zepto": "^1.2.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,10 +1952,10 @@ atob@^2.1.2:
19521952
resolved "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz"
19531953
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
19541954

1955-
autocomplete.js@^0.38.0:
1956-
version "0.38.0"
1957-
resolved "https://registry.npmjs.org/autocomplete.js/-/autocomplete.js-0.38.0.tgz"
1958-
integrity sha512-xZlqbg0LN9D1cZd4TkPJmir/Bq0+xXnp35X6i87yU2dD2wYv9E7pVU1+QKu0PbBVV2dShppwlKGMsfCYQD9OtA==
1955+
autocomplete.js@^0.38.1:
1956+
version "0.38.1"
1957+
resolved "https://registry.yarnpkg.com/autocomplete.js/-/autocomplete.js-0.38.1.tgz#9b006c985d996165ebbc62af33f5b4c32d209cc2"
1958+
integrity sha512-6pSJzuRMY3pqpozt+SXThl2DmJfma8Bi3SVFbZHS0PW/N72bOUv+Db0jAh2cWOhTsA4X+GNmKvIl8wExJTnN9w==
19591959
dependencies:
19601960
immediate "^3.2.3"
19611961

0 commit comments

Comments
 (0)