Skip to content

Commit 434a066

Browse files
committed
Chore(deps): Bump packages for npm audit
1 parent c1226f2 commit 434a066

File tree

13 files changed

+804
-561
lines changed

13 files changed

+804
-561
lines changed

configs/eslint-config-custom/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,18 @@
1717
}
1818
},
1919
"devDependencies": {
20-
"@eslint/js": "^9.37.0",
21-
"@typescript-eslint/parser": "^8.46.0",
22-
"eslint": "^9.37.0",
20+
"@eslint/js": "^9.38.0",
21+
"@types/node": "^24.9.1",
22+
"@typescript-eslint/parser": "^8.46.2",
23+
"eslint": "^9.38.0",
2324
"eslint-config-prettier": "^10.1.8",
2425
"eslint-plugin-prettier": "^5.5.4",
2526
"eslint-plugin-yml": "^1.19.0",
2627
"globals": "^16.4.0",
2728
"prettier": "^3.6.2",
2829
"prettier-config-custom": "workspace:^",
2930
"typescript": "^5.9.3",
30-
"typescript-eslint": "^8.46.0",
31+
"typescript-eslint": "^8.46.2",
3132
"yaml-eslint-parser": "^1.3.0"
3233
},
3334
"prettier": "prettier-config-custom"

configs/vite-config-custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"dependencies": {
3333
"typescript": "^5.9.3",
34-
"vite": "^7.1.9"
34+
"vite": "^7.1.12"
3535
}
3636
}

configs/vite-config-custom/src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ import { externalizeDeps } from "vite-plugin-externalize-deps";
1111
import tsconfigPaths from "vite-tsconfig-paths";
1212
import { dtsForEsm, dtsForCjs } from "vite-plugin-dts-build";
1313

14+
declare module "vite" {
15+
interface UserConfig {
16+
test?: ViteUserConfig["test"];
17+
}
18+
}
19+
1420
// == Main Configs ============================================================
1521
type TInputConfig = Parameters<typeof defineConfig>[0];
1622
type TOutputConfig = ReturnType<typeof mergeConfig>;

examples/react-babel/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@babel/core": "^7.28.4",
15-
"@babel/preset-typescript": "^7.27.1",
14+
"@babel/core": "^7.28.5",
15+
"@babel/preset-typescript": "^7.28.5",
1616
"@emotion/hash": "^0.9.2",
1717
"@mincho-js/css": "workspace:^",
1818
"@mincho-js/integration": "workspace:^",
@@ -35,19 +35,19 @@
3535
"scheduler": "^0.27.0"
3636
},
3737
"devDependencies": {
38-
"@eslint/js": "^9.37.0",
38+
"@eslint/js": "^9.38.0",
3939
"@types/babel__core": "^7.20.5",
4040
"@types/cssesc": "^3.0.2",
4141
"@types/react": "^19.2.2",
42-
"@types/react-dom": "^19.2.1",
42+
"@types/react-dom": "^19.2.2",
4343
"@types/scheduler": "^0.26.0",
4444
"@vitejs/plugin-react": "^5.0.4",
45-
"eslint": "^9.37.0",
46-
"eslint-plugin-react-hooks": "^6.1.1",
47-
"eslint-plugin-react-refresh": "^0.4.23",
45+
"eslint": "^9.38.0",
46+
"eslint-plugin-react-hooks": "^7.0.0",
47+
"eslint-plugin-react-refresh": "^0.4.24",
4848
"globals": "^16.4.0",
4949
"typescript": "~5.9.3",
50-
"typescript-eslint": "^8.46.0",
51-
"vite": "^7.1.9"
50+
"typescript-eslint": "^8.46.2",
51+
"vite": "^7.1.12"
5252
}
5353
}

examples/react-swc/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
18-
"@eslint/js": "^9.37.0",
18+
"@eslint/js": "^9.38.0",
1919
"@mincho-js/css": "workspace:^",
2020
"@types/react": "^19.2.2",
21-
"@types/react-dom": "^19.2.1",
22-
"@typescript-eslint/eslint-plugin": "^8.46.0",
23-
"@typescript-eslint/parser": "^8.46.0",
21+
"@types/react-dom": "^19.2.2",
22+
"@typescript-eslint/eslint-plugin": "^8.46.2",
23+
"@typescript-eslint/parser": "^8.46.2",
2424
"@vanilla-extract/css": "^1.17.4",
2525
"@vanilla-extract/esbuild-plugin": "^2.3.18",
2626
"@vanilla-extract/vite-plugin": "^5.1.1",
2727
"@vitejs/plugin-react-swc": "^4.1.0",
28-
"eslint": "^9.37.0",
29-
"eslint-plugin-react-hooks": "^6.1.1",
30-
"eslint-plugin-react-refresh": "^0.4.23",
28+
"eslint": "^9.38.0",
29+
"eslint-plugin-react-hooks": "^7.0.0",
30+
"eslint-plugin-react-refresh": "^0.4.24",
3131
"globals": "^16.4.0",
3232
"typescript": "^5.9.3",
33-
"typescript-eslint": "^8.46.0",
34-
"vite": "^7.1.9"
33+
"typescript-eslint": "^8.46.2",
34+
"vite": "^7.1.12"
3535
}
3636
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
"@mincho-js/debug-log": "workspace:^",
5252
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.11.0",
5353
"@types/eslint": "^9.6.1",
54-
"@types/node": "^24.7.0",
54+
"@types/node": "^24.9.1",
5555
"@typescript/analyze-trace": "^0.10.1",
5656
"@vanilla-extract/vite-plugin": "^5.1.1",
57-
"@vitest/coverage-v8": "^3.2.4",
57+
"@vitest/coverage-v8": "^4.0.1",
5858
"@yarnpkg/types": "^4.0.1",
5959
"c8": "^10.1.3",
60-
"eslint": "^9.37.0",
60+
"eslint": "^9.38.0",
6161
"eslint-config-custom": "workspace:^",
6262
"prettier": "^3.6.2",
6363
"prettier-config-custom": "workspace:^",
@@ -67,9 +67,9 @@
6767
"tsconfig-custom": "workspace:^",
6868
"turbo": "^2.5.8",
6969
"typescript": "^5.9.3",
70-
"vite": "^7.1.9",
70+
"vite": "^7.1.12",
7171
"vite-node": "^3.2.4",
72-
"vitest": "^3.2.4",
72+
"vitest": "^4.0.1",
7373
"yarn-constraints-rules": "^0.1.0"
7474
},
7575
"dependencies": {

packages/babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
},
5555
"prettier": "prettier-config-custom",
5656
"dependencies": {
57-
"@babel/core": "^7.28.4",
57+
"@babel/core": "^7.28.5",
5858
"@babel/helper-module-imports": "^7.27.1",
59-
"@babel/preset-typescript": "^7.27.1",
60-
"@babel/traverse": "^7.28.4",
59+
"@babel/preset-typescript": "^7.28.5",
60+
"@babel/traverse": "^7.28.5",
6161
"@emotion/hash": "^0.9.2"
6262
},
6363
"devDependencies": {

packages/babel/src/__snapshots__/index.ts.snap

Lines changed: 0 additions & 172 deletions
Original file line numberDiff line numberDiff line change
@@ -203,178 +203,6 @@ import { style } from '@mincho-js/css';
203203
}"
204204
`;
205205

206-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 1`] = `
207-
[
208-
"extracted_dk6d8j.css.ts",
209-
"import { globalStyle } from '@mincho-js/css';
210-
export var _$mincho$$unknown = globalStyle('html, body', {
211-
color: 'red'
212-
});
213-
var _$mincho$$unknown2 = _$mincho$$unknown;",
214-
]
215-
`;
216-
217-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 2`] = `
218-
"import { _$mincho$$unknown as _$mincho$$unknown2 } from "extracted_dk6d8j.css.ts";
219-
import { globalStyle } from '@mincho-js/css';
220-
_$mincho$$unknown2;"
221-
`;
222-
223-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 3`] = `
224-
[
225-
"extracted_3jiior.css.ts",
226-
"import { style } from '@mincho-js/css';
227-
const utility = {
228-
gap: size => ({
229-
gap: size
230-
})
231-
};
232-
export var _$mincho$$red = style({
233-
...utility.gap('10px')
234-
});
235-
var _$mincho$$red2 = _$mincho$$red;",
236-
]
237-
`;
238-
239-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 4`] = `
240-
"import { _$mincho$$red as _$mincho$$red2 } from "extracted_3jiior.css.ts";
241-
import { style } from '@mincho-js/css';
242-
const utility = {
243-
gap: size => ({
244-
gap: size
245-
})
246-
};
247-
const red = _$mincho$$red2;
248-
console.log(red);"
249-
`;
250-
251-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 5`] = `
252-
[
253-
"extracted_9iej5n.css.ts",
254-
"import { style } from '@mincho-js/css';
255-
const getStyles = color => ({
256-
color
257-
});
258-
export var _$mincho$$red = style({
259-
...getStyles('red')
260-
});
261-
var _$mincho$$red2 = _$mincho$$red;",
262-
]
263-
`;
264-
265-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 6`] = `
266-
"import { _$mincho$$red as _$mincho$$red2 } from "extracted_9iej5n.css.ts";
267-
import { style } from '@mincho-js/css';
268-
const getStyles = color => ({
269-
color
270-
});
271-
const red = _$mincho$$red2;
272-
console.log(red);"
273-
`;
274-
275-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 7`] = `
276-
[
277-
"extracted_vn4szn.css.ts",
278-
"import { style } from '@mincho-js/css';
279-
function getColor() {
280-
return 'red';
281-
}
282-
export var _$mincho$$red = style({
283-
color: getColor()
284-
});
285-
var _$mincho$$red2 = _$mincho$$red;",
286-
]
287-
`;
288-
289-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 8`] = `
290-
"import { _$mincho$$red as _$mincho$$red2 } from "extracted_vn4szn.css.ts";
291-
import { style } from '@mincho-js/css';
292-
function getColor() {
293-
return 'red';
294-
}
295-
const red = _$mincho$$red2;
296-
console.log(red);"
297-
`;
298-
299-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 9`] = `
300-
[
301-
"extracted_10et0ti.css.ts",
302-
"import { style } from '@mincho-js/css';
303-
function getStyles(color) {
304-
return {
305-
color
306-
};
307-
}
308-
function getStyles(color) {
309-
return {
310-
color
311-
};
312-
}
313-
export var _$mincho$$red = style({
314-
...getStyles('red')
315-
});
316-
var _$mincho$$red2 = _$mincho$$red;",
317-
]
318-
`;
319-
320-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 10`] = `
321-
"import { _$mincho$$red as _$mincho$$red2 } from "extracted_10et0ti.css.ts";
322-
import { style } from '@mincho-js/css';
323-
function getStyles(color) {
324-
return {
325-
color
326-
};
327-
}
328-
const red = _$mincho$$red2;
329-
console.log(red);"
330-
`;
331-
332-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 11`] = `
333-
[
334-
"extracted_x37u6f.css.ts",
335-
"import { style } from '@mincho-js/css';
336-
export var _$mincho$$red = style({
337-
color: "red"
338-
});
339-
var /* mincho-ignore */_$mincho$$red2 = _$mincho$$red;",
340-
]
341-
`;
342-
343-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 12`] = `
344-
"import { _$mincho$$red as _$mincho$$red2 } from "extracted_x37u6f.css.ts";
345-
import { style } from '@mincho-js/css';
346-
const red = /* mincho-ignore */_$mincho$$red2;
347-
console.log(red);"
348-
`;
349-
350-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 13`] = `
351-
[
352-
"extracted_hwdx71.css.ts",
353-
"",
354-
]
355-
`;
356-
357-
exports[`minchoBabelPlugin > leading comments of \`styled\` get passed to recipe 14`] = `
358-
"import { styled } from '@macaron-css/solid';
359-
import { macaron$ } from '@mincho-js/css';
360-
const fn = () => {
361-
const arr = [1, 2];
362-
for (const _ of arr) {
363-
const Button = /* macaron-ignore */styled("button", {
364-
base: {
365-
color: _
366-
}
367-
});
368-
}
369-
return Button;
370-
};
371-
const test = macaron$(() => {
372-
console.log(fn());
373-
return "test";
374-
});
375-
console.log(test);"
376-
`;
377-
378206
exports[`minchoBabelPlugin > mincho-ignore on parent node 1`] = `
379207
[
380208
"extracted_dk6d8j.css.ts",

packages/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@mincho-js/integration": "workspace:^",
5656
"@vanilla-extract/esbuild-plugin": "^2.3.18",
5757
"@vanilla-extract/integration": "^8.0.4",
58-
"esbuild": "^0.25.10"
58+
"esbuild": "^0.25.11"
5959
},
6060
"devDependencies": {
6161
"eslint-config-custom": "workspace:^",

packages/integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
},
5353
"prettier": "prettier-config-custom",
5454
"dependencies": {
55-
"@babel/core": "^7.28.4",
55+
"@babel/core": "^7.28.5",
5656
"@babel/plugin-syntax-jsx": "^7.27.1",
5757
"@mincho-js/babel": "workspace:^",
5858
"@vanilla-extract/integration": "^8.0.4",
59-
"esbuild": "^0.25.10"
59+
"esbuild": "^0.25.11"
6060
},
6161
"devDependencies": {
6262
"@types/babel__core": "^7.20.5",

0 commit comments

Comments
 (0)