Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 30, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-vue-scoped-css (source) ^0.5.0 -> ^1.0.0 age adoption passing confidence

Release Notes

future-architect/eslint-plugin-vue-scoped-css

v1.1.0

Compare Source

✨ New Features

  • #​52 Changed to detect export default defineComponent({}) as Vue component.
  • #​53 Added vue-scoped-css/no-deprecated-v-enter-v-leave-class rule that disallow v-enter and v-leave classes.

v1.0.0

Compare Source

💥 Breaking Changes

  • #​38 Drop supports ESLint 5.x
  • #​38 Drop supports vue-eslint-parser 5.x and 6.x
  • #​38 Moved vue-eslint-parser to "peerDependencies" from "dependencies"
  • #​38 Upgrade dependencies

✨ New Features

  • #​38 Supports for Vue.js 3.x Scoped styles. Related to RFC0023
    • #​38 Changed vue-scoped-css/no-unused-selector rule to support ::v-deep(),::v-slotted() and ::v-global pseudo-element.
    • #​38 Changed vue-scoped-css/require-selector-used-inside rule to support ::v-deep(),::v-slotted() and ::v-global pseudo-element.
  • #​38 Supports for Vue.js 3.x v-enter-from and v-leave-from. Related to RFC0018
    • #​38 Changed vue-scoped-css/no-unused-selector rule to support v-enter-from and v-leave-from.
    • #​38 Changed vue-scoped-css/require-selector-used-inside rule to support v-enter-from and v-leave-from.
New Rules
  • #​39 Added vue-scoped-css/no-deprecated-deep-combinator rule that reports the use of deprecated deep combinators as errors. Related to RFC0023
  • #​41 Added vue-scoped-css/require-v-deep-argument rule that reports ::v-deep pseudo-element with no selector argument passed. Related to RFC0023
  • #​42 Added vue-scoped-css/require-v-slotted-argument rule that reports ::v-slotted pseudo-element with no selector argument passed. Related to RFC0023
  • #​43 Added vue-scoped-css/require-v-global-argument rule that reports ::v-global pseudo-element with no selector argument passed. Related to RFC0023
  • #​45 Added vue-scoped-css/no-parent-of-v-global rule that reports parent selector for ::v-global pseudo-element. Related to RFC0023

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/eslint-plugin-vue-scoped-css-1.x branch from 7ff145d to 58dc76a Compare January 30, 2021 02:57
@ota-meshi ota-meshi merged commit 0322649 into master Jan 30, 2021
@ota-meshi ota-meshi deleted the renovate/eslint-plugin-vue-scoped-css-1.x branch January 30, 2021 05:00
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.

3 participants