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 Change Age Adoption Passing Confidence Type Update
@vueuse/core (source) ^12.7.0 -> ^12.8.2 age adoption passing confidence dependencies minor
codecov/codecov-action v5.3.1 -> v5.4.0 age adoption passing confidence action minor
cypress (source) ^14.0.3 -> ^14.1.0 age adoption passing confidence devDependencies minor
cypress/included 14.0.3 -> 14.1.0 age adoption passing confidence minor
langium (source) 3.3.1 -> 3.4.0 age adoption passing confidence dependencies minor
langium-cli (source) 3.3.0 -> 3.4.0 age adoption passing confidence devDependencies minor
mermaid ^11.0.2 -> ^11.4.1 age adoption passing confidence peerDependencies minor
pnpm (source) 10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af -> 10.6.1 age adoption passing confidence packageManager minor
type-fest ^4.35.0 -> ^4.37.0 age adoption passing confidence devDependencies minor
typescript (source) ~5.7.3 -> ~5.8.2 age adoption passing confidence devDependencies minor
vite (source) ^6.1.1 -> ^6.2.1 age adoption passing confidence devDependencies minor

Release Notes

vueuse/vueuse (@​vueuse/core)

v12.8.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v12.8.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
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

    Loading
    classDiagram
      namespace Company.Project.Module {
        class GenericClass~T~ {
          +addItem(item: T)
          +getItem() T
        }
      }
    
  • #​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.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

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.
sindresorhus/type-fest (type-fest)

v4.37.0

Compare Source

v4.36.0

Compare Source


microsoft/TypeScript (typescript)

v5.8.2

Compare Source

vitejs/vite (vite)

v6.2.1

Compare Source

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: 550f805

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 550f805
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/67ca627550e59b0008bef4a5
😎 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/layout-elk@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/parser@6321

commit: 550f805

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 (bc2bd3d) to head (550f805).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           develop   #6321      +/-   ##
==========================================
- Coverage     3.88%   3.88%   -0.01%     
==========================================
  Files          398     399       +1     
  Lines        42044   42055      +11     
  Branches       638     638              
==========================================
  Hits          1635    1635              
- Misses       40409   40420      +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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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 9 times, most recently from 4536ea9 to 72cdd5e Compare March 5, 2025 16:25
@renovate renovate bot force-pushed the renovate/all-minor branch from 72cdd5e to fe714b4 Compare March 6, 2025 19:01
@renovate renovate bot force-pushed the renovate/all-minor branch from fe714b4 to 550f805 Compare March 7, 2025 03:05
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