chore(deps-dev): bump the console-development group across 1 directory with 15 updates - #87
Closed
dependabot[bot] wants to merge 38 commits into
Closed
Conversation
- CODEMAPS: refresh 5 freshness headers; data.md migrations 25→34 (+judge_outbox, notification_delivery_ledger, virtual_contest_sessions, contest scoring hardening, problem resource limits); architecture/ dependencies add shared/sandbox-types, Arthas 4.1.9→4.2.2, PM2 4→5 apps - RUNBOOK §1: PM2 app count 4→5 (4 long-running + one-shot ulticode-init-db) - CONTRIBUTING: add @ulticode/sandbox-types to Shared Packages table - ecosystem.config.cjs: fix stale arthas protocol comment STREAMABLE→STATELESS (project-pinned in arthas.properties) - .reports/codemap-diff.txt: refresh diff report
Phase 1-6 wired per docs/SHARED_TYPOGRAPHY_DESIGN.md §18.1: - Replace raw letter-spacing (0.05em/0.1em/0.15em) with --uc-tracking-label/terminal/terminal-wide - Replace raw font-weight (650/750) with --uc-font-weight-semibold/bold - Replace raw font-family (system stack) and line-height (1.6) in management DescriptionMarkdown with --uc-font-prose and --uc-leading-normal - Fix pre-existing CssSyntaxError 'Missed semicolon' across 26 files where 'var(--uc-font-weight-*)' lines lacked trailing ';' - Extend scripts/verify-typography-tokens.mjs with raw-font-weight detection - Document current snapshot in §18.1 Co-Authored-By: Claude <noreply@anthropic.com>
Establish docs/ as a shared Obsidian vault whose team-level config is
version-controlled. Previously .obsidian/ was blanket-gitignored and every
config file was empty ({}), so the vault had no link-format default, no
graph color groups, and each contributor's experience diverged.
- .gitignore: switch from ignoring all of .obsidian/ to selective — commit
the config that shapes the shared experience, ignore per-machine state
(workspace.json, community-plugins.json, plugins/, .cache) and .claudian/
- .obsidian/app.json: useMarkdownLinks=false + newLinkFormat="shortest" +
alwaysUpdateLinks=true (new links default to [[wikilink]] by basename)
- .obsidian/graph.json: color groups by subsystem path (adr/, CODEMAPS/,
theme/, ops/, top-level), showOrphans on to surface graph islands
- core-plugins.json / appearance.json: left as-is (already sane)
See docs/DOCS_CONVENTIONS.md §4 for the link-format contract this enables.
All six auto-generated CODEMAPS snapshots lacked frontmatter, so they were
invisible to tag-pane and appeared as unowned in the vault. ops/README had
the same gap (it even mandates frontmatter it didn't carry).
- CODEMAPS/{architecture,backend,data,dependencies,frontend,sandbox}.md:
add title/tags/status/updated/owner + generator field frontmatter above
the <!-- Generated --> header
- CODEMAPS/README.md (new): hand-written MOC/index note mirroring the
adr/ops/theme README pattern. Lists all six snapshots, the regeneration
cadence, and — critically — links [[dependencies]] etc., which removes
dependencies.md from the graph orphan set. Includes a regeneration note
warning that ecc:update-codemaps must preserve this frontmatter on
rewrite (otherwise next regeneration drops it and re-isolates the files)
Follow-up TODO (flagged in the new README): persist frontmatter output in
the ecc:update-codemaps generator so it survives the weekly regeneration.
…graph
ADR cross-references were written as backtick-wrapped numbers (e.g. `0008`),
which violates the ADR rule "always reference by filename, not number" and
made the Obsidian graph ignore the edges. Two issues fixed:
1. Syntax: every 相关 ADR line + CODEMAPS/RUNBOOK pointer across all 11 ADRs
converted to [[filename]] wikilinks (CODEMAPS pointers -> [[backend]],
[[data]], [[sandbox]], [[architecture]]; RUNBOOK -> [[RUNBOOK]]).
2. Missing edges (4) so the relation graph is symmetric and complete:
- 0006 -> 0010 (cancelled contest never runs scoring)
- 0009 -> 0006 (isRated consumed by ContestScoringService; was one-way)
- 0010 -> 0006, 0004 (cancel reuses notification ledger in body but
never declared it; scoring symmetry)
- 0008 -> 0011 (0008 was literally "相关 ADR:无" yet 0011 already
named it as shadow-mode's first consumer)
Also in adr/README.md:
- index table links -> [[filename|NNNN]] wikilinks
- add an honest note under the index: dates marked 2026-xx-xx are
un-backfilled decision dates, not fabricated. ADRs are immutable and
dates are facts — do not invent them; fill YYYY-MM-DD only if known.
…k, ops Convert every note-to-note link in the non-ADR docs to Obsidian wikilinks so the graph view, backlinks, and outgoing-links pane work across the whole vault. Code paths, migration filenames, repo-root files (../AGENTS.md), and external URLs are deliberately kept as literal markdown — they are not vault notes and converting them would create broken graph nodes. - docs/README.md: ~40 links (hub tables, task index, sub-directory index) - docs/RUNBOOK.md: 强相关 ADR pointers - docs/ops/README.md: index table link + add frontmatter (it mandated frontmatter it didn't carry) - docs/ops/arthas-mcp-usage.md: back-to-index link - docs/theme/*.md (6): the dense theme-doc cross-link mesh (architecture, design-tokens, theme-modes, components, extension, README) Style: collapsed [[basename]] when display text was just the name; alias form [[basename|display]] when text adds meaning (e.g. "RUNBOOK §4"); ambiguous basenames (architecture, README across CODEMAPS/adr/ops/theme) use path-prefixed form [[CODEMAPS/architecture]] / [[adr/README]]. Verified post-migration: 0 broken wikilinks, 0 remaining in-vault markdown links, 0 graph orphans.
Bring the docs governance spec in line with the vault conversion (commits c54e212 .. 8652bc7) so the new contract is authoritative, not just de-facto. - §1 directory map: add CODEMAPS/README.md (the new MOC) and the theme/ sub-directory (was missing); note the CODEMAPS frontmatter regeneration caveat - §3 tags: formally adopt the in-use vocabulary that was previously out of spec — new "子系统 Facets" (scoring/rating/virtual/cancel/lifecycle/ websocket/protocol/exactly-once/deploy/rollback/drill/automation/shadow/ observability/diagnostics/arthas) and "文档范围" (docs/ops/architecture/ contributing/onboarding/env/incident) categories. 0 tags now out of vocab - §4 links: rewrite for the wikilink standard — vault-internal notes use [[wikilink]]; code/migration/repo-root/external stay literal; add the GitHub-tradeoff note and a resolver-based cross-validation rule - §7 PR checklist: add wikilink-integrity + boundary-link checks - §8 anti-patterns: add "don't wikilink code paths / migrations / repo-root files" - §9 tools: reframe Obsidian as the vault's native browser; update the obsidian-vault skill description
Fill in the missing images referenced at the top of README.md (forum/contest/problem views on console + analytics/dashboard on management), captured at 1440x900. Updates the docs/screenshots README index to match.
…y with 15 updates Bumps the console-development group with 15 updates in the /console directory: | Package | From | To | | --- | --- | --- | | [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.109` | `1.2.114` | | [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.19` | `0.5.20` | | [@types/katex](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/katex) | `0.16.7` | `0.16.8` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.1` | `26.0.0` | | [@vue/eslint-config-typescript](https://github.com/vuejs/eslint-config-typescript) | `14.7.0` | `14.8.0` | | [@vue/test-utils](https://github.com/vuejs/test-utils) | `2.4.10` | `2.4.11` | | [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.5.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.1` | `10.9.2` | | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.14.2` | `6.17.1` | | [npm-run-all2](https://github.com/bcomnes/npm-run-all2) | `9.0.1` | `9.0.2` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.14` | `8.0.16` | | [vite-plugin-vue-devtools](https://github.com/vuejs/devtools/tree/HEAD/packages/vite) | `8.1.2` | `8.1.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.7` | `4.1.9` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.1` | `3.3.5` | Updates `@iconify-json/lucide` from 1.2.109 to 1.2.114 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `@tailwindcss/typography` from 0.5.19 to 0.5.20 - [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss-typography@v0.5.19...v0.5.20) Updates `@types/katex` from 0.16.7 to 0.16.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/katex) Updates `@types/node` from 25.9.1 to 26.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@vue/eslint-config-typescript` from 14.7.0 to 14.8.0 - [Release notes](https://github.com/vuejs/eslint-config-typescript/releases) - [Commits](vuejs/eslint-config-typescript@v14.7.0...v14.8.0) Updates `@vue/test-utils` from 2.4.10 to 2.4.11 - [Release notes](https://github.com/vuejs/test-utils/releases) - [Commits](vuejs/test-utils@v2.4.10...v2.4.11) Updates `eslint` from 10.4.0 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.0...v10.5.0) Updates `eslint-plugin-vue` from 10.9.1 to 10.9.2 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md) - [Commits](vuejs/eslint-plugin-vue@v10.9.1...v10.9.2) Updates `knip` from 6.14.2 to 6.17.1 - [Release notes](https://github.com/webpro-nl/knip/releases) - [Commits](https://github.com/webpro-nl/knip/commits/knip@6.17.1/packages/knip) Updates `npm-run-all2` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/bcomnes/npm-run-all2/releases) - [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md) - [Commits](bcomnes/npm-run-all2@v9.0.1...v9.0.2) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) Updates `vite` from 8.0.14 to 8.0.16 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.16/packages/vite) Updates `vite-plugin-vue-devtools` from 8.1.2 to 8.1.3 - [Release notes](https://github.com/vuejs/devtools/releases) - [Commits](https://github.com/vuejs/devtools/commits/v8.1.3/packages/vite) Updates `vitest` from 4.1.7 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest) Updates `vue-tsc` from 3.3.1 to 3.3.5 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.3.5/packages/tsc) --- updated-dependencies: - dependency-name: "@iconify-json/lucide" dependency-version: 1.2.114 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: "@tailwindcss/typography" dependency-version: 0.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: "@types/katex" dependency-version: 0.16.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: "@types/node" dependency-version: 26.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: console-development - dependency-name: "@vue/eslint-config-typescript" dependency-version: 14.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: console-development - dependency-name: "@vue/test-utils" dependency-version: 2.4.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: console-development - dependency-name: eslint-plugin-vue dependency-version: 10.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: knip dependency-version: 6.17.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: console-development - dependency-name: npm-run-all2 dependency-version: 9.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: vite dependency-version: 8.0.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: vite-plugin-vue-devtools dependency-version: 8.1.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development - dependency-name: vue-tsc dependency-version: 3.3.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: console-development ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
Looks like these dependencies are no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/console/console-development-4e10a19621
branch
June 27, 2026 08:23
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 the console-development group with 15 updates in the /console directory:
1.2.1091.2.1140.5.190.5.200.16.70.16.825.9.126.0.014.7.014.8.02.4.102.4.1110.4.010.5.010.9.110.9.26.14.26.17.19.0.19.0.23.8.33.8.48.0.148.0.168.1.28.1.34.1.74.1.93.3.13.3.5Updates
@iconify-json/lucidefrom 1.2.109 to 1.2.114Commits
Updates
@tailwindcss/typographyfrom 0.5.19 to 0.5.20Release notes
Sourced from @tailwindcss/typography's releases.
Changelog
Sourced from @tailwindcss/typography's changelog.
Commits
e3714a30.5.20f34283dUpdate tailwindcss peer dependency version (#424)543de42bump Node.js881b048Setup OIDC (#423)74a3da7Fix typo in README.md (#413)3963dfeBump js-yaml from 3.14.1 to 3.14.2 (#410)abf85ccclassName instead of classname (#406)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@tailwindcss/typographysince your current version.Updates
@types/katexfrom 0.16.7 to 0.16.8Commits
Updates
@types/nodefrom 25.9.1 to 26.0.0Commits
Updates
@vue/eslint-config-typescriptfrom 14.7.0 to 14.8.0Release notes
Sourced from @vue/eslint-config-typescript's releases.
Commits
e16940914.8.0ac937a3chore: align redefine-plugin-vue fixture depsd003778docs: document includeDotFolders optiondd31946chore(deps): lock file maintenance (#301)0d40d25chore(deps): lock file maintenance (#296)08da67cchore(deps): update dependency@quasar/extrasto v2 (#299)eda6e41chore(deps): update v0.x to ^0.14.1 (#298)735c0ddchore(deps): update dependency vite to ^8.0.14 (#295)c065c57chore(deps): update all non-major dependencies (#297)f3bc5cechore(deps): update dependency npm-run-all2 to v9 (#300)Updates
@vue/test-utilsfrom 2.4.10 to 2.4.11Release notes
Sourced from @vue/test-utils's releases.
Commits
5e48e1ev2.4.11b73ee1dchore(deps): update dependency oxfmt to v0.53.039e32ecchore(deps): update all non-major dependencies to v17.0.7 (#2881)0621772chore(deps): update actions/checkout digest to df4cb1c (#2880)81fde07chore(deps): update all non-major dependencies (#2879)4ad4255chore(deps): update dependency oxfmt to v0.52.0 (#2878)8d3d26echore(deps): update pnpm to v11.3.0 (#2877)bc79effchore(deps): update all non-major dependencies (#2876)58db8f7chore(deps): update all non-major dependencies (#2874)9ad31cbchore: enable renovate minimum release age for npmUpdates
eslintfrom 10.4.0 to 10.5.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
de3b67210.5.0362a518Build: changelog update for 10.5.05ca8c52feat: correct stack tracking in max-nested-callbacks (#20973)b565783feat: report no-with violations at the with keyword (#20971)2ce032ffeat: report max-lines-per-function violations at function head (#20966)732cb3efeat: report max-nested-callbacks violations at function head (#20967)f9c138afeat: report max-depth violations on keywords (#20943)8ae1b5bdocs: Update READMEca7eb90docs: update Node.js prerequisites to include ICU support (#20962)b18bf58chore: update ecosystem plugins (#20959)Updates
eslint-plugin-vuefrom 10.9.1 to 10.9.2Release notes
Sourced from eslint-plugin-vue's releases.
Changelog
Sourced from eslint-plugin-vue's changelog.
Commits
9aa463aVersion Packages (#3080)517347cAdd error positions (#3085)b582b7efix: false positive for returns in exhaustive switch (#3067)91a136cfix(one-component-per-file): Ignore members imported from elsewhere (#3063)d37d17bfix(prefer-import-from-vue): don't report names not exported by vue (#3081)836aa95fix(custom-event-name-casing): check segments of colon-separated names (#3079)Updates
knipfrom 6.14.2 to 6.17.1Release notes
Sourced from knip's releases.
... (truncated)
Commits
3feb966Release knip@6.17.17b2f345Update dependenciesdd0c682Release knip@6.17.08c028e5Add tar to globally ignored binaries (resolve #1796)1c2f398Resolve module paths from selected tsconfig (resolve #1794)9bb0512Fix repeated --fix-type arg67483f0Improve mcp guidanceaeabff7Flag undeclared sibling imports in published workspaces (resolve #1792)98aa962Treat scoped and tilde SCSS imports as packages (resolve #1786)fa8eb6dAdd commitlint.config.mts (resolve #1784)Updates
npm-run-all2from 9.0.1 to 9.0.2Release notes
Sourced from npm-run-all2's releases.
Changelog
Sourced from npm-run-all2's changelog.
Commits
ed22aa99.0.29fa0e66fix: update Node.js version requirements (#232)604c2a4Upgrade: Bump codecov/codecov-action from 6 to 7 (#233)5812591fix: bump shell-quote to ^1.8.4 (#236)d4b4211Upgrade: Bump pidtree from 0.6.1 to 1.0.0 (#234)Updates
prettierfrom 3.8.3 to 3.8.4Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
Commits
1c6ba55Release 3.8.44a673dcFix blank lines between list items and nested sub-lists being removed in Mark...074aaedReplacemainbranch in changelog link with tags (#19054)c22a003Bump Prettier dependency to 3.8.307bad1fClean changelog_unreleasedUpdates
vitefrom 8.0.14 to 8.0.16Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
f94df87release: v8.0.16dc245c7fix: reject windows alternate paths (#22572)50b9512fix(deps): reject UNC paths for launch-editor-middleware (#22571)8d1b019release: v8.0.152686d7dfix(deps): update all non-major dependencies (#22511)3052a67chore(deps): update rolldown-related dependencies (#22566)e3cfb9dfix(optimizer): close the rolldown bundle when write() rejects (#22528)6978a9crefactor: correct logic incollectAllModulesfunction (#22562)646dbedfeat: update rolldown to 1.0.3 (#22538)85a0efffix: capitalize error messages and remove spurious space in parse error (#22488)Updates
vite-plugin-vue-devtoolsfrom 8.1.2 to 8.1.3Release notes
Sourced from vite-plugin-vue-devtools's releases.
Commits
7f74e9bchore: release v8.1.34720c73fix(vite): align module field with emitted ESM output (#1106)Updates
vitestfrom 4.1.7 to 4.1.9Release notes
Sourced from vitest's releases.
Commits
a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...Updates
vue-tscfrom 3.3.1 to 3.3.5Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
Commits
2fe255cv3.3.5 (#6102)043a77bv3.3.4 (#6095)5c41b5fv3.3.3 (#6079)7a00047v3.3.2 (#6068)You can trigger a rebase of this PR 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 show <dependency name> ignore conditions...Description has been truncated