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

Update dependency vuepress to v1 #6

Merged
merged 1 commit into from
Aug 10, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 19, 2019

This PR contains the following updates:

Package Type Update Change
vuepress devDependencies major 0.9.0 -> 1.0.3

Release Notes

vuejs/vuepress

v1.0.3

Compare Source

Bug Fixes
Features

1.0.2 (2019-06-22)

Bug Fixes
  • $core: cannot resolve agreement file from parent theme (1aaa6e3)
  • $core: url display in dev log (#​1670) (17ba325)
  • $plugin-medium-zoom: doesn't work with default plugin options in default theme (42f19e0)
Features

1.0.1 (2019-06-10)

Bug Fixes
  • $theme-default: using '.theme-default-content' to replace '.content' in 404 layout (#​1646) (f0d1344)
Features
  • $theme-default: enhance the styles of blockquote (9d20d5f)

v1.0.2

Compare Source

Bug Fixes
Features

v1.0.1

Compare Source

Bug Fixes
  • $core: cannot resolve agreement file from parent theme (1aaa6e3)
  • $core: url display in dev log (#​1670) (17ba325)
  • $plugin-medium-zoom: doesn't work with default plugin options in default theme (42f19e0)
Features

v1.0.0

Compare Source

v0.14.11

Compare Source

v0.14.10

Compare Source

v0.14.9

Compare Source

v0.14.8

Compare Source

v0.14.7

Compare Source

v0.14.6

Compare Source

v0.14.5

Compare Source

Bug Fixes

v0.14.4

Compare Source

Features
Internal Changes

0.14.5 (2018-11-13)

Bug Fixes

0.14.4 (2018-09-15)

Bug Fixes

0.14.3 (2018-09-13)

Bug Fixes
  • $build: do not pick "babel.config.js" at user-land (close: #​797) (48be61b)

0.14.2 (2018-08-14)

Bug Fixes
  • SW-update popup only shows up on first page reload (close: #​677) (6d8f813)

0.14.1 (2018-08-09)

Bug Fixes
  • $default-theme: default search box line wrap (03c812b)
  • $default-theme: navbar's regression - siteName null check (02a4713)

v0.14.3

Compare Source

Bug Fixes

v0.14.2

Compare Source

Bug Fixes
  • $build: do not pick "babel.config.js" at user-land (close: #​797) (48be61b)

v0.14.1

Compare Source

Bug Fixes
  • SW-update popup only shows up on first page reload (close: #​677) (6d8f813)

v0.14.0

Compare Source

Bug Fixes
  • $default-theme: algolia search doesn't work well at i18n mode (e8a6ab1)
  • $default-theme: navbar's messy layout at narrow screen (#​714) (3e1da57)
  • $default-theme: set alias "collapsible" to "collapsable" (close: #​705) (#​706) (ad66fa8)
  • $build: skip format data.head if not exist while loading toml config (#​707) (bb48a77)
Features
  • core: support writing HTML(Vue) anywhere in the header. (#​711) (885496e)
  • $webpack: display host url at dev HMR log (2e8d69c)

0.13.1 (2018-08-01)

Bug Fixes

v0.13.1

Compare Source

Bug Fixes
  • $default-theme: algolia search doesn't work well at i18n mode (e8a6ab1)
  • $default-theme: navbar's messy layout at narrow screen (#​714) (3e1da57)
  • $default-theme: set alias "collapsible" to "collapsable" (close: #​705) (#​706) (ad66fa8)
  • $build: skip format data.head if not exist while loading toml config (#​707) (bb48a77)
Features
  • core: support writing HTML(Vue) anywhere in the header. (#​711) (885496e)
  • $webpack: display host url at dev HMR log (2e8d69c)

0.13.1 (2018-08-01)

Bug Fixes

v0.13.0

Compare Source

Bug Fixes
  • $seo: Avoid duplicate description meta at runtime. (close: #​665) (b207a5f)
  • $default-theme: Scoped styles of Badge component (close: #​653) (#​657) (9b602f2)
  • $build: set babelrc: false in babel-loader options (#​644) (c500201) (@​posva)
  • $build: exclude dest folder from pageFiles (close: #​654) (#​655) (c1fe692)
  • $build: markdown config should be included in cache-loader identifier (0ad1a45)
  • $markdown: cannot highlight external python file (.py) correctly (close: #​660) (2a33075)
  • $markdown: missing space between italics and bold (close: #​661) (7730ee1)
    1. markdown-it compiler will intendedly reserve this space between some inline elements, but preserveWhitespace: false will remove them. (Ref: vue-template-compiler#options)
    2. Performance Impact: Size of whole assets of vuepress documentation:
      • Before (1952 kb)
      • After (1960 kb)
Features
  • $cli: debug flag at dev mode (231da6a)
  • $default-theme: transform Badge into async component (de9a51b)
  • $default-theme($pwa): themeConfig.serviceWorker.updatePopup option (close: #​453) (#​533) (14dbd1e) (@​mysticatea)
    module.exports = {
      themeConfig: {
        serviceWorker: {
          updatePopup: true
        }
      }
    }

v0.12.0

Compare Source

Bug Fixes
  • $seo: Avoid duplicate description meta at runtime. (close: #​665) (b207a5f)
  • $default-theme: Scoped styles of Badge component (close: #​653) (#​657) (9b602f2)
  • $build: set babelrc: false in babel-loader options (#​644) (c500201) (@​posva)
  • $build: exclude dest folder from pageFiles (close: #​654) (#​655) (c1fe692)
  • $build: markdown config should be included in cache-loader identifier (0ad1a45)
  • $markdown: cannot highlight external python file (.py) correctly (close: #​660) (2a33075)
  • $markdown: missing space between italics and bold (close: #​661) (7730ee1)
    1. markdown-it compiler will intendedly reserve this space between some inline elements, but preserveWhitespace: false will remove them. (Ref: vue-template-compiler#options)
    2. Performance Impact: Size of whole assets of vuepress documentation:
      • Before (1952 kb)
      • After (1960 kb)
Features
  • $cli: debug flag at dev mode (231da6a)
  • $default-theme: transform Badge into async component (de9a51b)
  • $default-theme($pwa): themeConfig.serviceWorker.updatePopup option (close: #​453) (#​533) (14dbd1e) (@​mysticatea)
    module.exports = {
      themeConfig: {
        serviceWorker: {
          updatePopup: true
        }
      }
    }

v0.11.0

Compare Source

Bug Fixes
Features

v0.10.2

Compare Source

Bug Fixes
  • $default-theme: indent-styled code is invisible (close: #​609) (fd46a26)
  • $default-theme: cannot get sidebar when sidebar config contains non-ASCII chars. (close: #​628) (8837e7a)
  • $core: override style issues (close: #​637) (#​638) (f998802)
    1. Duplicated generated override style.
    2. Unexpected style order, override style should be at the end of the extracted style bundle. (ref: mini-css-extract-plugin#​130)
Features

0.10.2 (2018-06-20)

Bug Fixes
Features

0.10.1 (2018-06-08)

Bug Fixes
Features

v0.10.1

Compare Source

Bug Fixes
Features

v0.10.0

Compare Source

Features

0.9.1 (2018-05-25)

Bug Fixes
Features
  • allow for disabling of active hash on scroll (#​489) (4c09627)
  • support filename that contains non-ASCII and unicode chars (#​473) (566e681)

v0.9.1

Compare Source

Features

0.9.1 (2018-05-25)

Bug Fixes
Features
  • allow for disabling of active hash on scroll (#​489) (4c09627)
  • support filename that contains non-ASCII and unicode chars (#​473) (566e681)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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 has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-vuepress-monorepo branch from 7ac76f0 to 3a618f0 Compare July 13, 2019 05:56
@renovate renovate bot force-pushed the renovate/major-vuepress-monorepo branch from 3a618f0 to 07611b3 Compare August 10, 2019 07:57
@renovate renovate bot force-pushed the renovate/major-vuepress-monorepo branch from 07611b3 to 3d82a84 Compare August 10, 2019 19:39
@yoanmarchal yoanmarchal merged commit fff046e into master Aug 10, 2019
@renovate renovate bot deleted the renovate/major-vuepress-monorepo branch August 10, 2019 19:41
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.

2 participants