chore: upgrade deps (#10824)

This commit is contained in:
Noel
2025-04-05 13:18:56 +02:00
committed by GitHub
parent 432aba3df7
commit f580de8025
200 changed files with 6756 additions and 12893 deletions

View File

@@ -66,17 +66,19 @@
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.10",
"@types/node": "^22.14.0",
"@types/resolve": "^1.20.6",
"@types/semver": "^7.5.8",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.1.62",
"eslint": "^9.24.0",
"eslint-config-neon": "^0.2.7",
"eslint-formatter-compact": "^8.40.0",
"eslint-formatter-pretty": "^6.0.1",
"jest": "^29.7.0",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"turbo": "^2.3.3"
"prettier": "^3.5.3",
"terser": "^5.37.0",
"tsup": "^8.4.0",
"turbo": "^2.5.0"
}
}

View File

@@ -17,11 +17,7 @@ describe(SyntaxHelpers.name, () => {
'01234'
];
expect(
inputs.map((x) => {
return { input: x, output: SyntaxHelpers.makeCamelCaseIdentifier(x) };
}),
).toMatchInlineSnapshot(`
expect(inputs.map((x) => ({ input: x, output: SyntaxHelpers.makeCamelCaseIdentifier(x) }))).toMatchInlineSnapshot(`
Array [
Object {
"input": "",

View File

@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/no-empty-interface,tsdoc/syntax */
/* eslint-disable tsdoc/syntax */
/**
* @block
* @inline test