Skip to content

Commit

Permalink
Merge branch 'tschaub:main' into promise
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb authored Oct 11, 2024
2 parents 18a3c26 + 848d4eb commit c5fa3d3
Show file tree
Hide file tree
Showing 38 changed files with 2,416 additions and 1,426 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
versioning-strategy: increase-if-necessary
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
25 changes: 0 additions & 25 deletions .github/workflows/publish.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
- macos-latest
- windows-latest
node:
- 12
- 14
- 16
- 18
- 20
- 22

steps:
- name: Clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
35 changes: 35 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Change Log

## 5.3.0

* Remove conditions for untested versions
* Remove disabled tests for mock.fs (thanks @everett1992, see [#391][#391])
* Fix tests on node 20 (thanks @everett1992, see [#387][#387])
* Fix timeout in failing test (thanks @everett1992, see [#390][#390])
* Stop testing on Node 12 and 14

<details>
<summary>Dependency Updates</summary>

* chore(deps-dev): bump rimraf from 3.0.2 to 6.0.1
* chore(deps): bump actions/checkout from 2 to 4
* chore(deps-dev): bump mocha from 9.2.2 to 10.7.3
* chore(deps-dev): bump braces from 3.0.2 to 3.0.3
* chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
* chore(deps): bump json5 from 1.0.1 to 1.0.2

</details>

## 5.2.0

* Fix EACCES error on access by root user (thanks @danielkatz, see [#369][#369])
* Fix bug on utimes and futimes; add support of lutimes (thanks @3cp, see [#366][#366])

## 5.1.4

* Fix for BigInt stats in Node 16.7 (thanks @ahippler, see [#363][#363])

## 5.1.3

* Fix for BigInt stats in Node 18.7 (thanks @3cp, see [#361][#361])
Expand Down Expand Up @@ -339,3 +368,9 @@ Detailed changes:
[#337]: https://github.com/tschaub/mock-fs/pull/337
[#342]: https://github.com/tschaub/mock-fs/pull/342
[#361]: https://github.com/tschaub/mock-fs/pull/361
[#363]: https://github.com/tschaub/mock-fs/pull/363
[#366]: https://github.com/tschaub/mock-fs/pull/366
[#369]: https://github.com/tschaub/mock-fs/pull/369
[#387]: https://github.com/tschaub/mock-fs/pull/387
[#390]: https://github.com/tschaub/mock-fs/pull/390
[#391]: https://github.com/tschaub/mock-fs/pull/391
Loading

0 comments on commit c5fa3d3

Please sign in to comment.