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

chore(deps): update all non-major dependency bump #395

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@frsource/frs-hide-scrollbar (source) 2.0.7 -> 2.0.16 age adoption passing confidence devDependencies patch
@textlint-rule/textlint-rule-no-unmatched-pair 1.0.8 -> 1.0.9 age adoption passing confidence devDependencies patch
@vue/eslint-config-typescript 11.0.0 -> 11.0.3 age adoption passing confidence devDependencies patch
@vue/test-utils 2.4.1 -> 2.4.6 age adoption passing confidence devDependencies patch
@vuepress/client (source) 2.0.0-beta.49 -> 2.0.0-rc.2 age adoption passing confidence devDependencies patch
@vuepress/plugin-active-header-links (source) 2.0.0-beta.49 -> 2.0.0-rc.33 age adoption passing confidence devDependencies patch
@vuepress/plugin-docsearch (source) 2.0.0-beta.49 -> 2.0.0-rc.0 age adoption passing confidence devDependencies patch
@vuepress/plugin-pwa (source) 2.0.0-beta.49 -> 2.0.0-rc.33 age adoption passing confidence devDependencies patch
@vuepress/plugin-pwa-popup (source) 2.0.0-beta.49 -> 2.0.0-rc.14 age adoption passing confidence devDependencies patch
@vuepress/plugin-register-components (source) 2.0.0-beta.49 -> 2.0.0-rc.33 age adoption passing confidence devDependencies patch
@vuepress/theme-default (source) 2.0.0-beta.49 -> 2.0.0-rc.33 age adoption passing confidence devDependencies patch
google-github-actions/release-please-action v3.7.11 -> v3.7.13 age adoption passing confidence action patch
husky 8.0.1 -> 8.0.3 age adoption passing confidence devDependencies patch
microbundle 0.15.0 -> 0.15.1 age adoption passing confidence devDependencies patch
pnpm (source) 7.33.6 -> 7.33.7 age adoption passing confidence packageManager patch
textlint-rule-period-in-list-item 0.3.2 -> 0.3.3 age adoption passing confidence devDependencies patch
textlint-rule-stop-words 3.0.1 -> 3.0.2 age adoption passing confidence devDependencies patch
textlint-rule-terminology 3.0.2 -> 3.0.5 age adoption passing confidence devDependencies patch
vue (source) 2.7.8 -> 2.7.16 age adoption passing confidence devDependencies patch
vue-demi 0.14.6 -> 0.14.8 age adoption passing confidence devDependencies patch
vue-template-compiler (source) 2.7.8 -> 2.7.16 age adoption passing confidence devDependencies patch
vuepress (source) 2.0.0-beta.49 -> 2.0.0-rc.12 age adoption passing confidence devDependencies patch

Release Notes

FRSource/FRS-hide-scrollbar (@​frsource/frs-hide-scrollbar)

v2.0.16

Compare Source

v2.0.15

Compare Source

v2.0.14

Compare Source

v2.0.13

Compare Source

v2.0.12

Compare Source

v2.0.11

Compare Source

v2.0.10

Compare Source

v2.0.9

Compare Source

v2.0.8

Compare Source

textlint-rule/textlint-rule-no-unmatched-pair (@​textlint-rule/textlint-rule-no-unmatched-pair)

v1.0.9

Compare Source

Bug Fixes
vuejs/eslint-config-typescript (@​vue/eslint-config-typescript)

v11.0.3

Compare Source

v11.0.2

Compare Source

v11.0.1

Compare Source

vuejs/test-utils (@​vue/test-utils)

v2.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.5...v2.4.6

v2.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.4...v2.4.5

v2.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: vuejs/test-utils@v2.4.3...v2.4.4

v2.4.3

Compare Source

What's Changed

Full Changelog: vuejs/test-utils@v2.4.2...v2.4.3

v2.4.2

Compare Source

What's Changed

Fix
Docs
Chore

New Contributors

Full Changelog: vuejs/test-utils@v2.4.1...v2.4.2

vuepress/core (@​vuepress/client)

v2.0.0-rc.2

Compare Source

Bug Fixes

v2.0.0-rc.1

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

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from a986edc to 8e1fad9 Compare June 5, 2023 00:45
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from c9053d9 to cc76076 Compare June 12, 2023 03:18
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from e088a4d to a50f22d Compare June 19, 2023 05:24
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from a4c3030 to e00686a Compare June 26, 2023 07:28
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from ff4f3ec to 6dbeaf1 Compare July 8, 2023 00:22
@renovate renovate bot force-pushed the renovate/all-patch branch 5 times, most recently from 81b8b66 to 2217e49 Compare September 4, 2023 12:43
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from c901df5 to 70b4025 Compare September 11, 2023 01:19
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 8aa6190 to ba9b27e Compare September 28, 2023 19:34
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from d2e7bfb to edd7f5e Compare October 23, 2023 08:11
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 555b350 to 6f29e5c Compare February 8, 2024 12:40
@renovate renovate bot force-pushed the renovate/all-patch branch 4 times, most recently from 570799c to 8844980 Compare February 21, 2024 18:08
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 01f0a99 to 1a5a329 Compare March 14, 2024 01:26
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 72fada6 to f092863 Compare March 25, 2024 14:26
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 8608e8a to 7b619d5 Compare April 6, 2024 08:21
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 1156863 to 97f4bc7 Compare April 21, 2024 07:39
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 8a55b2d to 7e5b519 Compare May 8, 2024 21:17
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 5740d5e to f3cd130 Compare May 22, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 60c619b to 77d6d03 Compare May 27, 2024 11:25
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

0 participants