Skip to content

Commit d37a683

Browse files
chore(deps): update dependency memfs to v4.17.2 (#93)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [memfs](https://redirect.github.com/streamich/memfs) | [`4.17.1` -> `4.17.2`](https://renovatebot.com/diffs/npm/memfs/4.17.1/4.17.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/memfs/4.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/memfs/4.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/memfs/4.17.1/4.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/memfs/4.17.1/4.17.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>streamich/memfs (memfs)</summary> ### [`v4.17.2`](https://redirect.github.com/streamich/memfs/blob/HEAD/CHANGELOG.md#4172-2025-05-15) [Compare Source](https://redirect.github.com/streamich/memfs/compare/v4.17.1...v4.17.2) ##### Performance Improvements - use promises rather than `setImmediate` so that I/O is executed within the current task stack ([#&#8203;1100](https://redirect.github.com/streamich/memfs/issues/1100)) ([786072f](https://redirect.github.com/streamich/memfs/commit/786072f60e7c5e9fc37c235c23a56380a337d704)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 138bba3 commit d37a683

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/auth-providers/supertokens/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@cedarjs/framework-tools": "workspace:*",
4747
"@types/yargs": "17.0.33",
4848
"concurrently": "8.2.2",
49-
"memfs": "4.17.1",
49+
"memfs": "4.17.2",
5050
"publint": "0.3.12",
5151
"tsx": "4.19.3",
5252
"typescript": "5.6.2",

packages/cli-packages/dataMigrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@prisma/client": "5.20.0",
4141
"@types/fs-extra": "11.0.4",
4242
"@types/yargs": "17.0.33",
43-
"memfs": "4.17.1",
43+
"memfs": "4.17.2",
4444
"tsx": "4.19.3",
4545
"typescript": "5.6.2",
4646
"vitest": "2.1.9"

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@babel/cli": "7.27.2",
9090
"@babel/core": "^7.26.10",
9191
"@types/archiver": "^6",
92-
"memfs": "4.17.1",
92+
"memfs": "4.17.2",
9393
"node-ssh": "13.2.1",
9494
"tsx": "4.19.3",
9595
"typescript": "5.6.2",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@types/yargs-parser": "21.0.3",
103103
"concurrently": "8.2.2",
104104
"glob": "11.0.0",
105-
"memfs": "4.17.1",
105+
"memfs": "4.17.2",
106106
"publint": "0.3.12",
107107
"rollup": "4.24.0",
108108
"tsx": "4.19.3",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2524,7 +2524,7 @@ __metadata:
25242524
"@cedarjs/framework-tools": "workspace:*"
25252525
"@types/yargs": "npm:17.0.33"
25262526
concurrently: "npm:8.2.2"
2527-
memfs: "npm:4.17.1"
2527+
memfs: "npm:4.17.2"
25282528
publint: "npm:0.3.12"
25292529
tsx: "npm:4.19.3"
25302530
typescript: "npm:5.6.2"
@@ -2622,7 +2622,7 @@ __metadata:
26222622
execa: "npm:5.1.1"
26232623
fs-extra: "npm:11.2.0"
26242624
listr2: "npm:7.0.2"
2625-
memfs: "npm:4.17.1"
2625+
memfs: "npm:4.17.2"
26262626
terminal-link: "npm:2.1.1"
26272627
tsx: "npm:4.19.3"
26282628
typescript: "npm:5.6.2"
@@ -2737,7 +2737,7 @@ __metadata:
27372737
latest-version: "npm:9.0.0"
27382738
listr2: "npm:7.0.2"
27392739
lodash: "npm:4.17.21"
2740-
memfs: "npm:4.17.1"
2740+
memfs: "npm:4.17.2"
27412741
node-ssh: "npm:13.2.1"
27422742
pascalcase: "npm:1.0.0"
27432743
pluralize: "npm:8.0.0"
@@ -3529,7 +3529,7 @@ __metadata:
35293529
glob: "npm:11.0.0"
35303530
http-proxy-middleware: "npm:3.0.5"
35313531
isbot: "npm:5.1.21"
3532-
memfs: "npm:4.17.1"
3532+
memfs: "npm:4.17.2"
35333533
publint: "npm:0.3.12"
35343534
react: "npm:19.0.0-rc-f2df5694-20240916"
35353535
react-server-dom-webpack: "npm:19.0.0-rc-f2df5694-20240916"
@@ -22267,15 +22267,15 @@ __metadata:
2226722267
languageName: node
2226822268
linkType: hard
2226922269

22270-
"memfs@npm:4.17.1":
22271-
version: 4.17.1
22272-
resolution: "memfs@npm:4.17.1"
22270+
"memfs@npm:4.17.2":
22271+
version: 4.17.2
22272+
resolution: "memfs@npm:4.17.2"
2227322273
dependencies:
2227422274
"@jsonjoy.com/json-pack": "npm:^1.0.3"
2227522275
"@jsonjoy.com/util": "npm:^1.3.0"
2227622276
tree-dump: "npm:^1.0.1"
2227722277
tslib: "npm:^2.0.0"
22278-
checksum: 10c0/f3e7931697e268b24506abe56ef5729cebddf8568cac76c7bd1b07e9964a26f16e6281c52a22333b9a42f1275f80b8c7f6d61b9f7a92e24401066ca2a0809100
22278+
checksum: 10c0/9cce5886a10e590887cd63271ba6198f037e537a8ee84048cfe27f851adfc9b7fd3e5b49ac5d31fe8d9c753ffa57ac4d1f8eb4a27a3927047945bd420a4cc38a
2227922279
languageName: node
2228022280
linkType: hard
2228122281

0 commit comments

Comments
 (0)