Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Infra: Upgrade deps #66

Merged
merged 2 commits into from
Oct 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
# TODO: mock-fs is broken on Node 16.3+
# https://github.com/FormidableLabs/trace-deps/issues/61
node-version: [12.x, 14.x, 16.2.0]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

## UNRELEASED

* Internal: Misc dependency updates.
* Infra: Upgrade `mock-fs` and enabled Node 16.3+.
[#61](https://github.com/FormidableLabs/trace-deps/issues/61)

## 0.4.2

* Bug: Handle top-level `await` in source files.
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@
"dependencies": {
"acorn-node": "^2.0.1",
"resolve": "^1.20.0",
"resolve.exports": "^1.0.2"
"resolve.exports": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"codecov": "^3.8.2",
"codecov": "^3.8.3",
"eslint": "^7.26.0",
"eslint-config-formidable": "^4.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^8.4.0",
"mock-fs": "^4.14.0",
"mocha": "^9.1.3",
"mock-fs": "^5.1.1",
"nyc": "^15.1.0",
"sinon": "^10.0.0",
"sinon-chai": "^3.6.0"
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0"
}
}