From 945bc0bc0a1c7419f28f16695dacaed8ba81f056 Mon Sep 17 00:00:00 2001 From: Enguerrand de Ribaucourt Date: Fri, 20 Sep 2024 10:02:10 +0200 Subject: [PATCH] Doc: Comment packages to be bumped later --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4d8d01ec..67eaaa82 100644 --- a/package.json +++ b/package.json @@ -895,6 +895,10 @@ "dev:vsix": "npm run clean && npm install && npm run fetch:wasm && npm run fetch:docs && npm run fetch:spdx-licenses && npm run compile && npm run package", "dev:npm": "npm run clean && npm install && npm run fetch:wasm && npm run fetch:docs && npm run fetch:spdx-licenses && cd server && npm pack" }, + "//": "TODO Bump eslint-plugin-header when rules is compatible with eslint 9", + "//": "See https://github.com/Stuk/eslint-plugin-header/issues/57", + "//": "TODO Bump vsce when symlink regression has been fixed", + "//": "See https://github.com/microsoft/vscode-vsce/pull/1053", "devDependencies": { "@eslint/js": "^9.10.0", "eslint-plugin-header": "github:tonyganchev/eslint-plugin-header#36161b3282e088ad2f19657ab0e377651b6886c2",