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

Bump @typescript-eslint/parser from 1.6.0 to 1.8.0 #61

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @typescript-eslint/parser from 1.6.0 to 1.8.0.

Release notes

Sourced from [@​typescript-eslint/parser's releases](https://github.com/typescript-eslint/typescript-eslint/releases).

v1.8.0

Bug Fixes

  • eslint-plugin: [array-type] support readonly operator (#429) (8e2d2f5)
  • eslint-plugin: [explicit-function-return-type] Add handling for class properties (#502) (2c36325)
  • eslint-plugin: [no-extra-parens] Fix build error (298d66c)
  • eslint-plugin: [unbound-method] Work around class prototype bug (#499) (3219aa7)
  • eslint-plugin: correct eslint-recommended settings (d52a683)
  • eslint-plugin: explicit-func-return-type: support object types and as expressions (#459) (d19e512)
  • eslint-plugin: restrict-plus-operands: generic constraint support (#440) (3f305b1)
  • upgrade lockfile versions (#487) (f029dba)
  • eslint-plugin: Support more nodes no-extra-parens (2d15644)
  • eslint-plugin: support switch statement unbound-method (e99ca81)
  • typescript-estree: ensure parents are defined during subsequent parses (#500) (665278f)

v1.7.0

Bug Fixes

  • eslint-plugin: indent: fix false positive on type parameters (#385) (d476f15)
  • eslint-plugin: no-object-literal-type-assertion: fix as const is reported (#390) (2521b85)
  • eslint-plugin: support BigInt in restrict-plus-operands rule (#344) (eee6d49), closes #309

Features

  • eslint-plugin: [member-accessibility] add more options (#322) (4b3d820)
  • eslint-plugin: add prefer-for-of rule (#338) (3e26ab6)
  • eslint-plugin: add prefer-includes rule (#294) (01c4dae), closes #284
  • eslint-plugin: add prefer-string-starts-ends-with rule (#289) (5592a2c), closes #285
  • eslint-plugin: added new rule await-promise (#192) (5311342)
  • eslint-plugin: added new rule unbound-method (#204) (6718906)
  • eslint-plugin: support type assertions in no-extra-parens rule (#311) (116ca75)
Changelog

Sourced from [@​typescript-eslint/parser's changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md).

1.8.0 (2019-05-10)

Bug Fixes

  • eslint-plugin: [array-type] support readonly operator (#429) (8e2d2f5)
  • eslint-plugin: [explicit-function-return-type] Add handling for class properties (#502) (2c36325)
  • eslint-plugin: [no-extra-parens] Fix build error (298d66c)
  • eslint-plugin: [unbound-method] Work around class prototype bug (#499) (3219aa7)
  • eslint-plugin: correct eslint-recommended settings (d52a683)
  • eslint-plugin: explicit-func-return-type: support object types and as expressions (#459) (d19e512)
  • eslint-plugin: restrict-plus-operands: generic constraint support (#440) (3f305b1)
  • upgrade lockfile versions (#487) (f029dba)
  • eslint-plugin: Support more nodes no-extra-parens (2d15644)
  • eslint-plugin: support switch statement unbound-method (e99ca81)
  • typescript-estree: ensure parents are defined during subsequent parses (#500) (665278f)

Features

  • eslint-plugin: (EXPERIMENTAL) begin indent rewrite (#439) (6eb97d4)
  • eslint-plugin: Add better non-null handling no-unnecessary-type-assertion (4cd5590)
  • eslint-plugin: Add func-call-spacing (#448) (92e65ec)
  • eslint-plugin: Add new config "eslint-recommended" (#488) (2600a9f)
  • eslint-plugin: add no-magic-numbers rule (#373) (43fa09c)
  • eslint-plugin: Add semi extension (0962017)
  • eslint-plugin: no-inferrable-types: Support more primitives (#442) (4e193ca)
  • ts-estree: add preserveNodeMaps option (#494) (c3061f9)
  • Move shared types into their own package (#425) (a7a03ce)

1.7.0 (2019-04-20)

Bug Fixes

  • eslint-plugin: indent: fix false positive on type parameters (#385) (d476f15)
  • eslint-plugin: no-object-literal-type-assertion: fix as const is reported (#390) (2521b85)
  • eslint-plugin: support BigInt in restrict-plus-operands rule (#344) (eee6d49), closes #309

Features

  • eslint-plugin: [member-accessibility] add more options (#322) (4b3d820)
  • eslint-plugin: add prefer-for-of rule (#338) (3e26ab6)
  • eslint-plugin: add prefer-includes rule (#294) (01c4dae), closes #284
  • eslint-plugin: add prefer-string-starts-ends-with rule (#289) (5592a2c), closes #285
  • eslint-plugin: added new rule await-promise (#192) (5311342)
  • eslint-plugin: added new rule unbound-method (#204) (6718906)
  • eslint-plugin: support type assertions in no-extra-parens rule (#311) (116ca75)
Commits
  • eb613ca chore: publish v1.8.0
  • a7a03ce feat: Move shared types into their own package (#425)
  • 6eb97d4 feat(eslint-plugin): (EXPERIMENTAL) begin indent rewrite (#439)
  • 4e193ca feat(eslint-plugin): no-inferrable-types: Support more primitives (#442)
  • 4cd5590 feat(eslint-plugin): Add better non-null handling [no-unnecessary-type-assert...
  • 298d66c fix(eslint-plugin): [no-extra-parens] Fix build error
  • 2d15644 fix(eslint-plugin): Support more nodes [no-extra-parens] (#465)
  • 2c36325 fix(eslint-plugin): [explicit-function-return-type] Add handling for class pr...
  • 3219aa7 fix(eslint-plugin): [unbound-method] Work around class prototype bug (#499)
  • 43fa09c feat(eslint-plugin): add no-magic-numbers rule (#373)
  • Additional commits viewable in compare view

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 10, 2019
@yamadayuki yamadayuki merged commit 812de1d into master May 13, 2019
@yamadayuki yamadayuki deleted the dependabot/npm_and_yarn/@typescript-eslint/parser-1.8.0 branch May 13, 2019 02:14
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants