Skip to content

Commit

Permalink
build(deps): bump glob from 10.3.10 to 10.3.12 (#13)
Browse files Browse the repository at this point in the history
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.10 to
10.3.12.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/node-glob/commit/d5b6b5d10ac1b83725e6f42649c0e874e76ea602"><code>d5b6b5d</code></a>
10.3.12</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/e775a784fd7ab20a3d06a9e0a6c52ee60988cbc5"><code>e775a78</code></a>
strip leading ./ from ignore patterns</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/7e927b21c8d54666fe9cdaf8a63aa6d11002ea25"><code>7e927b2</code></a>
update changelog</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/e667dcbc5e5077e24efc867dbde1737d7ad98bd8"><code>e667dcb</code></a>
10.3.11</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/b1d81052268ee7379f9c8bf643c1b4a4835af3c6"><code>b1d8105</code></a>
document follow+nodir</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/b5d0f640893eba729bb8675a51a73ffbc0760b35"><code>b5d0f64</code></a>
drop node 16 from ci</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/ea7cf5f1ad029c5f00124c77409e115eeb8eec90"><code>ea7cf5f</code></a>
Exclude symlinks to directories with follow+nodir</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/97611cd366e5906a4c58df3f5214af843b0a5e63"><code>97611cd</code></a>
remove FUNDING.yml (coming from .github repo now)</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/0862a790c192d929c9b8800af2ec5635f00b1e4d"><code>0862a79</code></a>
docs(README): typo (<code>eiher</code> =&gt; <code>either</code>).</li>
<li><a
href="https://github.com/isaacs/node-glob/commit/c1b4675c6be0ed0c5db675c1399d1fdf0c9e0def"><code>c1b4675</code></a>
remove makework gh actions</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/node-glob/compare/v10.3.10...v10.3.12">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=10.3.10&new-version=10.3.12)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 55704e5 commit e105626
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ttsl-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@ttsl/lang": ">=0.1.0",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"glob": "^10.3.10",
"glob": "^10.3.12",
"langium": "^3.0.0",
"true-myth": "^7.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ttsl-lang/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"chevrotain": "^11.0.3",
"glob": "^10.3.10",
"glob": "^10.3.12",
"langium": "^3.0.0",
"semver": "^7.6.0",
"source-map": "^0.7.4",
Expand Down

0 comments on commit e105626

Please sign in to comment.