vue-next-level-scroll
vue-next-level-scroll copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v7.6.1
Note: Version bump only for package @commitlint/cli
v7.6.0
Note: Version bump only for package @commitlint/cli
17.5.1 (2023-03-28)
Note: Version bump only for package @commitlint/cli
v7.5.2
Bug Fixes
v7.5.1
Note: Version bump only for package @commitlint/cli
v7.5.0
Note: Version bump only for package @commitlint/cli
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/cli
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/cli
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/cli
17.4.1 (2023-01-09)
Note: Version bump only for package @commitlint/cli
v7.4.0
Bug Fixes
v7.3.2
Note: Version bump only for package @commitlint/cli
v7.3.1
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v7.6.0
Note: Version bump only for package @commitlint/config-conventional
17.4.4 (2023-02-17)
Note: Version bump only for package @commitlint/config-conventional
17.4.3 (2023-02-13)
Note: Version bump only for package @commitlint/config-conventional
17.4.2 (2023-01-12)
Note: Version bump only for package @commitlint/config-conventional
v7.5.0
Bug Fixes
- all broken website references (#564) (82eeb5a)
- replace all repository references with conventional changelog (#561) (6c3afcd)
- replace all website references with conventional changelog (#563) (6b86fb1)
7.3.1 (2019-01-11)
Note: Version bump only for package @commitlint/config-conventional
v7.3.1
Note: Version bump only for package @commitlint/config-conventional
v7.3.0
Note: Version bump only for package @commitlint/config-conventional
vuejs/vue-test-utils (@vue/server-test-utils)
v1.3.0
1.3.0 is a small release, in terms of code changes, but brings back a popular feature that was previously deprecated: chaining for CSS selectors in getComponent
and findComponent
. This also is ported to Test Utils v2, so you can enjoy largely the same API in both libraries.
Features
feat: restore chaining and CSS selectors for findComponent (#1910)
Fixes
fix: verify object not null for typeof (#1897) fix(types): Remove argument for resetAutoDestroyState (#1907)
v1.2.1
This is a small release with just two minor bug fixes.
Fixes
- fix #1845: add functional component check in component name match (#1857)
- updated router link stub to match actual router-link interface (#1840)
v1.2.0
Features
- feat(stubs): render function props deterministically (#1834). Note: this may break some snapshots of shallow mounted functional components.
Fixes
v1.1.4
Feat
- export ErrorWrapper #1814
Fixes
- trigger('focus') added natural to jsdom behavior (#1777)
- fix max range stack size (f#1768)
- VTU don't return key property to event when use trigger.('eventName.key') #1808
- allow find stubbed functional component by name (#1817)
Types
- add type definitions for ExtendedVue (#1789)
v1.1.3
Bug Fixes
v1.1.2
Fixes
- feat: support array class binding in stubbed functional components (#1744) @palpich note: potential breaking change for some snapshots.
- fix: does not pass data provided to mount to wrapper component (#1750) @xanf
- fix: type getComponent() (#1741) @DevAnouar-FT
v1.1.1
Many small bug fixes.
Features
- feat: treat document.body in attachTo in special way (#1699) @xanf
- feat(config): introduce deprecation warning handler, fix #1672
- feat: warn when operating on destroyed Vue component (#1706) @xanf
- add the wrapper.getComponent method and corresponding documents. (#1714)
- feat(test-utils): add types for auto destroy methods (#1724) @blake-newman
- feat: add abstract property to the core property of the component (#1716) @ustbhuangyi
Fixes
- fix(test-utils/wrapper): clarify deprecation note for wrong "get" usage @valentinpalkovic
- fix: support v-text on child functional components with shallowMount @jeremy-cassou
- fix(setData): allow empty objects to be set fix #1704 @Haroenv
- fix: ignore non-vue wrapper for auto-destroy (#1723)
v1.1.0
This is a pretty significant release. We undeprecated is
and isVisible
due to popular demand.
Features
- createLocalVue errorHandler Option (#1670) @AtofStryker
- remove deprecation warning from
isVisible
method (#1675) @xanf - feat: remove deprecation when
is
is called with component definition @xanf - support components returning render function from setup @LeBenLeBen
Fixes
Sync mode cleanup (#1671) @AtofStryker
v1.0.5
Note: Version bump only for package @vue/server-test-utils
v1.0.4
Note: Version bump only for package @vue/server-test-utils
v1.0.3
This is a small release, mainly to improve the deprecation messages.
Bugfix/improvements
fix #1541: Improve deprecation messages (#1548) fix: added missing import of the Cheerio type (fix #1526) (#1527) fix: Add attachToDocument conditional deprecation message, (#1546) fix: Sync docs with v1.0 (#1538)
v1.0.2
Note: Version bump only for package @vue/server-test-utils
v1.0.1
v1.0.0
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.33
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.32
Bug Fixes
v1.0.0-beta.31
Features
- change to a named export (d45e248)
v1.0.0-beta.30
Bug Fixes
- return promise from render and renderToString (#1164) (3c597d3)
-
types: allow
false
as a component stub value (#1231) (2a4c6ef)
Code Refactoring
Features
BREAKING CHANGES
- render and renderToString are now async
-
- Remove
sync
mode
- Remove
- Remove TransitionStub
- Remove Transition
v1.0.0-beta.29
Bug Fixes
v1.0.0-beta.28
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.27
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.26
Bug Fixes
v1.0.0-beta.25
Bug Fixes
Performance Improvements
v1.0.0-beta.24
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.23
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.22
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.21
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.20
Bug Fixes
v1.0.0-beta.19
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.18
Note: Version bump only for package @vue/server-test-utils
v1.0.0-beta.17
Bug Fixes
v1.0.0-beta.16
Bug Fixes
- add cheerio as dependency to server-test-utils (f3dfb1e)
- types: add sync to WrapperOptions (#590) (570d80d)
- types: improve types (#593) (14c40e6)
- types: shallow -> shallowMount (#587) (c3e013e)
- automatically extend extended child components (#595) (68a55f1)
- function names (#580) (d8485f5), closes #544 #556
- only order deps if watcher exists (#583) (5e02b92)
- overwrites registered components for stubs (#585) (33a6731)
- remove Array.find (#572) (01686a0), closes #499
- unordered watchers fix (#584) (db8f393)
Features
- rename
shallow
toshallowMount
(#555) (f689640) - add
provide
to the global config. (#555) (807d3c8) - support merging in setData (#565) (878bccd), closes #563
v1.0.0-beta.15
Features
- add scoped slots option (#507) (e6a54b2)
- allow mocks and methods to be set in config object (#531) (9960f7c)
v1.0.0-beta.14
Bug Fixes
vuejs/test-utils (@vue/test-utils)
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-beta.33
v1.0.0-beta.32
v1.0.0-beta.12
v1.0.0-beta.11
babel/babel-eslint (babel-eslint)
v10.1.0
v10.0.3
Fixes https://github.com/babel/babel-eslint/issues/791, also https://github.com/eslint/eslint/issues/12117
Some context: [https://github.com/babel/babel-eslint/pull/793#issue
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.
👻 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 was generated by Mend Renovate. View the repository job log.
Codecov Report
Merging #8 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #8 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 22 22
Branches 6 6
=========================================
Hits 22 22
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7bcd144...b70dfbb. Read the comment docs.