-
Notifications
You must be signed in to change notification settings - Fork 1
DEPS: Bump memfs from 4.39.0 to 4.56.2 #1552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps [memfs](https://github.com/streamich/memfs) from 4.39.0 to 4.56.2. - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.39.0...v4.56.2) --- updated-dependencies: - dependency-name: memfs dependency-version: 4.56.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis dependency update bumps
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant D as Dependabot
participant P as package.json
participant L as pnpm-lock.yaml
participant R as Rollup Build Process
participant M as memfs (4.56.2)
D->>P: Bump memfs to 4.56.2
D->>L: Update lock file with new version
Note over R,M: Runtime behavior (unchanged)
R->>M: Call memfs(modules, themeBase)
M->>M: Create in-memory filesystem
M-->>R: Return { vol } with fs.promises
R->>M: Use vol.promises for file operations
Note over M: Performance improvements apply<br/>- Better buffer allocation<br/>- O(n^2) overhead prevention
|
|
PR body updated to plaintext for easier squash-merging. Original body content below: Bumps memfs from 4.39.0 to 4.56.2. Release notesSourced from memfs's releases.
... (truncated) ChangelogSourced from memfs's changelog.
... (truncated) Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting Dependabot commands and optionsYou can trigger Dependabot actions by commenting on this PR:
|
Bumps memfs from 4.39.0 to 4.56.2.