build(deps-dev): bump stylelint-config-recommended from 12.0.0 to 13.0.0#6
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 12.0.0 to 13.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-recommended@12.0.0...13.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended 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 ↗︎
|
Contributor
Author
|
Looks like stylelint-config-recommended is no longer a dependency, so this is no longer needed. |
Closed
wangzr040220
pushed a commit
to wangzr040220/lobehub
that referenced
this pull request
Apr 15, 2026
- 新增 /api/admin/system-config 端点 (GET/POST) - 支持自动清理配置的读取和更新 - 扩展验证 Schema 支持日志清理参数 - 更新 Server Actions 支持完整配置 修复 lobehub#6 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Ding <ding113@users.noreply.github.com>
wangzr040220
pushed a commit
to wangzr040220/lobehub
that referenced
this pull request
Apr 15, 2026
…and timers (lobehub#815) * fix(dashboard): prevent memory leaks from unbounded polling, caches, and timers - Configure QueryClient with gcTime=2min, staleTime=30s, and refetchIntervalInBackground=false to stop all 11 polling queries from firing in hidden browser tabs - Cap useInfiniteQuery to maxPages=5 (250 entries) to prevent unbounded page accumulation in the logs table - Replace per-instance setInterval in RelativeTime with a shared 10s tick emitter (O(1) timers instead of O(n)) - Migrate SessionCache from unbounded Map to TTLMap with LRU eviction (activeSessionsCache maxSize=100, sessionDetailsCache maxSize=10000) - Hoist formatResponseTime to module scope to avoid per-render closure allocation - Add refreshWhenHidden=false to big-screen SWR configs * fix: address PR lobehub#815 review comments - Move misplaced JSDoc from formatResponseTime to calcPercentageChange - Log errors in shared-timer catch block instead of silently swallowing - Use @/ path alias for ttl-map import in session-cache * fix: address remaining PR lobehub#815 review comments - Extract QUERY_CLIENT_DEFAULTS from AppProviders so test imports the actual config instead of duplicating it (bugbot lobehub#5) - Store shared-timer state on globalThis for HMR safety, matching the pattern already used in session-cache (bugbot lobehub#6) - Rename clearAllSessionsCache -> clearAllSessionsQueryCache and clearAllSessionCache -> clearAllCaches to eliminate single-char naming confusion (bugbot lobehub#7)
12 tasks
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 stylelint-config-recommended from 12.0.0 to 13.0.0.
Release notes
Sourced from stylelint-config-recommended's releases.
Changelog
Sourced from stylelint-config-recommended's changelog.
Commits
26b84e013.0.0be39096Prepare 13.0.0 (#196)7849987Bump got and np (#194)554aa1eAddengines.nodefield topackage.json(#195)02ee343Update deps (#193)b35e613Bump yaml from 2.2.1 to 2.2.2 (#190)de0ba8eUpdate deps (#189)Maintainer changes
This version was pushed to npm by mattxwang, a new releaser for stylelint-config-recommended since your current version.
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 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)