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 minor dependencies (minor) #6321

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action minor v5.3.1 -> v5.4.0 age adoption passing confidence
cypress (source) devDependencies minor ^14.0.3 -> ^14.1.0 age adoption passing confidence
cypress/included minor 14.0.3 -> 14.1.0 age adoption passing confidence
langium (source) dependencies minor 3.3.1 -> 3.4.0 age adoption passing confidence
langium-cli (source) devDependencies minor 3.3.0 -> 3.4.0 age adoption passing confidence
mermaid peerDependencies minor ^11.0.2 -> ^11.4.1 age adoption passing confidence
pnpm (source) packageManager minor 10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af -> 10.5.2 age adoption passing confidence
vite (source) devDependencies minor ^6.1.1 -> ^6.2.0 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

cypress-io/cypress (cypress)

v14.1.0

Compare Source

Changelog: https://docs.cypress.io/app/references/changelog#14-1-0

eclipse-langium/langium (langium)

v3.4.0

Compare Source

  • Improve definition of AST convenience types (#​1771).
  • Improve handling of Windows drive letters in UriUtils (#​1816).
  • Add replacement for the NotebookDocuments service from vscode-languageserver (#​1743).
  • Fix a minor bug in the text generator related to undefined elements and indentation (#​1814).
eclipse-langium/langium (langium-cli)

v3.4.0

Compare Source

mermaid-js/mermaid (mermaid)

v11.4.1

Compare Source

Patch Changes
  • #​6059 01b5079 Thanks @​knsv! - fix: Kanban diagrams will not render when adding a number as ticket id or assigned for a task

  • #​6038 1388662 Thanks @​knsv! - fix: Intersection calculations for tilted cylinder/DAS when using handdrawn look. Some random seeds could cause the calculations to break.

  • #​6079 fe3cffb Thanks @​aloisklink! - Bump dompurify to ^3.2.1. This removes the need for @types/dompurify.

v11.4.0

Compare Source

Minor Changes
  • #​5999 742ad7c Thanks @​knsv! - Adding Kanban board, a new diagram type

  • #​5880 bdf145f Thanks @​yari-dewalt! - Class diagram changes:

    • Updates the class diagram to the new unified way of rendering.
    • Includes a new "classBox" shape to be used in diagrams
    • Other updates such as:
      • the option to hide the empty members box in class diagrams,
      • support for handDrawn look,
      • the introduction of the classDef statement into class diagrams,
      • support for styling the default class,
      • support lollipop interfaces.
    • Includes fixes / additions for #​5562 #​3139 and #​4037
Patch Changes

v11.3.0

Compare Source

Minor Changes
Patch Changes
  • #​5849 6c5b7ce Thanks @​ReneLombard! - Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.
    Forexample

    classDiagram
      namespace Company.Project.Module {
        class GenericClass~T~ {
          +addItem(item: T)
          +getItem() T
        }
      }
    
    Loading
  • #​5914 de2c05c Thanks @​aloisklink! - Ban DOMPurify v3.1.7 as a dependency

v11.2.1

Compare Source

Patch Changes

v11.2.0

Compare Source

Minor Changes
Patch Changes

v11.1.1

Compare Source

Patch Changes
  • #​5828 4c43d21 Thanks @​knsv! - fix: Fix for issue where self-loops in the root of diagrams break the rendering

v11.1.0

Compare Source

11.1.0

Minor Changes
Patch Changes
pnpm/pnpm (pnpm)

v10.5.2

Compare Source

Patch Changes
  • The pnpm config set command should change the global .npmrc file by default.
    This was a regression introduced by #​9151 and shipped in pnpm v10.5.0.

v10.5.1

Compare Source

Patch Changes
  • Throw an error message if a pnpm-workspaces.yaml or pnpm-workspaces.yml file is found instead of a pnpm-workspace.yaml #​9170.
  • Fix the update of pnpm-workspace.yaml by the pnpm approve-builds command #​9168.
  • Normalize generated link paths in package.json #​9163
  • Specifying overrides in pnpm-workspace.yaml should work.
  • pnpm dlx should ignore settings from the package.json file in the current working directory #​9178.

v10.5.0

Compare Source

Minor Changes
  • Allow to set the "pnpm" settings from package.json via the pnpm-workspace.yaml file #​9121.

  • Added support for automatically syncing files of injected workspace packages after pnpm run #​9081. Use the sync-injected-deps-after-scripts setting to specify which scripts build the workspace package. This tells pnpm when syncing is needed. The setting should be defined in a .npmrc file at the root of the workspace. Example:

    sync-injected-deps-after-scripts[]=compile
  • The packages field in pnpm-workspace.yaml became optional.

Patch Changes
  • pnpm link with no parameters should work as if --global is specified #​9151.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm link <path> should calculate relative path from the root of the workspace directory #​9132.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.
vitejs/vite (vite)

v6.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 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

changeset-bot bot commented Feb 24, 2025

⚠️ No Changeset found

Latest commit: e67386b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Feb 24, 2025

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit e67386b
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/67bfc462237a17000836a38e
😎 Deploy Preview https://deploy-preview-6321--mermaid-js.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

pkg-pr-new bot commented Feb 24, 2025

Open in Stackblitz

npm i https://pkg.pr.new/mermaid-js/mermaid@6321
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/mermaid-zenuml@6321
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/layout-elk@6321
npm i https://pkg.pr.new/mermaid-js/mermaid/@mermaid-js/parser@6321

commit: e67386b

Copy link

codecov bot commented Feb 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.88%. Comparing base (446f6a7) to head (e67386b).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #6321   +/-   ##
=======================================
  Coverage     3.88%   3.88%           
=======================================
  Files          399     398    -1     
  Lines        42055   42044   -11     
  Branches       638     638           
=======================================
  Hits          1635    1635           
+ Misses       40420   40409   -11     
Flag Coverage Δ
unit 3.88% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from b4936a6 to 4d7b244 Compare February 25, 2025 06:16
@renovate renovate bot changed the title chore(deps): update dependency mermaid to ^11.4.1 chore(deps): update all minor dependencies (minor) Feb 25, 2025
@renovate renovate bot force-pushed the renovate/all-minor branch 6 times, most recently from 9835563 to f6051e8 Compare February 26, 2025 18:49
@renovate renovate bot changed the title chore(deps): update all minor dependencies (minor) fix(deps): update all minor dependencies (minor) Feb 26, 2025
@renovate renovate bot force-pushed the renovate/all-minor branch from f6051e8 to e67386b Compare February 27, 2025 01:48
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