Skip to content

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
masterfrom
dependabot/npm_and_yarn/stylelint-config-recommended-13.0.0
Closed

build(deps-dev): bump stylelint-config-recommended from 12.0.0 to 13.0.0#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/stylelint-config-recommended-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 2023

Copy link
Copy Markdown
Contributor

Bumps stylelint-config-recommended from 12.0.0 to 13.0.0.

Release notes

Sourced from stylelint-config-recommended's releases.

13.0.0

  • Removed: stylelint less than 15.10.0 from peer dependencies.
  • Added: media-query-no-invalid rule.
Changelog

Sourced from stylelint-config-recommended's changelog.

13.0.0

  • Removed: stylelint less than 15.10.0 from peer dependencies.
  • Added: media-query-no-invalid rule.
Commits
Maintainer changes

This version was pushed to npm by mattxwang, a new releaser for stylelint-config-recommended since your current version.


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 [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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 10, 2023
@vercel

vercel Bot commented Jul 10, 2023

Copy link
Copy Markdown

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 Jul 10, 2023 11:50am
lobeweb-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 10, 2023 11:50am

@vercel vercel Bot temporarily deployed to Preview – lobe-chat July 10, 2023 11:50 Inactive
@vercel vercel Bot temporarily deployed to Preview – lobeweb-chat July 10, 2023 11:50 Inactive
@dependabot @github

dependabot Bot commented on behalf of github Jul 11, 2023

Copy link
Copy Markdown
Contributor Author

Looks like stylelint-config-recommended is no longer a dependency, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 11, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/stylelint-config-recommended-13.0.0 branch July 11, 2023 11:46
This was referenced May 6, 2024
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)
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