Skip to content

⬆️ Bump quantecon-book-theme from 0.15.1 to 0.18.0#61

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.18.0
Open

⬆️ Bump quantecon-book-theme from 0.15.1 to 0.18.0#61
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/conda/quantecon-book-theme-0.18.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps quantecon-book-theme from 0.15.1 to 0.18.0.

Release notes

Sourced from quantecon-book-theme's releases.

v0.18.0

Dark Theme Overhaul

What's Changed

Complete Dark Theme Overhaul (#365)

A ground-up rewrite of the dark theme for a modern, consistent, and readable experience.

Changed

  • Replaced ad-hoc grays ([#222](https://github.com/QuantEcon/quantecon-book-theme/issues/222)/[#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333)/[#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444)) with a cohesive navy-charcoal palette (#1a1a2e background, [#252540](https://github.com/QuantEcon/quantecon-book-theme/issues/252540) surfaces, #d4d4e4 text, #6cb6ff links)
  • Images now use subtle opacity reduction instead of aggressive CSS inversion
  • CSS custom properties — all 16 palette colors declared as overridable --qe-dark-* custom properties; downstream projects can now customize colors without duplicating selectors

Added

  • Dark mode syntax highlighting — complete token colors for all ~40 Pygments syntax classes using a VS Code Dark+ inspired palette
  • FOUC prevention — early inline script applies dark mode class before first paint, eliminating the flash of white on page load
  • Dark mode documentation — new "Dark Mode" section in configure.md covering palette, syntax highlighting, admonitions, image handling, and CSS customization with full reference table of all overridable custom properties
  • Dark mode coverage for unstyled elements — modals, admonitions (type-specific accents), homepage elements, collapse/toggle bars, tooltips, autodoc, footnotes, and non-QuantEcon project overrides

Fixed

  • Double logo in dark theme — when a dedicated dark logo is configured, both light and dark logos were shown
  • Page header unreadable in dark mode — title link, authors, "Last changed" button, and changelog dropdown used [#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444) text on dark backgrounds
  • Unreadable table text in dark mode — table rows used [#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333) text on dark backgrounds
  • Indistinguishable links in dark mode — all links were #fff, same as body text
  • Inline code light border in dark mode — code spans retained light-theme borders
  • Sidebar search white in dark mode — search input area remained white
  • Toolbar border in dark mode — toolbar border remained light gray
  • Syntax highlighting gaps — only 3 of ~40 token types had dark mode overrides
  • Stderr warnings in dark mode — updated to use amber accents matching the new palette

Full Changelog: QuantEcon/quantecon-book-theme@v0.17.1...v0.18.0

v0.17.1

Bug Fixes

Fixed

  • Horizontal scrollbar on sticky TOC (#363) — added overflow-x: hidden to the sticky "On this page" sidebar to prevent an unwanted horizontal scrollbar when long section titles wrap
  • npm security vulnerabilities (#364) — resolved 9 dependency vulnerabilities (5 high, 3 moderate, 1 low) via npm audit fix, updating webpack, node-forge, qs, lodash, cross-spawn, ajv, and nanoid

v0.17.0

Sticky TOC & Color Scheme System

Breaking Changes

  • Removed individual color optionsemphasis_color, emphasis_color_dark, strong_color, strong_color_dark, definition_color, definition_color_dark have been replaced by the new color_scheme option. Migrate to the built-in seoul256 scheme or a custom_color_scheme.css file.

Added

  • Sticky table of contents with scroll highlighting (#350, #133)
    • sticky_contents option enables a fixed-position RHS TOC that tracks scroll position

... (truncated)

Changelog

Sourced from quantecon-book-theme's changelog.

[0.18.0] - 2026-02-24

Changed

  • Complete dark theme overhaul (#365) — rewrote the dark theme for a modern, consistent, and readable experience
    • Replaced ad-hoc grays ([#222](https://github.com/QuantEcon/quantecon-book-theme/issues/222)/[#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333)/[#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444)) with a cohesive navy-charcoal palette (#1a1a2e background, [#252540](https://github.com/QuantEcon/quantecon-book-theme/issues/252540) surfaces, #d4d4e4 text, #6cb6ff links)
    • Images now use subtle opacity reduction instead of aggressive CSS inversion
  • CSS custom properties for dark theme (#365) — all 16 palette colors declared as overridable --qe-dark-* custom properties; downstream projects can now customize colors without duplicating selectors

Added

  • Dark mode syntax highlighting (#365) — complete token colors for all ~40 Pygments syntax classes using a VS Code Dark+ inspired palette
  • FOUC prevention (#365) — early inline script applies dark mode class before first paint, eliminating the flash of white on page load
  • Dark mode documentation (#365) — new "Dark Mode" section in configure.md covering palette, syntax highlighting, admonitions, image handling, and CSS customization with full reference table of all overridable custom properties
  • Dark mode coverage for unstyled elements (#365) — modals, admonitions (type-specific accents), homepage elements, collapse/toggle bars, tooltips, autodoc, footnotes, and non-QuantEcon project overrides

Fixed

  • Double logo in dark theme (#365) — when a dedicated dark logo is configured, both light and dark logos were shown; fixed :only-child selector to check the <a> wrapper instead of the <img>
  • Page header unreadable in dark mode (#365) — title link, authors, "Last changed" button, and changelog dropdown used [#444](https://github.com/QuantEcon/quantecon-book-theme/issues/444) text on dark backgrounds
  • Unreadable table text in dark mode (#365) — table rows used [#333](https://github.com/QuantEcon/quantecon-book-theme/issues/333) text on dark backgrounds
  • Indistinguishable links in dark mode (#365) — all links were #fff, same as body text
  • Inline code light border in dark mode (#365) — code spans retained light-theme borders
  • Sidebar search white in dark mode (#365) — search input area remained white
  • Toolbar border in dark mode (#365) — toolbar border remained light gray
  • Syntax highlighting gaps (#365) — only 3 of ~40 token types had dark mode overrides
  • Stderr warnings in dark mode (#365) — updated to use amber accents matching the new palette

[0.17.1] - 2026-02-19

Fixed

  • Horizontal scrollbar on sticky TOC (#363) — added overflow-x: hidden to the sticky "On this page" sidebar to prevent an unwanted horizontal scrollbar when long section titles wrap
  • npm security vulnerabilities (#364) — resolved 9 dependency vulnerabilities (5 high, 3 moderate, 1 low) via npm audit fix, updating webpack, node-forge, qs, lodash, cross-spawn, ajv, and nanoid

[0.17.0] - 2026-02-19

Breaking Changes

  • Removed individual color options — the following html_theme_options have been removed: emphasis_color, emphasis_color_dark, strong_color, strong_color_dark, definition_color, definition_color_dark. These are replaced by the new color_scheme option (see Changed below). Projects using the old options should migrate to either the built-in seoul256 scheme or a custom_color_scheme.css file.

Added

  • Sticky table of contents with scroll highlighting (#350, #133)
    • New sticky_contents option enables a fixed-position RHS TOC that tracks scroll position
    • Scroll spy highlights the currently visible section in the TOC
    • Auto-expand subsections show the active hierarchy (configurable via contents_autoexpand)
    • Copy section link: hover over any TOC entry to copy the full URL with anchor
    • Back to top button appears after scrolling down 300px
    • New scrollspy.js module with requestAnimationFrame throttling
    • Full documentation in docs/configure.md
  • CI: /update-snapshots command (#362)
    • PR comment command to regenerate all Playwright visual baselines

... (truncated)

Commits
  • 11991af Release version 0.18.0
  • 04d4895 feat: comprehensive dark theme overhaul (#365)
  • 5c371cf Release version 0.17.1
  • 5922bfb fix: resolve npm security vulnerabilities (#364)
  • cf1c4b4 fix: prevent horizontal scrollbar on sticky TOC (#363)
  • 3059878 Release version 0.17.0
  • 804bbab ENH: Implement sticky RHS table of contents with scroll highlighting (#350)
  • 6f7c6c3 feat: Replace individual color options with color_scheme system (Seoul256 + G...
  • e41450f ci: add /update-snapshots command to regenerate all visual baselines (#362)
  • 317fc11 Fix math equation visual test: regenerate stale snapshots (#361)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [quantecon-book-theme](https://github.com/QuantEcon/quantecon-book-theme) from 0.15.1 to 0.18.0.
- [Release notes](https://github.com/QuantEcon/quantecon-book-theme/releases)
- [Changelog](https://github.com/QuantEcon/quantecon-book-theme/blob/main/CHANGELOG.md)
- [Commits](QuantEcon/quantecon-book-theme@v0.15.1...v0.18.0)

---
updated-dependencies:
- dependency-name: quantecon-book-theme
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added conda Pull requests that update conda code dependencies Pull requests that update a dependency file labels Feb 25, 2026
@netlify
Copy link

netlify bot commented Feb 25, 2026

Deploy Preview for majestic-griffin-10b166 ready!

Name Link
🔨 Latest commit bc52894
🔍 Latest deploy log https://app.netlify.com/projects/majestic-griffin-10b166/deploys/699e775e6a3eb90008cf079a
😎 Deploy Preview https://deploy-preview-61--majestic-griffin-10b166.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conda Pull requests that update conda code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants