build(deps-dev): bump jsdom from 21.1.2 to 22.0.0#3
Merged
canisminor1990 merged 1 commit intomasterfrom May 21, 2023
Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Member
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Member
|
🎉 This issue has been resolved in version 0.57.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Closed
12 tasks
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps jsdom from 21.1.2 to 22.0.0.
Changelog
Sourced from jsdom's changelog.
Commits
4bb2582Version 22.0.064db3ceImprove developer experience for web platform tests13ac01eRemove support for running jsdom in a browsere0adf43Update CI to run on latest Ubuntudf5c511Update Node.js minimum and dependenciesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)