Skip to content

Commit cce7dab

Browse files
Merge pull request #735 from lukecotter/chore-dev-deps-updates
build: update all dev dependencies
2 parents e94a454 + 51c4758 commit cce7dab

6 files changed

Lines changed: 2847 additions & 2112 deletions

File tree

lana-docs-site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"react-dom": "^19.1.1"
2727
},
2828
"devDependencies": {
29-
"@docusaurus/module-type-aliases": "^3.8.1",
30-
"@docusaurus/tsconfig": "^3.8.1",
31-
"@docusaurus/types": "^3.8.1",
32-
"typescript": "^5.9.2"
29+
"@docusaurus/module-type-aliases": "^3.9.2",
30+
"@docusaurus/tsconfig": "^3.9.2",
31+
"@docusaurus/types": "^3.9.2",
32+
"typescript": "^5.9.3"
3333
},
3434
"browserslist": {
3535
"production": [

lana/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,8 @@
317317
"@salesforce/core": "^8.25.1"
318318
},
319319
"devDependencies": {
320-
"@types/node": "~22.16.3",
320+
"@types/node": "~22.16.5",
321321
"@types/vscode": "~1.99.1",
322-
"concurrently": "^9.2.0",
323-
"typescript": "^5.9.2"
322+
"typescript": "^5.9.3"
324323
}
325324
}

log-viewer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"tabulator-tables": "^6.3.1"
1414
},
1515
"devDependencies": {
16-
"@types/tabulator-tables": "^6.2.9",
17-
"postcss": "^8.5.6",
16+
"@types/tabulator-tables": "^6.3.1",
17+
"postcss": "^8.5.8",
1818
"sass": "~1.78.0",
19-
"typescript": "^5.9.2"
19+
"typescript": "^5.9.3"
2020
}
2121
}

log-viewer/src/features/soql/services/SOQLParser.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ export class SOQLParser {
7373
async parse(query: string): Promise<SOQLTree> {
7474
// Dynamic import for code splitting. Improves performance by reducing the amount of JS that is loaded and parsed at the start.
7575
// eslint-disable-next-line @typescript-eslint/naming-convention
76-
const { ApexLexer, ApexParser, CaseInsensitiveInputStream } = await import(
77-
'@apexdevtools/apex-parser'
78-
);
76+
const { ApexLexer, ApexParser, CaseInsensitiveInputStream } =
77+
await import('@apexdevtools/apex-parser');
7978
// Dynamic import for code splitting. Improves performance by reducing the amount of JS that is loaded and parsed at the start.
8079
// eslint-disable-next-line @typescript-eslint/naming-convention
8180
const { CharStreams, CommonTokenStream } = await import('antlr4ts');

package.json

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,34 @@
22
"name": "lana-ws",
33
"private": true,
44
"devDependencies": {
5-
"@eslint/eslintrc": "^3.3.1",
6-
"@eslint/js": "^9.32.0",
7-
"@rolldown/plugin-node-polyfills": "^1.0.0",
8-
"@rollup/plugin-alias": "^5.1.1",
9-
"@rollup/plugin-commonjs": "^28.0.6",
5+
"@eslint/js": "^10.0.1",
6+
"@rolldown/plugin-node-polyfills": "^1.0.3",
7+
"@rollup/plugin-alias": "^6.0.0",
8+
"@rollup/plugin-commonjs": "^29.0.2",
109
"@rollup/plugin-json": "^6.1.0",
11-
"@rollup/plugin-node-resolve": "^16.0.1",
12-
"@rollup/plugin-terser": "^0.4.4",
13-
"@swc/core": "^1.13.3",
14-
"@swc/helpers": "^0.5.17",
10+
"@rollup/plugin-node-resolve": "^16.0.3",
11+
"@swc/core": "^1.15.18",
12+
"@swc/helpers": "^0.5.19",
1513
"@swc/jest": "^0.2.39",
1614
"@types/jest": "^30.0.0",
17-
"@typescript-eslint/eslint-plugin": "^8.39.0",
18-
"@typescript-eslint/parser": "^8.39.0",
19-
"concurrently": "^9.1.2",
20-
"eslint": "^9.32.0",
15+
"@typescript-eslint/parser": "^8.56.1",
16+
"concurrently": "^9.2.1",
17+
"eslint": "^10.0.3",
2118
"eslint-config-prettier": "^10.1.8",
2219
"husky": "^9.1.7",
23-
"jest": "^30.0.5",
24-
"jest-environment-jsdom": "^30.0.5",
25-
"lint-staged": "^16.1.4",
26-
"prettier": "^3.6.2",
27-
"prettier-plugin-organize-imports": "^4.2.0",
28-
"rolldown": "1.0.0-beta.34",
29-
"rollup": "^4.46.2",
20+
"jest": "^30.2.0",
21+
"jest-environment-jsdom": "^30.2.0",
22+
"lint-staged": "^16.3.2",
23+
"prettier": "^3.8.1",
24+
"prettier-plugin-organize-imports": "^4.3.0",
25+
"rolldown": "1.0.0-rc.7",
26+
"rollup": "^4.59.0",
3027
"rollup-plugin-copy": "^3.5.0",
3128
"rollup-plugin-polyfill-node": "^0.13.0",
3229
"rollup-plugin-postcss": "^4.0.2",
3330
"rollup-plugin-swc3": "^0.12.1",
34-
"typescript": "^5.9.2",
35-
"typescript-eslint": "^8.39.0"
31+
"typescript": "^5.9.3",
32+
"typescript-eslint": "^8.56.1"
3633
},
3734
"scripts": {
3835
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)