Skip to content
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

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

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mermaid-js/layout-elk 0.1.4 -> 0.1.5 age adoption passing confidence
@sveltejs/adapter-static (source) 3.0.4 -> 3.0.6 age adoption passing confidence
@sveltejs/kit (source) 2.5.26 -> 2.5.28 age adoption passing confidence
dompurify 3.1.6 -> 3.1.7 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-tailwindcss 3.17.4 -> 3.17.5 age adoption passing confidence
postcss (source) 8.4.45 -> 8.4.47 age adoption passing confidence
prettier-plugin-svelte 3.2.6 -> 3.2.7 age adoption passing confidence
prettier-plugin-tailwindcss 0.6.6 -> 0.6.8 age adoption passing confidence
svg-pan-zoom 3.6.1 -> 3.6.2 age adoption passing confidence
tailwindcss (source) 3.4.10 -> 3.4.14 age adoption passing confidence

Release Notes

mermaid-js/mermaid (@​mermaid-js/layout-elk)

v0.1.5

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-static)

v3.0.6

Compare Source

Patch Changes

v3.0.5

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.5.28

Compare Source

Patch Changes
  • fix: import node:process instead of using globals (#​12641)

v2.5.27

Compare Source

Patch Changes
  • fix: asynchronously instantiate components when using Svelte 5 (#​12613)

  • fix: use {@​render ...} tag when generating default fallback page for svelte 5 apps (#​12653)

  • fix: emulate event.platform even when the route does not exist (#​12513)

cure53/DOMPurify (dompurify)

v3.1.7: DOMPurify 3.1.7

Compare Source

  • Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @​masatokinugawa
  • Fixed several smaller typos in documentation and test & build files, thanks @​christianhg
  • Added better support for Angular compiler, thanks @​jeroen1602
  • Added several new attributes to HTML and SVG allow-list, thanks @​Gigabyte5671 and @​Rotzbua
  • Removed the foreignObject element from the list of HTML entry-points, thanks @​masatokinugawa
  • Bumped several dependencies to be more up to date
eslint/eslint (eslint)

v8.57.1

Compare Source

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

v3.17.5

Compare Source

postcss/postcss (postcss)

v8.4.47

Compare Source

  • Removed debug code.

v8.4.46

Compare Source

  • Fixed Cannot read properties of undefined (reading 'before').
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.7

Compare Source

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.6.8

Compare Source

v0.6.7

Compare Source

  • Improved performance with large Svelte, Liquid, and Angular files (#​312)
  • Add support for @plugin and @config in v4 (#​316)
  • Add support for Tailwind CSS v4.0.0-alpha.25 (#​317)
bumbu/svg-pan-zoom (svg-pan-zoom)

v3.6.2

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

v3.4.11

Compare Source


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.


  • 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 Sep 23, 2024

Deploy Preview for mermaidjs ready!

Name Link
🔨 Latest commit 84db2c7
🔍 Latest deploy log https://app.netlify.com/sites/mermaidjs/deploys/672de164a590e2000845784d
😎 Deploy Preview https://deploy-preview-1546--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.

Copy link

cypress bot commented Sep 23, 2024

Mermaid Live Editor    Run #1636

Run Properties:  status check passed Passed #1636  •  git commit a7fc9d7bcb ℹ️: Merge 84db2c7c6a24fb8d7e7080b7858e7214c3fa6729 into 6816bd986cdaa48f67930759d5f3...
Project Mermaid Live Editor
Branch Review renovate/patch-all-minor-patch
Run status status check passed Passed #1636
Run duration 02m 17s
Commit git commit a7fc9d7bcb ℹ️: Merge 84db2c7c6a24fb8d7e7080b7858e7214c3fa6729 into 6816bd986cdaa48f67930759d5f3...
Committer renovate[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 6
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 29
View all changes introduced in this branch ↗︎

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 3 times, most recently from 697a9e6 to ca5001c Compare September 26, 2024 12:19
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from ca5001c to 77cb3a1 Compare October 3, 2024 15:34
@renovate renovate bot changed the title chore(deps): update all non-major dependencies (patch) fix(deps): update all non-major dependencies (patch) Oct 3, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from fad81e3 to a26f496 Compare October 9, 2024 19:25
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 72602da to f311172 Compare October 20, 2024 21:44
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from d932e9b to ebd767a Compare October 29, 2024 19:04
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from ebd767a to 84db2c7 Compare November 8, 2024 10:01
@sidharthv96 sidharthv96 merged commit 98f7b1b into develop Nov 8, 2024
11 checks passed
@sidharthv96 sidharthv96 deleted the renovate/patch-all-minor-patch branch November 8, 2024 10:14
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.

1 participant