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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @vue/cli-plugin-eslint from 3.12.1 to 4.5.7 #32

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps @vue/cli-plugin-eslint from 3.12.1 to 4.5.7.

Release notes

Sourced from @鈥媣ue/cli-plugin-eslint's releases.

v4.5.7

馃悰 Bug Fix

  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
  • @vue/cli-plugin-pwa, @vue/cli-service

馃摑 Documentation

Committers: 4

v4.5.6

馃悰 Bug Fix

Committers: 1

v4.5.5

Highlights

If you are working on a Vue 3 project, this version of Vue CLI comes with the latest beta version of vue-loader, which enables support for the experimental <script setup> syntax.

\<template>
  <button @click="inc">{{ count }}</button>
</template>
<script setup>
import { ref } from 'vue'
export const count = ref(0)
export const inc = () => count.value++
</script>

If you encounter any bug when trying out this new feature, please raise an issue in the vue-loader repository.

Known Issues

... (truncated)

Changelog

Sourced from @鈥媣ue/cli-plugin-eslint's changelog.

4.5.7 (2020-10-07)

馃悰 Bug Fix

  • @vue/cli-plugin-babel, @vue/cli-plugin-typescript, @vue/cli-service
  • @vue/cli
  • @vue/cli-plugin-pwa, @vue/cli-service

馃摑 Documentation

Committers: 4

4.5.6 (2020-09-10)

馃悰 Bug Fix

Committers: 1

4.5.5 (2020-09-10)

馃悰 Bug Fix

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2021
@dependabot dependabot bot requested a review from Chantouch March 17, 2021 15:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.5.7 branch from eaa1bb5 to b0cf13a Compare July 30, 2021 11:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.5.7 branch from b0cf13a to 72f8162 Compare September 9, 2021 15:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.5.7 branch from 72f8162 to fc668d4 Compare October 2, 2021 06:08
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2022

Superseded by #114.

@dependabot dependabot bot closed this Feb 18, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vue/cli-plugin-eslint-4.5.7 branch February 18, 2022 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant