mermaid-js / mermaid-live-editor

Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
https://mermaid.live
MIT License
3.82k stars 574 forks source link

chore(deps): update all non-major dependencies (patch) #1471

Open renovate[bot] opened 1 week ago

renovate[bot] commented 1 week ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) 2.5.16 -> 2.5.18 age adoption passing confidence
eslint-plugin-tailwindcss 3.17.3 -> 3.17.4 age adoption passing confidence
postcss (source) 8.4.38 -> 8.4.39 age adoption passing confidence
prettier-plugin-svelte 3.2.4 -> 3.2.5 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.4 -> 0.6.5 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence
vite (source) 5.3.1 -> 5.3.3 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/kit) ### [`v2.5.18`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2518) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.5.17...@sveltejs/kit@2.5.18) ##### Patch Changes - fix: respect HTML attributes `enctype` and `formenctype` for forms with `use:enhance` ([#​12198](https://togithub.com/sveltejs/kit/pull/12198)) - fix: prevent client import error when a `hooks.server` file imports a private environment variable ([#​12195](https://togithub.com/sveltejs/kit/pull/12195)) - fix: set default `Content-Type` header to `application/x-www-form-urlencoded` for `POST` form submissions with `use:enhance` to align with native form behaviour ([#​12198](https://togithub.com/sveltejs/kit/pull/12198)) ### [`v2.5.17`](https://togithub.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2517) [Compare Source](https://togithub.com/sveltejs/kit/compare/@sveltejs/kit@2.5.16...@sveltejs/kit@2.5.17) ##### Patch Changes - chore: update package description ([#​11846](https://togithub.com/sveltejs/kit/pull/11846))
francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss) ### [`v3.17.4`](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/releases/tag/v3.17.4) [Compare Source](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/compare/v3.17.3...v3.17.4) - fix: config loading cache - fix: Avoid re-parsing unchanged CSS files - fix: [AST expression tests for null expressions](https://togithub.com/francoismassart/eslint-plugin-tailwindcss/pull/345) (by [kesor](https://togithub.com/kesor) 🙏)
postcss/postcss (postcss) ### [`v8.4.39`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8439) [Compare Source](https://togithub.com/postcss/postcss/compare/8.4.38...8.4.39) - Fixed `CssSyntaxError` types (by [@​romainmenke](https://togithub.com/romainmenke)).
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte) ### [`v3.2.5`](https://togithub.com/sveltejs/prettier-plugin-svelte/blob/HEAD/CHANGELOG.md#325) [Compare Source](https://togithub.com/sveltejs/prettier-plugin-svelte/compare/v3.2.4...v3.2.5) - (fix) Svelte 5: format TypeScript in the template
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss) ### [`v0.6.5`](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#065---2024-06-17) [Compare Source](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.4...v0.6.5) - Only re-apply string escaping when necessary ([#​295](https://togithub.com/tailwindlabs/prettier-plugin-tailwindcss/pull/295))
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)
vitejs/vite (vite) ### [`v5.3.3`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small533-2024-07-03-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.2...v5.3.3) - fix: lazily evaluate \__vite\_\_mapDeps files ([#​17602](https://togithub.com/vitejs/vite/issues/17602)) ([dafff4a](https://togithub.com/vitejs/vite/commit/dafff4a)), closes [#​17602](https://togithub.com/vitejs/vite/issues/17602) - fix(deps): update all non-major dependencies ([#​17590](https://togithub.com/vitejs/vite/issues/17590)) ([012490c](https://togithub.com/vitejs/vite/commit/012490c)), closes [#​17590](https://togithub.com/vitejs/vite/issues/17590) - fix(lib): remove pure CSS dynamic import ([#​17601](https://togithub.com/vitejs/vite/issues/17601)) ([055f1c1](https://togithub.com/vitejs/vite/commit/055f1c1)), closes [#​17601](https://togithub.com/vitejs/vite/issues/17601) - fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option ([#​17563](https://togithub.com/vitejs/vite/issues/17563)) ([14c3d49](https://togithub.com/vitejs/vite/commit/14c3d49)), closes [#​17563](https://togithub.com/vitejs/vite/issues/17563) ### [`v5.3.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small532-2024-06-27-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.1...v5.3.2) - fix(client): uniform variable `location` ([#​17528](https://togithub.com/vitejs/vite/issues/17528)) ([a8e2f6f](https://togithub.com/vitejs/vite/commit/a8e2f6f)), closes [#​17528](https://togithub.com/vitejs/vite/issues/17528) - fix(deps): update all non-major dependencies ([#​17494](https://togithub.com/vitejs/vite/issues/17494)) ([bf123f2](https://togithub.com/vitejs/vite/commit/bf123f2)), closes [#​17494](https://togithub.com/vitejs/vite/issues/17494) - fix(typescript): correctly expand ${configDir} in tsconfig.json ([#​17576](https://togithub.com/vitejs/vite/issues/17576)) ([24c799b](https://togithub.com/vitejs/vite/commit/24c799b)), closes [#​17576](https://togithub.com/vitejs/vite/issues/17576) - chore: fix some comments ([#​17495](https://togithub.com/vitejs/vite/issues/17495)) ([ec16a5e](https://togithub.com/vitejs/vite/commit/ec16a5e)), closes [#​17495](https://togithub.com/vitejs/vite/issues/17495) - chore(deps): update all non-major dependencies ([#​17553](https://togithub.com/vitejs/vite/issues/17553)) ([a33a97f](https://togithub.com/vitejs/vite/commit/a33a97f)), closes [#​17553](https://togithub.com/vitejs/vite/issues/17553) - chore(deps): update dependency eslint to v9 ([#​16661](https://togithub.com/vitejs/vite/issues/16661)) ([6c10662](https://togithub.com/vitejs/vite/commit/6c10662)), closes [#​16661](https://togithub.com/vitejs/vite/issues/16661) - chore(deps): update es-module-lexer to 1.5.4 ([#​17555](https://togithub.com/vitejs/vite/issues/17555)) ([2d6672f](https://togithub.com/vitejs/vite/commit/2d6672f)), closes [#​17555](https://togithub.com/vitejs/vite/issues/17555) - refactor(optimizer): use early continues ([#​17551](https://togithub.com/vitejs/vite/issues/17551)) ([7c06ef0](https://togithub.com/vitejs/vite/commit/7c06ef0)), closes [#​17551](https://togithub.com/vitejs/vite/issues/17551)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 1 week ago

Deploy Preview for mermaidjs ready!

Name Link
Latest commit 6a1f7d7d26d75253d5cd35231ccb2281e58c4657
Latest deploy log https://app.netlify.com/sites/mermaidjs/deploys/6684fd3a22a62000089c87e3
Deploy Preview https://deploy-preview-1471--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 site configuration.

cypress[bot] commented 1 week ago

Passing run #1501 ↗︎

0 29 6 0 Flakiness 0

Details:

Merge 6a1f7d7d26d75253d5cd35231ccb2281e58c4657 into 3b8209b3fe16c7509c55dd4d3ba2...
Project: Mermaid Live Editor Commit: 71ea9b587f ℹ️
Status: Passed Duration: 01:50 💡
Started: Jul 3, 2024 7:28 AM Ended: Jul 3, 2024 7:30 AM

Review all test suite changes for PR #1471 ↗︎