Skip to content

Commit

Permalink
ci: Workflow Bot -- Update ALL Dependencies (main) (#5647)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 5ece92b commit 785ee11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-glob/src/GlobMatcher.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as path from 'node:path';
import { fileURLToPath } from 'node:url';

import mm from 'micromatch';
import { describe, expect, test } from 'vitest';
Expand All @@ -12,7 +13,6 @@ import type {
GlobPatternWithOptionalRoot,
PathInterface,
} from './GlobMatcherTypes.js';
import { fileURLToPath } from 'node:url';

const defaultCwdWin32 = 'C:\\user\\home\\project\\testing';
const defaultCwdPosix = '/user/home/project/testing';
Expand Down
16 changes: 5 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 785ee11

Please sign in to comment.