From 1cc169d307963b305deae6d70d42e41ed30ccdf8 Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Fri, 30 May 2025 16:07:11 -0700 Subject: [PATCH 1/6] chore: fix gitcliff settings --- CHANGELOG.md | 4 ++-- cliff.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4354616..f2b7996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ ### Other -* fix: capture backtick escaped variable ([#2](https://github.com/randy3k/radian/issues/2)) +* fix: capture backtick escaped variable ([#2](https://github.com/REditorSupport/vscode-R-syntax/issues/2)) -**Full Changelog**: https://github.com/randy3k/radian/compare/v0.1.1...v0.1.2 +**Full Changelog**: https://github.com/REditorSupport/vscode-R-syntax/compare/v0.1.1...v0.1.2 ## 0.1.0 - 2025-05-13 diff --git a/cliff.toml b/cliff.toml index 135c7a1..d23b3a6 100644 --- a/cliff.toml +++ b/cliff.toml @@ -33,7 +33,7 @@ body = """ {% set_global issues = issues | unique %}\ {% if issues | length > 0 %} (\ {% for issue in issues %}\ - [#{{ issue }}](https://github.com/randy3k/radian/issues/{{ issue }})\ + [#{{ issue }}](https://github.com/REditorSupport/vscode-R-syntax/issues/{{ issue }})\ {% if not loop.last %}, {% endif %}\ {%- endfor -%})\ {%- endif %}\ @@ -41,7 +41,7 @@ body = """ {% endfor %}\ {% if version %} {% if previous.version %} - **Full Changelog**: https://github.com/randy3k/radian/compare/{{ previous.version }}...{{ version }} + **Full Changelog**: https://github.com/REditorSupport/vscode-R-syntax/compare/{{ previous.version }}...{{ version }} {% endif %} {% else -%} {% raw %}\n{% endraw %} @@ -68,7 +68,7 @@ commit_parsers = [ { body = ".*", group = "Other" }, ] link_parsers = [ - { pattern = "(?i)\\b(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved) #(\\d+)", href = "https://github.com/randy3k/radian/issues/$1" }, + { pattern = "(?i)\\b(?:close|closes|closed|fix|fixes|fixed|resolve|resolves|resolved) #(\\d+)", href = "https://github.com/REditorSupport/vscode-R-syntax/issues/$1" }, ] filter_commits = true topo_order = false From 38938cc61f62c376dd4e8c4ea44c85fd94671fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 06:55:55 -0700 Subject: [PATCH 2/6] chore(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 (#3) Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3. - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9854cfe..9600256 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "r-syntax", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "r-syntax", - "version": "0.1.1", + "version": "0.1.2", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "devDependencies": { @@ -8134,9 +8134,9 @@ } }, "node_modules/tar-fs": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz", - "integrity": "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.3.tgz", + "integrity": "sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==", "dev": true, "license": "MIT", "optional": true, From 3b953c7e81b2d3af2bf752506e4a24f9ce173ae6 Mon Sep 17 00:00:00 2001 From: Andriy Massimilla Date: Sat, 7 Jun 2025 11:09:14 -0400 Subject: [PATCH 3/6] Expand supported VScode version range (#4) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c379ce6..7579750 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "R Markdown" ], "engines": { - "vscode": "^1.99.0" + "vscode": "^1.96.2" }, "categories": [ "Programming Languages" From 66826160cb14fcb5edbda6d870828290af92d797 Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Sat, 7 Jun 2025 08:16:22 -0700 Subject: [PATCH 4/6] chore: rerun npm install --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 9600256..4a5d0bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "yaml": "^2.7.1" }, "engines": { - "vscode": "^1.99.0" + "vscode": "^1.96.2" } }, "node_modules/@ampproject/remapping": { From 08efecab495a40affa6043395b1dd3c96850f52e Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Sat, 7 Jun 2025 08:19:49 -0700 Subject: [PATCH 5/6] chore: update git-cliff to v2.9.1 and generate changelog --- CHANGELOG.md | 8 +++++++ package-lock.json | 56 +++++++++++++++++++++++------------------------ package.json | 2 +- 3 files changed, 37 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2b7996..033701c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.3 - 2025-06-07 + +### Other + +* Expand supported VScode version range ([#4](https://github.com/REditorSupport/vscode-R-syntax/issues/4)) + +**Full Changelog**: https://github.com/REditorSupport/vscode-R-syntax/compare/v0.1.2...v0.1.3 + ## 0.1.2 - 2025-05-30 ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4a5d0bd..1e4d404 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@vscode/vsce": "^3.3.2", "chokidar": "^4.0.3", "cross-env": "^7.0.3", - "git-cliff": "^2.8.0", + "git-cliff": "^2.9.1", "jest": "^29.7.0", "js-yaml": "^4.1.0", "patch-package": "^8.0.0", @@ -3723,9 +3723,9 @@ } }, "node_modules/git-cliff": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff/-/git-cliff-2.8.0.tgz", - "integrity": "sha512-iKF5QTXAb9+iVvmu5HpnMPWYw7fs74xkpAaRbSf29+dZaMTTNRIUST/y+Ir2S1bDUWWJNjXlwT9ZT62JuYLQnA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff/-/git-cliff-2.9.1.tgz", + "integrity": "sha512-jELmNuu5oolmxmpZ4tZVPeyT4Cjx0ZXZb1mqEcE+ZaLdCECguNtRMcbbAiNMlMn6DlMalJpFiNChQvEHx2idQw==", "dev": true, "license": "MIT OR Apache-2.0", "dependencies": { @@ -3738,18 +3738,18 @@ "node": ">=18.19 || >=20.6 || >=21" }, "optionalDependencies": { - "git-cliff-darwin-arm64": "2.8.0", - "git-cliff-darwin-x64": "2.8.0", - "git-cliff-linux-arm64": "2.8.0", - "git-cliff-linux-x64": "2.8.0", - "git-cliff-windows-arm64": "2.8.0", - "git-cliff-windows-x64": "2.8.0" + "git-cliff-darwin-arm64": "2.9.1", + "git-cliff-darwin-x64": "2.9.1", + "git-cliff-linux-arm64": "2.9.1", + "git-cliff-linux-x64": "2.9.1", + "git-cliff-windows-arm64": "2.9.1", + "git-cliff-windows-x64": "2.9.1" } }, "node_modules/git-cliff-darwin-arm64": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff-darwin-arm64/-/git-cliff-darwin-arm64-2.8.0.tgz", - "integrity": "sha512-rurUV2d1Z2n+c2+wUrO0gZaFb3c1G+ej0bPfKTPfde/CblxiysMkh+4dz23NrVbc8IlS5rSYv/JFGVaVSBNJRw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff-darwin-arm64/-/git-cliff-darwin-arm64-2.9.1.tgz", + "integrity": "sha512-e/n/1N68lNx3MrVhmj8Ttgey/8d3UcRhkEOnEI769DUcZVUKy3D/Kz6ZGIMKvDpCmQ40WkEcOhprV+GpLrncnA==", "cpu": [ "arm64" ], @@ -3761,9 +3761,9 @@ ] }, "node_modules/git-cliff-darwin-x64": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff-darwin-x64/-/git-cliff-darwin-x64-2.8.0.tgz", - "integrity": "sha512-Wtj+FGWZBWmeYUAGlkfz7QPz4+VVxxDPMhQ/7iwKVA3iryIX0slGfzYpqMurEFnTAMr0r+4IU3Q4O/ib7iUscg==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff-darwin-x64/-/git-cliff-darwin-x64-2.9.1.tgz", + "integrity": "sha512-sKf3wd+VBVXNmm3iMA6eThTz0AOkN7mRavStUJ+z5bSyZMrvgVXlj+GUImOuhPUsZd9qdE9wO7q+N10hCaCv8w==", "cpu": [ "x64" ], @@ -3775,9 +3775,9 @@ ] }, "node_modules/git-cliff-linux-arm64": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff-linux-arm64/-/git-cliff-linux-arm64-2.8.0.tgz", - "integrity": "sha512-k4RdfMdORXyefznWlQb+7wDgo7XgQF9qg8hJC34bwyJK2sODirrGau3uTx1/9Fi37g+pAOM7wM+LYppHCTZ2bQ==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff-linux-arm64/-/git-cliff-linux-arm64-2.9.1.tgz", + "integrity": "sha512-VkHX6gIoTxCzG8Pxu3um98Ip2RCY7bbmlDpC8odx1rFK1J8bzu9hzIDfdSWy47yaVJnG47ACLVFsip5qSxRhGA==", "cpu": [ "arm64" ], @@ -3789,9 +3789,9 @@ ] }, "node_modules/git-cliff-linux-x64": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff-linux-x64/-/git-cliff-linux-x64-2.8.0.tgz", - "integrity": "sha512-FcWX4GHgodYrQlZR03fzooanStgR03JNWvyaMQB1asplQ18nlziK2UyA+PESCIxOQmeLXauqoCApfzmdtp5myg==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff-linux-x64/-/git-cliff-linux-x64-2.9.1.tgz", + "integrity": "sha512-fEvgOdO9PJNXiQh+MC9WxZ+Hjwc1Hv5yP0JGZZB3ucLn1r7ZWPbngzM/2VoYGDgTkhpo6cHYrs/jl7R5fnBnGA==", "cpu": [ "x64" ], @@ -3803,9 +3803,9 @@ ] }, "node_modules/git-cliff-windows-arm64": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff-windows-arm64/-/git-cliff-windows-arm64-2.8.0.tgz", - "integrity": "sha512-GJSrqmBVTbMtBJI3/YCDxLviZZDgYgnKqYgquBk2u2AELAnnuWFnVFQ7ZEBUqgFF2UJu9EdV2Nv6MV8d/wnP0g==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff-windows-arm64/-/git-cliff-windows-arm64-2.9.1.tgz", + "integrity": "sha512-zqCzo5VHFGc3f/dCHMAR1m1UWgMcU7lIy/YvoTJqp8h2q9debmnKe29bR9HvQUq3Q7VDOHL+aiRayxqZytMnCg==", "cpu": [ "arm64" ], @@ -3817,9 +3817,9 @@ ] }, "node_modules/git-cliff-windows-x64": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/git-cliff-windows-x64/-/git-cliff-windows-x64-2.8.0.tgz", - "integrity": "sha512-8jl0YMXPYjUmVygUEeQ4wf1zte3Rv8LPq1sIklUKl80XE4g2Gm/8EIWbKpUPLQH6IncRwepY6VuMgpVpPXbwNw==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/git-cliff-windows-x64/-/git-cliff-windows-x64-2.9.1.tgz", + "integrity": "sha512-I+kAYLzmSQQ757Nxz+WnX9Ivcl9yfpkiULzrHywU95kUeH0SA07A74lcwjCIv0i4eujj0oCX2Ke5c/V4igPv2A==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 7579750..8e9263b 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "@vscode/vsce": "^3.3.2", "chokidar": "^4.0.3", "cross-env": "^7.0.3", - "git-cliff": "^2.8.0", + "git-cliff": "^2.9.1", "jest": "^29.7.0", "js-yaml": "^4.1.0", "patch-package": "^8.0.0", From 122e33a583d42ae8bb25d8e47a054fa73b2a4740 Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Sat, 7 Jun 2025 08:20:47 -0700 Subject: [PATCH 6/6] chore: bump to v0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e9263b..72f48fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "r-syntax", "displayName": "R Syntax", "description": "R Synxtax Highlight for Visual Studio Code", - "version": "0.1.2", + "version": "0.1.3", "author": "REditorSupport", "type": "module", "license": "SEE LICENSE IN LICENSE",