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 patch dependencies (patch) #6348

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@applitools/eyes-cypress ^3.44.9 -> ^3.50.3 age adoption passing confidence devDependencies patch
@braintree/sanitize-url ^7.0.4 -> ^7.1.1 age adoption passing confidence dependencies patch
@changesets/cli (source) ^2.27.12 -> ^2.28.1 age adoption passing confidence devDependencies patch
@cypress/code-coverage ^3.12.49 -> ^3.13.12 age adoption passing confidence devDependencies patch
@iconify-json/carbon ^1.1.37 -> ^1.2.8 age adoption passing confidence devDependencies patch
@iconify/utils (source) ^2.1.33 -> ^2.3.0 age adoption passing confidence dependencies patch
@types/lodash (source) ^4.17.15 -> ^4.17.16 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.5 -> ^22.13.10 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.2.1 age adoption passing confidence devDependencies patch
@vitest/coverage-v8 (source) ^3.0.6 -> ^3.0.8 age adoption passing confidence devDependencies patch
@vitest/spy (source) ^3.0.6 -> ^3.0.8 age adoption passing confidence devDependencies patch
@vitest/ui (source) ^3.0.6 -> ^3.0.8 age adoption passing confidence devDependencies patch
@zenuml/core ^3.23.28 -> ^3.27.12 age adoption passing confidence dependencies patch
actions/cache v4.2.1 -> v4.2.2 age adoption passing confidence action patch
changesets/action v1.4.9 -> v1.4.10 age adoption passing confidence action patch
cspell (source) ^8.6.1 -> ^8.17.5 age adoption passing confidence devDependencies patch
cypress-io/github-action v6.7.12 -> v6.7.16 age adoption passing confidence action patch
cytoscape (source) ^3.29.3 -> ^3.31.1 age adoption passing confidence dependencies patch
esbuild ^0.25.0 -> ^0.25.1 age adoption passing confidence devDependencies patch
express (source) ^4.19.2 -> ^4.21.2 age adoption passing confidence devDependencies patch
github/codeql-action v3.28.10 -> v3.28.11 age adoption passing confidence action patch
globby ^14.0.2 -> ^14.1.0 age adoption passing confidence devDependencies patch
peter-evans/create-pull-request v7.0.6 -> v7.0.8 age adoption passing confidence action patch
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence devDependencies patch
start-server-and-test ^2.0.10 -> ^2.0.11 age adoption passing confidence devDependencies patch
tsx (source) ^4.7.3 -> ^4.19.3 age adoption passing confidence devDependencies patch
typedoc (source) ^0.27.8 -> ^0.27.9 age adoption passing confidence devDependencies patch
unplugin-vue-components ^28.4.0 -> ^28.4.1 age adoption passing confidence devDependencies patch
vitepress (source) ^1.0.2 -> ^1.6.3 age adoption passing confidence devDependencies patch
vitest (source) ^3.0.6 -> ^3.0.8 age adoption passing confidence devDependencies patch
vue (source) ^3.4.38 -> ^3.5.13 age adoption passing confidence dependencies patch

Release Notes

braintree/sanitize-url (@​braintree/sanitize-url)

v7.1.1

Compare Source

  • DevDependency Changes

    • happy-dom to 15.11.6
  • Update (sub-)dependencies

    • cross-spawn to 7.0.6
    • micromatch to 4.0.8
    • vite to 4.5.5
cypress-io/code-coverage (@​cypress/code-coverage)

v3.13.12

Compare Source

Bug Fixes

v3.13.11

Compare Source

Bug Fixes

v3.13.10

Compare Source

Bug Fixes

v3.13.9

Compare Source

Bug Fixes

v3.13.8

Compare Source

Bug Fixes

v3.13.7

Compare Source

Bug Fixes

v3.13.6

Compare Source

Bug Fixes

v3.13.5

Compare Source

Bug Fixes
vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.7

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
actions/cache (actions/cache)

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

changesets/action (changesets/action)

v1.4.10

Compare Source

Patch Changes
  • #​448 8b16070 Thanks @​bluwy! - Use full git email (41898282+github-actions[bot]@​users.noreply.github.com) for github-actions bot when making commits
streetsidesoftware/cspell (cspell)

v8.17.5

Compare Source

cypress-io/github-action (cypress-io/github-action)

v6.7.16

Compare Source

Bug Fixes

v6.7.15

Compare Source

Bug Fixes

v6.7.14

Compare Source

Bug Fixes

v6.7.13

Compare Source

Bug Fixes
cytoscape/cytoscape.js (cytoscape)

v3.31.1

Compare Source

Release version v3.31.1

evanw/esbuild (esbuild)

v0.25.1

Compare Source

  • Fix incorrect paths in inline source maps (#​4070, #​4075, #​4105)

    This fixes a regression from version 0.25.0 where esbuild didn't correctly resolve relative paths contained within source maps in inline sourceMappingURL data URLs. The paths were incorrectly being passed through as-is instead of being resolved relative to the source file containing the sourceMappingURL comment, which was due to the data URL not being a file URL. This regression has been fixed, and this case now has test coverage.

  • Fix invalid generated source maps (#​4080, #​4082, #​4104, #​4107)

    This release fixes a regression from version 0.24.1 that could cause esbuild to generate invalid source maps. Specifically under certain conditions, esbuild could generate a mapping with an out-of-bounds source index. It was introduced by code that attempted to improve esbuild's handling of "null" entries in source maps (i.e. mappings with a generated position but no original position). This regression has been fixed.

    This fix was contributed by @​jridgewell.

  • Fix a regression with non-file source map paths (#​4078)

    The format of paths in source maps that aren't in the file namespace was unintentionally changed in version 0.25.0. Path namespaces is an esbuild-specific concept that is optionally available for plugins to use to distinguish paths from file paths and from paths meant for other plugins. Previously the namespace was prepended to the path joined with a : character, but version 0.25.0 unintentionally failed to prepend the namespace. The previous behavior has been restored.

  • Fix a crash with switch optimization (#​4088)

    The new code in the previous release to optimize dead code in switch statements accidentally introduced a crash in the edge case where one or more switch case values include a function expression. This is because esbuild now visits the case values first to determine whether any cases are dead code, and then visits the case bodies once the dead code status is known. That triggered some internal asserts that guard against traversing the AST in an unexpected order. This crash has been fixed by changing esbuild to expect the new traversal ordering. Here's an example of affected code:

    switch (x) {
      case '':
        return y.map(z => z.value)
      case y.map(z => z.key).join(','):
        return []
    }
  • Update Go from 1.23.5 to 1.23.7 (#​4076, #​4077)

    This should have no effect on existing code as this version change does not change Go's operating system support. It may remove certain reports from vulnerability scanners that detect which version of the Go compiler esbuild uses.

    This PR was contributed by @​MikeWillCook.

expressjs/express (express)

v4.21.2

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.1...4.21.2

v4.21.1

Compare Source

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

github/codeql-action (github/codeql-action)

v3.28.11

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.11 - 07 Mar 2025
  • Update default CodeQL bundle version to 2.20.6. #​2793

See the full CHANGELOG.md for more information.

peter-evans/create-pull-request (peter-evans/create-pull-request)

v7.0.8: Create Pull Request v7.0.8

Compare Source

What's Changed

Full Changelog: peter-evans/create-pull-request@v7.0.7...v7.0.8

v7.0.7: Create Pull Request v7.0.7

Compare Source

⚙️ Fixes an issue with commit signing where modifications to the same file in multiple commits squash into the first commit.

What's Changed
New Contributors

Full Changelog: peter-evans/create-pull-request@v7.0.6...v7.0.7

prettier/prettier (prettier)

v3.5.3

Compare Source

bahmutov/start-server-and-test (start-server-and-test)

v2.0.11

Compare Source

TypeStrong/TypeDoc (typedoc)

[v0.27.9](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.


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 Mar 3, 2025

⚠️ No Changeset found

Latest commit: 74d6f47

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 Mar 3, 2025

Deploy Preview for mermaid-js ready!

Name Link
🔨 Latest commit 74d6f47
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/67d2b61e1b095e0008417149
😎 Deploy Preview https://deploy-preview-6348--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 Mar 3, 2025

Open in Stackblitz

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

commit: 74d6f47

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 3.86%. Comparing base (d602240) to head (74d6f47).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #6348   +/-   ##
=======================================
  Coverage     3.86%   3.86%           
=======================================
  Files          402     401    -1     
  Lines        42682   42671   -11     
  Branches       644     644           
=======================================
  Hits          1648    1648           
+ Misses       41034   41023   -11     
Flag Coverage Δ
unit 3.86% <ø> (+<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/patch-all-patch branch 8 times, most recently from fea9368 to 49c0433 Compare March 10, 2025 16:33
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 2 times, most recently from dec67c6 to 8265c62 Compare March 13, 2025 06:49
@renovate renovate bot force-pushed the renovate/patch-all-patch branch from 8265c62 to 74d6f47 Compare March 13, 2025 10:40
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