Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: slidevjs/slidev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v52.15.2
Choose a base ref
...
head repository: slidevjs/slidev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v52.16.0
Choose a head ref
  • 15 commits
  • 97 files changed
  • 11 contributors

Commits on May 13, 2026

  1. fix(client): ignore nested katex tables for line highlights (#2579)

    Co-authored-by: cyphercodes <cyphercodes@users.noreply.github.com>
    Co-authored-by: _Kerman <kermanx@qq.com>
    3 people authored May 13, 2026
    Configuration menu
    Copy the full SHA
    c035c86 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2026

  1. Configuration menu
    Copy the full SHA
    db250b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46bcec2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Configuration menu
    Copy the full SHA
    5dc7a96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dec3f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1a84a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39f523b View commit details
    Browse the repository at this point in the history
  5. chore: migrate unhead to v3, typescript to v6 (#2602)

    * chore: update deps
    
    * chore: migrate unhead to v3, typescript to v6
    
    * test: add tsnapi snapshots for @slidev/types and @slidev/parser, gated by tsdown-stale-guard
    
    * fix(types): skip node_modules bundling in dts to avoid CJS d.ts errors
    
    tsdown 0.22 + rolldown-plugin-dts can't bundle transitive CJS d.ts
    files (postcss, esbuild, webpack-virtual-modules). Treat all
    node_modules as external so the bundled dts references them as
    imports instead of inlining.
    
    * fix(ci): silence TS 6 deprecation for downlevelIteration
    
    Cypress 14.5.4's webpack-preprocessor injects `downlevelIteration: true`
    into its internal ts-loader config. TS 6 errors on it as deprecated and
    blocks spec compilation. Set `ignoreDeprecations: "6.0"` at the root so
    the cypress tsconfig inherits it and the deprecation downgrades to a
    silent acceptance until TS 7.
    
    * chore: upgrade cypress to v15
    
    v15 officially supports TypeScript 6. None of its breaking changes
    (SelectorPlayground rename, cy.stub 3-arg signature, cy.exec exitCode,
    Firefox CDP, Node 18/23 drop) touch our specs, which only use
    cy.visit/get/wait/url/type.
    
    * fix(docs): silence TS 6 deprecation for baseUrl in twoslash
    
    Twoslash's virtual TS env sets baseUrl in its default compiler options,
    and TS 6 errors on it. Pass `ignoreDeprecations: '6.0'` through
    twoslashOptions.compilerOptions so the doc build's snippet compilation
    stops failing. Also remove the unused baseUrl from docs/tsconfig.json.
    
    * chore(docs): regenerate auto-generated components.d.ts
    
    * fix(slidev): silence TS 6 deprecation in CLI twoslash transformer
    
    The vitepress-twoslash transformer Slidev installs for code blocks
    hits the same TS5101 baseUrl/moduleResolution deprecation as the docs
    build did. Pass `ignoreDeprecations: '6.0'` so the demo's starter
    slides (which feed Netlify's deploy preview) compile under TS 6.
    antfu authored May 19, 2026
    Configuration menu
    Copy the full SHA
    9a10a59 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2026

  1. Configuration menu
    Copy the full SHA
    aff984c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27b9cf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0c3857 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6baeb85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9317d96 View commit details
    Browse the repository at this point in the history
  6. chore: update gitignore

    antfu committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    c1849d8 View commit details
    Browse the repository at this point in the history
  7. chore: release v52.16.0

    antfu committed Jun 3, 2026
    Configuration menu
    Copy the full SHA
    a1609ff View commit details
    Browse the repository at this point in the history
Loading