Commit 61d51d8
Merge #357
357: chore(deps): update dependency npm to v7.21.0 r=jbolda a=renovate[bot]
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [npm](https://docs.npmjs.com/) ([source](https://togithub.com/npm/cli)) | [`7.20.3` -> `7.21.0`](https://renovatebot.com/diffs/npm/npm/7.20.3/7.21.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>npm/cli</summary>
### [`v7.21.0`](https://togithub.com/npm/cli/blob/master/CHANGELOG.md#v7210-2021-08-19)
[Compare Source](https://togithub.com/npm/cli/compare/v7.20.6...v7.21.0)
##### FEATURES
- [`ff34d6cd6`](https://togithub.com/npm/cli/commit/ff34d6cd6f2077962cba1ef9c893a958ac7174f8)
[#​3592](https://togithub.com/npm/cli/issues/3592)
feat(cache): initial implementation of ls and rm
([`@​fritzy](https://togithub.com/fritzy))`
##### BUG FIXES
- [`32e88c943`](https://togithub.com/npm/cli/commit/32e88c94387bda6b25f66019793efcda8f01ef6e)
[#​3640](https://togithub.com/npm/cli/issues/3640)
fix(did-you-mean): switch levenshtein libraries
([`@​wraithgar](https://togithub.com/wraithgar))`
- [`487731cd5`](https://togithub.com/npm/cli/commit/487731cd56a22272c6ff72ef2fa7822368bf63e3)
[#​3658](https://togithub.com/npm/cli/issues/3658)
fix(logging): sanitize logged argv
([`@​wraithgar](https://togithub.com/wraithgar))`
- [`68a19bb02`](https://togithub.com/npm/cli/commit/68a19bb02aa0d7a566c8e2245f1e524b915faf09)
[#​3661](https://togithub.com/npm/cli/issues/3661)
fix(error-message): look for er.path not er.file
([`@​wraithgar](https://togithub.com/wraithgar))`
##### DEPENDENCIES
- [`df57f0d53`](https://togithub.com/npm/cli/commit/df57f0d532d406b3b1409454ea5f2255fcd08248)
``@npmcli/run-script@1.8.6``
- [`8183976cf`](https://togithub.com/npm/cli/commit/8183976cfa53bab6e9116ec5de97b04225c5d09b)
`normalize-package-data@3.0.3`:
- fix: account for "licence" as spelling variant
- [`f07772401`](https://togithub.com/npm/cli/commit/f07772401c3712d5f9b0dfeef88e1943229cfa79)
`init-package-json@2.0.4`
- [`991a3bd39`](https://togithub.com/npm/cli/commit/991a3bd39f0abf8614373f267419c7b8f6e279ac)
`read-package-json@4.0.0`
- [`e9e5ee560`](https://togithub.com/npm/cli/commit/e9e5ee560e2baf694843df852d027fb9f2dbcb06)
``@npmcli/arborist@2.8.2`:`
- fix: treat top-level global packages as "top" nodes
- fix: load global symlinks implicitly as file: deps
- fix(reify): debug crash when extracting into symlink
- fix: node_modules must be a directory
- fix: make Node.children() a case-insensitive Map
- fix(reify): verify existing deps in nm are dirs
- [`b6f40b5f8`](https://togithub.com/npm/cli/commit/b6f40b5f85094387f2fa8d42b6a624644b8ddcf1)
`tar@6.1.10`:
- fix: prune dirCache properly for unicode, windows
- fix: reserve paths properly for unicode, windows
- fix: prevent path escape using drive-relative paths
- fix: drop dirCache for symlink on all platforms
- [`218cacadc`](https://togithub.com/npm/cli/commit/218cacadcf35879ce178813c699258e7ffe91fe9)
`is-core-module@2.6.0`
- [`7ac621cd1`](https://togithub.com/npm/cli/commit/7ac621cd14f2ffbf5c15c3258f537fdfddc21ac6)
`smart-buffer@4.2.0`
- [`94f92de13`](https://togithub.com/npm/cli/commit/94f92de138432c900b195b71949f4933e872f26a)
`make-fetch-happen@9.0.5`
- [`71cdfd898`](https://togithub.com/npm/cli/commit/71cdfd8983cd0c61f39bdf91f87d40aad3b081c2)
`spdx-license-ids@3.0.10`:
- update license list to v3.14
##### DOCUMENTATION
- [`ff6626ab6`](https://togithub.com/npm/cli/commit/ff6626ab6ca9b4e189a3bc56a762104927dbeedb)
[#​3630](https://togithub.com/npm/cli/issues/3630)
fix(docs): update npm-publish access flag info
([`@​austincho](https://togithub.com/austincho))`
### [`v7.20.6`](https://togithub.com/npm/cli/blob/master/CHANGELOG.md#v7206-2021-08-12)
[Compare Source](https://togithub.com/npm/cli/compare/v7.20.5...v7.20.6)
##### DEPENDENCIES
- [`5bebf280f`](https://togithub.com/npm/cli/commit/5bebf280f228e818524f6989caab1cfba1ffaf90)
`tar@6.1.8`
- fix: reserve paths case-insensitively
- [`5d89de44d`](https://togithub.com/npm/cli/commit/5d89de44daa636dc151eaefcafabb357540d35ce)
`tar@6.1.7`:
- fix: normalize paths on Windows systems
- [`a1bdbea97`](https://togithub.com/npm/cli/commit/a1bdbea974ebfc6694b4c8ad5da86215c2924dde)
[#​3569](https://togithub.com/npm/cli/issues/3569)
- remove byte-size
([`@​wraithgar](https://togithub.com/wraithgar))`
- [`61782fa85`](https://togithub.com/npm/cli/commit/61782fa858c278455ce144f975c6b0e3ea2d9944)
``@npmcli/map-workspaces@1.0.4`:`
- fix: better error message for duplicate workspace names
- [`b88f770fa`](https://togithub.com/npm/cli/commit/b88f770faa2651ca0833e1c9eb361e9e07e0bbc3)
``@npmcli/arborist@2.8.1`:`
- \[[#​3632](https://togithub.com/npm/cli/issues/3632)] Fix "cannot read property path of null" error in 'npm dedupe'
- fix(shrinkwrap): always set name on the root node
##### DOCUMENTATION
- [`001f2c1b7`](https://togithub.com/npm/cli/commit/001f2c1b7e9474049a45709f0e80ee3c474a4ba9)
[#​3621](https://togithub.com/npm/cli/issues/3621)
fix(docs): do not include certain files
([`@​AkiJoey](https://togithub.com/AkiJoey))`
- [`d1812f1a6`](https://togithub.com/npm/cli/commit/d1812f1a627d6a4d4cb6d07d7735d2d2cc2cf264)
[#​3630](https://togithub.com/npm/cli/issues/3630)
fix(docs): update npm-publish access flag info
([`@​austincho](https://togithub.com/austincho))`
- [`d5a099c7b`](https://togithub.com/npm/cli/commit/d5a099c7bf62977a5a5d8242c61f323a88e27c73)
[#​3615](https://togithub.com/npm/cli/issues/3615)
fix(readme): add nvm-windows to installers links
([`@​Yash-Singh1](https://togithub.com/Yash-Singh1))`
### [`v7.20.5`](https://togithub.com/npm/cli/blob/master/CHANGELOG.md#v7205-2021-08-05)
[Compare Source](https://togithub.com/npm/cli/compare/v7.20.4...v7.20.5)
##### DEPENDENCIES
- [`44377738e`](https://togithub.com/npm/cli/commit/44377738ef6b53607a7b17162aec984d5dcf7c58)
`graceful-fs@4.2.8`
- fix: start retrying immediately, stop after 60 seconds
### [`v7.20.4`](https://togithub.com/npm/cli/blob/master/CHANGELOG.md#v7204-2021-08-05)
[Compare Source](https://togithub.com/npm/cli/compare/v7.20.3...v7.20.4)
##### BUG FIXES
- [`6a8086e25`](https://togithub.com/npm/cli/commit/6a8086e258aa209b877e182db4b75f11de5b291d)
[#​3463](https://togithub.com/npm/cli/issues/3463)
fix(tests): move more tests to use real npm
([`@​wraithgar](https://togithub.com/wraithgar))`
##### DEPENDENCIES
- [`15fae4941`](https://togithub.com/npm/cli/commit/15fae4941475f4398e47d9cc4eb6a73683e15aac)
`tar@6.1.6`:
- fix: properly handle top-level files when using strip
- Avoid an unlikely but theoretically possible redos
- WriteEntry backpressure
- fix(unpack): always resume parsing after an entry error
- fix(unpack): fix hang on large file on open() fail
- fix: properly prefix hard links
- [`745326de0`](https://togithub.com/npm/cli/commit/745326de0fae9f27f1deaf7729777aae48ac29fc)
`libnpmexec@2.0.1`:
- Clear progress bar which overlays confirm prompt
- [`e82bcd4e8`](https://togithub.com/npm/cli/commit/e82bcd4e8355d083f8f3eedb6251a5f3053d6dfd)
`graceful-fs@4.2.7`:
- fix: start retrying immediately, stop after 10 attempts
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/jbolda/gatsby-source-airtable).
Co-authored-by: Renovate Bot <bot@renovateapp.com>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
0 commit comments