Bump copy-props from 2.0.4 to 2.0.5 #450

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/copy-props-2.0.5 into develop 2022-02-04 10:14:04 +01:00
dependabot[bot] commented 2022-01-28 16:34:58 +01:00 (Migrated from github.com)

Bumps copy-props from 2.0.4 to 2.0.5.

Release notes

Sourced from copy-props's releases.

2.0.5

Fix

  • Avoids prototype pollution (#7)

Doc

  • Update license years.
  • Transfer ownership to Gulp Team (#6)

Build

  • Update dependencies: each-props (>=1.3.2), is-plain-object (>=5.0.0).

Test

  • Expand test versions to v11〜v14.
Changelog

Sourced from copy-props's changelog.

Changelog

3.0.1 (2021-10-31)

Bug Fixes

  • ci: Rename prettierignore typo & avoid formatting web (192badf)
  • Update dependencies (ba8a51c)

3.0.0 (2021-09-25)

⚠ BREAKING CHANGES

  • Normalize repository, dropping node <10.13 support (#8)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#8) (85b1165)
Commits
  • 40b7974 2.0.5
  • 2c738f5 Fix: Avoids prototype pollution (#7)
  • 4cac863 Merge: Transfer ownership to Gulp Team (#6)
  • 54a791d Doc: Transfer ownership to Gulp Team
  • 196fc9e Merge: Update dependencies and expand ci test versions (#5)
  • e89907f Test: Update npm to v4 when nodejs is v5 because of npm install error.
  • e970322 Test: Run coveralls when nodejs >= 6 because of its supports
  • 063e534 Test: Add nodejs v11-v14 into ci test versions
  • 72270af Doc: Update license years
  • f60b928 Build: Update versions of dependencies
  • See full diff in compare view

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 will merge this PR once CI passes on it, as requested by @Serraniel.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gulpjs/copy-props/releases">copy-props's releases</a>.</em></p> <blockquote> <h2>2.0.5</h2> <h3>Fix</h3> <ul> <li>Avoids prototype pollution (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/7">#7</a>)</li> </ul> <h3>Doc</h3> <ul> <li>Update license years.</li> <li>Transfer ownership to Gulp Team (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/6">#6</a>)</li> </ul> <h3>Build</h3> <ul> <li>Update dependencies: each-props (&gt;=1.3.2), is-plain-object (&gt;=5.0.0).</li> </ul> <h3>Test</h3> <ul> <li>Expand test versions to v11〜v14.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gulpjs/copy-props/blob/master/CHANGELOG.md">copy-props's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h3><a href="https://www.github.com/gulpjs/copy-props/compare/v3.0.0...v3.0.1">3.0.1</a> (2021-10-31)</h3> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Rename prettierignore typo &amp; avoid formatting web (<a href="https://www.github.com/gulpjs/copy-props/commit/192badffd26c22198267409e4f7f337709c6a077">192badf</a>)</li> <li>Update dependencies (<a href="https://www.github.com/gulpjs/copy-props/commit/ba8a51c28375ddd1b048e40950423caae013ba03">ba8a51c</a>)</li> </ul> <h2><a href="https://www.github.com/gulpjs/copy-props/compare/v2.0.5...v3.0.0">3.0.0</a> (2021-09-25)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Normalize repository, dropping node &lt;10.13 support (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/8">#8</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>Normalize repository, dropping node &lt;10.13 support (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/8">#8</a>) (<a href="https://www.github.com/gulpjs/copy-props/commit/85b1165d3454791d8454ac6b74cbcb993c77bfc6">85b1165</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gulpjs/copy-props/commit/40b7974f915a5e7ea80925eeedf0db16b8a4cbd6"><code>40b7974</code></a> 2.0.5</li> <li><a href="https://github.com/gulpjs/copy-props/commit/2c738f5c52cfb384b43d977a56a3ab7ce465df9b"><code>2c738f5</code></a> Fix: Avoids prototype pollution (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/7">#7</a>)</li> <li><a href="https://github.com/gulpjs/copy-props/commit/4cac863ca44ce47d7766c668d16d4c324b4f3053"><code>4cac863</code></a> Merge: Transfer ownership to Gulp Team (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/6">#6</a>)</li> <li><a href="https://github.com/gulpjs/copy-props/commit/54a791df0dfbd04fe007393ae3eb1e0581641a19"><code>54a791d</code></a> Doc: Transfer ownership to Gulp Team</li> <li><a href="https://github.com/gulpjs/copy-props/commit/196fc9ea1a8a39d22b757ee4f3aaf863d19d73cc"><code>196fc9e</code></a> Merge: Update dependencies and expand ci test versions (<a href="https://github-redirect.dependabot.com/gulpjs/copy-props/issues/5">#5</a>)</li> <li><a href="https://github.com/gulpjs/copy-props/commit/e89907f94efe2e81d8a0aa21475340ceffddbc2e"><code>e89907f</code></a> Test: Update npm to v4 when nodejs is v5 because of npm install error.</li> <li><a href="https://github.com/gulpjs/copy-props/commit/e97032201379584978088078f74b4729944961f8"><code>e970322</code></a> Test: Run coveralls when nodejs &gt;= 6 because of its supports</li> <li><a href="https://github.com/gulpjs/copy-props/commit/063e534355fea084b76cdd6263404325b473ed0a"><code>063e534</code></a> Test: Add nodejs v11-v14 into ci test versions</li> <li><a href="https://github.com/gulpjs/copy-props/commit/72270af97f86fccf78c294ba1b9f375dea779d2b"><code>72270af</code></a> Doc: Update license years</li> <li><a href="https://github.com/gulpjs/copy-props/commit/f60b928c1149fa0f440f26c4377a127c2f1a4b80"><code>f60b928</code></a> Build: Update versions of dependencies</li> <li>See full diff in <a href="https://github.com/gulpjs/copy-props/compare/2.0.4...2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-props&package-manager=npm_and_yarn&previous-version=2.0.4&new-version=2.0.5)](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 will merge this PR once CI passes on it, as requested by @Serraniel. [//]: # (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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Serraniel/AniwatchPlus/network/alerts). </details>
Serraniel (Migrated from github.com) approved these changes 2022-01-28 16:35:18 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
dependabot[bot] commented 2022-01-28 16:36:20 +01:00 (Migrated from github.com)

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass.
dependabot[bot] commented 2022-01-28 17:49:40 +01:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Serraniel (Migrated from github.com) approved these changes 2022-02-04 10:11:49 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#450
No description provided.