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

Supports Optional Chaining #1209

Merged
merged 5 commits into from Jul 19, 2020
Merged

Supports Optional Chaining #1209

merged 5 commits into from Jul 19, 2020

Conversation

@ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Jun 12, 2020

And change the supported version of ESLint from 6.0.0 to 6.2.0.

Core

  • Change presets configs parserOptions.ecmaVersion from 2018 to 2020.
  • Change supported version of ESLint from 6.0.0 to 6.2.0.
  • Upgrade eslint-utils

Rules

  • custom-event-name-casing
  • no-async-in-computed-properties
  • no-deprecated-dollar-listeners-api
  • no-deprecated-dollar-scopedslots-api
  • no-deprecated-events-api
  • no-deprecated-vue-config-keycodes
  • no-lifecycle-after-await
  • no-multiple-slot-args
  • no-mutating-props
  • no-ref-as-operand
  • no-setup-props-destructure
  • no-side-effects-in-computed-properties
  • no-unused-properties
  • no-watch-after-await
  • order-in-components
  • require-default-prop
  • require-explicit-emits
  • require-slots-as-functions
  • require-valid-default-prop
  • this-in-template
  • v-on-function-call
  • valid-v-bind-sync
  • valid-v-model
@ota-meshi ota-meshi self-assigned this Jun 12, 2020
@ota-meshi ota-meshi marked this pull request as draft Jun 12, 2020
@ota-meshi ota-meshi force-pushed the es2020 branch 4 times, most recently from c4c3c2f to 2e3468e Jun 13, 2020
@ota-meshi ota-meshi marked this pull request as ready for review Jun 13, 2020
@ota-meshi ota-meshi force-pushed the es2020 branch 6 times, most recently from c001ee7 to 2a1a2a6 Jun 13, 2020
@ota-meshi ota-meshi force-pushed the es2020 branch 2 times, most recently from e04eb8a to b6c5324 Jul 2, 2020
@ota-meshi ota-meshi force-pushed the es2020 branch 2 times, most recently from c8bceef to c958051 Jul 15, 2020
@ota-meshi ota-meshi force-pushed the es2020 branch from c958051 to 4394f7d Jul 19, 2020
@ota-meshi ota-meshi merged commit ce38da7 into master Jul 19, 2020
10 checks passed
10 checks passed
Header rules No header rules processed
Details
Pages changed 176 new files uploaded
Details
Redirect rules No redirect rules processed
Details
Mixed content No mixed content detected
Details
ci/circleci: lint Your tests passed on CircleCI!
Details
ci/circleci: node-v10 Your tests passed on CircleCI!
Details
ci/circleci: node-v12 Your tests passed on CircleCI!
Details
ci/circleci: node-v14 Your tests passed on CircleCI!
Details
ci/circleci: node-v8 Your tests passed on CircleCI!
Details
deploy/netlify Deploy preview ready!
Details
@ota-meshi ota-meshi deleted the es2020 branch Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.