Skip to content

build(deps-dev): bump jsdom from 21.1.2 to 22.0.0#3

Merged
canisminor1990 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/jsdom-22.0.0
May 21, 2023
Merged

build(deps-dev): bump jsdom from 21.1.2 to 22.0.0#3
canisminor1990 merged 1 commit intomasterfrom
dependabot/npm_and_yarn/jsdom-22.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2023

Bumps jsdom from 21.1.2 to 22.0.0.

Changelog

Sourced from jsdom's changelog.

22.0.0

Commits
  • 4bb2582 Version 22.0.0
  • 64db3ce Improve developer experience for web platform tests
  • 13ac01e Remove support for running jsdom in a browser
  • e0adf43 Update CI to run on latest Ubuntu
  • df5c511 Update Node.js minimum and dependencies
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [jsdom](https://github.com/jsdom/jsdom) from 21.1.2 to 22.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@21.1.2...22.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lobe-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2023 4:38pm

@canisminor1990 canisminor1990 merged commit b377e5e into master May 21, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/jsdom-22.0.0 branch May 21, 2023 16:36
@canisminor1990
Copy link
Copy Markdown
Member

🎉 This PR is included in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@canisminor1990
Copy link
Copy Markdown
Member

🎉 This issue has been resolved in version 0.57.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

This was referenced May 6, 2024
wangzr040220 pushed a commit to wangzr040220/lobehub that referenced this pull request Apr 15, 2026
* 添加 GitHub Actions CI/CD 配置文件,包括 PR 构建检查和版本发布工作流,更新 README.md 以说明工作流和快速开始步骤。

* fix: initialize drizzle db lazily

* build: optimize docker image with standalone output

* build: speed up multi-arch docker build

* 优化 Dockerfile,移除镜像源前缀以简化构建过程

* chore: simplify release workflow and deployment docs

* fix: ensure release buildx uses container driver

* 优化 PR 检查工作流,使用单一架构以提高构建速度,并将镜像直接加载到 Docker daemon,简化后续测试步骤。

* 优化 PR 检查和发布工作流,增强镜像验证步骤,确保 Node.js 版本和应用文件存在性检查,改进版本标签匹配规则。

* Feature/actions (lobehub#3)

* 添加 GitHub Actions CI/CD 配置文件,包括 PR 构建检查和版本发布工作流,更新 README.md 以说明工作流和快速开始步骤。

* fix: initialize drizzle db lazily

* build: optimize docker image with standalone output

* build: speed up multi-arch docker build

* 优化 Dockerfile,移除镜像源前缀以简化构建过程

* chore: simplify release workflow and deployment docs

* fix: ensure release buildx uses container driver

* 优化 PR 检查工作流,使用单一架构以提高构建速度,并将镜像直接加载到 Docker daemon,简化后续测试步骤。

* 优化 PR 检查和发布工作流,增强镜像验证步骤,确保 Node.js 版本和应用文件存在性检查,改进版本标签匹配规则。

* 删除 GitHub Actions 配置的 README.md 文件,移除不再需要的文档内容。

* 删除 action 中的 readme (lobehub#4)

* 添加 GitHub Actions CI/CD 配置文件,包括 PR 构建检查和版本发布工作流,更新 README.md 以说明工作流和快速开始步骤。

* fix: initialize drizzle db lazily

* build: optimize docker image with standalone output

* build: speed up multi-arch docker build

* 优化 Dockerfile,移除镜像源前缀以简化构建过程

* chore: simplify release workflow and deployment docs

* fix: ensure release buildx uses container driver

* 优化 PR 检查工作流,使用单一架构以提高构建速度,并将镜像直接加载到 Docker daemon,简化后续测试步骤。

* 优化 PR 检查和发布工作流,增强镜像验证步骤,确保 Node.js 版本和应用文件存在性检查,改进版本标签匹配规则。

* 删除 GitHub Actions 配置的 README.md 文件,移除不再需要的文档内容。

* 优化 PR 检查工作流,移除不必要的 Docker 镜像结构测试步骤,以简化构建过程。

* 删除 GitHub Actions 配置中的 README.md 文件,移除不再需要的文档内容。

* 更新 PR 检查工作流,仅在向 main 分支提交 PR 时触发,简化触发条件。
wangzr040220 pushed a commit to wangzr040220/lobehub that referenced this pull request Apr 15, 2026
修复 key 不允许登陆 web 面板的设置无效的问题

**问题描述**:
- 登录接口正确检查了 canLoginWebUi 权限
- 但中间件只检查 cookie 是否存在,没有重新验证 key 的权限
- 导致用户登录后,管理员修改 canLoginWebUi=false 时,用户仍可访问 dashboard

**修复方案**:
- 在 middleware 中调用 validateKey() 验证完整权限
- 包括 canLoginWebUi、isEnabled、expiresAt 等检查
- 如果验证失败,清除 cookie 并重定向到登录页

Fixes lobehub#3

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ding <ding113@users.noreply.github.com>
wangzr040220 pushed a commit to wangzr040220/lobehub that referenced this pull request Apr 15, 2026
…instead of request body

The betas-claude-code signal was checking session.request.message["betas"]
but Claude Code CLI sends beta identifiers via the anthropic-beta header,
not in the request body. This caused signal lobehub#3 to never match, making
confirmed (3/3) impossible and all builtin keyword detection fail silently.

Also adds signals/hubConfirmed to ClientRestrictionResult for observability
and appends signal diagnostics to client restriction error messages.
obsidianstudiosX pushed a commit to obsidianstudiosX/pantheon that referenced this pull request Apr 20, 2026
Sub-project #2 landed 2026-04-20. 9 commits on obsidian-pantheon
home repo. All verifications green. Clinical re-cert signed.

Retro captures: plan v1→v2 drift lessons (spec subagents must read
wrapped module signatures first), user-session systemd User/Group
pitfall, Redis fallback worked seamlessly, MCP session init pattern
for roundtrip testing.

Next: sub-project #2.5 (filesystem consolidation) + lobehub#3 (gateway).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant