Skip to content

Commit 5f8ae4c

Browse files
authored
Merge branch 'main' into main
2 parents 0e90fa0 + c32229e commit 5f8ae4c

7 files changed

Lines changed: 618 additions & 543 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [20.x, 22.x]
16+
node-version: [22.x]
1717
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1818

1919
steps:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine3.12
1+
FROM node:22-alpine
22
LABEL Maintainer="contact@snpranav.com"
33

44
# Installing GIT

build/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,12 @@ extends:
3434
testPlatforms:
3535
- name: Linux
3636
nodeVersions:
37-
- 20.x
3837
- 22.x
3938
- name: MacOS
4039
nodeVersions:
41-
- 20.x
4240
- 22.x
4341
- name: Windows
4442
nodeVersions:
45-
- 20.x
4643
- 22.x
4744

4845
testSteps:

generators/app/dependencyVersions/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@
77
"@types/mocha": "^10.0.10",
88
"@types/node": "22.x",
99
"@types/assert": "^1.5.11",
10-
"typescript-eslint": "^8.48.1",
11-
"eslint": "^9.39.1",
10+
"typescript-eslint": "^8.54.0",
11+
"eslint": "^9.39.2",
1212
"glob": "^13.0.0",
1313
"mocha": "^11.7.5",
1414
"typescript": "^5.9.3",
1515
"@vscode/test-cli": "^0.0.12",
1616
"@vscode/test-electron": "^2.5.2",
17-
"@vscode/test-web": "^0.0.77",
17+
"@vscode/test-web": "^0.0.79",
1818
"@types/webpack-env": "^1.18.8",
1919
"@types/vscode-notebook-renderer": "^1.72.4",
2020
"concurrently": "^9.2.1",
21-
"css-loader": "^7.1.2",
21+
"css-loader": "^7.1.3",
2222
"fork-ts-checker-webpack-plugin": "^9.1.0",
2323
"style-loader": "^4.0.0",
2424
"ts-loader": "^9.5.4",
2525
"vscode-dts": "^0.3.3",
2626
"vscode-notebook-error-overlay": "^1.1.0",
27-
"webpack": "^5.103.0",
27+
"webpack": "^5.104.1",
2828
"util": "^0.12.5",
2929
"webpack-cli": "^6.0.1",
30-
"webpack-dev-server": "^5.2.2",
30+
"webpack-dev-server": "^5.2.3",
3131
"assert": "^2.1.0",
3232
"process": "^0.11.10",
3333
"npm-run-all": "^4.1.5",
34-
"esbuild": "^0.27.1",
34+
"esbuild": "^0.27.2",
3535
"@esbuild-plugins/node-globals-polyfill": "^0.2.3"
3636
}
3737
}

0 commit comments

Comments
 (0)