Skip to content

Commit

Permalink
fix(deps): update dependency fs-extra to v10 (main) (#104)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release drops support for node 10.
Please upgrade to the current LTS in order to use this version.

* fix(deps): update dependency fs-extra to v10
* build(ci): Drop node 10 support

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Stefan Hoth <45467+stefanhoth@users.noreply.github.com>
  • Loading branch information
3 people committed May 21, 2021
1 parent 3610571 commit 3a43b01
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 16]
node: [12, 14, 16]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion packages/spire-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"node": ">=10.18.0"
},
"dependencies": {
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"shortid": "^2.2.14"
}
}
2 changes: 1 addition & 1 deletion packages/spire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"cosmiconfig": "^7.0.0",
"detect-indent": "^6.0.0",
"fs-extra": "^9.0.0",
"fs-extra": "^10.0.0",
"git-remote-origin-url": "^3.1.0",
"import-from": "^3.0.0",
"invariant": "^2.2.4",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3994,6 +3994,15 @@ from2@^2.1.0, from2@^2.3.0:
inherits "^2.0.1"
readable-stream "^2.0.0"

fs-extra@^10.0.0:
version "10.0.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
dependencies:
graceful-fs "^4.2.0"
jsonfile "^6.0.1"
universalify "^2.0.0"

fs-extra@^9.0.0, fs-extra@^9.1.0:
version "9.1.0"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
Expand Down

0 comments on commit 3a43b01

Please sign in to comment.