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): bump micromatch and vuepress-plugin-md-enhance #35

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 28, 2024

Bumps micromatch to 4.0.8 and updates ancestor dependency vuepress-plugin-md-enhance. These dependencies need to be updated together.

Updates micromatch from 4.0.5 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.
Commits

Updates vuepress-plugin-md-enhance from 1.30.0 to 2.0.0-rc.52

Release notes

Sourced from vuepress-plugin-md-enhance's releases.

v2.0.0-rc.52

✨ Features

  • update deps and support latest highlighter plugin (ab785f0)

🐛 Bug Fixes

  • md-enhance: improve tasklist checkbox style (aa0d0c7)
  • theme: fix checkbox on firefox, close #4267 (2692a67)
  • theme: hide sass warnings (09d127b)

v2.0.0-rc.51

✨ Features

  • create: slim package size and workflow improvements (638abf7)

🐛 Bug Fixes

  • components: use no-external-link-icon for SiteInfo (f915322)
  • components: fix site info (60c6013)
  • deps: update dependency inquirer to v9.3.2 (#4244) (891e31b)
  • deps: update dependency inquirer to v9.3.4 (#4253) (e25340b)
  • deps: update dependency three to v0.166.0 (#4245) (917d0c6)
  • deps: update dependency vidstack to v1.11.24 (#4230) (7d40701)
  • fix code tab and code block border radius, close #4235 (2467234)
  • theme: fix diff marker with line numbers, close #4247 (3248205)
  • theme: fix navbar link style, close #4246 (9514e8a)

v2.0.0-rc.50

Support latest vuepress@next

v2.0.0-rc.49

🐛 Bug Fixes

  • deps: update dependency vidstack to v1.11.22 (#4219) (5b2d642)
  • md-enhance: fix hint container with code block styles (1d41825)
  • theme: fix navbar active state (db398eb)

v2.0.0-rc.48

✨ Features

  • theme: improve auto prev and next links (07ec17d)
  • theme: improve types (fbaceb0)

🐛 Bug Fixes

  • components: add custom element for font-icon, close #4211 (0354cd7)
  • components: disable external link icon on VPBanner (d8f3488)
  • deps: update dependency artplayer-plugin-danmuku to v5.1.1 (#4206) (fce7660)

... (truncated)

Changelog

Sourced from vuepress-plugin-md-enhance's changelog.

2.0.0-rc.52 (2024-07-19)

✨ Features

🐛 Bug Fixes

  • md-enhance: improve tasklist checkbox style (aa0d0c7)

2.0.0-rc.51 (2024-07-13)

✨ Features

  • create: slim package size and workflow improvements (638abf7)

🐛 Bug Fixes

  • fix code tab and code block border radius, close #4235 (2467234)

2.0.0-rc.50 (2024-06-21)

Note: Version bump only for package vuepress-plugin-md-enhance

2.0.0-rc.49 (2024-06-18)

🐛 Bug Fixes

  • md-enhance: fix hint container with code block styles (1d41825)

2.0.0-rc.48 (2024-06-04)

✨ Features

2.0.0-rc.47 (2024-05-31)

Note: Version bump only for package vuepress-plugin-md-enhance

2.0.0-rc.45 (2024-05-28)

⚠ BREAKING CHANGES

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by mister-hope, a new releaser for vuepress-plugin-md-enhance since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [micromatch](https://github.com/micromatch/micromatch) to 4.0.8 and updates ancestor dependency [vuepress-plugin-md-enhance](https://github.com/vuepress-theme-hope/vuepress-theme-hope/tree/HEAD/packages/md-enhance). These dependencies need to be updated together.


Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `vuepress-plugin-md-enhance` from 1.30.0 to 2.0.0-rc.52
- [Release notes](https://github.com/vuepress-theme-hope/vuepress-theme-hope/releases)
- [Changelog](https://github.com/vuepress-theme-hope/vuepress-theme-hope/blob/main/packages/md-enhance/CHANGELOG.md)
- [Commits](https://github.com/vuepress-theme-hope/vuepress-theme-hope/commits/v2.0.0-rc.52/packages/md-enhance)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
- dependency-name: vuepress-plugin-md-enhance
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2024
Copy link

vercel bot commented Aug 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
k8s-iam ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2024 7:23am

@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 28, 2024
Copy link

netlify bot commented Aug 28, 2024

Deploy Preview for kubecub failed.

Name Link
🔨 Latest commit 26e9d82
🔍 Latest deploy log https://app.netlify.com/sites/kubecub/deploys/66ced07e58452e00089643c8

@kubbot
Copy link
Member

kubbot commented Sep 4, 2024

This issue is stale because it has been open 7 days with no activity.

@kubbot kubbot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 4, 2024
@kubbot
Copy link
Member

kubbot commented Sep 9, 2024

This PR was closed because it has been stalled for 5 days with no activity. You can reopen it if you want.

@kubbot kubbot closed this Sep 9, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-d4d632d20b branch September 9, 2024 08:20
@kubecub kubecub locked and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant