Commit 6d1ce46
authored
Bump fs-extra from 10.1.0 to 11.1.0 in /packages/databricks-vscode (#261)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from
10.1.0 to 11.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md">fs-extra's
changelog</a>.</em></p>
<blockquote>
<h2>11.1.0 / 2022-11-29</h2>
<ul>
<li>Re-add <code>main</code> field to <code>package.json</code> for
better TypeScript compatibility (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/979">#979</a>,
<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/981">#981</a>)</li>
</ul>
<h2>11.0.0 / 2022-11-28</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Don't allow requiring <code>fs-extra/lib/SOMETHING</code> (switched
to <code>exports</code>) (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/974">#974</a>)</li>
<li>Require Node v14.14+ (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/968">#968</a>,
<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/969">#969</a>)</li>
</ul>
<h3>New Features</h3>
<ul>
<li>Add <code>fs-extra/esm</code> for ESM named export support; see <a
href="https://github.com/jprichardson/node-fs-extra#esm">docs</a> for
details (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/746">#746</a>,
<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/974">#974</a>)</li>
<li>Add promise support for <code>fs.readv()</code> (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/970">#970</a>)</li>
</ul>
<h3>Bugfixes</h3>
<ul>
<li>Don't <code>stat</code> filtered items in <code>copy*</code> (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/965">#965</a>,
<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/971">#971</a>)</li>
<li>Remove buggy stats check in <code>copy</code> (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/918">#918</a>,
<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/pull/976">#976</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/0e76a7215409b4242947d17f8c2309e69b10b02e"><code>0e76a72</code></a>
11.1.0</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/ab86a8aabc8ab9d203ca784d8652cb31d3dc7fed"><code>ab86a8a</code></a>
Re-add package.json main field for TypeScript support (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/981">#981</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/8e7793b053bba4eb8cc76b519e1b69ee7a68fb3a"><code>8e7793b</code></a>
Update action versions (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/978">#978</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/4daff17445218521295b33ff8865fecb7fb85fd6"><code>4daff17</code></a>
11.0.0</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/fd50986b4c62473f09e1d976118858f479d64b2d"><code>fd50986</code></a>
BREAKING: ESM support (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/974">#974</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/1a3205db942d92f0b8b5a306f6a0466ab2c5f8b7"><code>1a3205d</code></a>
Remove unneeded and buggy stats check (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/976">#976</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/b3146f0655f96ddf0c342fd0c9298f63b38d6b4c"><code>b3146f0</code></a>
Run copy*() filter before running fs.stat() on items (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/971">#971</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/1d1622be96c3a6f9f3417a3ef766c093dbdd43a0"><code>1d1622b</code></a>
Upgrade devDeps (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/975">#975</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/9dbf173f75828ccd86b9fa9cc9575a76aff69555"><code>9dbf173</code></a>
Add promise support for fs.readv (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/970">#970</a>)</li>
<li><a
href="https://github.com/jprichardson/node-fs-extra/commit/5623ba3d5b30753d3afea4fc7cfa2c88cf2768ea"><code>5623ba3</code></a>
BREAKING: Drop Node v12 support; require v14.14+ (<a
href="https://github-redirect.dependabot.com/jprichardson/node-fs-extra/issues/969">#969</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.1.0">compare
view</a></li>
</ul>
</details>
<br />
[](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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2376f12 commit 6d1ce46
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2141 | 2141 | | |
2142 | 2142 | | |
2143 | 2143 | | |
2144 | | - | |
| 2144 | + | |
2145 | 2145 | | |
2146 | 2146 | | |
2147 | 2147 | | |
| |||
3138 | 3138 | | |
3139 | 3139 | | |
3140 | 3140 | | |
3141 | | - | |
| 3141 | + | |
3142 | 3142 | | |
3143 | 3143 | | |
3144 | 3144 | | |
| |||
3149 | 3149 | | |
3150 | 3150 | | |
3151 | 3151 | | |
| 3152 | + | |
| 3153 | + | |
| 3154 | + | |
| 3155 | + | |
| 3156 | + | |
| 3157 | + | |
| 3158 | + | |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
3152 | 3163 | | |
3153 | 3164 | | |
3154 | 3165 | | |
| |||
0 commit comments