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) #5544

Merged
merged 1 commit into from
Jun 22, 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
@braintree/sanitize-url 7.0.1 -> 7.0.3 age adoption passing confidence
@cypress/code-coverage 3.12.38 -> 3.12.39 age adoption passing confidence
@iconify-json/carbon 1.1.32 -> 1.1.36 age adoption passing confidence
@types/jsdom (source) 21.1.6 -> 21.1.7 age adoption passing confidence
@types/lodash (source) 4.17.0 -> 4.17.5 age adoption passing confidence
@types/mdast (source) 4.0.3 -> 4.0.4 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.12.14 age adoption passing confidence
@types/stylis (source) 4.2.5 -> 4.2.6 age adoption passing confidence
@vitejs/plugin-vue (source) 5.0.4 -> 5.0.5 age adoption passing confidence
dompurify 3.1.2 -> 3.1.5 age adoption passing confidence
eslint-plugin-jsdoc 48.2.3 -> 48.2.13 age adoption passing confidence
jiti 1.21.0 -> 1.21.6 age adoption passing confidence
lint-staged 15.2.2 -> 15.2.7 age adoption passing confidence
mdast-util-from-markdown 2.0.0 -> 2.0.1 age adoption passing confidence
micromatch 4.0.5 -> 4.0.7 age adoption passing confidence
rimraf 5.0.5 -> 5.0.7 age adoption passing confidence
start-server-and-test 2.0.3 -> 2.0.4 age adoption passing confidence
vite (source) 5.2.10 -> 5.2.13 age adoption passing confidence
vite-plugin-istanbul 6.0.0 -> 6.0.2 age adoption passing confidence
vue (source) 3.4.26 -> 3.4.30 age adoption passing confidence

Release Notes

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

v7.0.3

Compare Source

  • Dependencies
    • Update braces to 3.0.3

v7.0.2

Compare Source

  • Improve sanitization of whitespace escapes
cypress-io/code-coverage (@​cypress/code-coverage)

v3.12.39

Compare Source

Bug Fixes
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.5

cure53/DOMPurify (dompurify)

v3.1.5: DOMPurify 3.1.5

Compare Source

  • Fixed a minor issue with the dist paths in bower.js, thanks @​HakumenNC
  • Fixed a minor issue with sanitizing HTML coming from copy&paste Word content, thanks @​kakao-bishop-cho

v3.1.4: DOMPurify 3.1.4

Compare Source

  • Fixed an issue with the recently implemented isNaN checks, thanks @​tulach
  • Added several new popover attributes to allow-list, thanks @​Gigabyte5671
  • Fixed the tests and adjusted the test runner to cover all branches

v3.1.3: DOMPurify 3.1.3

Compare Source

  • Fixed several mXSS variations found by and thanks to @​kevin-mizu & @​Ry0taK
  • Added better configurability for comment scrubbing default behavior
  • Added better hardening against Prototype Pollution attacks, thanks @​kevin-mizu
  • Added better handling and readability of the nodeType property, thanks @​ssi02014
  • Fixed some smaller issues in README and other documentation
gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v48.2.13

Compare Source

v48.2.12

Compare Source

Bug Fixes
  • namespace flat config name's (8603579)

v48.2.11

Compare Source

Bug Fixes

v48.2.10

Compare Source

Bug Fixes
  • add names to flat configs (5429982)

v48.2.9

Compare Source

Bug Fixes
  • require-description-complete-sentence: regression with heading exempting; fixes #​1220 (fbc9fca)

v48.2.8

Compare Source

Bug Fixes
  • require-description-complete-sentence: avoid triggering punctuation warning after Markdown headings; fixes #​1220 (e9e4440)

v48.2.7

Compare Source

v48.2.6

Compare Source

Bug Fixes
  • require-yields: avoid error when ExportNamedDeclaration has no declaration prop (93a9415)

v48.2.5

Compare Source

Bug Fixes

v48.2.4

Compare Source

unjs/jiti (jiti)

v1.21.6

Compare Source

compare changes

🩹 Fixes
  • Use internal cached modules only if loaded (#​247)

v1.21.5

Compare Source

compare changes

🩹 Fixes

From 1.21.4

  • Avoid node: protocol for node 14 compatibility (5d877de)
  • Update deps (5e11181)

v1.21.4

Compare Source

v1.21.3

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.2

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.21.1

Compare Source

compare changes

🏡 Chore
🤖 CI
❤️ Contributors
okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
syntax-tree/mdast-util-from-markdown (mdast-util-from-markdown)

v2.0.1

Compare Source

Fix
  • 4aa8425 Fix end point of texts ending in character reference
Types

Full Changelog: syntax-tree/mdast-util-from-markdown@2.0.0...2.0.1

micromatch/micromatch (micromatch)

v4.0.7

Compare Source

v4.0.6

Compare Source

isaacs/rimraf (rimraf)

v5.0.7

Compare Source

v5.0.6

Compare Source

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

v2.0.4

Compare Source

Bug Fixes
  • deps: update dependency debug to v4.3.5 (dd8a2d7)
vitejs/vite (vite)

v5.2.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.2.12

Compare Source

v5.2.11

Compare Source

ifaxity/vite-plugin-istanbul (vite-plugin-istanbul)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
vuejs/core (vue)

v3.4.30

Compare Source

Bug Fixes
Performance Improvements

v3.4.29

Compare Source

Bug Fixes
  • build: fix accidental inclusion of runtime-core in server-renderer cjs build (11cc12b), closes #​11137
  • compiler-sfc: fix missing scope for extends error message (4ec387b)
  • compiler-sfc: fix parsing of mts, d.mts, and mtsx files (a476692)
  • compiler-sfc: support @​vue-ignore comment on more type sources (a23e99b)
  • custom-element: support same direct setup function signature in defineCustomElement (7c8b126), closes #​11116
  • reactivity: avoid infinite loop when render access a side effect computed (#​11135) (8296e19), closes #​11121

v3.4.28

Compare Source

Bug Fixes

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 mermaid-js ready!

Name Link
🔨 Latest commit 6c785c9
🔍 Latest deploy log https://app.netlify.com/sites/mermaid-js/deploys/6675600acd8f4400085e8859
😎 Deploy Preview https://deploy-preview-5544--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

codecov bot commented May 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 5.73%. Comparing base (58483fb) to head (6c785c9).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           develop   #5544   +/-   ##
=======================================
  Coverage     5.73%   5.73%           
=======================================
  Files          279     279           
  Lines        42030   42030           
  Branches       491     491           
=======================================
  Hits          2409    2409           
  Misses       39621   39621           
Flag Coverage Δ
unit 5.73% <ø> (ø)

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

@renovate renovate bot force-pushed the renovate/patch-all-patch branch 7 times, most recently from 65d5428 to 7f4143d Compare May 31, 2024 20:21
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 13 times, most recently from 581ae9e to 2c9c2a5 Compare June 11, 2024 04:22
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 8 times, most recently from bd7b888 to 4749796 Compare June 17, 2024 05:26
@renovate renovate bot force-pushed the renovate/patch-all-patch branch 17 times, most recently from c3dfeaf to d5f6c32 Compare June 21, 2024 11:04
Copy link

argos-ci bot commented Jun 21, 2024

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ✅ No changes detected - Jun 21, 2024, 11:23 AM

@renovate renovate bot force-pushed the renovate/patch-all-patch branch from d5f6c32 to 6c785c9 Compare June 21, 2024 11:12
@sidharthv96 sidharthv96 added this pull request to the merge queue Jun 22, 2024
Merged via the queue into develop with commit cba968c Jun 22, 2024
28 checks passed
@sidharthv96 sidharthv96 deleted the renovate/patch-all-patch branch June 22, 2024 16:11
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