Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: streamich/memfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.9.1
Choose a base ref
...
head repository: streamich/memfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.9.2
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 27, 2024

  1. ci: 🎡 add mirror to Gitlab workflow

    streamich committed Apr 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b198f40 View commit details

Commits on Apr 28, 2024

  1. chore(deps): update peaceiris/actions-gh-pages action to v4 (#1027)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 28, 2024
    Copy the full SHA
    7a38617 View commit details

Commits on Apr 30, 2024

  1. fix: 🐛 bump @jsonjoy.com/util package

    streamich committed Apr 30, 2024
    Copy the full SHA
    eea3b42 View commit details
  2. fix: 🐛 bump json-pack

    streamich committed Apr 30, 2024
    Copy the full SHA
    32cc4da View commit details
  3. Merge pull request #1031 from streamich/bump-utils

    Bump `@jsonjoy.com/util` package
    streamich authored Apr 30, 2024
    Copy the full SHA
    a474a47 View commit details
  4. chore(release): 4.9.2 [skip ci]

    ## [4.9.2](v4.9.1...v4.9.2) (2024-04-30)
    
    ### Bug Fixes
    
    * 🐛 bump [@jsonjoy](https://github.com/jsonjoy).com/util package ([eea3b42](eea3b42))
    * 🐛 bump json-pack ([32cc4da](32cc4da))
    semantic-release-bot committed Apr 30, 2024
    Copy the full SHA
    0cc081d View commit details
Showing with 43 additions and 15 deletions.
  1. +1 −1 .github/workflows/gh-pages.yml
  2. +22 −0 .github/workflows/mirror.yml
  3. +8 −0 CHANGELOG.md
  4. +3 −3 package.json
  5. +9 −11 yarn.lock
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- run: yarn coverage
- run: yarn build:pages
- name: Publish to gh-pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages
22 changes: 22 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Mirror

on:
push:
branches: [master]

jobs:
mirror:
name: Push To Gitlab
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push To Gitlab
env:
token: ${{ secrets.GITLAB_TOKEN }}
run: |
git config user.name "streamich"
git config user.email "memfs@users.noreply.github.com"
git remote add mirror "https://oauth2:${token}@gitlab.com/streamich/memfs.git"
git push mirror master
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.9.2](https://github.com/streamich/memfs/compare/v4.9.1...v4.9.2) (2024-04-30)


### Bug Fixes

* 🐛 bump [@jsonjoy](https://github.com/jsonjoy).com/util package ([eea3b42](https://github.com/streamich/memfs/commit/eea3b421f28698cff6800bfb8882faa340c0b344))
* 🐛 bump json-pack ([32cc4da](https://github.com/streamich/memfs/commit/32cc4da5db9c0288574e4e539174c3d0f8816902))

## [4.9.1](https://github.com/streamich/memfs/compare/v4.9.0...v4.9.1) (2024-04-27)


6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memfs",
"version": "4.9.1",
"version": "4.9.2",
"description": "In-memory file-system with Node's fs API.",
"keywords": [
"fs",
@@ -124,8 +124,8 @@
}
},
"dependencies": {
"@jsonjoy.com/json-pack": "^1.0.2",
"@jsonjoy.com/util": "^1.1.0",
"@jsonjoy.com/json-pack": "^1.0.3",
"@jsonjoy.com/util": "^1.1.2",
"sonic-forest": "^1.0.0",
"tslib": "^2.0.0"
},
20 changes: 9 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -598,22 +598,20 @@
resolved "https://registry.yarnpkg.com/@jsonjoy.com/base64/-/base64-1.1.1.tgz#a717fd8840f7bad49c7fe66cc65db8bcfc4c4dc5"
integrity sha512-LnFjVChaGY8cZVMwAIMjvA1XwQjZ/zIXHyh28IyJkyNkzof4Dkm1+KN9UIm3lHhREH4vs7XwZ0NpkZKnwOtEfg==

"@jsonjoy.com/json-pack@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.0.2.tgz#d7c8c284db828b29eebb9082134251a8216ec5cc"
integrity sha512-4KMApTgb1Hvjz9Ue7unziJ1xNy3k6d2erp0hz1iXryXsf6LEM3KwN6YrfbqT0vqkUO8Tu+CSnvMia9cWX6YGVw==
"@jsonjoy.com/json-pack@^1.0.3":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@jsonjoy.com/json-pack/-/json-pack-1.0.3.tgz#a68cbe3ccfd85d26cd763e4175fe90c9ee383d33"
integrity sha512-Q0SPAdmK6s5Fe3e1kcNvwNyk6e2+CxM8XZdGbf4abZG7nUO05KSie3/iX29loTBuY+75uVP6RixDSPVpotfzmQ==
dependencies:
"@jsonjoy.com/base64" "^1.1.1"
"@jsonjoy.com/util" "^1.0.0"
"@jsonjoy.com/util" "^1.1.2"
hyperdyperid "^1.2.0"
thingies "^1.20.0"

"@jsonjoy.com/util@^1.0.0", "@jsonjoy.com/util@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.1.0.tgz#9726365362ede17405d2b521b4c782582df7ed4f"
integrity sha512-Yz+xITJ3Y/w0DBISwPkBETP5/cITHXscjgQNZIkfrVz1V7/ahJY8vw+T+LZy/KtXgKuUWqu4GALAQ3bhGt9J8A==
dependencies:
hyperdyperid "^1.2.0"
"@jsonjoy.com/util@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@jsonjoy.com/util/-/util-1.1.2.tgz#5072c27ecdb16d1ed7a2d125a1d0ed8aba01d652"
integrity sha512-HOGa9wtE6LEz2I5mMQ2pMSjth85PmD71kPbsecs02nEUq3/Kw0wRK3gmZn5BCEB8mFLXByqPxjHgApoMwIPMKQ==

"@leichtgewicht/ip-codec@^2.0.1":
version "2.0.5"