Skip to content

fix(deps): update dependency mind-elixir to v5.15.1 - #10901

Merged
eliandoran merged 1 commit into
mainfrom
renovate/mind-elixir-5.x
Aug 8, 2026
Merged

fix(deps): update dependency mind-elixir to v5.15.1#10901
eliandoran merged 1 commit into
mainfrom
renovate/mind-elixir-5.x

Conversation

@renovate

@renovate renovate Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
mind-elixir (source) 5.14.05.15.1 age confidence

Release Notes

SSShooter/mind-elixir-core (mind-elixir)

v5.15.1

Compare Source

Full Changelog: SSShooter/mind-elixir-core@v5.15.0...v5.15.1

v5.15.0

Compare Source

Breaking Changes
  • refresh(data) no longer applies data.theme. Theme handling is fully decoupled from refresh; call changeTheme(theme) explicitly when you need to switch themes (e.g. mind.changeTheme(data.theme) before/after mind.refresh(data)).
  • moveUpNode and moveDownNode no longer emit moveUpNode and moveDownNode operation events. They now reuse the existing moveNode flow and fire moveNodeBefore, moveNodeAfter, or moveNodeIn instead. Update any listeners accordingly.
Features
  • Add down layout support via direction: 3
  • Add genMembers build script for generating class member declarations from TypeScript compiler output
Bug Fixes
  • Prevent undo/redo when the map is not editable
  • Fix ctrl+k chord accidentally triggering refresh
  • Return move success status to control wheel event propagation
  • Clamp node movement within container center boundaries
  • Preserve line breaks when removing div on blur
  • Ensure correct sorting of range indices in summaries
  • Avoid mutating summaries during render
  • Set direction for new parent node in insertParent
  • Remove residual DOM after moveNodeIn
  • Handle root topic positioning without me-main ancestor in arrow rendering
  • Correct alignment centering for downward layout
  • Align padding and adjust subline drawing for first-level nodes
  • Fix DOWN direction addChild on root
  • Suppress context menu after right button panning
  • Prevent errors when node has no children in keypress handler
  • Make arrow control point drag work with operation history
  • Fire events before selecting nodes to support undo operations
  • Include reshapeArrow in arrow operation types for undo/redo
  • Sync selection state on unselectNodes to avoid stale history
Refactors
  • Refactor MindElixir to use class-based implementation
  • Replace codegen with direct TypeScript compiler API usage for generating type declarations
  • Optimize unionTopics filtering logic
  • Unify moveUpNode and moveDownNode logic with getMoveTarget helper
  • Improve calculation of anchor point on node border
  • Remove stroke-linecap style support from arrow component
Chores
  • Replace ESLint and Prettier with Biome for linting and formatting
  • Replace less with lightningcss and update config
  • Bump TypeScript to 7.x

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies PRs or issues relating to dependencies renovate labels Aug 7, 2026
@renovate renovate Bot changed the title fix(deps): update dependency mind-elixir to v5.15.0 Update dependency mind-elixir to v5.15.0 Aug 7, 2026
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🖥️ App preview is ready!

🔗 Preview URL: https://pr-10901.trilium-app.pages.dev
📖 Production URL: https://app.triliumnotes.org

✅ All checks passed

This preview will be updated automatically with new commits.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Bundle Report

Changes will increase total bundle size by 23.24kB (0.02%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
standalone-esm 53.32MB 19.44kB (0.04%) ⬆️
client-esm 48.94MB 3.8kB (0.01%) ⬆️

Affected Assets, Files, and Routes:

view changes for bundle: standalone-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/abstract_provider-*.js 518 bytes 2.07MB 0.03%
src/dist-*.js -296 bytes 14.04kB -2.06%
src/dist-*.js -645 bytes 14.34kB -4.31%
src/dist-*.js 33 bytes 230.36kB 0.01%
src/dist-*.js 2.75kB 14.31kB 23.83% ⚠️
src/dist-*.js 307 bytes 11.56kB 2.73%
src/dist-*.js 13.99kB 57.69kB 32.0% ⚠️
src/dist-*.js 3.5kB 11.25kB 45.22% ⚠️
src/dist-*.js -20.55kB 7.75kB -72.63%
src/dist-*.js (New) 14.98kB 14.98kB 100.0% 🚀
src/MindMap-*.js 2.66kB 119.59kB 2.28%
src/markdown_renderer-*.js 1.05kB 50.77kB 2.11%
src/MindMap-*.css 1.14kB 21.66kB 5.53% ⚠️
view changes for bundle: client-esm

Assets Changed:

Asset Name Size Change Total Size Change (%)
src/dist-*.js 26 bytes 82 bytes 46.43% ⚠️
src/dist-*.js -1 bytes 56 bytes -1.75%
src/dist-*.js -25 bytes 57 bytes -30.49%
src/MindMap-*.js 2.67kB 119.59kB 2.28%
src/MindMap-*.css 1.14kB 21.66kB 5.53% ⚠️

@renovate renovate Bot changed the title Update dependency mind-elixir to v5.15.0 fix(deps): update dependency mind-elixir to v5.15.0 Aug 7, 2026
@renovate
renovate Bot force-pushed the renovate/mind-elixir-5.x branch from 7e05470 to 6c86af1 Compare August 8, 2026 09:10
@renovate renovate Bot changed the title fix(deps): update dependency mind-elixir to v5.15.0 fix(deps): update dependency mind-elixir to v5.15.1 Aug 8, 2026
@codecov

codecov Bot commented Aug 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@eliandoran
eliandoran merged commit 589af5e into main Aug 8, 2026
16 checks passed
@eliandoran
eliandoran deleted the renovate/mind-elixir-5.x branch August 8, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PRs or issues relating to dependencies renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant