Skip to content

Bump picomatch, vuepress, @vuepress/cli, @vuepress/plugin-google-analytics and @vuepress/plugin-palette in /docs - #783

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/multi-ff9d5e7538
Open

Bump picomatch, vuepress, @vuepress/cli, @vuepress/plugin-google-analytics and @vuepress/plugin-palette in /docs#783
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/multi-ff9d5e7538

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown

Bumps picomatch to 4.0.5 and updates ancestor dependencies picomatch, vuepress, @vuepress/cli, @vuepress/plugin-google-analytics and @vuepress/plugin-palette. These dependencies need to be updated together.

Updates picomatch from 2.3.1 to 4.0.5

Release notes

Sourced from picomatch's releases.

4.0.5

What's Changed

New Contributors

Full Changelog: micromatch/picomatch@4.0.4...4.0.5

4.0.4

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@4.0.3...4.0.4

4.0.3

What's Changed

New Contributors

Full Changelog: micromatch/picomatch@4.0.2...4.0.3

3.0.2

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@3.0.1...3.0.2

2.3.2

This is a security release fixing several security relevant issues.

What's Changed

Full Changelog: micromatch/picomatch@2.3.1...2.3.2

Changelog

Sourced from picomatch's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

4.0.0 (2024-02-07)

Fixes

Changed

3.0.1

Fixes

... (truncated)

Commits
  • 4f41a8e 4.0.5
  • 02cfc1b Update .verb.md and run verb to generate README documentation
  • cc52ff6 Only run the upload code coverage step for 1 matrix permutation
  • 6d426d7 Allow workflow to continue if the code coverage step to fails
  • a00b954 Merge branch 'codeql-coverage'
  • 9680381 Merge pull request #183 from MerlijnW70/fix/matchbase-windows-basename
  • 648b4f2 Merge pull request #182 from MerlijnW70/fix/repeated-extglob-drops-branches
  • 70e6485 Configure code coverage upload for CodeQL
  • ab8bc4d fix: honor the windows option when matching basenames
  • 6289307 fix: preserve all branches when rewriting risky repeated extglobs
  • Additional commits viewable in compare view

Updates vuepress from 2.0.0-rc.0 to 2.0.0-rc.30

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for vuepress since your current version.


Updates @vuepress/cli from 2.0.0-rc.0 to 2.0.0-rc.30

Release notes

Sourced from @​vuepress/cli's releases.

v2.0.0-rc.30

   🚀 Features

    View changes on GitHub

v2.0.0-rc.29

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.28

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.27

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

BREAKING CHANGES

  • Page temp files have been removed. Now page components are loaded by bundler directly. If you rely on watching page temp files in dev mode, you can make use of the new onPageUpdated hook instead.
  • markdown:
    • The markdown.assets.relativePathPrefix option has been removed, as it's redundant after removing page temp files.

... (truncated)

Changelog

Sourced from @​vuepress/cli's changelog.

2.0.0-rc.30 (2026-05-14)

Features

2.0.0-rc.29 (2026-05-08)

Bug Fixes

  • bundler-webpack: update esbuild target option (925e63a)

Features

  • cli: fix page file update racing problems and avoid middle state processing (#1691) (da12787)
  • core: add userStyle option to ensure highest css priority (close #1110) (#1695) (071cc21)

2.0.0-rc.28 (2026-04-01)

Bug Fixes

  • cli: cleanup writeTemp on dev server restart (#1693) (ab6eada)
  • cli: pagesWatcher should ignore files based on relative path (#1689) (2e164f5)

Code Refactoring

  • core: update onPageUpdated hook params for delete event (#1692) (206e99e)

BREAKING CHANGES

  • core: The onPageUpdated hook swaps the parameter order for delete type from ('delete', page, null) to ('delete', null, page).

2.0.0-rc.27 (2026-03-10)

Bug Fixes

  • cli: use a separate ignore matcher to ignore watched files (#1681) (1ab52b6)
  • core: page creation should respect page options (#1673) (b713ef4)

Features

... (truncated)

Commits
  • dd5e0c4 build: publish v2.0.0-rc.30
  • 987f8c1 ci: use pnpm ci to install dependencies (#1701)
  • d4f9180 feat(markdown): add aliasSupport option for assetsPlugin (close #1646) (#1647)
  • 0080107 feat(core): prepare user style separately (#1700)
  • 281703e ci: add codeql workflow (#1699)
  • 55307a3 build: publish v2.0.0-rc.29
  • 8b96ee8 build: downgrade lint-staged for regression
  • 071cc21 feat(core): add userStyle option to ensure highest css priority (close #1110)...
  • 3140c3c ci: bump actions and drop node 20 (#1698)
  • e334230 build: remove baseUrl from compilerOptions
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vuepress/cli since your current version.


Updates @vuepress/plugin-google-analytics from 2.0.0-rc.0 to 2.0.0-rc.130

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vuepress/plugin-google-analytics since your current version.


Updates @vuepress/plugin-palette from 2.0.0-rc.0 to 2.0.0-rc.131

Release notes

Sourced from @​vuepress/plugin-palette's releases.

v2.0.0-rc.31

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.30

   🚀 Features

    View changes on GitHub

v2.0.0-rc.29

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.28

   🐞 Bug Fixes

    View changes on GitHub

v2.0.0-rc.27

   🚀 Features

... (truncated)

Changelog

Sourced from @​vuepress/plugin-palette's changelog.

2.0.0-rc.31 (2026-07-24)

Bug Fixes

  • bundler-webpack: remove vuex from module.noParse (#1702) (894ade0)
  • client: fix client data injection failure caused by HMR (close #1715) (#1716) (2d2d8db)
  • core: update default value for absolutePathPrependBase (#1706) (9a6e677)

Features

BREAKING CHANGES

  • shouldPrefetch now defaults to 'as-needed' instead of true. Builds no longer prefetch every asynchronous page chunk by default. Set shouldPrefetch: true to retain the previous behavior.
  • bundler-webpack - configureWebpack return value now replaces the config object directly. Use the webpackMergeConfig helper to merge configs manually instead.
  • core - Bundler interface now requires type and mergeConfig.

2.0.0-rc.30 (2026-05-14)

Features

2.0.0-rc.29 (2026-05-08)

Bug Fixes

  • bundler-webpack: update esbuild target option (925e63a)

Features

  • cli: fix page file update racing problems and avoid middle state processing (#1691) (da12787)
  • core: add userStyle option to ensure highest css priority (close #1110) (#1695) (071cc21)

2.0.0-rc.28 (2026-04-01)

Bug Fixes

  • cli: cleanup writeTemp on dev server restart (#1693) (ab6eada)
  • cli: pagesWatcher should ignore files based on relative path (#1689) (2e164f5)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​vuepress/plugin-palette 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 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.

…ytics and @vuepress/plugin-palette

Bumps [picomatch](https://github.com/micromatch/picomatch) to 4.0.5 and updates ancestor dependencies [picomatch](https://github.com/micromatch/picomatch), [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress), [@vuepress/cli](https://github.com/vuepress/core), [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-google-analytics) and [@vuepress/plugin-palette](https://github.com/vuepress/vuepress-next). These dependencies need to be updated together.


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

Updates `vuepress` from 2.0.0-rc.0 to 2.0.0-rc.30
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/vuepress)

Updates `@vuepress/cli` from 2.0.0-rc.0 to 2.0.0-rc.30
- [Release notes](https://github.com/vuepress/core/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](vuepress/core@v2.0.0-rc.0...v2.0.0-rc.30)

Updates `@vuepress/plugin-google-analytics` from 2.0.0-rc.0 to 2.0.0-rc.130
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-google-analytics)

Updates `@vuepress/plugin-palette` from 2.0.0-rc.0 to 2.0.0-rc.131
- [Release notes](https://github.com/vuepress/vuepress-next/releases)
- [Changelog](https://github.com/vuepress/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuepress/vuepress-next/commits)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 4.0.5
  dependency-type: indirect
- dependency-name: vuepress
  dependency-version: 2.0.0-rc.30
  dependency-type: direct:production
- dependency-name: "@vuepress/cli"
  dependency-version: 2.0.0-rc.30
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-google-analytics"
  dependency-version: 2.0.0-rc.130
  dependency-type: direct:development
- dependency-name: "@vuepress/plugin-palette"
  dependency-version: 2.0.0-rc.131
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants