DEPS: Bump memfs from 4.39.0 to 4.56.2#1552
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
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:
|
Author
|
Superseded by #1561. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps memfs from 4.39.0 to 4.56.2.