From 0dbd71ece8cca977eef696b900c9fb78f43aba26 Mon Sep 17 00:00:00 2001 From: Ryan Vandersmith Date: Wed, 5 Feb 2025 16:05:03 -0700 Subject: [PATCH] Update `motoko` and `prettier-plugin-motoko` npm dependencies (#320) * Bump 'moc' to 0.14.0 * Update package-lock.json * 0.16.21 * Update Node.js version matrix in CI --- .github/workflows/tests.yml | 2 +- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e14ae4e..83cd487 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/package-lock.json b/package-lock.json index 525c6d8..c1de91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-motoko", - "version": "0.16.20", + "version": "0.16.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-motoko", - "version": "0.16.20", + "version": "0.16.21", "hasInstallScript": true, "dependencies": { "@wasmer/wasi": "1.2.2", @@ -16,9 +16,9 @@ "ic-mops": "0.45.3", "ic0": "0.3.1", "mnemonist": "0.39.5", - "motoko": "3.9.7", + "motoko": "3.11.0", "prettier": "2.8.0", - "prettier-plugin-motoko": "0.10.4", + "prettier-plugin-motoko": "0.10.5", "semver": "7.6.3", "url-relative": "1.0.0", "vscode-languageclient": "8.0.2", @@ -10489,9 +10489,9 @@ } }, "node_modules/motoko": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/motoko/-/motoko-3.9.7.tgz", - "integrity": "sha512-iPgsX1I60FYP1izuCKoqx8v3+qNyvkETfEi1F+DUAioHz0ah+gHLXFCcFzJhZEUEE/+P0nlxwrc7hGGAnyFlmg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/motoko/-/motoko-3.11.0.tgz", + "integrity": "sha512-huqLqDcpDQsIc1r0hLyDNY0TcGotIrFFXQMNl79xdrosa+Bqi3p3CeoyHBJ8AL2HTpVxYQTKxpYRhUyXlR+JlA==", "license": "Apache-2.0", "dependencies": { "cross-fetch": "3.1.5", @@ -11348,9 +11348,9 @@ } }, "node_modules/prettier-plugin-motoko": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.10.4.tgz", - "integrity": "sha512-SPx2a4w6gIP1gXFjyIHs+SmscOHlEi88pAb+9XVKOlCeOy1rTXbucWJ/L420atNkf5jRpYqPDGFP1Zx2mv99Fg==", + "version": "0.10.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.10.5.tgz", + "integrity": "sha512-rEP6IUTqZ90ZUGGIZIS7GTF0SOIinAleQq1WP7Tdfvdo35WnLHxv0SOiIH+M8ef3RMKdHfU4uGiH3pbQ73nSpg==", "license": "Apache-2.0", "dependencies": { "out-of-character": "^1.2.1" @@ -20816,9 +20816,9 @@ } }, "motoko": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/motoko/-/motoko-3.9.7.tgz", - "integrity": "sha512-iPgsX1I60FYP1izuCKoqx8v3+qNyvkETfEi1F+DUAioHz0ah+gHLXFCcFzJhZEUEE/+P0nlxwrc7hGGAnyFlmg==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/motoko/-/motoko-3.11.0.tgz", + "integrity": "sha512-huqLqDcpDQsIc1r0hLyDNY0TcGotIrFFXQMNl79xdrosa+Bqi3p3CeoyHBJ8AL2HTpVxYQTKxpYRhUyXlR+JlA==", "requires": { "cross-fetch": "3.1.5", "debug": "4.3.4", @@ -21436,9 +21436,9 @@ "integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==" }, "prettier-plugin-motoko": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.10.4.tgz", - "integrity": "sha512-SPx2a4w6gIP1gXFjyIHs+SmscOHlEi88pAb+9XVKOlCeOy1rTXbucWJ/L420atNkf5jRpYqPDGFP1Zx2mv99Fg==", + "version": "0.10.5", + "resolved": "https://registry.npmjs.org/prettier-plugin-motoko/-/prettier-plugin-motoko-0.10.5.tgz", + "integrity": "sha512-rEP6IUTqZ90ZUGGIZIS7GTF0SOIinAleQq1WP7Tdfvdo35WnLHxv0SOiIH+M8ef3RMKdHfU4uGiH3pbQ73nSpg==", "requires": { "out-of-character": "^1.2.1" } diff --git a/package.json b/package.json index 42f0603..96c2d5f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-motoko", "displayName": "Motoko", "description": "Motoko language support", - "version": "0.16.20", + "version": "0.16.21", "publisher": "dfinity-foundation", "repository": "https://github.com/dfinity/vscode-motoko", "engines": { @@ -173,9 +173,9 @@ "ic-mops": "0.45.3", "ic0": "0.3.1", "mnemonist": "0.39.5", - "motoko": "3.9.7", + "motoko": "3.11.0", "prettier": "2.8.0", - "prettier-plugin-motoko": "0.10.4", + "prettier-plugin-motoko": "0.10.5", "semver": "7.6.3", "url-relative": "1.0.0", "vscode-languageclient": "8.0.2",