diff --git a/package.json b/package.json index 43e83cb..ead7546 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "main": "./lib/index.js", "dependencies": { "@nsis/nlf": "^0.12.0", - "makensis": "^3.0.0-alpha.2", + "makensis": "^3.0.0-alpha.3", "micromatch": "^4.0.5", "open": "^10.1.0", "vscode-get-config": "^0.4.0", @@ -45,10 +45,10 @@ "devDependencies": { "@eslint/js": "^8.56.0", "@nsis/logo": "0.0.0", - "@types/node": "^20.11.19", + "@types/node": "^20.11.30", "@types/vscode": "^1.52.0", - "@typescript-eslint/eslint-plugin": "^7.3.1", - "@typescript-eslint/parser": "^7.3.1", + "@typescript-eslint/eslint-plugin": "^7.4.0", + "@typescript-eslint/parser": "^7.4.0", "cross-env": "^7.0.3", "eslint": "9.0.0-beta.0", "eslint-plugin-jsonc": "^2.14.1", @@ -62,7 +62,7 @@ "prettier": "^3.2.5", "tsup": "^8.0.2", "typescript": "^5.4.3", - "typescript-eslint": "^7.3.1" + "typescript-eslint": "^7.4.0" }, "activationEvents": [ "onStartupFinished" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9b4c016..37b9a1f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^0.12.0 version: 0.12.0 makensis: - specifier: ^3.0.0-alpha.2 - version: 3.0.0-alpha.2 + specifier: ^3.0.0-alpha.3 + version: 3.0.0-alpha.3 micromatch: specifier: ^4.0.5 version: 4.0.5 @@ -32,17 +32,17 @@ devDependencies: specifier: 0.0.0 version: 0.0.0 '@types/node': - specifier: ^20.11.19 - version: 20.11.24 + specifier: ^20.11.30 + version: 20.11.30 '@types/vscode': specifier: ^1.52.0 version: 1.80.0 '@typescript-eslint/eslint-plugin': - specifier: ^7.3.1 - version: 7.3.1(@typescript-eslint/parser@7.3.1)(eslint@9.0.0-beta.0)(typescript@5.4.3) + specifier: ^7.4.0 + version: 7.4.0(@typescript-eslint/parser@7.4.0)(eslint@9.0.0-beta.0)(typescript@5.4.3) '@typescript-eslint/parser': - specifier: ^7.3.1 - version: 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) + specifier: ^7.4.0 + version: 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -83,8 +83,8 @@ devDependencies: specifier: ^5.4.3 version: 5.4.3 typescript-eslint: - specifier: ^7.3.1 - version: 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) + specifier: ^7.4.0 + version: 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) packages: @@ -563,8 +563,8 @@ packages: resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} dev: true - /@types/node@20.11.24: - resolution: {integrity: sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==} + /@types/node@20.11.30: + resolution: {integrity: sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==} dependencies: undici-types: 5.26.5 dev: true @@ -577,8 +577,8 @@ packages: resolution: {integrity: sha512-qK/CmOdS2o7ry3k6YqU4zD3R2AYlJfbwBoSbKpBoP+GpXNE+0NEgJOli4n0bm0diK5kfBnchgCEj4igQz/44Hg==} dev: true - /@typescript-eslint/eslint-plugin@7.3.1(@typescript-eslint/parser@7.3.1)(eslint@9.0.0-beta.0)(typescript@5.4.3): - resolution: {integrity: sha512-STEDMVQGww5lhCuNXVSQfbfuNII5E08QWkvAw5Qwf+bj2WT+JkG1uc+5/vXA3AOYMDHVOSpL+9rcbEUiHIm2dw==} + /@typescript-eslint/eslint-plugin@7.4.0(@typescript-eslint/parser@7.4.0)(eslint@9.0.0-beta.0)(typescript@5.4.3): + resolution: {integrity: sha512-yHMQ/oFaM7HZdVrVm/M2WHaNPgyuJH4WelkSVEWSSsir34kxW2kDJCxlXRhhGWEsMN0WAW/vLpKfKVcm8k+MPw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: '@typescript-eslint/parser': ^7.0.0 @@ -589,11 +589,11 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/type-utils': 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) - '@typescript-eslint/utils': 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/parser': 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/scope-manager': 7.4.0 + '@typescript-eslint/type-utils': 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/utils': 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/visitor-keys': 7.4.0 debug: 4.3.4 eslint: 9.0.0-beta.0 graphemer: 1.4.0 @@ -606,8 +606,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3): - resolution: {integrity: sha512-Rq49+pq7viTRCH48XAbTA+wdLRrB/3sRq4Lpk0oGDm0VmnjBrAOVXH/Laalmwsv2VpekiEfVFwJYVk6/e8uvQw==} + /@typescript-eslint/parser@7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3): + resolution: {integrity: sha512-ZvKHxHLusweEUVwrGRXXUVzFgnWhigo4JurEj0dGF1tbcGh6buL+ejDdjxOQxv6ytcY1uhun1p2sm8iWStlgLQ==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -616,10 +616,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/scope-manager': 7.4.0 + '@typescript-eslint/types': 7.4.0 + '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3) + '@typescript-eslint/visitor-keys': 7.4.0 debug: 4.3.4 eslint: 9.0.0-beta.0 typescript: 5.4.3 @@ -627,16 +627,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager@7.3.1: - resolution: {integrity: sha512-fVS6fPxldsKY2nFvyT7IP78UO1/I2huG+AYu5AMjCT9wtl6JFiDnsv4uad4jQ0GTFzcUV5HShVeN96/17bTBag==} + /@typescript-eslint/scope-manager@7.4.0: + resolution: {integrity: sha512-68VqENG5HK27ypafqLVs8qO+RkNc7TezCduYrx8YJpXq2QGZ30vmNZGJJJC48+MVn4G2dCV8m5ZTVnzRexTVtw==} engines: {node: ^18.18.0 || >=20.0.0} dependencies: - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/types': 7.4.0 + '@typescript-eslint/visitor-keys': 7.4.0 dev: true - /@typescript-eslint/type-utils@7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3): - resolution: {integrity: sha512-iFhaysxFsMDQlzJn+vr3OrxN8NmdQkHks4WaqD4QBnt5hsq234wcYdyQ9uquzJJIDAj5W4wQne3yEsYA6OmXGw==} + /@typescript-eslint/type-utils@7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3): + resolution: {integrity: sha512-247ETeHgr9WTRMqHbbQdzwzhuyaJ8dPTuyuUEMANqzMRB1rj/9qFIuIXK7l0FX9i9FXbHeBQl/4uz6mYuCE7Aw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -645,8 +645,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) - '@typescript-eslint/utils': 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3) + '@typescript-eslint/utils': 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) debug: 4.3.4 eslint: 9.0.0-beta.0 ts-api-utils: 1.3.0(typescript@5.4.3) @@ -655,13 +655,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types@7.3.1: - resolution: {integrity: sha512-2tUf3uWggBDl4S4183nivWQ2HqceOZh1U4hhu4p1tPiIJoRRXrab7Y+Y0p+dozYwZVvLPRI6r5wKe9kToF9FIw==} + /@typescript-eslint/types@7.4.0: + resolution: {integrity: sha512-mjQopsbffzJskos5B4HmbsadSJQWaRK0UxqQ7GuNA9Ga4bEKeiO6b2DnB6cM6bpc8lemaPseh0H9B/wyg+J7rw==} engines: {node: ^18.18.0 || >=20.0.0} dev: true - /@typescript-eslint/typescript-estree@7.3.1(typescript@5.4.3): - resolution: {integrity: sha512-tLpuqM46LVkduWP7JO7yVoWshpJuJzxDOPYIVWUUZbW+4dBpgGeUdl/fQkhuV0A8eGnphYw3pp8d2EnvPOfxmQ==} + /@typescript-eslint/typescript-estree@7.4.0(typescript@5.4.3): + resolution: {integrity: sha512-A99j5AYoME/UBQ1ucEbbMEmGkN7SE0BvZFreSnTd1luq7yulcHdyGamZKizU7canpGDWGJ+Q6ZA9SyQobipePg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: typescript: '*' @@ -669,8 +669,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/visitor-keys': 7.3.1 + '@typescript-eslint/types': 7.4.0 + '@typescript-eslint/visitor-keys': 7.4.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -682,8 +682,8 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3): - resolution: {integrity: sha512-jIERm/6bYQ9HkynYlNZvXpzmXWZGhMbrOvq3jJzOSOlKXsVjrrolzWBjDW6/TvT5Q3WqaN4EkmcfdQwi9tDjBQ==} + /@typescript-eslint/utils@7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3): + resolution: {integrity: sha512-NQt9QLM4Tt8qrlBVY9lkMYzfYtNz8/6qwZg8pI3cMGlPnj6mOpRxxAm7BMJN9K0AiY+1BwJ5lVC650YJqYOuNg==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -691,9 +691,9 @@ packages: '@eslint-community/eslint-utils': 4.4.0(eslint@9.0.0-beta.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 7.3.1 - '@typescript-eslint/types': 7.3.1 - '@typescript-eslint/typescript-estree': 7.3.1(typescript@5.4.3) + '@typescript-eslint/scope-manager': 7.4.0 + '@typescript-eslint/types': 7.4.0 + '@typescript-eslint/typescript-estree': 7.4.0(typescript@5.4.3) eslint: 9.0.0-beta.0 semver: 7.6.0 transitivePeerDependencies: @@ -701,11 +701,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@7.3.1: - resolution: {integrity: sha512-9RMXwQF8knsZvfv9tdi+4D/j7dMG28X/wMJ8Jj6eOHyHWwDW4ngQJcqEczSsqIKKjFiLFr40Mnr7a5ulDD3vmw==} + /@typescript-eslint/visitor-keys@7.4.0: + resolution: {integrity: sha512-0zkC7YM0iX5Y41homUUeW1CHtZR01K3ybjM1l6QczoMuay0XKtrb93kv95AxUGwdjGr64nNqnOCwmEl616N8CA==} engines: {node: ^18.18.0 || >=20.0.0} dependencies: - '@typescript-eslint/types': 7.3.1 + '@typescript-eslint/types': 7.4.0 eslint-visitor-keys: 3.4.3 dev: true @@ -3409,8 +3409,8 @@ packages: kind-of: 6.0.3 dev: true - /makensis@3.0.0-alpha.2: - resolution: {integrity: sha512-mO6QdOlCkupNoNx/cYJM6U0O5/743+ui3Wn90hZPziImgJznhwSUyKb1WqttXQVNNLcjjN4TC3G/7p0tpbv2AQ==} + /makensis@3.0.0-alpha.3: + resolution: {integrity: sha512-qHh0H0cYwmkMakBbfXzHdsALx9aPIXG523LezOdlwd883sPgkIsGk3x1BncBMvEdz4V9IkyO+g/11sOlgL3M5g==} engines: {node: '>=18.0.0'} dependencies: '@nsis/language-data': 0.9.2 @@ -5178,8 +5178,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript-eslint@7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3): - resolution: {integrity: sha512-psqcnHPRCdVIDbgj6RvfpwUKqMcNxIw7eizgxYi46X2BmXK6LxYqPD+SbDfPuA9JW+yPItY6aKJLRNbW7lZ4rA==} + /typescript-eslint@7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3): + resolution: {integrity: sha512-8GYQsb/joknlAZEAs/kqonfrsAc98C5DoellmwHREPqKwSTKSY2YB93IwmvNuX6+WE5QkKc31X9wHo/UcpYXpw==} engines: {node: ^18.18.0 || >=20.0.0} peerDependencies: eslint: ^8.56.0 @@ -5188,8 +5188,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 7.3.1(@typescript-eslint/parser@7.3.1)(eslint@9.0.0-beta.0)(typescript@5.4.3) - '@typescript-eslint/parser': 7.3.1(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/eslint-plugin': 7.4.0(@typescript-eslint/parser@7.4.0)(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/parser': 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) + '@typescript-eslint/utils': 7.4.0(eslint@9.0.0-beta.0)(typescript@5.4.3) eslint: 9.0.0-beta.0 typescript: 5.4.3 transitivePeerDependencies: