chore(deps-dev): bump glob from 11.0.3 to 13.0.6#110
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps-dev): bump glob from 11.0.3 to 13.0.6#110dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant CI as Developer / CI Environment
participant Node as Node.js Runtime
participant Vitest as Vitest (via vitest-config)
participant Glob as glob @13.0.6
participant FS as File System
Note over CI,FS: Runtime Flow: Test Execution & File Discovery
CI->>Node: Start test execution
Note over Node: NEW: Minimum Node.js version 18+ required
Node->>Vitest: Load configuration
Vitest->>Glob: globSync(patterns) / glob()
Glob->>FS: Read directory/file metadata
FS-->>Glob: File entries
alt Match is Current Working Directory
Glob-->>Vitest: CHANGED: returns '.' (previously returned '')
else Standard Pattern Match
Glob-->>Vitest: Return matching file paths
end
Vitest-->>CI: Execute tests on discovered files
opt Legacy CLI Usage
CI->>Glob: Execute "glob" command
Note over CI,Glob: CHANGED: CLI entry point removed
Glob-->>CI: ERROR: Command not found
Note right of Glob: NEW: Must install 'glob-bin' for CLI access
end
07253cb to
9495d04
Compare
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 13.0.6. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v13.0.6) --- updated-dependencies: - dependency-name: glob dependency-version: 13.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9495d04 to
dc50b17
Compare
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 glob from 11.0.3 to 13.0.6.
Changelog
Sourced from glob's changelog.
... (truncated)
Commits
e80cb3813.0.69cdbbffrevert tsgo, not ready for test coverage correctness yet89c99bause tsgo compilerb7275d5update deps, expand engines to include node 18942e360update workflows, pull taprc out of package.json4a0d53cupdate tap for mockImport bugfixef94ad2update tap180c2d4update docs37993c8remove stray console.error in test03ae4c213.0.5Maintainer changes
This version was pushed to npm by isaacs, a new releaser for glob since your current version.