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

chore(deps): update all non-major dependencies (minor) #1462

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
eslint-plugin-tailwindcss 3.15.2 -> 3.17.3 age adoption passing confidence devDependencies minor
monaco-editor 0.48.0 -> 0.49.0 age adoption passing confidence dependencies minor
node (source) 20.13.1 -> 20.14.0 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence devDependencies minor
prettier-plugin-tailwindcss ^0.5.11 -> ^0.6.0 age adoption passing confidence devDependencies minor
vite (source) 5.2.11 -> 5.3.1 age adoption passing confidence devDependencies minor

Release Notes

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

v3.17.3

Compare Source

v3.17.2

Compare Source

Revert to 3.17.0 equivalent to prevent a regression introduced in 3.17.1

v3.17.1

Compare Source

This version did introduce a regression, so you should use 3.17.2 instead for now

v3.17.0: Enhanced Template literals support

Compare Source

v3.16.0: ESLint v9 support

Compare Source

microsoft/monaco-editor (monaco-editor)

v0.49.0

Compare Source

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

nodejs/node (node)

v20.14.0

Compare Source

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>

v3.3.1

Compare Source

diff

Preserve empty lines in front matter (#​16347 by @​fisker)
<!-- Input -->
---
foo:
  - bar1

  - bar2

  - bar3
---
Markdown

<!-- Prettier 3.3.0 -->

---
foo:
  - bar1
  - bar2
  - bar3
---

Markdown

<!-- Prettier 3.3.1 -->
---
foo:
  - bar1

  - bar2

  - bar3
---

Markdown
Preserve explicit language in front matter (#​16348 by @​fisker)
<!-- Input -->
---yaml
title: Hello
slug: home
---

<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---

<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
Avoid line breaks in import attributes (#​16349 by @​fisker)
// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
  "json" };

// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };

v3.3.0

Compare Source

diff

🔗 Release Notes

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

v0.6.4

Compare Source

  • Export PluginOptions type (#​292)

v0.6.3

Compare Source

  • Improve detection of string concatenation (#​288)

v0.6.2

Compare Source

Changed
  • Only remove duplicate Tailwind classes (#​277)
  • Make sure escapes in classes are preserved in string literals (#​286)

v0.6.1

Compare Source

Added
  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#​276)
Fixed
  • Improve handling of whitespace removal when concatenating strings (#​276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#​276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#​276)

v0.6.0

Compare Source

Changed
  • Remove duplicate classes (#​272)
  • Remove extra whitespace around classes (#​272)
vitejs/vite (vite)

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

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 has been generated by Mend Renovate. View repository job log here.

Copy link

netlify bot commented May 27, 2024

Deploy Preview for mermaidjs ready!

Name Link
🔨 Latest commit 238557b
🔍 Latest deploy log https://app.netlify.com/sites/mermaidjs/deploys/666eebcce0c43a000846a81a
😎 Deploy Preview https://deploy-preview-1462--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 May 27, 2024

Passing run #1476 ↗︎

0 29 6 0 Flakiness 0

Details:

Merge 31bcaa9 into ca03a85...
Project: Mermaid Live Editor Commit: 9a49b3662e ℹ️
Status: Passed Duration: 02:07 💡
Started: Jun 14, 2024 9:33 AM Ended: Jun 14, 2024 9:36 AM

Review all test suite changes for PR #1462 ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from e1e6eb6 to 450ef28 Compare June 4, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bd87b77 to f07d640 Compare June 11, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 687e956 to 31bcaa9 Compare June 14, 2024 09:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 31bcaa9 to 238557b Compare June 16, 2024 13:42
@sidharthv96 sidharthv96 added this pull request to the merge queue Jun 16, 2024
Merged via the queue into develop with commit 262d9e9 Jun 16, 2024
9 of 11 checks passed
@sidharthv96 sidharthv96 deleted the renovate/all-minor-patch branch June 16, 2024 13:44
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