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 dependencies #8

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) ^7.2.1 -> ^7.6.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^7.1.2 -> ^7.6.0 age adoption passing confidence devDependencies minor
@vue/server-test-utils (source) ^1.0.0-beta -> ^1.3.0 age adoption passing confidence devDependencies minor
@vue/test-utils ^1.0.0-beta -> ^1.3.6 age adoption passing confidence devDependencies minor
babel-eslint ^10.0.1 -> ^10.1.0 age adoption passing confidence devDependencies minor
babel-loader ^8.0.4 -> ^8.3.0 age adoption passing confidence devDependencies minor
bili ^4.0.0 -> ^4.10.1 age adoption passing confidence devDependencies minor
cheerio (source) ^1.0.0-rc.2 -> ^1.0.0-rc.12 age adoption passing confidence devDependencies patch
eslint (source) ^5.8.0 -> ^5.16.0 age adoption passing confidence devDependencies minor
eslint-plugin-import ^2.14.0 -> ^2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-node ^8.0.0 -> ^8.0.1 age adoption passing confidence devDependencies patch
eslint-plugin-promise ^4.0.1 -> ^4.3.1 age adoption passing confidence devDependencies minor
eslint-plugin-standard ^4.0.0 -> ^4.1.0 age adoption passing confidence devDependencies minor
husky ^1.1.3 -> ^1.3.1 age adoption passing confidence devDependencies minor
node (source) 10 -> 10.24.1 age adoption passing confidence minor
node (source) 9 -> 9.11.2 age adoption passing confidence minor
node (source) 8 -> 8.17.0 age adoption passing confidence minor
node (source) >=8.0.0 -> >=8.17.0 age adoption passing confidence engines minor
npm (source) >=5.0.0 -> >=5.10.0 age adoption passing confidence engines minor
vue (source) ^2.5.17 -> ^2.7.16 age adoption passing confidence dependencies minor
vue-jest ^3.0.0 -> ^3.0.7 age adoption passing confidence devDependencies patch
vue-loader ^15.4.2 -> ^15.11.1 age adoption passing confidence devDependencies minor
vue-router ^3.0.1 -> ^3.6.5 age adoption passing confidence devDependencies minor
vue-server-renderer (source) ^2.5.17 -> ^2.7.16 age adoption passing confidence devDependencies minor
vue-template-compiler (source) ^2.5.17 -> ^2.7.16 age adoption passing confidence devDependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v7.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v7.6.0

Compare Source

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

Compare Source

Bug Fixes
  • cli: replace old links with new organisation links (#​578) (4075903)

v7.5.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v7.5.0

Compare Source

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

Compare Source

Bug Fixes

v7.3.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v7.3.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v7.6.0

Compare Source

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

Compare Source

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

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v7.3.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

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

v1.3.0

Compare Source

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

Compare Source

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

Compare Source

Features

  • feat(stubs): render function props deterministically (#​1834). Note: this may break some snapshots of shallow mounted functional components.

Fixes

  • fix: correctly find functional components (#​1835)
  • fix: trigger keyboard event regression (#​1826)

v1.1.4

Compare Source

Feat

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

Compare Source

Bug Fixes
  • prevent setProps infinite loop with immediate watchers (#​1752) (db4ab8b)

v1.1.2

Compare Source

Fixes

v1.1.1

Compare Source

Many small bug fixes.

Features

Fixes

v1.1.0

Compare Source

This is a pretty significant release. We undeprecated is and isVisible due to popular demand.

Features

Fixes

Sync mode cleanup (#​1671) @​AtofStryker

v1.0.5

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.4

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.3

Compare Source

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

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.1

Compare Source

v1.0.0

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.33

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.32

Compare Source

Bug Fixes

v1.0.0-beta.31

Compare Source

Features
  • change to a named export (d45e248)

v1.0.0-beta.30

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • render and renderToString are now async
    • Remove sync mode
  • Remove TransitionStub
  • Remove Transition

v1.0.0-beta.29

Compare Source

Bug Fixes

v1.0.0-beta.28

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.27

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.26

Compare Source

Bug Fixes

v1.0.0-beta.25

Compare Source

Bug Fixes
  • handle global stubs and functional extended components (#​943) (0d1ddd1)
Performance Improvements

v1.0.0-beta.24

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.23

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.22

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.21

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.20

Compare Source

Bug Fixes

v1.0.0-beta.19

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.18

Compare Source

Note: Version bump only for package @​vue/server-test-utils

v1.0.0-beta.17

Compare Source

Bug Fixes

v1.0.0-beta.16

Compare Source

Bug Fixes
Features

v1.0.0-beta.15

Compare Source

Features

v1.0.0-beta.14

Compare Source

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

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v1.0.0-beta.33

Compare Source

v1.0.0-beta.32

Compare Source

v1.0.0-beta.12

Compare Source

v1.0.0-beta.11

Compare Source

babel/babel-eslint (babel-eslint)

v10.1.0

Compare Source

v10.0.3

Compare Source

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#issuecomment-524435971

We ended up going with @​JLHwung's PR https://github.com/babel/babel-eslint/pull/794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

v10.0.2

Compare Source

Fixes https://github.com/babel/babel-eslint/issues/772

babel/babel-loader (babel-loader)

v8.3.0

Compare Source

New features


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

@codecov
Copy link

codecov bot commented Nov 7, 2018

Codecov Report

Merging #8 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

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

@renovate renovate bot changed the title chore(deps): update dependency bili to ^3.3.1 chore(deps): update dependency bili to ^3.3.4 Nov 8, 2018
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 79df362 to 19aa178 Compare November 9, 2018 19:41
@renovate renovate bot changed the title chore(deps): update dependency bili to ^3.3.4 chore(deps): update all non-major dependencies Nov 9, 2018
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8fc52ca to 74f6fc0 Compare November 16, 2018 10:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cf2d94c to 395fa87 Compare November 26, 2018 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from f080b37 to 0050dd3 Compare December 13, 2018 22:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 59e39e3 to 854778b Compare December 23, 2018 04:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 44f82d9 to 4e278eb Compare December 29, 2018 11:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9606877 to 7df92a6 Compare January 4, 2019 15:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d11dddc to 5e4ae13 Compare February 11, 2021 10:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e4ae13 to 06209b6 Compare April 26, 2021 12:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c0268a6 to e20caee Compare May 15, 2021 20:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a6473ab to 364c5ba Compare June 12, 2021 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b44979b to 25bddc5 Compare March 7, 2022 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25bddc5 to fd45ea2 Compare March 26, 2022 12:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd45ea2 to 246663d Compare April 25, 2022 01:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 246663d to 770e1a5 Compare June 18, 2022 17:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24f2ff4 to 8d47ac2 Compare March 16, 2023 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d46c7b9 to f4470b1 Compare June 5, 2023 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f4470b1 to 55f2a86 Compare July 28, 2023 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b511286 to 1128fd6 Compare August 23, 2023 11:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8f1b951 to 5a5e157 Compare October 23, 2023 09:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3414bb5 to d868515 Compare April 14, 2024 11:39
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