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

feat: add pnpm support and compatble with latest vp2 #1717

Closed
wants to merge 25 commits into from
Closed

Conversation

Mister-Hope
Copy link
Member

@Mister-Hope Mister-Hope commented Apr 26, 2022

  • Switch to pnpm

  • Refine plugin api

  • Add pnpm install command in install part

  • Update plugin usage docs

  • Update theme usage docs

  • Improve docs with new changes

  • Update ci, drop node 12, add node 18 and use pnpm

  • Update contributing guide

  • Update demo

  • Update template

  • Add pnpm support for create package

  • Update cookbook

  • Update packages readme

  • Rename and refine helpers

  • Update migration guide

  • Update how to apply search plugin

  • Update release script

  • Compatble with latest bundler

    This requires [Enhancement] Improve bundler config vuepress/core#795

@gitguardian
Copy link

gitguardian bot commented Apr 27, 2022

⚠️ GitGuardian has uncovered 33 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
2679276 Generic High Entropy Secret ac71d65 docs/add-this/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/add-this/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/blog2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/blog2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/comment2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/comment2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/components/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/components/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/copy-code2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/copy-code2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/copyright2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/copyright2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/feed2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/feed2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/lightgallery/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/lightgallery/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/md-enhance/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/md-enhance/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/photo-swipe/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/photo-swipe/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/pwa2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/pwa2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/reading-time2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/redirect2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/redirect2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/sass-palette/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/sass-palette/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/seo2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/seo2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/sitemap2/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/sitemap2/src/.vuepress/theme.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/theme/src/.vuepress/config.ts View secret
2679276 Generic High Entropy Secret d3aed5a docs/theme/src/.vuepress/theme.ts View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@codecov
Copy link

codecov bot commented Apr 27, 2022

Codecov Report

Merging #1717 (d09dd3b) into main (48448aa) will not change coverage.
The diff coverage is n/a.

❗ Current head d09dd3b differs from pull request most recent head 67d81bf. Consider uploading reports for the commit 67d81bf to get more accurate results

@@           Coverage Diff           @@
##             main    #1717   +/-   ##
=======================================
  Coverage   76.69%   76.69%           
=======================================
  Files          52       52           
  Lines        1330     1330           
  Branches      499      499           
=======================================
  Hits         1020     1020           
  Misses        292      292           
  Partials       18       18           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 48448aa...67d81bf. Read the comment docs.

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.

None yet

1 participant