Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2020

Bumps ini from 1.3.5 to 1.3.8.

Commits
  • a2c5da8 1.3.8
  • af5c6bb Do not use Object.create(null)
  • 8b648a1 don't test where our devdeps don't even work
  • c74c8af 1.3.7
  • 024b8b5 update deps, add linting
  • 032fbaf Use Object.create(null) to avoid default object property hazards
  • 2da9039 1.3.6
  • cfea636 better git push script, before publish instead of after
  • 56d2805 do not allow invalid hazardous string as section name
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for ini since your current version.


Dependabot compatibility score

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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Improvements or additions to documentation label Dec 29, 2020
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/esm/ini-1.3.8 branch from 487cd53 to 8582888 Compare December 30, 2020 09:14
curquiza
curquiza previously approved these changes Dec 30, 2020
Copy link
Member

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

bors bot added a commit that referenced this pull request Dec 30, 2020
193: Bump eslint-plugin-vue from 7.3.0 to 7.4.0 r=curquiza a=dependabot-preview[bot]

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 7.3.0 to 7.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/eslint-plugin-vue/releases">eslint-plugin-vue's releases</a>.</em></p>
<blockquote>
<h2>v7.4.0</h2>
<h2>✨ Enhancements</h2>
<h3>New Rules:</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1381">#1381</a> Added <code>vue/no-restricted-call-after-await</code> rule that reports your restricted calls after the <code>await</code> expression.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1388">#1388</a> Added <code>vue/v-on-event-hyphenation</code> rule that enforces using hyphenated v-on event names on custom components in Vue templates.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1389">#1389</a> Added <code>vue/no-restricted-block</code> rule that allows you to specify block names that you don't want to use in your application.</li>
</ul>
<h3>Other changes in Rules:</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1387">#1387</a> Added <code>deepData</code> option to <code>vue/no-unused-properties</code> rule.</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1382">#1382</a> Fixed multiple reporting of same warnings in <code>vue/no-unregistered-component</code> rule.</li>
<li><a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1391">#1391</a> Fixed false positives for <code>v-bind=&quot;object&quot;</code> syntax in <code>vue/attributes-order</code> rule.</li>
</ul>
<hr />
<p><strong>All commits:</strong> <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.0">v7.3.0 -&gt; v7.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/c387fc343c12858b38587bb160d1e4bcba0ff50b"><code>c387fc3</code></a> 7.4.0</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f934005a098332f6216603410d4a473ee91286e5"><code>f934005</code></a> update script</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/e1cabbb154d5bd012fe9b37b01ffd15fc264fd21"><code>e1cabbb</code></a> Add <code>deepData</code> option to <code>vue/no-unused-properties</code> rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1387">#1387</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/7c0cd3e85ce5b76028415aae628b65c166d39ad4"><code>7c0cd3e</code></a> Add vue/no-restricted-block rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1389">#1389</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/01f7732d41748be3e5919cbf73ac6431783fbb75"><code>01f7732</code></a> Add vue/v-on-event-hyphenation rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1388">#1388</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/543361bc4a14e2088533e418e03025e0187704f3"><code>543361b</code></a> Fixed false positives for <code>v-bind=&quot;object&quot;</code> syntax in <code>vue/attributes-order</code> ...</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/caab1c45a51af4e5c6b90454ce86919447c7fe95"><code>caab1c4</code></a> update npm script</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/f0e13a4093f3a8794e29043a48c2c50cb89fc510"><code>f0e13a4</code></a> Add vue/no-restricted-call-after-await rule (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1381">#1381</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/30e89ec349d6f54535f74dc0453b0fe03fc50bd0"><code>30e89ec</code></a> Chores: Add release version of rule to docs (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1386">#1386</a>)</li>
<li><a href="https://github.com/vuejs/eslint-plugin-vue/commit/dfe445fe923c3de5b09b8a0020aa4080eeb1e287"><code>dfe445f</code></a> Fixes <a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1379">#1379</a> Add since attribute (<a href="https://github-redirect.dependabot.com/vuejs/eslint-plugin-vue/issues/1384">#1384</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vuejs/eslint-plugin-vue/compare/v7.3.0...v7.4.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.3.0&new-version=7.4.0)](https://dependabot.com/compatibility-score/?dependency-name=eslint-plugin-vue&package-manager=npm_and_yarn&previous-version=7.3.0&new-version=7.4.0)

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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

198: Bump ini from 1.3.5 to 1.3.8 in /examples/esm r=curquiza a=dependabot[bot]

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/npm/ini/commit/a2c5da86604bc2238fe393c5ff083bf23a9910eb"><code>a2c5da8</code></a> 1.3.8</li>
<li><a href="https://github.com/npm/ini/commit/af5c6bb5dca6f0248c153aa87e25bddfc515ff6e"><code>af5c6bb</code></a> Do not use Object.create(null)</li>
<li><a href="https://github.com/npm/ini/commit/8b648a1ac49e1b3b7686ea957e0b95e544bc6ec1"><code>8b648a1</code></a> don't test where our devdeps don't even work</li>
<li><a href="https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6"><code>c74c8af</code></a> 1.3.7</li>
<li><a href="https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba"><code>024b8b5</code></a> update deps, add linting</li>
<li><a href="https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li>
<li><a href="https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72"><code>2da9039</code></a> 1.3.6</li>
<li><a href="https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6"><code>cfea636</code></a> better git push script, before publish instead of after</li>
<li><a href="https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li>
<li>See full diff in <a href="https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8">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/~isaacs">isaacs</a>, a new releaser for ini since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ini&package-manager=npm_and_yarn&previous-version=1.3.5&new-version=1.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts).

</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/esm/ini-1.3.8 branch from 8582888 to cf1b411 Compare December 30, 2020 09:28
@bors
Copy link
Contributor

bors bot commented Dec 30, 2020

Canceled.

@curquiza
Copy link
Member

bors merge

bors bot added a commit that referenced this pull request Dec 30, 2020
198: Bump ini from 1.3.5 to 1.3.8 in /examples/esm r=curquiza a=dependabot[bot]

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/npm/ini/commit/a2c5da86604bc2238fe393c5ff083bf23a9910eb"><code>a2c5da8</code></a> 1.3.8</li>
<li><a href="https://github.com/npm/ini/commit/af5c6bb5dca6f0248c153aa87e25bddfc515ff6e"><code>af5c6bb</code></a> Do not use Object.create(null)</li>
<li><a href="https://github.com/npm/ini/commit/8b648a1ac49e1b3b7686ea957e0b95e544bc6ec1"><code>8b648a1</code></a> don't test where our devdeps don't even work</li>
<li><a href="https://github.com/npm/ini/commit/c74c8af35f32b801a7e82a8309eab792a95932f6"><code>c74c8af</code></a> 1.3.7</li>
<li><a href="https://github.com/npm/ini/commit/024b8b55ac1c980c6225607b007714c54eb501ba"><code>024b8b5</code></a> update deps, add linting</li>
<li><a href="https://github.com/npm/ini/commit/032fbaf5f0b98fce70c8cc380e0d05177a9c9073"><code>032fbaf</code></a> Use Object.create(null) to avoid default object property hazards</li>
<li><a href="https://github.com/npm/ini/commit/2da90391ef70db41d10f013e3a87f9a8c5d01a72"><code>2da9039</code></a> 1.3.6</li>
<li><a href="https://github.com/npm/ini/commit/cfea636f534b5ca7550d2c28b7d1a95d936d56c6"><code>cfea636</code></a> better git push script, before publish instead of after</li>
<li><a href="https://github.com/npm/ini/commit/56d2805e07ccd94e2ba0984ac9240ff02d44b6f1"><code>56d2805</code></a> do not allow invalid hazardous string as section name</li>
<li>See full diff in <a href="https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8">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/~isaacs">isaacs</a>, a new releaser for ini since your current version.</p>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ini&package-manager=npm_and_yarn&previous-version=1.3.5&new-version=1.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts).

</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Member

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

@bors
Copy link
Contributor

bors bot commented Dec 30, 2020

Build succeeded:

@bors bors bot merged commit ee2d50d into master Dec 30, 2020
@bors bors bot deleted the dependabot/npm_and_yarn/examples/esm/ini-1.3.8 branch December 30, 2020 09:58
@curquiza curquiza added the skip-changelog The PR will not appear in the release changelogs label Dec 31, 2020
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