Skip to content

Commit 0788f53

Browse files
ricxJrdependabot[bot]isc-klugjsjohnmurrayisc-bsaviano
authored
Chore/sync upstream 2026 06 12 (#132)
* Bump fast-uri from 3.1.0 to 3.1.2 (intersystems-community#1779) Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2. - [Release notes](https://github.com/fastify/fast-uri/releases) - [Commits](fastify/fast-uri@v3.1.0...v3.1.2) --- updated-dependencies: - dependency-name: fast-uri dependency-version: 3.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump axios from 1.15.0 to 1.15.2 (intersystems-community#1778) Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kuang-Chen (KC) Lu <klu@intersystems.com> * Bump @nevware21/ts-utils from 0.12.5 to 0.14.0 (intersystems-community#1785) Bumps [@nevware21/ts-utils](https://github.com/nevware21/ts-utils) from 0.12.5 to 0.14.0. - [Release notes](https://github.com/nevware21/ts-utils/releases) - [Changelog](https://github.com/nevware21/ts-utils/blob/main/CHANGELOG.md) - [Commits](nevware21/ts-utils@0.12.5...0.14.0) --- updated-dependencies: - dependency-name: "@nevware21/ts-utils" dependency-version: 0.14.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ws from 8.20.0 to 8.20.1 (intersystems-community#1786) Bumps [ws](https://github.com/websockets/ws) from 8.20.0 to 8.20.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.20.0...8.20.1) --- updated-dependencies: - dependency-name: ws dependency-version: 8.20.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump axios from 1.15.2 to 1.16.0 (intersystems-community#1789) Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Reinstate reconnect option from status bar panel of isfs-type workspace (fix intersystems-community#1787) (intersystems-community#1788) * Update status of document after running server-side source control action on it when `respectEditableStatus` is set (intersystems-community#1792) * Ensure cookies are always fresh before starting a Lite Terminal (intersystems-community#1793) * Update release CI script to use `softprops/action-gh-release@v3` for Node 24 compatibility (intersystems-community#1790) * Prepare 3.8.2 release (intersystems-community#1794) * auto bump version with release * CI: bump actions/download-artifact to v8 for Node 24 compatibility (intersystems-community#1795) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kuang-Chen (KC) Lu <klu@intersystems.com> Co-authored-by: John Murray <johnm@georgejames.com> Co-authored-by: Brett Saviano <bsaviano@intersystems.com> Co-authored-by: ProjectBot <bot@users.noreply.github.com>
1 parent a9626f1 commit 0788f53

10 files changed

Lines changed: 169 additions & 98 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
needs: build
8888
steps:
89-
- uses: actions/download-artifact@v4
89+
- uses: actions/download-artifact@v8
9090
with:
9191
name: meta
9292
path: .
@@ -96,12 +96,12 @@ jobs:
9696
set -x
9797
echo "version=`cat meta.version`" >> $GITHUB_OUTPUT
9898
echo "name=`cat meta.name`" >> $GITHUB_OUTPUT
99-
- uses: actions/download-artifact@v4
99+
- uses: actions/download-artifact@v8
100100
with:
101101
name: ${{ steps.set-version.outputs.name }}.vsix
102102
- name: Create Release
103103
id: create-release
104-
uses: softprops/action-gh-release@v1
104+
uses: softprops/action-gh-release@v3
105105
with:
106106
tag_name: v${{ steps.set-version.outputs.version }}
107107
prerelease: ${{ github.event_name != 'release' }}
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
ref: master
118118
token: ${{ secrets.TOKEN }}
119-
- uses: actions/download-artifact@v4
119+
- uses: actions/download-artifact@v8
120120
with:
121121
name: meta
122122
path: .
@@ -145,7 +145,7 @@ jobs:
145145
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
146146
- name: Upload Release Asset
147147
id: upload-release-asset
148-
uses: softprops/action-gh-release@v1
148+
uses: softprops/action-gh-release@v3
149149
with:
150150
tag_name: ${{ github.event.release.tag_name }}
151151
files: ${{ steps.set-version.outputs.name }}.vsix

.github/workflows/prerelease.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
needs: build
8383
steps:
84-
- uses: actions/download-artifact@v4
84+
- uses: actions/download-artifact@v8
8585
with:
8686
name: meta
8787
path: .
@@ -91,12 +91,12 @@ jobs:
9191
set -x
9292
echo "version=`cat meta.version`" >> $GITHUB_OUTPUT
9393
echo "name=`cat meta.name`" >> $GITHUB_OUTPUT
94-
- uses: actions/download-artifact@v4
94+
- uses: actions/download-artifact@v8
9595
with:
9696
name: ${{ steps.set-version.outputs.name }}.vsix
9797
- name: Create Pre-Release
9898
id: create-release
99-
uses: softprops/action-gh-release@v1
99+
uses: softprops/action-gh-release@v3
100100
with:
101101
tag_name: v${{ steps.set-version.outputs.version }}
102102
target_commitish: ${{ github.sha }}
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
ref: prerelease
114114
token: ${{ secrets.TOKEN }}
115-
- uses: actions/download-artifact@v4
115+
- uses: actions/download-artifact@v8
116116
with:
117117
name: meta
118118
path: .
@@ -141,7 +141,7 @@ jobs:
141141
npx vsce package --pre-release -o ${{ steps.set-version.outputs.name }}.vsix
142142
- name: Upload Release Asset
143143
id: upload-release-asset
144-
uses: softprops/action-gh-release@v1
144+
uses: softprops/action-gh-release@v3
145145
with:
146146
tag_name: ${{ github.event.release.tag_name }}
147147
files: ${{ steps.set-version.outputs.name }}.vsix

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## [3.8.2] 04-Jun-2026
4+
- Enhancements
5+
- Add `Import Files...` command that supports many file types (#1764)
6+
- Add `objectscript.insertStubContent` setting (#1765)
7+
- Fixes
8+
- Allow webapp file creation on older IRIS servers (#1768)
9+
- Show detailed error messages when a server-side URI is invalid (#1772)
10+
- Support `Save As...` for server-side documents (#1774)
11+
- Fix issue where unit tests are always run in the first workspace folder (#1775)
12+
- Fix a spelling error (#1777)
13+
- Reinstate reconnect option from status bar panel of server-side workspace folder (#1788)
14+
- Update status of document after running server-side source control action on it when `respectEditableStatus` is set (#1792)
15+
- Ensure cookies are always fresh before starting a Lite Terminal (#1793)
16+
- Upgrade dependencies
17+
318
## [3.8.1] 15-Apr-2026
419
- Fixes
520
- Fix issue that causes client-side connections to be forced active (#1748)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ To unlock these features (optional):
7474

7575
1. Download and install a beta version from GitHub. This is necessary because Marketplace does not allow publication of extensions that use proposed APIs.
7676
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
77-
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.8.1`, look for `3.8.2-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
78-
- Download the VSIX file (for example `vscode-objectscript-3.8.2-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
77+
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.8.2`, look for `3.8.3-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.
78+
- Download the VSIX file (for example `vscode-objectscript-3.8.3-beta.1.vsix`) and install it. One way to install a VSIX is to drag it from your download folder and drop it onto the list of extensions in the Extensions view of VS Code.
7979

8080
- Go to https://github.com/intersystems-community/vscode-objectscript/releases
8181
- Locate the beta immediately above the release you installed from Marketplace. For instance, if you installed `3.4.0`, look for `3.4.1-beta.1`. This will be functionally identical to the Marketplace version apart from being able to use proposed APIs.

0 commit comments

Comments
 (0)