Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
@codemirror/lang-json ^6.0.1 -> ^6.0.2 age confidence dependencies patch
@codemirror/lang-markdown ^6.3.2 -> ^6.3.4 age confidence dependencies patch
@codemirror/language ^6.11.0 -> ^6.11.3 age confidence dependencies patch
@codemirror/view ^6.36.7 -> ^6.36.8 age confidence dependencies patch
@eslint/compat (source) ^1.2.5 -> ^1.2.9 age confidence devDependencies patch
@fontsource-variable/recursive (source) ^5.2.5 -> ^5.2.8 age confidence dependencies patch
@iconify-json/material-symbols ^1.2.20 -> ^1.2.39 age confidence devDependencies patch
@sveltejs/kit (source) ^2.37.0 -> ^2.37.1 age confidence devDependencies patch
@sveltejs/vite-plugin-svelte (source) ^6.1.3 -> ^6.1.4 age confidence devDependencies patch
@tailwindcss/typography ^0.5.15 -> ^0.5.19 age confidence devDependencies patch
@tailwindcss/vite (source) ^4.0.0 -> ^4.0.17 age confidence devDependencies patch
@types/node (source) ^22.15.10 -> ^22.15.35 age confidence devDependencies patch
@types/pako (source) 2.0.3 -> 2.0.4 age confidence devDependencies patch
bits-ui ^2.9.6 -> ^2.9.9 age confidence devDependencies patch
codemirror ^6.0.1 -> ^6.0.2 age confidence dependencies patch
dayjs (source) ^1.11.13 -> ^1.11.18 age confidence dependencies patch
docker.io/library/node 22.15.0-alpine3.21 -> 22.15.1-alpine3.21 age confidence stage patch
eslint-config-prettier ^10.0.1 -> ^10.0.3 age confidence devDependencies patch
eslint-plugin-svelte (source) ^3.0.0 -> ^3.0.3 age confidence devDependencies patch
js-base64 3.7.7 -> 3.7.8 age confidence dependencies patch
lint-staged ^15.5.1 -> ^15.5.2 age confidence devDependencies patch
node (source) >=20.19.0 -> >=20.19.5 age confidence engines patch
node (source) 22.15.0 -> 22.15.1 age confidence patch
paneforge (source) 1.0.0-next.6 -> 1.0.2 age confidence devDependencies patch
prettier-plugin-tailwindcss ^0.6.11 -> ^0.6.14 age confidence devDependencies patch
svelte (source) ^5.38.6 -> ^5.38.10 age confidence devDependencies patch
tailwind-variants ^3.1.0 -> ^3.1.1 age confidence devDependencies patch
tailwindcss (source) ^4.0.0 -> ^4.0.17 age confidence devDependencies patch

Release Notes

codemirror/lang-json (@​codemirror/lang-json)

v6.0.2

Compare Source

Bug fixes

Add a .d.cts file to make TypeScript happy.

codemirror/lang-markdown (@​codemirror/lang-markdown)

v6.3.4

Compare Source

Bug fixes

Make sure header-based indentation is available even when Markdown isn't the editor's top-level language.

v6.3.3

Compare Source

Bug fixes

Make insertNewlineContinueMarkup take effect even when at the end of a nested range of Markdown content.

codemirror/language (@​codemirror/language)

v6.11.3

Compare Source

Bug fixes

Make the stream parser user 4 times smaller chunks to reduce the amount of re-parsed code on changes.

v6.11.2

Compare Source

Bug fixes

Make sure folded ranges open when backspacing or deleting into them.

v6.11.1

Compare Source

Bug fixes

Fix an issue where indentation would sometimes miss nodes in mixed-language situations.

codemirror/view (@​codemirror/view)

v6.36.8

Compare Source

Bug fixes

Make logException log errors to the console when onerror returns a falsy value.

Fix an issue in MatchDecorator causing updateDeco to sometimes not do the right thing for deletions.

fontsource/font-files (@​fontsource-variable/recursive)

v5.2.8

Compare Source

v5.2.7

Compare Source

v5.2.6

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.37.1

Compare Source

Patch Changes
  • fix: serialize server load data before passing to universal load, to handle mutations and promises (#​14298)

  • fix: resolve_route prevent dropping a trailing slash of id (#​14294)

  • fix: assign correct status code to form submission error on the client (#​14345)

  • fix: un-proxy form.result (#​14346)

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v6.1.4

Compare Source

Patch Changes
  • fix: allow preprocess plugin to run twice (#​1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#​1203)

  • replace kleur dependency with builtin node:utils styleText (#​1210)

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.19

Compare Source

Fixed
  • Fixed broken color styles (#​405)

v0.5.18

Compare Source

Fixed
  • Fixed undefined variable error (#​403)

v0.5.17

Compare Source

Added
  • Add modifiers for description list elements (#​357)
  • Add prose-picture modifier (#​367)
Fixed
  • Include unit in hr border-width value (#​379)
  • Ensure <kbd> styles work with Tailwind CSS v4 (#​387)
Changed
  • Remove lodash dependencies (#​402)
huntabyte/bits-ui (bits-ui)

v2.9.9

Compare Source

Patch Changes
  • fix(Dropdown Menu): ensure menu can open on V0+Space when using VoiceOver on Safari/Firefox (#​1761)

v2.9.8

Compare Source

Patch Changes
  • fix(DateField): ensure attribute reassignment doesn't create invalid state (#​1751)

v2.9.7

Compare Source

Patch Changes
  • fix(Checkbox): ensure focus does not go to hidden input on invalid form submission (#​1750)

  • fix(RadioGroup): ensure focus does not go to hidden input on invalid form submission (#​1750)

  • fix(Command): ensure value is properly registered when using textContent instead of value prop (#​1748)

  • fix(TimeField): include 'timeZoneName' in TimeSegmentPart type (#​1744)

codemirror/basic-setup (codemirror)

v6.0.2

Compare Source

Bug fixes

Make sure to include a .d.cts file to make TypeScript happy.

iamkun/dayjs (dayjs)

v1.11.18

Compare Source

v1.11.17

Compare Source

Bug Fixes

v1.11.16

Compare Source

v1.11.15

Compare Source

v1.11.14

Compare Source

Bug Fixes
  • .utcOffset(0, true) result and its clone are different bug (#​2505) (fefdcd4)
dankogai/js-base64 (js-base64)

v3.7.8

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.2

Compare Source

Patch Changes
nodejs/node (node)

v20.19.5: 2025-09-03, Version 20.19.5 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

Copy link

netlify bot commented May 12, 2025

Deploy Preview for mermaidjs ready!

Name Link
🔨 Latest commit 2860313
🔍 Latest deploy log https://app.netlify.com/projects/mermaidjs/deploys/68d5b3c7fe66050008791a82
😎 Deploy Preview https://deploy-preview-1718--mermaidjs.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.

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 455baa7 to 9b2dae0 Compare May 12, 2025 16:05
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (patch) fix(deps): update all non-major dependencies (patch) May 12, 2025
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 8 times, most recently from 00e273b to 3727582 Compare May 19, 2025 02:13
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 5 times, most recently from bb1c0a9 to 1093e3d Compare May 27, 2025 20:54
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 8 times, most recently from c2ce7e0 to 4d21444 Compare June 2, 2025 17:27
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 6 times, most recently from 2b4b5fd to d6fa05d Compare June 11, 2025 17:45
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 14 times, most recently from 65ded7f to 2e6546d Compare September 10, 2025 03:24
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 7 times, most recently from 2cc1540 to 738dc4f Compare September 17, 2025 09:59
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 7 times, most recently from 33fe603 to 790f3f3 Compare September 24, 2025 16:41
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 790f3f3 to 2860313 Compare September 25, 2025 21:27
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.

0 participants