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 dependency @vuepress/bundler-vite to v2.0.0-rc.7 #24

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 11, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vuepress/bundler-vite (source) 2.0.0-beta.48 -> 2.0.0-rc.7 age adoption passing confidence

Release Notes

vuepress/core (@​vuepress/bundler-vite)

v2.0.0-rc.7

Compare Source

Features
  • client: add useClientData composable (37f646b)

v2.0.0-rc.6

Compare Source

Bug Fixes
  • shared: handle query and hash in normalizeRoutePath (c1dbc2c)
Features
  • client: export useRoute and useRouter (eb13cb0)

v2.0.0-rc.5

Compare Source

Bug Fixes
  • markdown: keep base if link tag is not updated (073e21d)
  • shared: improve normalizeRoutePath edge cases handling (f2247bb)
Features
  • client: add RouteLink component (d4dbcc6)

v2.0.0-rc.4

Compare Source

Bug Fixes
  • client: fix routes types (a290295)

v2.0.0-rc.3

Compare Source

Features
  • cli: add link for troubleshooting docs (5281a42)
Performance Improvements
BREAKING CHANGES
  • vue-router's route records have been replaced by custom route records to get better performance. It should not break common usage, but could be a potential breaking change for some themes. vue-router is suitable for SPAs, but not for static sites. It has a negative impact on the performance of vuepress sites, especially large-scale ones. In the long run we'll replace vue-router with a light-weighted custom router totally.

v2.0.0-rc.2

Compare Source

Bug Fixes

v2.0.0-rc.1

Compare Source

Features
  • bundler-vite: upgrade vite to v5.3 (68d3dbc)
  • markdown: support single line code import syntax (close #​1355) (34e291e)

v2.0.0-rc.0

Bug Fixes
Features
  • upgrade to vite 5 and esbuild 0.19 (e1e9ec3)

v2.0.0-beta.68

Compare Source

Build System
  • drop support for node 16 (10b0aa9)
Features
  • core: support templateBuildRenderer in app options and theme api (close #​1120) (0b0108d)
  • theme-default: sync code group status (close #​541) (7078dd5)
  • utils: add templateRenderer utils (fe8ea2a)
BREAKING CHANGES
  • utils: the outlets of templateBuild has been updated, see TEMPLATE_RENDERER_OUTLETS in @vuepress/utils package
  • drop support for node 16

v2.0.0-beta.67

Compare Source

Bug Fixes

v2.0.0-beta.66

Compare Source

Reverts

v2.0.0-beta.65

Compare Source

Bug Fixes
Features

v2.0.0-beta.64

Compare Source

Bug Fixes
  • plugin-active-header-links: remove force replace when updating hash (#​1360) (fa6b9ea)
Performance Improvements
  • client: use eager computed for routeLocale (9d85d4f)
  • client: use eager computed for routePath to avoid extra route locale resolving (aacff56)
  • core: reduce pageRoutes size (#​1274) (08cf419)

v2.0.0-beta.63

Compare Source

Bug Fixes

v2.0.0-beta.62

Compare Source

Bug Fixes
Build System
Features
Performance Improvements
BREAKING CHANGES
  • markdown: for markdown image syntax ![alt](path), paths without ./ or / or protocol will be treated as relative links
  • drop support for node 14

v2.0.0-beta.61

Compare Source

Bug Fixes
Features

v2.0.0-beta.60

Compare Source

Bug Fixes
Features

v2.0.0-beta.59

Compare Source

Bug Fixes

v2.0.0-beta.58

Compare Source

Bug Fixes
  • bundler-webpack: avoid duplicated style preload (e484a55)
  • bundler-webpack: fix module identifier matching (9d8d645)
  • bundler-webpack: partially fix ssr dependencies issue (83e7b6c)

v2.0.0-beta.57

Compare Source

Bug Fixes
Build System
  • bump to vite 4 and rollup 3 (5fac2e6)
Code Refactoring
Features
  • client: add VUEPRESS_BASE constant (fe047fe)
BREAKING CHANGES
  • bump to vite 4 and rollup 3
  • excerpt has been removed from page object and page data

v2.0.0-beta.56

Compare Source

Reverts

v2.0.0-beta.55

Compare Source

Bug Fixes
  • bundler-vite: fix regression of vite options merging (close #​1184) (998eb94)
Performance Improvements

v2.0.0-beta.54

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • utils: @vuepress/utils no longer exports chalk, use colors instead

v2.0.0-beta.53

Compare Source

Features
  • cli: print help messages if no matching command (bcc2208)
Reverts

v2.0.0-beta.52

Compare Source

Bug Fixes
Features
Performance Improvements
BREAKING CHANGES
  • markdown: the ext-xxx class name of code fences has been removed

v2.0.0-beta.51

Compare Source

Bug Fixes
  • bundler-vite: do not change output entry of client bundle (close #​1043) (b3565cb)
  • bundler-webpack: add extensionAlias config (697e7ae)
  • core: resolve app version correctly (2a93513)
Features
  • client: make args of defineClientConfig optional (e418e02)
  • support layouts option in client config (#​1053) (a67a0bf)
Performance Improvements
  • reduce memory usage during rendering (ea0a2b2)
BREAKING CHANGES
  • theme API layouts has been removed, layouts should be set in client config instead of theme entry
  • 404 layout should be renamed to NotFound layout
  • node API app.layouts has been removed

v2.0.0-beta.50

Compare Source

Bug Fixes
  • cli: handle config file __dirname correctly (8171f4d)
  • plugin-active-header-links: keep query when updating hash (close #​991) (0fdb021)
  • plugin-docsearch: handle navigation url correctly (close #​1024) (b6ded16)
  • theme-default: fix initial open state of sidebar item (392297f)
  • workaround for vite hash issue (close #​1008) (f8cdc9e)
Code Refactoring
  • markdown: bump sfc plugin to v0.9 (b0fc856)
Features
  • client: add devtools custom inspector (5568abe)
  • core: pass isServer flag to alias and define hooks (7862813)
  • migrate to pure ESM (#​1030) (d283ffe)
BREAKING CHANGES
  • VuePress is now published as pure ESM packages
  • CommonJS config file is not supported anymore
  • markdown: type of node-api page.sfcBlocks has been changed

v2.0.0-beta.49

Compare Source

Bug Fixes
  • bundler-vite: handle process.env replacement in dev (20f8a3f)
  • cli: check dest path correctly (close #​954) (6a18c91)
  • theme-default: fallback select language aria-label correctly (d450478)
  • theme-default: fix 404 page style regression (close #​963) (6a26f0b)
  • theme-default: fix minor issues of collapsible sidebar (close #​967) (022e611)
  • theme-default: make headings anchor non-selectable (#​973) (5020fc1)
Code Refactoring
  • markdown: externalize custom component plugin (a1909c0)
  • markdown: externalize headers and title plugin (8441569)
  • markdown: externalize sfc plugin (a23aaa1)
Features
  • markdown: support frontmatter options (6056e37)
  • theme-default: try to keep current hash across languages (a13c1e7)
  • utils: add isChildPath util (698e599)
BREAKING CHANGES
  • markdown: markdown.extractHeaders has been renamed to markdown.headers
  • markdown: markdown.extractTitle has been renamed to markdown.title
  • markdown: markdown.hoistTags has been renamed to markdown.sfc
  • markdown: node-api page.hoistedTags has been renamed to page.sfcBlocks
  • markdown: markdown.customComponent has been renamed to markdown.component

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Author

renovate bot commented Aug 11, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 WARN  GET https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.17.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.28.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.2.2.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.10.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress%2Fbundler-vite error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/cli/-/cli-17.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.0.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@commitlint/types/-/types-17.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/eslint/-/eslint-8.4.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/markdown-it/-/markdown-it-12.2.3.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.17.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.28.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vue/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vue/eslint-config-typescript/-/eslint-config-typescript-10.0.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/conventional-changelog-cli/-/conventional-changelog-cli-2.2.2.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint/-/eslint-8.18.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-config-vuepress/-/eslint-config-vuepress-3.10.0.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/@vuepress%2Fbundler-vite error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
undefined
 ERR_INVALID_THIS  Value of "this" must be of type URLSearchParams
 WARN  GET https://registry.npmjs.org/eslint-plugin-prettier-vue/-/eslint-plugin-prettier-vue-3.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-9.1.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.
 WARN  GET https://registry.npmjs.org/git-cz/-/git-cz-4.9.0.tgz error (ERR_INVALID_THIS). Will retry in 10 seconds. 2 retries left.

@vercel
Copy link

vercel bot commented Aug 11, 2022

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

Name Status Preview Comments Updated (UTC)
blog ❌ Failed (Inspect) Feb 7, 2024 3:13am

@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 5b11c1c to 09a6a65 Compare August 17, 2022 17:35
@renovate renovate bot changed the title Update dependency @vuepress/bundler-vite to v2.0.0-beta.49 Update dependency @vuepress/bundler-vite to v2.0.0-beta.50-pre.1 Aug 17, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 09a6a65 to f9adf32 Compare August 17, 2022 20:24
@renovate renovate bot changed the title Update dependency @vuepress/bundler-vite to v2.0.0-beta.50-pre.1 Update dependency @vuepress/bundler-vite to v2.0.0-beta.49 Aug 17, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from f9adf32 to b51df04 Compare September 25, 2022 13:16
@renovate renovate bot changed the title Update dependency @vuepress/bundler-vite to v2.0.0-beta.49 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.51 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from b51df04 to 7ad8a5b Compare November 20, 2022 13:11
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.51 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.53 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 7ad8a5b to 884cdb1 Compare December 8, 2022 16:00
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.53 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.54 Dec 8, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 884cdb1 to 443dcff Compare December 9, 2022 07:30
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.54 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.55 Dec 9, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 443dcff to 7c4952d Compare December 9, 2022 11:36
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.55 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.50-pre.1 Dec 9, 2022
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 7c4952d to 4cfa147 Compare July 11, 2023 19:51
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.50-pre.1 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.66 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 4cfa147 to 2501855 Compare August 28, 2023 20:17
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.66 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.67 Aug 28, 2023
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 2501855 to 1f06062 Compare November 10, 2023 21:58
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.67 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.68 Nov 10, 2023
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 1f06062 to 743e28b Compare November 16, 2023 17:00
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-beta.68 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 743e28b to b53c18f Compare January 26, 2024 15:40
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.0 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.2 Jan 26, 2024
@renovate renovate bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from b53c18f to 15c725f Compare February 7, 2024 03:12
@renovate renovate bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.2 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.7 Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants