Skip to content

Commit c7be908

Browse files
authored
deps(cli): update voidzero stack dependencies to latest versions (#260)
### What changed? - Updated dependencies in the catalog section to their latest versions: - TypeScript from 5.9.2 to 5.9.3 - Node types from 24.5.2 to 24.9.1 - Oxfmt from 0.2.0 to 0.8.0 - Oxlint from 1.16.0 to 1.24.0 - Oxlint-tsgolint from 0.2.0 to 0.3.0 - Tsdown from 0.15.1 to 0.15.10 - Rolldown from 1.0.0-beta.39 to 1.0.0-beta.45 - Rolldown-vite from 7.1.10 to 7.1.19 - Moved husky and lint-staged from direct dependencies to catalog dependencies
1 parent a19e5a3 commit c7be908

5 files changed

Lines changed: 491 additions & 470 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@oxc-node/core": "catalog:",
2323
"@types/node": "catalog:",
2424
"@voidzero-dev/vite-plus": "workspace:*",
25-
"husky": "^9.1.7",
26-
"lint-staged": "^16.1.6",
25+
"husky": "catalog:",
26+
"lint-staged": "catalog:",
2727
"oxfmt": "catalog:",
2828
"oxlint": "catalog:",
2929
"typescript": "catalog:",

packages/cli/snap-tests/command-helper/snap.txt

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,23 +51,33 @@ Options:
5151

5252

5353
> vite fmt -h # fmt help message
54-
Usage: [--check | --list-different] [PATH]...
54+
Usage: [--check | --list-different] [-c=PATH] [--ignore-path=PATH]... [PATH]...
5555

5656
Output Options
57-
--check Check mode - check if files are formatted
58-
--list-different List mode - list files that would be changed
57+
--check Check mode - check if files are formatted
58+
--list-different List mode - list files that would be changed
59+
60+
Basic Options
61+
-c, --config=PATH Path to the configuration file
62+
63+
Ignore Options
64+
--ignore-path=PATH Path to ignore file(s). Can be specified multiple times. If not
65+
specified, .gitignore and .prettierignore in the current directory are
66+
used.
67+
--with-node-modules Format code in node_modules directory (skipped by default)
5968

6069
Miscellaneous
6170
--no-error-on-unmatched-pattern Do not exit with error when pattern is unmatched
62-
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core
71+
--threads=INT Number of threads to use. Set to 1 for using only 1 CPU core
6372

6473
Available positional items:
65-
PATH Single file, single path or list of paths. If not provided, current
66-
working directory is used.
74+
PATH Single file, single path or list of paths. If not provided, current
75+
working directory is used. Glob is supported only for exclude patterns
76+
like `'!**/fixtures/*.js'.
6777

6878
Available options:
69-
-h, --help Prints help information
70-
-V, --version Prints version information
79+
-h, --help Prints help information
80+
-V, --version Prints version information
7181

7282

7383

packages/cli/snap-tests/command-lib/snap.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ Options:
5959
✔ Build complete in <variable>ms
6060

6161

62-
⚠ Deprecation Warning: The top-level "define" option is deprecated. Use "transform.define" instead.
63-
⚠ Deprecation Warning: The top-level "inject" option is deprecated. Use "transform.inject" instead.
64-
6562
> ls dist # should have the library
6663
index.js
6764

@@ -74,6 +71,3 @@ index.js
7471
ℹ 1 files, total: <variable> kB
7572
✔ Build complete in <variable>ms
7673

77-
78-
⚠ Deprecation Warning: The top-level "define" option is deprecated. Use "transform.define" instead.
79-
⚠ Deprecation Warning: The top-level "inject" option is deprecated. Use "transform.inject" instead.

0 commit comments

Comments
 (0)