Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump minimatch and @opuscapita/npm-scripts #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2023

Bumps minimatch to 3.1.2 and updates ancestor dependency @opuscapita/npm-scripts. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 3.1.2

Changelog

Sourced from minimatch's changelog.

change log

6.1

  • Handle UNC paths on Windows

    This adds some slightly modified behavior when a pattern or path starts with // on Windows.

    • In the case of //?/<drive letter>:/..., the ? is treated as a literal character, rather than a wildcard. That is, //?/c: will not match //x/c:.
    • UNC patterns starting with //?/<drive letter>:/ will match file paths starting with <drive letter>: if the drive letters match case-insensitively.
    • File paths starting with //?/<drive letter>:/ will match file patterns starting with <drive letter>: if the drive letters match case-insensitively.
  • Add {preserveMultipleSlashes:true} option to suppress the behavior where multiple consecutive / characters would be effectively coerced into a single path portion separator.

6.0

  • hybrid module supporting both require() and import
  • exported types

5.1

  • use windowsPathNoEscape/allowWindowsEscape opts
  • make character classes more faithful to bash glob behavior
    • fix handling of escapes
    • treat invalid character classes as non-matching pattern rather than escaped literals

5.0

  • brace-expansion: ignore only blocks that begins with $
  • Expect exclusively forward slash as path sep, same as node-glob

4.2

  • makeRe: globstar should match zero+ path portions
  • Fix bug with escaped '@' in patterns

4.1

  • treat nocase:true as always having magic
  • expose GLOBSTAR marker

... (truncated)

Commits
Maintainer changes

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


Updates @opuscapita/npm-scripts from 1.0.8 to 2.0.1-beta.1

Changelog

Sourced from @​opuscapita/npm-scripts's changelog.

v2.0.1-beta.1 (Wed, 06 Sep 2017 08:55:56 GMT)

  • Preparing 2.0.1-beta.1 release (Alexey Sergeev [email protected], c9bdf71)
  • Extending Grails plugin Resource configuration. For each file you can specify 'attrs' as object with many properties (not only 'type') which will be converged to Groovy map, also now you have possibility to specify 'exculde' property (String) (Alexey Sergeev [email protected], 9f6da63)
  • Update README.md (Kirill Volkovich [email protected], ccf7a27)
  • Update README.md (Alexey Sergeev [email protected], bfe5034)

v2.0.0 (Mon, 24 Jul 2017 13:11:35 GMT)

v2.0.0-beta.4 (Mon, 24 Jul 2017 12:40:28 GMT)

  • Removing abandoned grails3 scripts. Adjusting documentation. (Alexey Sergeev [email protected], 321f6f1)

v2.0.0-beta.3 (Mon, 24 Jul 2017 12:30:34 GMT)

  • Cleanup dependencies (Alexey Sergeev [email protected], 190d312)

  • Removing yarn.lock (Alexey Sergeev [email protected], e369f9f)

  • Adjusting documentation (Alexey Sergeev [email protected], 4e8ad73)

  • Improved modules.hbs tamplate to provide ability to set attrs for grails resource (#11)

    Implementing #10

    • Improved modules.hbs template to provide possibility to set attr for the resource
    • Improved modules.hbs template to provide possibility to set defaultBundle for the resource. (Alexander Pyrkh [email protected], 8d0e993)

v2.0.0-beta.2 (Fri, 30 Jun 2017 15:31:11 GMT)

v2.0.0-beta.1 (Fri, 30 Jun 2017 14:26:24 GMT)

v2.0.0-beta.0 (Fri, 30 Jun 2017 13:59:01 GMT)

  • #7 Fix github compare link generation for changelog.md (Sergey Tamkov [email protected], 11c7ff8)

  • Merge pull request #9 from OpusCapita/feature/update-changelog

    Feature/update changelog (0f56dd6 9ec5a5e, 5dcf2ec)

  • Set "beta" version (Kirill Volkovich [email protected], 9ec5a5e)

  • Update README.md (Sergey Tamkov [email protected], 75cfeb7)

  • Add possibility to regenerate CHANGELOG.md optionaly. (Sergey Tamkov [email protected], 797cb46)

  • #7 Replace CHANGES.txt with CHANGELOG.md.

    #6 Need posibility to call update CHANGELOG.md functionality as separated js script. (Sergey Tamkov [email protected], cdce886)

  • Update package.json (Alexey Sergeev [email protected], 0f56dd6)

Commits
  • 0dff763 Updated CHANGELOG.md
  • c9bdf71 Preparing 2.0.1-beta.1 release
  • 9f6da63 Extending Grails plugin Resource configuration. For each file you can specify...
  • ccf7a27 Update README.md
  • bfe5034 Update README.md
  • d972f4c Updating to a version to 2.0.1
  • b081152 Updated CHANGELOG.md
  • d70370d Preparing 2.0.0 release
  • cccbe21 Adjusting documentation
  • 9fdb913 Updating to a version to 2.0.0-beta.5
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [@opuscapita/npm-scripts](https://github.com/opuscapita/npm-scripts). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v0.2.14...v3.1.2)

Updates `@opuscapita/npm-scripts` from 1.0.8 to 2.0.1-beta.1
- [Release notes](https://github.com/opuscapita/npm-scripts/releases)
- [Changelog](https://github.com/OpusCapita/npm-scripts/blob/master/CHANGELOG.md)
- [Commits](OpusCapita/npm-scripts@v1.0.8...v2.0.1-beta.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: "@opuscapita/npm-scripts"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2023
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.

0 participants