Skip to content

fix(deps): update all non-major dependencies (patch) #1718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2025

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.3 age confidence dependencies patch
@codemirror/language ^6.11.0 -> ^6.11.2 age confidence dependencies patch
@codemirror/view ^6.36.7 -> ^6.36.8 age confidence dependencies patch
@fontsource-variable/recursive (source) ^5.2.5 -> ^5.2.6 age confidence dependencies patch
@iconify-json/material-symbols ^1.2.20 -> ^1.2.29 age confidence devDependencies patch
@types/node (source) ^22.15.10 -> ^22.15.35 age confidence devDependencies patch
bits-ui ^1.4.6 -> ^1.4.8 age confidence devDependencies patch
codemirror ^6.0.1 -> ^6.0.2 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 9.1.0 -> 9.1.2 age confidence devDependencies patch
eslint-plugin-tailwindcss ^3.18.0 -> ^3.18.2 age confidence devDependencies patch
lint-staged ^15.5.1 -> ^15.5.2 age confidence devDependencies patch
node (source) >=20.19.0 -> >=20.19.4 age confidence engines patch
node (source) 22.15.0 -> 22.15.1 age confidence patch
paneforge (source) ^1.0.0-next.5 -> ^1.0.0 age confidence devDependencies patch
postcss (source) ^8.5.3 -> ^8.5.6 age confidence devDependencies patch
prettier-plugin-tailwindcss ^0.6.11 -> ^0.6.14 age confidence devDependencies patch
svelte (source) ^5.28.2 -> ^5.28.7 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.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.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.6

Compare Source

huntabyte/bits-ui (bits-ui)

v1.4.8

Compare Source

Patch Changes
  • fix(Checkbox): ensure Checkbox.Group value setter is called (#​1440)

v1.4.7

Compare Source

Patch Changes
  • fix(Multiple): ensure preventOverflowTextSelection prop is applied (#​1435)
codemirror/basic-setup (codemirror)

v6.0.2

Compare Source

Bug fixes

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

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.18.2: Tailwind CSS v4 README

Compare Source

This patch release is the same as v3.8.0, I had to publish patch versions in the regular npm release channel in order to update the README.

Here is a copy of the important message as added in the README:

About Tailwind CSS 4 support

While the development of eslint-plugin-tailwindcss for Tailwind CSS v4 is ongoing, you can use the latest version published on the beta channel to get partial support of Tailwind CSS v4.

npm i eslint-plugin-tailwindcss@beta -D

NB: As we will focus the effort on the full rewrite of the plugin, this version is available "as is" and you may get errors or false positives like for the rule no-contradicting-classname . You can learn more about these issues on GitHub.

You can always disable specific rules if necessary.

This version has been made possible thanks to the work of hyoban and his project tailwind-api-utils.

v3.18.1

Compare Source

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

v15.5.2

Compare Source

Patch Changes
nodejs/node (node)

v20.19.4

Compare Source

v20.19.3

Compare Source

v20.19.2

Compare Source

v20.19.1

Compare Source

svecosystem/paneforge (paneforge)

v1.0.0

Compare Source

Major Changes
Patch Changes
  • fix: issue with useId causing duplicate IDs (#​49)

  • feat: reactive minSize prop (#​68)

  • fix: callbacks for last pane (#​63)

  • feat: Shadow DOM support (#​75)

  • enhancement: animation expanding/collapsing - CSS (#​69)

  • fix: issue where conditional panes would increase size on show/hide (#​58)

  • bump Svelte peerDep version (#​66)

  • fix: issue on reenabling resizer after trying to drag it while disabled (#​64)

  • rename tabIndex prop to tabindex (#​66)

  • replace useId with $props.id() (#​80)

v1.0.0-next.6

Compare Source

Patch Changes
  • feat: Shadow DOM support (#​75)
postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

v8.5.5

Compare Source

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

v8.5.4

Compare Source

tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.14

Compare Source

  • Add support for OXC + Hermes Prettier plugins (#​376, #​380)
  • Sort template literals in Angular expressions (#​377)
  • Don't repeatedly add backslashes to escape sequences when formatting (#​381)

v0.6.13

Compare Source

  • Prevent Svelte files from breaking when there are duplicate classes (#​359)
  • Ensure prettier-plugin-multiline-arrays and prettier-plugin-jsdoc work when used together with this plugin (#​372)

v0.6.12

Compare Source

  • Add internal (unsupported) option to load Tailwind CSS using a different package name (#​366)
sveltejs/svelte (svelte)

v5.28.7

Compare Source

Patch Changes
  • fix: remove unncessary guards that require CSP privilege when removing event attributes (#​15846)

  • fix: rewrite destructuring logic to handle iterators (#​15813)

v5.28.6

Compare Source

Patch Changes
  • fix: use transform.read for ownership_validator.mutation array (#​15848)

  • fix: don't redeclare $slots (#​15849)

v5.28.5

Compare Source

Patch Changes
  • fix: proxify the value in assignment shorthands to the private field (#​15862)

  • fix: more frequently update bind:buffered to actual value (#​15874)

v5.28.4

Compare Source

Patch Changes
  • fix: treat nullish expression as empty string (#​15901)

  • fix: prevent invalid BigInt calls from blowing up at compile time (#​15900)

  • fix: warn on bidirectional control characters (#​15893)

  • fix: emit right error for a shadowed invalid rune (#​15892)

v5.28.3

Compare Source

Patch Changes
  • chore: avoid microtasks when flushing sync (#​15895)

  • fix: improve error message for migration errors when slot would be renamed (#​15841)

  • fix: allow characters in the supplementary special-purpose plane (#​15823)


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 dabbca7
🔍 Latest deploy log https://app.netlify.com/projects/mermaidjs/deploys/687ac97d2ac11b0008b71b4c
😎 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 6 times, most recently from 271e548 to 4ecfc27 Compare June 18, 2025 19:31
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 7 times, most recently from d8c5267 to 6f3f60e Compare June 24, 2025 17:57
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from 5d633ae to cdc239c Compare July 4, 2025 05:57
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from 7e46903 to d38014c Compare July 16, 2025 14:31
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from d38014c to 6d9014a Compare July 18, 2025 17:24
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 6d9014a to dabbca7 Compare July 18, 2025 22:23
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