Skip to content

chore(deps): bump the console-production group across 1 directory with 13 updates - #88

Closed
dependabot[bot] wants to merge 38 commits into
mainfrom
dependabot/npm_and_yarn/console/console-production-dd3910fa85
Closed

chore(deps): bump the console-production group across 1 directory with 13 updates#88
dependabot[bot] wants to merge 38 commits into
mainfrom
dependabot/npm_and_yarn/console/console-production-dd3910fa85

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the console-production group with 13 updates in the /console directory:

Package From To
@internationalized/date 3.12.1 3.12.2
@tailwindcss/vite 4.3.0 4.3.1
@tanstack/vue-virtual 3.13.25 3.13.29
@unovis/ts 1.6.5 1.6.6
@unovis/vue 1.6.5 1.6.6
axios 1.16.1 1.18.0
dompurify 3.4.5 3.4.11
markdown-it 14.1.1 14.2.0
reka-ui 2.9.8 2.10.0
tailwindcss 4.3.0 4.3.1
vue 3.5.34 3.5.38
vue-i18n 11.4.4 11.4.6
vue-router 5.0.7 5.1.0

Updates @internationalized/date from 3.12.1 to 3.12.2

Release notes

Sourced from @​internationalized/date's releases.

React Spectrum S2 v1.5.0

This release adds support for full interaction with embedded text fields and other interactive elements in ListView and TreeView with the new keyboardNavigationBehavior prop. Menu exposes a dependencies prop for dynamic item collections, and CenterBaseline is now exported from Spectrum 2 to help make custom styles even easier.

Full Release Notes

React Spectrum S2 v1.4.0

This release brings long awaited drag and drop support to ListView, TableView, and TreeView! TableView now also supports highlight selection and a new TableFooter component. Form components such as ComboBox and TextField now allow custom prefixes, and the new LabeledValue can be used to display non-editable values. In addition, description and error messages can be configured for Checkbox, Radio, and Switch. Last but not least, Calendar now supports multiple date selection.

Full Release Notes

React Spectrum S2 v1.3.0

In this release we are excited to announce support for expandable rows in TableView, highlight selection in TreeView, and window scrolling in collection components! Window scrolling enables virtualized collections to automatically scroll with the rest of the page – no height needed. In addition, we've updated the set of available workflow icons, and reduced the number of dependencies installed when using S2 by over 90% – see the full release notes for details.

To help assist with migrations from S1 to S2, we've added a new end to end migration Agent skill that you can use with your agent of choice. Our existing S2 Agent skill has also been updated to greatly improve its ability to select the proper S2 component to use from context, so be sure to update.

Full release notes

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits

Updates @tailwindcss/vite from 4.3.0 to 4.3.1

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.3.1

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#19588)
  • Allow @variant to be used inside addBase (#19480)
  • Ensure @source globs with symlinks are preserved (#20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#20228)

Changed

  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#20196)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.3.1] - 2026-06-12

Added

  • Add --silent option to suppress output in @tailwindcss/cli (#20100)

Fixed

  • Remove deprecation warnings by using Module#registerHooks instead of Module#register on Node 26+ (#20028)
  • Canonicalization: don't crash when plugin utilities throw for unsupported values (#20052)
  • Allow @apply to be used with CSS mixins (#19427)
  • Ensure not-* correctly negates @container queries, including style(…) queries (#20059)
  • Ensure drop-shadow-* color utilities work with custom shadow values containing calc(…) (#20080)
  • Fix 'Sourcemap is likely to be incorrect' warnings when using @tailwindcss/vite (#20103)
  • Ensure @tailwindcss/webpack can be installed in Rspack projects without requiring webpack as a peer dependency (#20027)
  • Canonicalization: don't suggest invalid calc(…) expressions (e.g. px-[calc(1rem+0px)]px-[calc(1rem+0)]) (#20127)
  • Canonicalization: avoid suggesting large spacing-scale values for arbitrary lengths (e.g. left-[99999px]left-[99999px], not left-24999.75) (#20130)
  • Ensure @tailwindcss/cli in --watch mode recovers when a tracked dependency is deleted and restored (#20137)
  • Ensure standalone @tailwindcss/cli binaries are ignored when scanning for class candidates (#20139)
  • Ensure class candidates are extracted from Twig addClass(…) and removeClass(…) calls (#20198)
  • Don't crash in the Ruby or Vue preprocessors when scanning files containing invalid UTF-8 bytes (#19588)
  • Allow @variant to be used inside addBase (#19480)
  • Ensure @source globs with symlinks are preserved (#20203)
  • Ensure later @source rules can re-include files excluded by earlier @source not rules (#20203)
  • Upgrade: don't migrate empty class rules to invalid @utility rules (#20205)
  • Ensure transitions between inset-shadow-none and other inset shadows work correctly (#20208)
  • Ensure explicitly referenced @source directories are scanned even when ignored by git (#20214)
  • Ensure @source globs ending in **/* preserve dynamic path segments to avoid scanning too many files (#20217)
  • Canonicalization: don't fold calc(…) divisions when the result would require high precision (e.g. w-[calc(100%/3.5)]w-[calc(100%/3.5)], not w-[28.571428571428573%]) (#20221)
  • Serve ESM type declarations to ESM importers of @tailwindcss/postcss (#20228)

Changed

  • Generate 0 instead of calc(var(--spacing) * 0) for spacing utilities like m-0 and left-0 (#20196)
  • Generate var(--spacing) instead of calc(var(--spacing) * 1) for spacing utilities like m-1 and left-1 (#20196)
Commits

Updates @tanstack/vue-virtual from 3.13.25 to 3.13.29

Release notes

Sourced from @​tanstack/vue-virtual's releases.

@​tanstack/vue-virtual@​3.13.29

Patch Changes

  • Updated dependencies [ef69ea3]:
    • @​tanstack/virtual-core@​3.17.1

@​tanstack/vue-virtual@​3.13.28

Patch Changes

@​tanstack/vue-virtual@​3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

@​tanstack/vue-virtual@​3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0
Changelog

Sourced from @​tanstack/vue-virtual's changelog.

3.13.29

Patch Changes

  • Updated dependencies [ef69ea3]:
    • @​tanstack/virtual-core@​3.17.1

3.13.28

Patch Changes

3.13.27

Patch Changes

  • Updated dependencies [c746841]:
    • @​tanstack/virtual-core@​3.16.1

3.13.26

Patch Changes

  • Updated dependencies [fc992ab]:
    • @​tanstack/virtual-core@​3.16.0
Commits

Updates @unovis/ts from 1.6.5 to 1.6.6

Release notes

Sourced from @​unovis/ts's releases.

1.6.6

What's Changed

... (truncated)

Commits
  • 4f18887 Release: 1.6.6
  • daa9589 Misc: Fix vulnerabilites
  • 4010bd1 Misc: Update remaining dark selectors
  • adbdaa7 chore(dev): add dark theme example, replace all root theme-dark with selectors
  • 4c22dc5 fix(utils): support dark theme CSS selectors
  • 4d1eef2 Revert "Component | Graph: Intro expand or collapse graph nodes"
  • c4970a9 Revert "Dev | Graph: Intro expand or collapse graph nodes example"
  • 39bb131 Dev | Graph: Intro expand or collapse graph nodes example
  • dd70394 Component | Graph: Intro expand or collapse graph nodes
  • c485b2f Component | Crosshair: Add configurable visibility threshold
  • Additional commits viewable in compare view

Updates @unovis/vue from 1.6.5 to 1.6.6

Release notes

Sourced from @​unovis/vue's releases.

1.6.6

What's Changed

... (truncated)

Commits
  • 4f18887 Release: 1.6.6
  • daa9589 Misc: Fix vulnerabilites
  • 3ac56a2 Misc: Add typescript to pnpm catalog (vue + solid)
  • a1716fe Vue | Lint: Fix __dirname ESM error in eslint.config.js
  • 08186e7 Vue | XYContainer: Defer chart creation until child slots register
  • 6c92288 Misc: Refresh license reports
  • c737c1e Misc: Changed license report output format to Markdown
  • 60f0f45 Misc: Refine the gather-licenses script
  • f38321e Dev: Minor code cleanup
  • 5ffe639 Dev | Examples: Add Synced Crosshairs for Vue, Svelte, Solid
  • Additional commits viewable in compare view

Updates axios from 1.16.1 to 1.18.0

Release notes

Sourced from axios's releases.

v1.18.0 — June 13, 2026

This release hardens redirect and URL handling, improves the validateStatus configuration semantics, and includes updates to documentation, dependencies, and release metadata.

🔒 Security Fixes

  • Redirect Header Safety: Added Node HTTP adapter support for stripping caller-specified sensitive headers on cross-origin redirects, helping prevent custom auth headers such as API keys from leaking to another origin. (#10892)

  • URL And Request Hardening: Rejects malformed http: and https: URLs that omit // with ERR_INVALID_URL, while tightening prototype-pollution-safe config reads, stream size limits, FormData depth handling, data URL sizing, and local NO_PROXY matching. (#11000)

🐛 Bug Fixes

  • Status Validation: Added transitional.validateStatusUndefinedResolves so applications can opt in to treating validateStatus: undefined like the option was omitted, while validateStatus: null remains the explicit way to accept every status. (#10899)

🔧 Maintenance & Chores

  • Documentation: Published the v1.17.0 release notes, fixed a changelog typo, clarified the package update PR policy, and marked the proxy request config as Node.js-only in the advanced docs. (#10984, #10988, #10992, #10995)

  • Dependencies: Bumped @babel/core, @babel/preset-env, @commitlint/cli, @commitlint/config-conventional, @rollup/plugin-babel, @rollup/plugin-commonjs, @vitest/browser, @vitest/browser-playwright, eslint, lint-staged, rollup, vitest, and actions/checkout. (#10989, #10996, #10997)

  • Release Metadata: Prepared the 1.18.0 release by updating package metadata and the runtime VERSION value. (#11003)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

v1.17.0 — June 1, 2026

This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.

🔒 Security Fixes

  • Config Hardening: Guarded socketPath, params, and paramsSerializer reads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)
  • Release Publishing: Switched the publish workflow to npm staged publishing for safer, auditable package releases with provenance. (#10926)

🚀 New Features

  • HTTP Compression: Added Node HTTP adapter support for zstd response decompression, with transitional.advertiseZstdAcceptEncoding controlling whether zstd is advertised in Accept-Encoding. (#6792, #10920)

🐛 Bug Fixes

  • Authentication Handling: Restored Basic auth on same-origin Node redirects while continuing to strip credentials cross-origin, and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic auth. (#10929, #10896)
  • Proxy TLS: Preserved user httpsAgent TLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)
  • React Native FormData: Cleared default Content-Type for React Native FormData so multipart boundaries can be generated correctly. (#10898)

... (truncated)

Changelog

Sourced from axios's changelog.

v1.18.0 — June 13, 2026

This release hardens redirect and URL handling, improves the validateStatus configuration semantics, and includes updates to documentation, dependencies, and release metadata.

🔒 Security Fixes

  • Redirect Header Safety: Added Node HTTP adapter support for stripping caller-specified sensitive headers on cross-origin redirects, helping prevent custom auth headers such as API keys from leaking to another origin. (#10892)

  • URL And Request Hardening: Rejects malformed http: and https: URLs that omit // with ERR_INVALID_URL, while tightening prototype-pollution-safe config reads, stream size limits, FormData depth handling, data URL sizing, and local NO_PROXY matching. (#11000)

🐛 Bug Fixes

  • Status Validation: Added transitional.validateStatusUndefinedResolves so applications can opt in to treating validateStatus: undefined like the option was omitted, while validateStatus: null remains the explicit way to accept every status. (#10899)

🔧 Maintenance & Chores

  • Documentation: Published the v1.17.0 release notes, fixed a changelog typo, clarified the package update PR policy, and marked the proxy request config as Node.js-only in the advanced docs. (#10984, #10988, #10992, #10995)

  • Dependencies: Bumped @babel/core, @babel/preset-env, @commitlint/cli, @commitlint/config-conventional, @rollup/plugin-babel, @rollup/plugin-commonjs, @vitest/browser, @vitest/browser-playwright, eslint, lint-staged, rollup, vitest, and actions/checkout. (#10989, #10996, #10997)

  • Release Metadata: Prepared the 1.18.0 release by updating package metadata and the runtime VERSION value. (#11003)

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve axios:

Full Changelog

v1.17.0 — June 1, 2026

This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.

🔒 Security Fixes

  • Config Hardening: Guarded socketPath, params, and paramsSerializer reads with own-property checks to prevent inherited prototype values from affecting request behavior, including SSRF-sensitive paths. (#10901, #10922)
  • Release Publishing: Switched the publish workflow to npm staged publishing for safer, auditable package releases with provenance. (#10926)

🚀 New Features

  • HTTP Compression: Added Node HTTP adapter support for zstd response decompression, with transitional.advertiseZstdAcceptEncoding controlling whether zstd is advertised in Accept-Encoding. (#6792, #10920)

🐛 Bug Fixes

  • Authentication Handling: Restored Basic auth on same-origin Node redirects while continuing to strip credentials cross-origin, and aligned the fetch adapter with HTTP adapter behavior for URL-embedded Basic auth. (#10929, #10896)
  • Proxy TLS: Preserved user httpsAgent TLS options when tunneling HTTPS requests through HTTP CONNECT proxies. (#10957)
  • React Native FormData: Cleared default Content-Type for React Native FormData so multipart boundaries can be generated correctly. (#10898)

... (truncated)

Commits
  • 2d06f96 chore(release): prepare release 1.18.0 (#11003)
  • 32fc489 fix: malformed http urls (#11000)
  • b40ce49 chore(deps-dev): bump the development_dependencies group with 10 updates (#10...
  • fe964f9 docs: mark proxy config as Node.js only (#10995)
  • 5f229d2 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions ...
  • fae9d4e docs: clarify package update PR policy (#10992)
  • ...

    Description has been truncated

DavidHLP and others added 30 commits June 18, 2026 21:07
- 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
DavidHLP and others added 8 commits June 19, 2026 22:40
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.
…h 13 updates

Bumps the console-production group with 13 updates in the /console directory:

| Package | From | To |
| --- | --- | --- |
| [@internationalized/date](https://github.com/adobe/react-spectrum) | `3.12.1` | `3.12.2` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.0` | `4.3.1` |
| [@tanstack/vue-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/vue-virtual) | `3.13.25` | `3.13.29` |
| [@unovis/ts](https://github.com/f5/unovis/tree/HEAD/packages/ts) | `1.6.5` | `1.6.6` |
| [@unovis/vue](https://github.com/f5/unovis/tree/HEAD/packages/vue) | `1.6.5` | `1.6.6` |
| [axios](https://github.com/axios/axios) | `1.16.1` | `1.18.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.5` | `3.4.11` |
| [markdown-it](https://github.com/markdown-it/markdown-it) | `14.1.1` | `14.2.0` |
| [reka-ui](https://github.com/unovue/reka-ui) | `2.9.8` | `2.10.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.0` | `4.3.1` |
| [vue](https://github.com/vuejs/core) | `3.5.34` | `3.5.38` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.4.4` | `11.4.6` |
| [vue-router](https://github.com/vuejs/router) | `5.0.7` | `5.1.0` |



Updates `@internationalized/date` from 3.12.1 to 3.12.2
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@internationalized/date@3.12.1...@internationalized/date@3.12.2)

Updates `@tailwindcss/vite` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/@tailwindcss-vite)

Updates `@tanstack/vue-virtual` from 3.13.25 to 3.13.29
- [Release notes](https://github.com/TanStack/virtual/releases)
- [Changelog](https://github.com/TanStack/virtual/blob/main/packages/vue-virtual/CHANGELOG.md)
- [Commits](https://github.com/TanStack/virtual/commits/@tanstack/vue-virtual@3.13.29/packages/vue-virtual)

Updates `@unovis/ts` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/f5/unovis/releases)
- [Commits](https://github.com/f5/unovis/commits/1.6.6/packages/ts)

Updates `@unovis/vue` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/f5/unovis/releases)
- [Commits](https://github.com/f5/unovis/commits/1.6.6/packages/vue)

Updates `axios` from 1.16.1 to 1.18.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.16.1...v1.18.0)

Updates `dompurify` from 3.4.5 to 3.4.11
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.5...3.4.11)

Updates `markdown-it` from 14.1.1 to 14.2.0
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@14.1.1...14.2.0)

Updates `reka-ui` from 2.9.8 to 2.10.0
- [Release notes](https://github.com/unovue/reka-ui/releases)
- [Commits](unovue/reka-ui@v2.9.8...v2.10.0)

Updates `tailwindcss` from 4.3.0 to 4.3.1
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.1/packages/tailwindcss)

Updates `vue` from 3.5.34 to 3.5.38
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.34...v3.5.38)

Updates `vue-i18n` from 11.4.4 to 11.4.6
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v11.4.6/packages/vue-i18n)

Updates `vue-router` from 5.0.7 to 5.1.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.0.7...v5.1.0)

---
updated-dependencies:
- dependency-name: "@internationalized/date"
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: "@tanstack/vue-virtual"
  dependency-version: 3.13.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: "@unovis/ts"
  dependency-version: 1.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: "@unovis/vue"
  dependency-version: 1.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: axios
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: console-production
- dependency-name: dompurify
  dependency-version: 3.4.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: markdown-it
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: console-production
- dependency-name: reka-ui
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: console-production
- dependency-name: tailwindcss
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: vue
  dependency-version: 3.5.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: vue-i18n
  dependency-version: 11.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: console-production
- dependency-name: vue-router
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: console-production
...

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

dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/console/console-production-dd3910fa85 branch June 27, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant