Skip to content

fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.31 - #91

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vuepress-bundler-vite-2.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/vuepress-bundler-vite-2.x

Conversation

@renovate

@renovate renovate Bot commented May 18, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vuepress/bundler-vite (source) 2.0.0-rc.92.0.0-rc.31 age confidence

Release Notes

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

v2.0.0-rc.31

Compare Source

Bug Fixes
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.

v2.0.0-rc.30

Compare Source

Features

v2.0.0-rc.29

Compare Source

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)

v2.0.0-rc.28

Compare Source

Bug Fixes
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).

v2.0.0-rc.27

Compare Source

Bug Fixes
  • cli: use a separate ignore matcher to ignore watched files (#​1681) (1ab52b6)
  • core: page creation should respect page options (#​1673) (b713ef4)
Features
  • core: avoid race conditions when writing temp files (#​1674) (d89ac9f)
  • core: optimize default value handling for options.locales (#​1676) (b0e36c2)
  • bundler-vite: upgrade to vite 8 and migrate to rolldown (a59bed2)
  • upgrade vue-router to v5 (d777384)
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.

v2.0.0-rc.26

Compare Source

Bug Fixes

v2.0.0-rc.25

Compare Source

Code Refactoring
Features
BREAKING CHANGES
  • utils: the globby export has been removed, please use tinyglobby instead

v2.0.0-rc.24

Compare Source

Build System
Features
BREAKING CHANGES
  • drop node 18
  • utils: TEMPLATE_RENDERER_OUTLETS has been replaced with TemplateRendererOutlet

v2.0.0-rc.23

Compare Source

Bug Fixes

v2.0.0-rc.22

Compare Source

Bug Fixes
Features

v2.0.0-rc.21

Compare Source

Bug Fixes
Code Refactoring
BREAKING CHANGES
  • core: the headers field has been removed from page data, but it's still available on page object

v2.0.0-rc.20

Compare Source

Features

v2.0.0-rc.19

Compare Source

Features
  • bundler-vite: upgrade vite to v6 (faddbe6)

v2.0.0-rc.18

Compare Source

Bug Fixes
Features

v2.0.0-rc.17

Compare Source

Bug Fixes
Features
  • client: upgrade vue devtools-api to v7 (7940a3d)

v2.0.0-rc.16

Compare Source

Bug Fixes
  • core: handle templateBuildRenderer option correctly (427e3cc)
  • core: make content have higher priority than filePath in page options (12dbc67)
  • vuepress: update required node version (98a1830)
Features
  • bundlerutils: add bundlerutils package (5488138)
  • upgrade to vue 3.5 (d43bf23)

v2.0.0-rc.15

Compare Source

Features

v2.0.0-rc.14

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.13

Compare Source

Bug Fixes
  • bundler-vite: exclude vite 5.2.12 from version range (close #​1573) (1b77850)

v2.0.0-rc.12

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • markdown: markdown.code option is remove. Please use @vuepress/plugin-shiki and @vuepress/plugin-prismjs instead.
  • bundler-webpack: For webpack bundler, css-modules will be enabled for *.module.[ext] files. The previous *.[ext]?module usage is no longer supported.

v2.0.0-rc.11

Compare Source

Features

v2.0.0-rc.10

Compare Source

Bug Fixes
Features
Performance Improvements
  • shared: use non-capture group for resolveRoutePathFromUrl (#​1539) (2bbb2b2)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 3 times, most recently from fa0cf7d to 99d182c Compare May 27, 2024 04:48
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.11 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.12 May 27, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 99d182c to 46a3bf1 Compare May 31, 2024 17:00
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.12 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.13 May 31, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 46a3bf1 to 9e958ec Compare June 19, 2024 13:41
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.13 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.14 Jun 19, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 9e958ec to 6aceba1 Compare July 20, 2024 19:07
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 6aceba1 to a86d20e Compare August 15, 2024 08:40
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.14 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.15 Aug 15, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from a86d20e to e75990e Compare September 29, 2024 15:18
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.15 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.16 Sep 29, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from e75990e to e20f508 Compare September 30, 2024 16:57
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.16 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.17 Sep 30, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from e20f508 to 16b7c7f Compare October 10, 2024 04:58
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.17 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.18 Oct 10, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 16b7c7f to 234a48f Compare December 11, 2024 10:06
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.18 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.19 Dec 11, 2024
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 234a48f to b2e92cb Compare February 23, 2025 18:48
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.19 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.20 Feb 23, 2025
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from b2e92cb to 46ea6e4 Compare April 12, 2025 09:33
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.20 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.21 Apr 12, 2025
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.21 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.22 Apr 28, 2025
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 46ea6e4 to f47dfff Compare April 28, 2025 05:56
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from f47dfff to ebf113f Compare May 8, 2025 16:30
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.22 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.23 May 8, 2025
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from ebf113f to 3995aff Compare June 30, 2025 17:11
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.23 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.24 Jun 30, 2025
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 3995aff to 8e2113c Compare August 10, 2025 15:07
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 7fa22b0 to 7ebc9eb Compare December 3, 2025 19:00
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 7ebc9eb to d7cd048 Compare December 31, 2025 17:34
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from d7cd048 to 0076cd0 Compare January 8, 2026 17:25
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 2 times, most recently from 5289bd0 to e518e43 Compare January 23, 2026 19:26
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from e518e43 to c736207 Compare February 2, 2026 14:56
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 2 times, most recently from bf46398 to 605ab31 Compare February 19, 2026 08:07
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 2 times, most recently from 311c2f8 to 6e294db Compare March 10, 2026 06:37
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.26 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.27 Mar 10, 2026
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 6e294db to 39904a1 Compare March 13, 2026 17:59
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 39904a1 to 17ba9e6 Compare April 1, 2026 10:30
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.27 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.28 Apr 1, 2026
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 17ba9e6 to d88deb1 Compare April 1, 2026 20:37
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from d88deb1 to ffec47d Compare April 8, 2026 20:43
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from ffec47d to ca5c90c Compare April 29, 2026 12:03
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from ca5c90c to 5707af2 Compare May 8, 2026 09:35
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.28 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.29 May 8, 2026
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 2 times, most recently from 3e1ff38 to 4482db3 Compare May 14, 2026 09:33
@renovate renovate Bot changed the title fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.29 fix(deps): update dependency @vuepress/bundler-vite to v2.0.0-rc.30 May 14, 2026
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 4482db3 to 36f253f Compare May 18, 2026 15:11
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 2 times, most recently from 3c8a9a4 to 0ea6d81 Compare June 1, 2026 21:07
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 0ea6d81 to fcb998b Compare June 13, 2026 16:16
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch 2 times, most recently from 4eea976 to 0df12d7 Compare July 17, 2026 00:45
@renovate
renovate Bot force-pushed the renovate/vuepress-bundler-vite-2.x branch from 0df12d7 to dbe1159 Compare July 21, 2026 01:48
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.

0 participants