github-actions[bot]
71ff7b49c3
Release extension version 0.3.34 ( #288 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2026-01-05 09:02:23 -06:00
github-actions[bot]
6641228870
Release extension version 0.3.33 ( #284 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2026-01-04 14:05:43 -06:00
github-actions[bot]
c67c353245
Release extension version 0.3.32 ( #281 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2026-01-02 14:47:49 -06:00
github-actions[bot]
56ce46afa6
Release extension version 0.3.31 ( #279 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2026-01-02 12:21:22 -06:00
github-actions[bot]
3734de18ee
Release extension version 0.3.30 ( #274 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-30 12:01:49 -06:00
github-actions[bot]
f84e42c1f1
Release extension version 0.3.29 ( #272 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-29 22:27:06 -06:00
github-actions[bot]
a06ceee92b
Release extension version 0.3.28 ( #267 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-23 14:24:06 -06:00
github-actions[bot]
86888cf4c8
Release extension version 0.3.27 ( #264 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-22 11:28:48 -06:00
github-actions[bot]
c0062e5287
Release extension version 0.3.26 ( #263 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-22 08:25:37 -06:00
eric sciple
656a821a94
ESM migration: Add .js extensions for node16 moduleResolution ( #257 )
...
Migrate expressions, workflow-parser, and languageservice packages to use
proper ESM imports with .js extensions that work with node16 moduleResolution.
Changes:
- Update tsconfig.build.json in each package to use module: node16 and
moduleResolution: node16
- Add .js extensions to all relative import paths (Option B approach)
- Fix yaml internal type imports in workflow-parser by defining local types
- Add skipLibCheck to handle @types/node compatibility issues
- Add TypeScript 5.8.3 override in root package.json
- Add ESM migration plan documentation
The languageserver package is deferred due to test hang issues that need
further investigation.
Related #154 - Upgrade moduleResolution from node to node16 or nodenext
Related #110 - Published ESM code has imports without file extensions
Related #64 - expressions: ERR_MODULE_NOT_FOUND attempting to run example
Related #146 - Can not import @actions/workflow-parser
Test results:
- expressions: 1068 tests passed
- workflow-parser: 292 tests passed
- languageservice: 452 tests passed
* docs: update ESM migration plan with findings
- Update languageserver blocker: vscode-languageserver v8.0.2 lacks ESM
exports (not a test hang issue)
- Document that Option B (manual .js extensions) was chosen over Option A
due to ts-jest compatibility issues
- Add workaround for yaml package internal types (LinePos, NodeBase)
- Update migration status table with accurate reason for deferral
- Add skipLibCheck note for @types/node compatibility
2025-12-18 13:35:48 -06:00
eric sciple
fbdc2a5749
Add ubuntu-slim and update runner labels ( #256 )
...
* Add ubuntu-slim and update runner labels
- Add ubuntu-slim runner (new 1-vCPU Linux runner)
- Add ubuntu-24.04 (current LTS)
- Update macOS runners to current versions (15, 14, 13)
- Remove deprecated runners (ubuntu-18.04, macos-12, macos-11, macos-10.15)
- Update tests to reflect new runner count
Fixes #255
* Remove macos-13 runner label
Per internal confirmation, macos-13 should not be included in the
suggested runner labels.
2025-12-17 09:24:22 -06:00
Francesco Renzi
1f2031c2f3
update typescript
2025-12-12 08:54:05 +00:00
Francesco Renzi
ecebf60561
rollback package-lock
2025-12-12 08:52:17 +00:00
Francesco Renzi
9922d3983f
Add language server executable
2025-12-10 11:15:25 +00:00
github-actions[bot]
742b36d6b7
Release extension version 0.3.25 ( #248 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-08 13:51:17 -06:00
github-actions[bot]
952dc89b78
Release extension version 0.3.24 ( #247 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-08 10:06:11 -06:00
github-actions[bot]
7b9adb106e
Release extension version 0.3.23 ( #230 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-05 10:38:55 -06:00
github-actions[bot]
22c36bc946
Release extension version 0.3.22 ( #228 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-04 13:36:13 -06:00
github-actions[bot]
dfb411f71e
Release extension version 0.3.21 ( #226 )
...
Co-authored-by: GitHub Actions <github-actions@github.com >
2025-12-04 11:48:14 -06:00
eric sciple
bd7e5f0b70
Fix npm audit vulnerabilities ( #222 )
2025-12-03 11:57:43 -06:00
GitHub Actions
43feb1a1f4
Release extension version 0.3.20
2025-11-19 16:32:52 +00:00
GitHub Actions
d6b3b9d3e8
Release extension version 0.3.19
2025-09-30 10:37:47 +00:00
GitHub Actions
7504f49ab6
Release extension version 0.3.18
2025-09-10 13:58:01 +00:00
dependabot[bot]
a13e5cd088
Bump form-data from 4.0.2 to 4.0.4
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-22 07:47:53 +00:00
Anthony Zavala
880d3e4109
Bump webpack-dev-server: >=5.2.1
2025-06-16 22:19:01 +00:00
GitHub Actions
b0fd29ab60
Release extension version 0.3.17
2025-05-07 21:04:23 +00:00
Anthony Zavala
80c99e6e38
Bump @octokit/rest from 19.0.7 to 21.1.1 & lerna from 8.2.1 to 8.2.2
2025-05-07 18:11:36 +00:00
GitHub Actions
ffef418dbc
Release extension version 0.3.16
2025-05-07 13:36:26 +00:00
dependabot[bot]
f0a24df8db
Bump lerna from 6.0.3 to 8.2.1
...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna ) from 6.0.3 to 8.2.1.
- [Release notes](https://github.com/lerna/lerna/releases )
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md )
- [Commits](https://github.com/lerna/lerna/commits/v8.2.1/packages/lerna )
---
updated-dependencies:
- dependency-name: lerna
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-10 01:44:06 +00:00
GitHub Actions
977d0ea9cd
Release extension version 0.3.15
2025-03-05 18:02:03 +00:00
GitHub Actions
7a41cd9e66
Release extension version 0.3.14
2025-01-29 21:32:29 +00:00
GitHub Actions
e6e3bb41e2
Release extension version 0.3.13
2024-09-10 18:10:03 +00:00
dependabot[bot]
1b970c131f
Bump axios from 1.6.7 to 1.7.7
...
Bumps [axios](https://github.com/axios/axios ) from 1.6.7 to 1.7.7.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.6.7...v1.7.7 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 17:08:04 +00:00
GitHub Actions
53e3f1755d
Release extension version 0.3.12
2024-08-02 20:07:29 +00:00
dependabot[bot]
4f4d671d85
Bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-18 16:13:18 +00:00
GitHub Actions
da50e32283
Release extension version 0.3.11
2024-07-18 16:08:27 +00:00
Beth Brennan
5aa45f9482
Update vscode-uri
2024-07-05 17:15:21 -04:00
GitHub Actions
7c18d8fae8
Release extension version 0.3.10
2024-05-29 16:45:29 +00:00
Felipe Suero
657b14fd19
Merge pull request #70 from actions/dependabot/npm_and_yarn/follow-redirects-1.15.6
...
Bump follow-redirects from 1.15.5 to 1.15.6
2024-05-29 12:43:56 -04:00
dependabot[bot]
f809d5f89b
Bump ejs from 3.1.8 to 3.1.10
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-02 06:48:49 +00:00
dependabot[bot]
acdfbcc609
Bump follow-redirects from 1.15.5 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-17 01:08:04 +00:00
GitHub Actions
67d9f06795
Release extension version 0.3.9
2024-03-05 23:34:14 +00:00
dependabot[bot]
4d64772250
Bump ip from 2.0.0 to 2.0.1
...
Bumps [ip](https://github.com/indutny/node-ip ) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: ip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-05 20:08:45 +00:00
dependabot[bot]
62cf97a1fd
Bump axios from 1.1.3 to 1.6.7
...
Bumps [axios](https://github.com/axios/axios ) from 1.1.3 to 1.6.7.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.1.3...v1.6.7 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-05 19:56:11 +00:00
dependabot[bot]
26d8080e56
Bump follow-redirects from 1.15.2 to 1.15.5
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-05 00:30:38 +00:00
dependabot[bot]
e6ce85f61f
Bump @babel/traverse from 7.20.1 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-18 14:54:48 +00:00
GitHub Actions
ded93b55e7
Release extension version 0.3.8
2023-09-06 15:44:25 +00:00
Crystal Tenn
f966106367
Merge pull request #49 from actions/dependabot/npm_and_yarn/word-wrap-1.2.4
...
Bump word-wrap from 1.2.3 to 1.2.4
2023-09-06 11:15:46 -04:00
GitHub Actions
207cfa12c0
Release extension version 0.3.7
2023-08-04 19:54:21 +00:00
dependabot[bot]
78acb30a9c
Bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-20 06:59:20 +00:00