Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.16.0 #1349

Merged
merged 2 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Unreleased

## 1.16.0

- Add syntax documentation option (#1313)

- Update syntax for ocamlformat (#1343)

- Add snippet for dune alias stanza (#1347)
Expand All @@ -23,7 +27,6 @@
## 1.14.1

- Fix incorrect esy sandbox docs (#1297)
- Add syntax documentation option (#1313)

## 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ocaml-platform",
"displayName": "OCaml Platform",
"version": "1.15.0",
"version": "1.16.0",
"private": true,
"description": "Official OCaml language extension for VSCode",
"categories": [
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1509,11 +1509,11 @@ __metadata:
linkType: hard

"@types/node@npm:*":
version: 20.10.6
resolution: "@types/node@npm:20.10.6"
version: 20.11.0
resolution: "@types/node@npm:20.11.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 6692ccfa8552ef60c4069fda3c8de726c23e8d403cdf788e3c7efa769987e80fbda5f02723dd857f9de7df24a5fa40b3ed4580ec3c5cbac04eba44cf7b2ab1dc
checksum: 560aa850dfccb83326f9cba125459f6c3fb0c71ec78f22c61e4d248f1df78bd25fd6792cef573dfbdc49c882f8e38bb1a82ca87e0e28ff2513629c704c2b02af
languageName: node
linkType: hard

Expand Down Expand Up @@ -1906,9 +1906,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30001565":
version: 1.0.30001574
resolution: "caniuse-lite@npm:1.0.30001574"
checksum: 27a01d086f5a7300862ea054a9f8b8e155f2cfb83c8223723be0d707e55c653ca5eb1adc196cb28c9aa2ed91d6f87b5372f342c554f1de6769c57a284835b8ed
version: 1.0.30001576
resolution: "caniuse-lite@npm:1.0.30001576"
checksum: 79cf666f9139c542bdf75eab76171534dc638d2f8efacd325649c8ec6be59de400f0e9d6dc02504f12125626b306c0a848fe86904c01722218b2a479be82a9c1
languageName: node
linkType: hard

Expand Down Expand Up @@ -2374,9 +2374,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.601":
version: 1.4.623
resolution: "electron-to-chromium@npm:1.4.623"
checksum: 3faa47df308936b4820f642d7957417bdcc8f81f2446adee73147e543653f81be3dcfa973d5e287ed1481a281d4926114c287967d75798f35b3af8ddad169875
version: 1.4.630
resolution: "electron-to-chromium@npm:1.4.630"
checksum: dbe3b3437b00f978aa261e1ee9c80eebaba70dea601866b0d64e36f7146328c79bce8416652e4713cfeb0e22428cc7ec1751881860ec892fa32ec8de015d1a9e
languageName: node
linkType: hard

Expand Down Expand Up @@ -2685,12 +2685,12 @@ __metadata:
linkType: hard

"follow-redirects@npm:^1.14.6":
version: 1.15.4
resolution: "follow-redirects@npm:1.15.4"
version: 1.15.5
resolution: "follow-redirects@npm:1.15.5"
peerDependenciesMeta:
debug:
optional: true
checksum: 5f37ed9170c9eb19448c5418fdb0f2b73f644b5364834e70791a76ecc7db215246f9773bbef4852cfae4067764ffc852e047f744b661b0211532155b73556a6a
checksum: 418d71688ceaf109dfd6f85f747a0c75de30afe43a294caa211def77f02ef19865b547dfb73fde82b751e1cc507c06c754120b848fe5a7400b0a669766df7615
languageName: node
linkType: hard

Expand Down Expand Up @@ -5005,13 +5005,13 @@ __metadata:
linkType: hard

"safe-regex-test@npm:^1.0.0":
version: 1.0.0
resolution: "safe-regex-test@npm:1.0.0"
version: 1.0.2
resolution: "safe-regex-test@npm:1.0.2"
dependencies:
call-bind: "npm:^1.0.2"
get-intrinsic: "npm:^1.1.3"
call-bind: "npm:^1.0.5"
get-intrinsic: "npm:^1.2.2"
is-regex: "npm:^1.1.4"
checksum: 14a81a7e683f97b2d6e9c8be61fddcf8ed7a02f4e64a825515f96bb1738eb007145359313741d2704d28b55b703a0f6300c749dde7c1dbc13952a2b85048ede2
checksum: c24df9c3cbd9e6a6800f02411a12ce2bd642be22ce6ad03f796e7b3f3851d9eb1fb8d1fab48278b04fabe75dd279c10bc07a45e39543aa72407fbd8a31174958
languageName: node
linkType: hard

Expand Down
Loading