Skip to content

Bump globby from 11.0.4 to 12.0.2#78

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/globby-12.0.2
Closed

Bump globby from 11.0.4 to 12.0.2#78
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/globby-12.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2021

Copy link
Copy Markdown

Bumps globby from 11.0.4 to 12.0.2.

Release notes

Sourced from globby's releases.

v12.0.2

  • Ensure async method is completely async e167725

sindresorhus/globby@v12.0.1...v12.0.2

v12.0.1

  • Internal changes 5a64253

sindresorhus/globby@v12.0.0...v12.0.1

v12.0.0

Breaking

  • Require Node.js 12.20 (#181) 5c32b4a
  • This package is now pure ESM. Please read this.
  • This package now uses named exports instead of a default export
    • globby{globby}
    • globby.sync{globbySync}
    • globby.stream{globbyStream}
    • globby.generateGlobTasks{generateGlobTasks}
    • globby.hasMagic{isDynamicPattern}
    • globby.gitignore{isGitIgnored}
    • globby.gitignore.sync{isGitIgnoredSync}
-const globby = require('globby');
+import {globby} from 'globby';

sindresorhus/globby@v11.0.4...v12.0.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 the dependencies Pull requests that update a dependency file label Aug 31, 2021
@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2021

Copy link
Copy Markdown
Author

Dependabot tried to add @XhmikosR as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/semihraifgurel/bootstrap/pulls/78/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the semihraifgurel/bootstrap repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github

dependabot Bot commented on behalf of github Aug 31, 2021

Copy link
Copy Markdown
Author

The following labels could not be found: v5.

@coveralls

coveralls commented Aug 31, 2021

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 1358400513

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-0.03%) to 94.776%

Files with Coverage Reduction New Missed Lines %
js/src/dom/event-handler.js 1 92.27%
Totals Coverage Status
Change from base Build 1309235760: -0.03%
Covered Lines: 1982
Relevant Lines: 2044

💛 - Coveralls

Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.4 to 12.0.2.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](sindresorhus/globby@v11.0.4...v12.0.2)

---
updated-dependencies:
- dependency-name: globby
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/globby-12.0.2 branch from 53f99ef to ef7d632 Compare October 19, 2021 09:04
@dependabot @github

dependabot Bot commented on behalf of github Jan 18, 2022

Copy link
Copy Markdown
Author

Superseded by #135.

@dependabot dependabot Bot closed this Jan 18, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/globby-12.0.2 branch January 18, 2022 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant