Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps @typescript-eslint/parser from 2.0.0 to 3.1.0.

Release notes

Sourced from @typescript-eslint/parser's releases.

v3.1.0

3.1.0 (2020-06-01)

Bug Fixes

  • eslint-plugin: [explicit-module-boundary-types] don't check returned functions if parent function has return type (#2084) (d7d4eeb)
  • eslint-plugin: [no-unnecessary-condition] handle comparison of any, unknown and loose comparisons with nullish values (#2123) (1ae1d01)
  • eslint-plugin: [no-unnecessary-condition] improve optional chain handling (#2111) (9ee399b)
  • eslint-plugin: [no-unnecessary-condition] improve optional chain handling 2 - electric boogaloo (#2138) (c87cfaf)
  • eslint-plugin: [no-unused-expressions] ignore import expressions (#2130) (e383691)
  • eslint-plugin: [no-var-requires] false negative for TSAsExpression and MemberExpression (#2139) (df95338)
  • experimental-utils: downlevel type declarations for versions older than 3.8 (#2133) (7925823)

Features

  • eslint-plugin: [ban-ts-comments] add "allow-with-description" option (#2099) (8a0fd18)
  • eslint-plugin: [ban-types] allow selective disable of default options with false value (#2137) (1cb8ca4)
  • eslint-plugin: [explicit-module-boundary-types] improve accuracy and coverage (#2135) (caaa859)

v3.0.2

3.0.2 (2020-05-27)

Bug Fixes

v3.0.1

3.0.1 (2020-05-25)

Bug Fixes

  • eslint-plugin: [naming-convention] handle no options correctly (#2095) (fd7d02b)
  • eslint-plugin: [no-throw-literal] handle intersection and union types (#2085) (cae037f)
  • eslint-plugin: [unbound-method] fix crash due to missing Intl (#2090) (f2fa82c)
  • experimental-utils: export CLIEngine & ESLint (#2083) (014341b)
  • typescript-estree: handle BigInt with _ numeric separator (#2067) (66f1627)
  • typescript-estree: mark TS 3.8 and 3.9 as "supported" (#2057) (5eedbff), closes #1436 #1436

v3.0.0

This major release has been a long time coming! We've been saving up breaking changes for a while now, waiting for the ESLint v7 release which we knew would deprecate support for node version 8.

Due to our weekly release cadence, this major release mostly contains breaking changes!

Breaking Changes

Dropped support for Node version 8 (#1420)

... (truncated)
Changelog

Sourced from @typescript-eslint/parser's changelog.

3.1.0 (2020-06-01)

Bug Fixes

  • experimental-utils: downlevel type declarations for versions older than 3.8 (#2133) (7925823)

3.0.2 (2020-05-27)

Note: Version bump only for package @typescript-eslint/parser

3.0.1 (2020-05-25)

Bug Fixes

  • typescript-estree: handle BigInt with _ numeric separator (#2067) (66f1627)

3.0.0 (2020-05-21)

Please see the release notes for v3.0.0

Bug Fixes

  • typescript-estree: use TSEmptyBodyFunctionExpression for body-less nodes (#1289) (82e7163)

Features

  • add index files to parser and typescript-estree (3dfc46d)
  • experimental-utils: upgrade eslint types for v7 (#2023) (06869c9)
  • upgrade to ESLint v7 (#2022) (208de71)
  • typescript-estree: align nodes with estree 2020 (#1389) (aff5b62)
  • typescript-estree: align optional fields (#1429) (0e0010f)
  • drop support for node v8 (#1997) (b6c3b7b)
  • eslint-plugin: [ban-types] rework default options (#848) (8e31d5d)
  • typescript-estree: handle 3.9's non-null assertion changes (#2036) (06bec63)
... (truncated)
Commits
  • 2c8402a chore: publish v3.1.0
  • 7925823 fix(experimental-utils): downlevel type declarations for versions older than ...
  • 9b7f4d4 chore: publish v3.0.2
  • a71b9c9 chore: publish v3.0.1
  • 66f1627 fix(typescript-estree): handle BigInt with _ numeric separator (#2067)
  • 159c225 chore: link GH release in changelogs (#2055)
  • e9586c6 chore: fix broken parser test
  • 7e39f5b v3.0.0
  • 3dfc46d feat: add index files to parser and typescript-estree
  • 06869c9 feat(experimental-utils): upgrade eslint types for v7 (#2023)
  • 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 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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 2, 2020
@dependabot-preview dependabot-preview bot requested a review from u3u June 2, 2020 00:06
@codecov
Copy link

codecov bot commented Jun 2, 2020

Codecov Report

Merging #227 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #227   +/-   ##
=======================================
  Coverage   99.18%   99.18%           
=======================================
  Files          15       15           
  Lines         123      123           
  Branches       17       17           
=======================================
  Hits          122      122           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 721dfff...b778393. Read the comment docs.

@netlify
Copy link

netlify bot commented Jun 2, 2020

Deploy preview for vue-hooks ready!

Built with commit b778393

https://deploy-preview-227--vue-hooks.netlify.app

@dependabot-preview
Copy link
Contributor Author

Superseded by #241.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/dev/typescript-eslint/parser-3.1.0 branch July 1, 2020 23:24
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.

1 participant