Skip to content

ci: 升级构建流程和依赖 - #769

Open
th-dd wants to merge 5 commits into
maboloshi:gh-pagesfrom
th-dd:gh-pages
Open

ci: 升级构建流程和依赖#769
th-dd wants to merge 5 commits into
maboloshi:gh-pagesfrom
th-dd:gh-pages

Conversation

@th-dd

@th-dd th-dd commented Aug 4, 2026

Copy link
Copy Markdown
Contributor
  1. 新的 VSCode 插件构建方式(.github/workflows/build-vscode-extension.yml):借用 Actions 的能力自动构建插件,避免了本地构建的繁琐性(仍可本地构建)。

  2. Dependabot 依赖更新(Actions):以组的方式呈现。同时新增 VSCode 扩展目录下的 package.json 依赖更新。

  3. Git 忽略文件:新增忽略日志(适用于包管理器 npm 的日志)。

  4. 同步更新 VSCode 扩展的 README 描述。

th-dd and others added 4 commits August 4, 2026 17:38
* ci: 新增依赖更新

* ci: 新增构建 VSCode 插件工作流

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 更新 vscode 扩展构建工作流

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* docs: 更新 VSCode 扩展 readme 文档

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 修复找不到锁文件的问题

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 更新工作流名称

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* chore: bump version from 1.0.0 to 1.0.1

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 新增权限字段

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* 合并上游仓库提交 (#3)

* main.user.js Update to 1.9.4.4-2026-07-29

Signed-off-by: action-assistant[bot] <152410706+action-assistant[bot]@users.noreply.github.com>

* refactor: 移除根目录 main(vscode).user.js, 统一由扩展维护 (maboloshi#767)

* test: fix issue 702 regression expectations (maboloshi#725)

---------

Signed-off-by: action-assistant[bot] <152410706+action-assistant[bot]@users.noreply.github.com>
Co-authored-by: action-assistant[bot] <152410706+action-assistant[bot]@users.noreply.github.com>
Co-authored-by: PtJade Ceramic <185668489+PtJade-Ceramic@users.noreply.github.com>
Co-authored-by: saime428 <51110572+saime428@users.noreply.github.com>

* ci: 应用 AI Agent 更改

将 npm install 改为 npm ci

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 应用 AI Agent 更改

替换打包方式部分过程

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 应用 AI Agent 更改

更换上传文件的匹配方式

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

* ci: 应用 AI Agent 更改

修改错误的拼写

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>

---------

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>
Signed-off-by: action-assistant[bot] <152410706+action-assistant[bot]@users.noreply.github.com>
Co-authored-by: action-assistant[bot] <152410706+action-assistant[bot]@users.noreply.github.com>
Co-authored-by: PtJade Ceramic <185668489+PtJade-Ceramic@users.noreply.github.com>
Co-authored-by: saime428 <51110572+saime428@users.noreply.github.com>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [actions/github-script](https://github.com/actions/github-script).


Updates `actions/checkout` from 4 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v7)

Updates `actions/setup-node` from 4 to 7
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v7)

Updates `actions/github-script` from 7 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...v9)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@th-dd

th-dd commented Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

签好名了

权限不足,用不了

Signed-off-by: 叹号大帝 <162813557+th-dd@users.noreply.github.com>
@th-dd th-dd changed the title chore: 升级构建流程和依赖 ci: 升级构建流程和依赖 Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant