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 vue monorepo #305

Closed
wants to merge 1 commit into from
Closed

Update vue monorepo #305

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/cli-plugin-babel 4.5.9 -> 4.5.13 age adoption passing confidence
@vue/cli-plugin-eslint 4.5.9 -> 4.5.13 age adoption passing confidence
@vue/cli-plugin-router 4.5.9 -> 4.5.13 age adoption passing confidence
@vue/cli-service (source) 4.5.9 -> 4.5.13 age adoption passing confidence
vue 2.6.12 -> 2.6.14 age adoption passing confidence
vue-router 3.4.9 -> 3.5.2 age adoption passing confidence
vue-template-compiler 2.6.12 -> 2.6.14 age adoption passing confidence
vuex 3.5.1 -> 3.6.2 age adoption passing confidence

Release Notes

vuejs/vue-cli

v4.5.13

Compare Source

πŸ› Bug Fix
Others
Committers: 3

v4.5.12

Compare Source

v4.5.11

Compare Source

πŸ› Bug Fix
Committers: 1

v4.5.10

Compare Source

πŸ› Bug Fix
Committers: 3
vuejs/vue

v2.6.14

Compare Source

Bug Fixes
Features

v2.6.13

Compare Source

Bug Fixes
Features
Performance Improvements
vuejs/vue-router

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Bug Fixes

v3.5.0

Compare Source

Features

3.4.9 (2020-11-05)

Bug Fixes

3.4.8 (2020-10-26)

Features

3.4.7 (2020-10-16)

Bug Fixes

3.4.6 (2020-10-07)

Bug Fixes

3.4.5 (2020-09-26)

Bug Fixes

3.4.4 (2020-09-24)

Bug Fixes
Features

3.4.3 (2020-08-11)

  • Revert 4fbaa9f: "fix: keep repeated params in query/hash relative locations" Closes #​3289

3.4.2 (2020-08-07)

Bug Fixes

3.4.1 (2020-08-06)

Bug Fixes
  • query: remove undefined values (b952573), closes #​3276
  • router: properly check null and undefined in isSameRoute (d6546d9)
vuejs/vuex

v3.6.2

Compare Source

Bug Fixes
  • build: fix wrong path name for the export module (679313b)

v3.6.1

Compare Source

Bug Fixes

v3.6.0

Compare Source

Bug Fixes
Features

3.5.1 (2020-06-29)

Bug Fixes

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 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from Clivern as a code owner June 25, 2021 21:01
@renovate
Copy link
Contributor Author

renovate bot commented Jun 25, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: web/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: web@0.1.0
npm ERR! Found: eslint@7.18.0
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"7.18.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@">= 1.6.0 < 7.0.0" from @vue/cli-plugin-eslint@4.5.13
npm ERR! node_modules/@vue/cli-plugin-eslint
npm ERR!   dev @vue/cli-plugin-eslint@"4.5.13" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2021-06-29T22_20_30_860Z-debug.log

@Clivern Clivern closed this Jun 29, 2021
@Clivern Clivern deleted the renovate/vue-monorepo branch June 29, 2021 22:20
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.

When writing a jsx function in setup, h = this.$createElement will be automatically injected
2 participants