Skip to content

Commit

Permalink
Upgrade mock-fs to allow modern Nodes. Update Travis + Appveyor. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-roemer committed Apr 22, 2019
1 parent 64e0c8d commit 97ab9e8
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 62 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
language: node_js

node_js:
- "6"
- "8"
# `mock-fs` doesn't support `[email protected]+`
# https://github.com/FormidableLabs/inspectpack/issues/83
- "10.4"
- "10"
- "11"

branches:
only:
Expand Down
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
History
=======

## UNRELEASED

* TEST: Upgrade `mock-fs` to allow modern Nodes. Update Travis + Appveyor.
[#83](https://github.com/FormidableLabs/inspectpack/issues/83)
[#94](https://github.com/FormidableLabs/inspectpack/issues/94)

## 4.2.1

* BUG: Handle `null` chunks in webpack stats object.
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
# `mock-fs` doesn't support `[email protected]+`
# https://github.com/FormidableLabs/inspectpack/issues/83
- nodejs_version: "10.4"
- nodejs_version: "10"
- nodejs_version: "11"

# Install scripts. (runs after repo cloning)
install:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"eslint-plugin-promise": "^3.7.0",
"expose-loader": "^0.7.5",
"inspectpack-test-fixtures": "file:test/fixtures",
"mocha": "^5.1.0",
"mock-fs": "^4.6.0",
"mocha": "^6.1.4",
"mock-fs": "^4.9.0",
"nyc": "^11.6.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
Expand Down
Loading

0 comments on commit 97ab9e8

Please sign in to comment.