Skip to content

Commit 8ac1669

Browse files
authored
Update dependencies (#85)
1 parent 4b1a66a commit 8ac1669

30 files changed

+2679
-7025
lines changed

package-lock.json

Lines changed: 2637 additions & 6983 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -35,44 +35,44 @@
3535
"prettier": "^3.1.0 || ^4.0.0-alpha"
3636
},
3737
"dependencies": {
38-
"atomically": "^2.0.3",
38+
"atomically": "^2.1.0",
3939
"fast-ignore": "^1.1.3",
4040
"find-up-json": "^2.0.5",
4141
"function-once": "^3.0.1",
42-
"import-meta-resolve": "^4.1.0",
43-
"is-binary-path": "^2.0.0",
44-
"js-yaml": "^4.1.0",
45-
"json-sorted-stringify": "^1.0.1",
42+
"import-meta-resolve": "^4.2.0",
43+
"is-binary-path": "^3.0.0",
44+
"js-yaml": "^4.1.1",
45+
"json-sorted-stringify": "^1.0.2",
4646
"json5": "^2.2.3",
4747
"kasi": "^1.1.1",
4848
"lomemo": "^1.0.1",
4949
"pioppo": "^1.2.1",
5050
"promise-resolve-timeout": "^2.0.1",
51-
"smol-toml": "^1.3.4",
51+
"smol-toml": "^1.5.2",
5252
"specialist": "^1.4.5",
53-
"tiny-editorconfig": "^1.0.0",
53+
"tiny-editorconfig": "^1.0.1",
5454
"tiny-readdir": "^2.7.4",
5555
"tiny-readdir-glob": "^1.23.2",
5656
"tiny-spinner": "^2.0.5",
5757
"worktank": "^3.0.2",
58-
"zeptomatch": "^2.0.2",
58+
"zeptomatch": "^2.1.0",
5959
"zeptomatch-escape": "^1.0.1",
6060
"zeptomatch-is-static": "^1.0.1"
6161
},
6262
"devDependencies": {
63-
"@types/jest": "^29.5.14",
63+
"@types/jest": "^30.0.0",
6464
"@types/js-yaml": "^4.0.9",
65-
"@types/node": "^22.15.10",
66-
"cross-env": "^7.0.3",
67-
"jest": "^30.0.0",
65+
"@types/node": "^24.10.1",
66+
"cross-env": "^10.1.0",
67+
"jest": "^30.2.0",
6868
"jest-snapshot-serializer-ansi": "^2.2.1",
6969
"jest-snapshot-serializer-raw": "^2.0.0",
7070
"json-archive": "^2.1.0",
7171
"nanoexec": "^1.1.0",
72-
"prettier": "3.5.3",
72+
"prettier": "3.6.2",
7373
"radix64-encoding": "^2.0.2",
7474
"tiny-dirname": "^1.0.2",
75-
"typescript": "^5.8.3",
75+
"typescript": "^5.9.3",
7676
"zeptoid": "^1.0.2"
7777
}
7878
}

test/__tests__/__snapshots__/arg-parsing.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`allow overriding flags (stderr) 1`] = `""`;
44

test/__tests__/__snapshots__/check.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`--checks should print the number of files that need formatting (stderr) 1`] = `
44
"[warn] unformatted.js

test/__tests__/__snapshots__/cursor-offset.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`cursorOffset should not be affected by full-width character (stdout) 1`] = `
44
"const x = [

test/__tests__/__snapshots__/early-exit.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`show usage with --help shows help text 1`] = `
44
"

test/__tests__/__snapshots__/error-on-unmatched-pattern.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`error on unmatched pattern (stderr) 1`] = `"[error] No files matching the given patterns were found."`;
44

test/__tests__/__snapshots__/ignore-absolute-path.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`support absolute filename (stderr) 1`] = `""`;
44

test/__tests__/__snapshots__/ignore-emoji.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`ignores file name contains emoji (stderr) 1`] = `""`;
44

test/__tests__/__snapshots__/ignore-folder.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`ignores files in ignored folders (stderr) 1`] = `""`;
44

0 commit comments

Comments
 (0)