Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
54 stars 19 forks source link

Bump @typescript-eslint/parser from 1.6.0 to 1.11.0 #39

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

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

Release notes *Sourced from [[@​typescript](https://github.com/typescript)-eslint/parser's releases](https://github.com/typescript-eslint/typescript-eslint/releases).* > ## v1.11.0 > # [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23) > > > ### Bug Fixes > > * **eslint-plugin:** [no-magic-numbers] add support for enums ([#543](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/543)) ([5c40d01](https://github.com/typescript-eslint/typescript-eslint/commit/5c40d01)) > * **eslint-plugin:** [promise-function-async] allow any as return value ([#553](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/553)) ([9a387b0](https://github.com/typescript-eslint/typescript-eslint/commit/9a387b0)) > * **eslint-plugin:** Remove duplicated code ([#611](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/611)) ([c4df4ff](https://github.com/typescript-eslint/typescript-eslint/commit/c4df4ff)) > * **parser:** add simpleTraverse, replaces private ESLint util ([#628](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/628)) ([aa206c4](https://github.com/typescript-eslint/typescript-eslint/commit/aa206c4)) > * **typescript-estree:** fix more cases with double slash in JSX text ([#607](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/607)) ([34cfa53](https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53)) > > > ### Features > > * **eslint-plugin:** [no-explicit-any] ignoreRestArgs ([#548](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/548)) ([753ad75](https://github.com/typescript-eslint/typescript-eslint/commit/753ad75)) > * **eslint-plugin:** add `consistent-type-definitions` rule ([#463](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/463)) ([ec87d06](https://github.com/typescript-eslint/typescript-eslint/commit/ec87d06)) > * **eslint-plugin:** add new rule no-empty-function ([#626](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/626)) ([747bfcb](https://github.com/typescript-eslint/typescript-eslint/commit/747bfcb)) > * **eslint-plugin:** add new rule no-floating-promises ([#495](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/495)) ([61e6385](https://github.com/typescript-eslint/typescript-eslint/commit/61e6385)) > > ## v1.10.2 > ## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10) > > > ### Bug Fixes > > * **eslint-plugin:** peerDep should specify semver major range ([#602](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/602)) ([5589938](https://github.com/typescript-eslint/typescript-eslint/commit/5589938)) > > ## v1.10.1 > # [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.9.0...v1.10.1) (2019-06-09) > > > ### Bug Fixes > > * **eslint-plugin:** [explicit-function-return-type] Fix obj setter prop ([8c8497c](https://github.com/typescript-eslint/typescript-eslint/commit/8c8497c)), closes [#525](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/525) > * **eslint-plugin:** [no-extra-parens] Fix crash default switch case crash ([5ec2b32](https://github.com/typescript-eslint/typescript-eslint/commit/5ec2b32)), closes [#509](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/509) > * **eslint-plugin:** [no-type-alias] Fix parenthesized type handling ([#576](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/576)) ([6489293](https://github.com/typescript-eslint/typescript-eslint/commit/6489293)) > * **eslint-plugin:** [NUTA] false positive for null assign to undefined ([#536](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/536)) ([b16409a](https://github.com/typescript-eslint/typescript-eslint/commit/b16409a)), closes [#529](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/529) > * **eslint-plugin:** Remove `no-dupe-class-members` from eslint-recommended ([#520](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/520)) ([1a0e60b](https://github.com/typescript-eslint/typescript-eslint/commit/1a0e60b)) > * **experimental-utils:** add `endLine` and `endColumn` ([#517](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/517)) ([d9e5f15](https://github.com/typescript-eslint/typescript-eslint/commit/d9e5f15)) > * **experimental-utils:** Avoid typescript import at runtime ([#584](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/584)) ([fac5c7d](https://github.com/typescript-eslint/typescript-eslint/commit/fac5c7d)), closes [/github-redirect.dependabot.com/typescript-eslint/typescript-eslint/pull/425#issuecomment-498162293](https://github.com//github-redirect.dependabot.com/typescript-eslint/typescript-eslint/pull/425/issues/issuecomment-498162293) > * **typescript-estree:** allow expressions in ExportDefaultDeclaration ([#593](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/593)) ([861844d](https://github.com/typescript-eslint/typescript-eslint/commit/861844d)) > * **typescript-estree:** stop ignoring comments in JSX with generic ([#596](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/596)) ([31d5bd4](https://github.com/typescript-eslint/typescript-eslint/commit/31d5bd4)) > > > ### Features > > * make utils/TSESLint export typed classes instead of just types ([#526](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/526)) ([370ac72](https://github.com/typescript-eslint/typescript-eslint/commit/370ac72)) > * support TypeScript versions >=3.2.1 <3.6.0 ([#597](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/597)) ([5d2b962](https://github.com/typescript-eslint/typescript-eslint/commit/5d2b962)) > * **eslint-plugin:** [explicit-function-return-type] allowHigherOrderFunctions ([#193](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/193)) ([#538](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/538)) ([50a493e](https://github.com/typescript-eslint/typescript-eslint/commit/50a493e)) > ... (truncated)
Changelog *Sourced from [[@​typescript](https://github.com/typescript)-eslint/parser's changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md).* > # [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23) > > > ### Bug Fixes > > * **parser:** add simpleTraverse, replaces private ESLint util ([#628](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/628)) ([aa206c4](https://github.com/typescript-eslint/typescript-eslint/commit/aa206c4)) > * **typescript-estree:** fix more cases with double slash in JSX text ([#607](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/607)) ([34cfa53](https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53)) > > > > > > ## [1.10.2](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.1...v1.10.2) (2019-06-10) > > **Note:** Version bump only for package [@​typescript](https://github.com/typescript)-eslint/parser > > ## [1.10.1](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.0...v1.10.1) (2019-06-09) > > **Note:** Version bump only for package [@​typescript](https://github.com/typescript)-eslint/parser > > # [1.10.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.9.0...v1.10.0) (2019-06-09) > > ### Bug Fixes > > - **typescript-estree:** stop ignoring comments in JSX with generic ([#596](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/596)) ([31d5bd4](https://github.com/typescript-eslint/typescript-eslint/commit/31d5bd4)) > > ### Features > > - make utils/TSESLint export typed classes instead of just types ([#526](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/526)) ([370ac72](https://github.com/typescript-eslint/typescript-eslint/commit/370ac72)) > > # [1.9.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.8.0...v1.9.0) (2019-05-12) > > **Note:** Version bump only for package [@​typescript](https://github.com/typescript)-eslint/parser > > # [1.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.7.0...v1.8.0) (2019-05-10) > > ### Bug Fixes > > - upgrade lockfile versions ([#487](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/487)) ([f029dba](https://github.com/typescript-eslint/typescript-eslint/commit/f029dba)) > - **eslint-plugin:** Support more nodes [no-extra-parens](<[#465](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/465)>) ([2d15644](https://github.com/typescript-eslint/typescript-eslint/commit/2d15644)) > > ### Features > > - Move shared types into their own package ([#425](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/425)) ([a7a03ce](https://github.com/typescript-eslint/typescript-eslint/commit/a7a03ce)) > > # [1.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.6.0...v1.7.0) (2019-04-20) > > **Note:** Version bump only for package [@​typescript](https://github.com/typescript)-eslint/parser
Commits - [`a53fc71`](https://github.com/typescript-eslint/typescript-eslint/commit/a53fc71a2b2005daedfcb73d8b2eb0ce7bd736bc) chore: publish v1.11.0 - [`aa206c4`](https://github.com/typescript-eslint/typescript-eslint/commit/aa206c4c5bd6f5e2d9c751b5dd45cb97924cadcd) fix(parser): add simpleTraverse, replaces private ESLint util ([#628](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/628)) - [`34cfa53`](https://github.com/typescript-eslint/typescript-eslint/commit/34cfa53da623683bcf5e78eea746f73873a7a726) fix(typescript-estree): fix more cases with double slash in JSX text ([#607](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/607)) - [`2c557f1`](https://github.com/typescript-eslint/typescript-eslint/commit/2c557f1028ecec94c2e100acf0dd406e776d7fd9) chore: format changelogs - [`0d10cb3`](https://github.com/typescript-eslint/typescript-eslint/commit/0d10cb3cd7c1316fdae46a6d20111438bc289999) chore: publish v1.10.2 - [`729c760`](https://github.com/typescript-eslint/typescript-eslint/commit/729c7602233f3f9d05323143fc0da2234730d43f) chore: publish v1.10.1 - [`3f7447d`](https://github.com/typescript-eslint/typescript-eslint/commit/3f7447da0d312c3132878d6b61814b2ed276cd40) chore: publish v1.10.0 - [`31d5bd4`](https://github.com/typescript-eslint/typescript-eslint/commit/31d5bd4934105f918f7bf34cb6523dda30fb1e4d) fix(typescript-estree): stop ignoring comments in JSX with generic ([#596](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/596)) - [`5792aa1`](https://github.com/typescript-eslint/typescript-eslint/commit/5792aa1e45b7643e58f3187879c431ddd5b432f6) chore: Add repository.directory to all package.json - [`c480eab`](https://github.com/typescript-eslint/typescript-eslint/commit/c480eabb60a5876f565d00f71240b6a10726f309) chore: revert 508bb41 ([#534](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/534)) - Additional commits viewable in [compare view](https://github.com/typescript-eslint/typescript-eslint/commits/v1.11.0/packages/parser)


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). To ignore the version in this PR you can just close it - `@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](https://app.dependabot.com): - 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[bot] commented 5 years ago

Superseded by #40.