chore(deps): update all non-major dependencies #1279
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
17.2.0
->17.2.1
~7.22.0
->~7.23.0
~7.35.0
->~7.37.0
25.0.0
->25.0.4
~5.16.0
->~5.17.0
8.0.1
->8.1.0
27.5.0
->27.5.2
~18.16.0
->~18.17.0
5.14.5
->5.14.9
5.0.4
->5.0.8
5.0.4
->5.0.8
5.0.4
->5.0.8
5.0.4
->5.0.8
7.0.0
->7.1.0
11.0.0
->11.0.3
27.0.0-alpha.3
->27.0.0
~10.1.0
->~10.4.0
10.4.4
->10.4.16
~8.1.0
->~8.2.0
0.17.19
->0.19.3
~10.2.0
->~10.3.0
27.5.0
->27.5.1
1.0.1
->1.0.3
6.6.0
->6.6.2
~13.2.0
->~13.3.0
3.3.0
->3.3.6
8.4.12
->8.4.30
7.0.0
->7.0.2
~0.3.0
->~0.5.0
~3.4.0
->~3.5.0
~0.34.1
->~0.35.0
7.8.0
->7.8.1
~1.62.0
->~1.68.0
13.3.0
->13.3.2
2.0.0
->2.0.1
3.3.0
->3.3.3
27.1.0
->27.1.5
~2.5.0
->~2.6.0
4.9.4
->4.9.5
2.0.2
->2.0.3
8.5.0
->8.5.1
Release Notes
badeball/cypress-cucumber-preprocessor (@badeball/cypress-cucumber-preprocessor)
v17.2.1
Compare Source
Step hooks are logged using separate log groups, similar to how scenario hooks are logged.
Properly escape error messages in interactive mode.
Fix error in non-feature specs under certain conditions, fixes #1028.
Allow doesFeatureMatch to be called in support files, fixes #1025.
microsoft/rushstack (@microsoft/api-documenter)
v7.23.2
Compare Source
rollup/plugins (@rollup/plugin-commonjs)
v25.0.4
Compare Source
2023-08-11
Updates
v25.0.3
Compare Source
2023-07-15
Bugfixes
this
reference in the child class #1537v25.0.2
Compare Source
2023-06-19
Bugfixes
v25.0.1
Compare Source
2023-06-10
Bugfixes
testing-library/jest-dom (@testing-library/jest-dom)
v5.17.0
Compare Source
Features
toHaveAccessibleErrorMessage
better implementing the spec, deprecatetoHaveErrorMessage
(#503) (d717c66)v5.16.5
Compare Source
Bug Fixes
v5.16.4
Compare Source
Bug Fixes
v5.16.3
Compare Source
Bug Fixes
.not
(#447) (6988a67)v5.16.2
Compare Source
Bug Fixes
toBeDisabled
(#368) (8162115)v5.16.1
Compare Source
Bug Fixes
toHaveClass
error message format (#405) (a9beb47)vuejs/vue-cli (@vue/cli-plugin-e2e-cypress)
v5.0.8
Compare Source
🐛 Bug Fix
@vue/cli-service
@vue/cli-ui
v5.0.7
Compare Source
@vue/cli-service
devServer.server
option, avoid deprecation warnings (@backrunner, @sodatea)devServer.client.progress
@vue/cli-ui
Committers: 2
v5.0.6
Compare Source
Fix compatibility with the upcoming Vue 2.7 (currently in alpha) and Vue Loader 15.10 (currently in beta).
In Vue 2.7,
vue-template-compiler
is no longer a required peer dependency. Rather, there's a new export under the main package asvue/compiler-sfc
.v5.0.5
Compare Source
🐛 Bug Fix
@vue/cli
@vue/cli-service
Committers: 3
vuejs/eslint-config-prettier (@vue/eslint-config-prettier)
v7.1.0
Compare Source
New Features
skip-formatting
ruleset b5933a9vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v11.0.3
Compare Source
v11.0.2
Compare Source
v11.0.1
Compare Source
vuejs/vue-jest (@vue/vue2-jest)
v27.0.0
Compare Source
We moved to v27.0.0 (the library is mostly stable; no need for a drawn out beta and release candidate process). There will always be bugs, we will fix them in patch/minor versions.
Note: I (@lmiller1990) am not using Vue Jest either personally or professionally and cannot prioritise it as much as my other library (Vue Test Utils). If you'd like to assist with maintaining Vue Jest, please reach out.
How to install
yarn add @​vue/[email protected]
(works with Vue 3, Jest 27) oryarn add @​vue/vue3-jest@latest
for the latest one.yarn add @​vue/[email protected]
(works with Vue 2, Jest 27) oryarn add @​vue/vue2-jest@latest
for the latest one.Fixes
v27.0.0-alpha.4
Compare Source
How to install
yarn add @​vue/[email protected]
(works with Vue 3, Jest 27) oryarn add @​vue/vue3-jest@latest
for the latest one.yarn add @​vue/[email protected]
(works with Vue 2, Jest 27) oryarn add @​vue/vue2-jest@latest
for the latest one.Features
feat: support custom blocks for Vue 3 (#364) …
feat: allow to pass compilerOptions via the Jest config for Vue 3 (#412) …
Fixes
fix(vue3-jest): interop custom transformer require (#391)
Chores
chore: drop node 10 and add node 16 (#414) …
chore: drop circleci build (#413) …
chore: update to vue v3.2.22 (#411) …
vueuse/vueuse (@vueuse/core)
v10.4.1
Compare Source
🐞 Bug Fixes
es2018
, close #3349 - by @antfu in https://github.com/vueuse/vueuse/issues/3349 (0e4a5)View changes on GitHub
v10.4.0
Compare Source
🚀 Features
updateDataOnError
option - by @climba03003 and @antfu in https://github.com/vueuse/vueuse/issues/3092 (945ca)requestPermissions
option, returnpermissionGranted
andensurePermissions
- by @michealroberts and @antfu in https://github.com/vueuse/vueuse/issues/3325 (a1753)🐞 Bug Fixes
as
prop for component usage - by @menghany in https://github.com/vueuse/vueuse/issues/3274 (791f7)type
ispage
, closes #2922 - by @CatsJuice and @antfu in https://github.com/vueuse/vueuse/issues/3244 and https://github.com/vueuse/vueuse/issues/2922 (c2f64)isClient
to checkdocument
too - by @brc-dd and @antfu in https://github.com/vueuse/vueuse/issues/3329 (786cb)View changes on GitHub
v10.3.0
Compare Source
🚀 Features
:focus-visible
- by @onmax and @antfu in https://github.com/vueuse/vueuse/issues/3254 (80329)🐞 Bug Fixes
useEventListener
overload - by @Alfred-Skyblue in https://github.com/vueuse/vueuse/issues/3246 (4f414)Configuration
📅 Schedule: Branch creation - "after 5pm on tuesday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.