Skip to content

Commit

Permalink
VScode 1.82.0 (#1245)
Browse files Browse the repository at this point in the history
* Update the lower bound of vscode to 1.82.0

Signed-off-by: Sora Morimoto <[email protected]>

* Add `@types/vscode` to ignore list in `.github/dependabot.yml`

Signed-off-by: Sora Morimoto <[email protected]>

* Set build target to es2022

Signed-off-by: Sora Morimoto <[email protected]>

* Update `CHANGELOG.md`

Signed-off-by: Sora Morimoto <[email protected]>

---------

Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto authored Oct 24, 2023
1 parent 8bb1c29 commit c5fde25
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ updates:
labels:
- dependencies
- no changelog
ignore:
- dependency-name: "@types/vscode"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Unreleased

- Set the VSCode lower bound to 1.82.0 and set the build target to es2022 to get
better runtime performance (#1245)

## 1.13.2

- Indentation level is increased more reliably for `let`, `and`, and their
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build: ## Build the project
--external:vscode \
--outdir=dist \
--platform=node \
--target=es6 \
--target=es2022 \
--sourcemap

.PHONY: build-release
Expand All @@ -41,7 +41,7 @@ build-release:
--external:vscode \
--outdir=dist \
--platform=node \
--target=es6 \
--target=es2022 \
--minify-whitespace \
--minify-syntax \
--sourcemap \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
"vscode-languageclient": "9.0.1"
},
"devDependencies": {
"@types/vscode": "1.64.0",
"@types/vscode": "1.82.0",
"@vscode/test-electron": "2.3.5",
"@vscode/vsce": "2.21.1",
"esbuild": "0.19.5",
Expand All @@ -1222,7 +1222,7 @@
},
"packageManager": "[email protected]+sha256.6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44",
"engines": {
"vscode": "^1.64.0"
"vscode": "^1.82.0"
},
"icon": "assets/logo.png"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1419,10 +1419,10 @@ __metadata:
languageName: node
linkType: hard

"@types/vscode@npm:1.64.0":
version: 1.64.0
resolution: "@types/vscode@npm:1.64.0"
checksum: 5d14a8211887d2f368a57cdb1fe2b99e0fe175daa2dddb9d1413384f78191fe6e40a3c27c0216c05b957178c6facb6d7e841ce03c96e76d53fbd061cec71cbd4
"@types/vscode@npm:1.82.0":
version: 1.82.0
resolution: "@types/vscode@npm:1.82.0"
checksum: 5ebc17c52edac6873cf37ce33e9fde160d6b4591c7b6928ed68ebed3e703228c8234fb05f49e25020ef775ecc9076b097452d7f6a6b2cdaceb334d6d4881fc4c
languageName: node
linkType: hard

Expand Down Expand Up @@ -4595,7 +4595,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "ocaml-platform@workspace:."
dependencies:
"@types/vscode": "npm:1.64.0"
"@types/vscode": "npm:1.82.0"
"@vscode/test-electron": "npm:2.3.5"
"@vscode/vsce": "npm:2.21.1"
esbuild: "npm:0.19.5"
Expand Down

0 comments on commit c5fde25

Please sign in to comment.