Skip to content

chore(deps): bump fs-extra from 11.3.2 to 11.3.4#1810

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fs-extra-11.3.4
Open

chore(deps): bump fs-extra from 11.3.2 to 11.3.4#1810
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fs-extra-11.3.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps fs-extra from 11.3.2 to 11.3.4.

Changelog

Sourced from fs-extra's changelog.

11.3.4 / 2026-03-03

  • Fix bug where calling ensureSymlink/ensureSymlinkSync with a relative srcPath would fail if the symlink already existed (#1038, #1064)

11.3.3 / 2025-12-18

  • Fix copying symlink when destination is a symlink to the same target (#1019, #1060)
Commits
  • 353a29b 11.3.4
  • 3e65fbe fix(ensureSymlink): resolve relative srcpath correctly when symlink exists (#...
  • e2615e5 Fix git URL in package.json (#1062)
  • 1de81e9 11.3.3
  • ddc46f7 Fix symlink copy failing when source and dest symlinks point to same target (...
  • 5023c22 Use macos-15-intel runner (#1061)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.3.2 to 11.3.4.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.2...11.3.4)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 27, 2026

✅ NapCat 构建成功

Success


📦 构建产物

包名 状态 下载
NapCat.Framework ✅ 成功 📥 下载
NapCat.Shell ✅ 成功 📥 下载

📋 构建信息

项目
🏷️ 版本号 4.18.1-pr.1810.239+7ba67f2
📝 提交 7ba67f2
🔗 构建日志 查看详情
🕐 完成时间 2026-04-27 09:56:05 UTC

🚀 快速安装 (Linux)

直连(需要能访问 GitHub)

curl -sSL https://github.com/NapNeko/napcat-pr-release/releases/download/pr-1810-7ba67f2/install.sh | bash

加速(国内推荐,ghfast.top)

curl -sSL https://gh.llkk.cc/https://github.com/NapNeko/napcat-pr-release/releases/download/pr-1810-7ba67f2/install.sh | bash

📦 查看 Release 页面
⚠️ 此为 PR 测试版本,约 5 天后会被自动清理。


🎉 所有构建均已成功完成!

点击上方下载链接获取构建产物进行测试

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 27, 2026

✅ Docker 测试镜像就绪

Success


📋 构建信息

项目
📝 提交 7ba67f2
🔗 PR #1810
🕐 完成时间 2026-04-27 09:59:00 UTC

🚀 快速使用

拉取镜像

docker pull mlikiowa/napcat-docker:pr-1810-7ba67f2

启动容器

docker run -d \
  --name napcat-pr-test \
  -e NAPCAT_UID=$(id -u) \
  -e NAPCAT_GID=$(id -g) \
  -e WEBUI_TOKEN=napcat \
  -p 6099:6099 \
  -p 3000:3000 \
  -p 3001:3001 \
  -v ./napcat/config:/app/napcat/config \
  -v ./napcat/QQ:/app/.config/QQ \
  mlikiowa/napcat-docker:pr-1810-7ba67f2
变量 说明 默认值
WEBUI_TOKEN WebUI 登录 Token napcat
ACCOUNT 自动登录的 QQ 号 (空则手动扫码)
NAPCAT_UID / NAPCAT_GID 容器内运行用户的 UID/GID 0
MODE 预设连接模式(ws / astrbot 等) (空)

⚠️ 此为 PR 测试镜像,保留 5 天后自动清理。


🎉 Docker 测试镜像已就绪!

使用上方命令拉取镜像进行测试

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants