webhintio / online-service

🔬 Online version of webhint
https://webhint.io/scanner/
Apache License 2.0
93 stars 16 forks source link

Upgrade: Bump @typescript-eslint/parser from 2.3.1 to 2.8.0 #809

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @typescript-eslint/parser from 2.3.1 to 2.8.0.

Release notes *Sourced from [@typescript-eslint/parser's releases](https://github.com/typescript-eslint/typescript-eslint/releases).* > ## v2.8.0 > # [2.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.7.0...v2.8.0) (2019-11-18) > > > ### Bug Fixes > > * **eslint-plugin:** [camelcase] handle optional member expr ([#1204](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1204)) ([9c8203f](https://github.com/typescript-eslint/typescript-eslint/commit/9c8203f)) > * **eslint-plugin:** [indent] fix decorator type ([#1189](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1189)) ([e2008e3](https://github.com/typescript-eslint/typescript-eslint/commit/e2008e3)) > * **eslint-plugin:** [indent] handle empty generic declarations ([#1211](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1211)) ([9aee06c](https://github.com/typescript-eslint/typescript-eslint/commit/9aee06c)) > * **eslint-plugin:** [no-type-alias] handle constructor aliases ([#1198](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1198)) ([1bb4d63](https://github.com/typescript-eslint/typescript-eslint/commit/1bb4d63)) > * **eslint-plugin:** [no-unnec-type-arg] throwing on call/new expr ([#1217](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1217)) ([42a48de](https://github.com/typescript-eslint/typescript-eslint/commit/42a48de)) > * **eslint-plugin:** [no-unnecessary-cond] fix naked type param ([#1207](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1207)) ([4fac6c5](https://github.com/typescript-eslint/typescript-eslint/commit/4fac6c5)) > * **eslint-plugin:** [nuta] correctly handle null/undefined separation ([#1201](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1201)) ([9829dd3](https://github.com/typescript-eslint/typescript-eslint/commit/9829dd3)) > * **eslint-plugin:** [require-await] better handle nesting ([#1193](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1193)) ([eb83af1](https://github.com/typescript-eslint/typescript-eslint/commit/eb83af1)) > * **eslint-plugin:** [unified-signatures] crash: cannot read pro… ([#1096](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1096)) ([d1de3a7](https://github.com/typescript-eslint/typescript-eslint/commit/d1de3a7)) > * **eslint-plugin:** disable base no-unused-expressions in all config ([ecb3f4e](https://github.com/typescript-eslint/typescript-eslint/commit/ecb3f4e)) > * **typescript-estree:** correctly account for trailing slash in… ([#1205](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1205)) ([ba89168](https://github.com/typescript-eslint/typescript-eslint/commit/ba89168)) > * **typescript-estree:** options range loc being always true ([#704](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/704)) ([db1aa18](https://github.com/typescript-eslint/typescript-eslint/commit/db1aa18)) > > > ### Features > > * **eslint-plugin:** [no-type-alias] handle conditional types ([#953](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/953)) ([259ff20](https://github.com/typescript-eslint/typescript-eslint/commit/259ff20)) > * **eslint-plugin:** add rule restrict-template-expressions ([#850](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/850)) ([46b58b4](https://github.com/typescript-eslint/typescript-eslint/commit/46b58b4)) > * **eslint-plugin:** add space-before-function-paren [extension] ([#924](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/924)) ([d8b07a7](https://github.com/typescript-eslint/typescript-eslint/commit/d8b07a7)) > * **eslint-plugin:** added new rule no-dynamic-delete ([#565](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/565)) ([864c811](https://github.com/typescript-eslint/typescript-eslint/commit/864c811)) > * **eslint-plugin:** added new rule no-untyped-public-signature ([#801](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/801)) ([c5835f3](https://github.com/typescript-eslint/typescript-eslint/commit/c5835f3)) > > ## v2.7.0 > # [2.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.1...v2.7.0) (2019-11-11) > > > ### Bug Fixes > > * **eslint-plugin:** crash fixing readonly arrays to generic ([#1172](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1172)) ([2b2f2d7](https://github.com/typescript-eslint/typescript-eslint/commit/2b2f2d7)) > * **typescript-estree:** hash code to reduce update frequency ([#1179](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1179)) ([96d1cc3](https://github.com/typescript-eslint/typescript-eslint/commit/96d1cc3)) > * **typescript-estree:** reduce bundle footprint of tsutils ([#1177](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1177)) ([c8fe515](https://github.com/typescript-eslint/typescript-eslint/commit/c8fe515)) > > > ### Features > > * **eslint-plugin:** [no-unused-expressions] extend for optional chaining ([#1175](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1175)) ([57d63b7](https://github.com/typescript-eslint/typescript-eslint/commit/57d63b7)) > * **parser:** handle optional chaining in scope analysis ([#1169](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1169)) ([026ceb9](https://github.com/typescript-eslint/typescript-eslint/commit/026ceb9)) > > ## v2.6.1 > ## [2.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.0...v2.6.1) (2019-11-04) > > > ### Bug Fixes > > ... (truncated)
Changelog *Sourced from [@typescript-eslint/parser's changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md).* > # [2.8.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.7.0...v2.8.0) (2019-11-18) > > > ### Bug Fixes > > * **typescript-estree:** options range loc being always true ([#704](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/704)) ([db1aa18](https://github.com/typescript-eslint/typescript-eslint/commit/db1aa18)) > > > > > > # [2.7.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.1...v2.7.0) (2019-11-11) > > > ### Features > > * **parser:** handle optional chaining in scope analysis ([#1169](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1169)) ([026ceb9](https://github.com/typescript-eslint/typescript-eslint/commit/026ceb9)) > > > > > > ## [2.6.1](https://github.com/typescript-eslint/typescript-eslint/compare/v2.6.0...v2.6.1) (2019-11-04) > > > ### Bug Fixes > > * **typescript-estree:** fix filename handling for vue JSX + markdown ([#1127](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1127)) ([366518f](https://github.com/typescript-eslint/typescript-eslint/commit/366518f)) > > > > > > # [2.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) (2019-10-28) > > > ### Bug Fixes > > * **typescript-estree:** correct parenthesized optional chain AST ([#1141](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1141)) ([5ae286e](https://github.com/typescript-eslint/typescript-eslint/commit/5ae286e)) > > > ### Features > > * **typescript-estree:** add support for declare class properties ([#1136](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/1136)) ([1508670](https://github.com/typescript-eslint/typescript-eslint/commit/1508670)) > > > > > > # [2.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) (2019-10-21) > ... (truncated)
Commits - [`a9117f5`](https://github.com/typescript-eslint/typescript-eslint/commit/a9117f525e457966a718164ae6cf7ad086c0dd7b) chore: publish v2.8.0 - [`74192f8`](https://github.com/typescript-eslint/typescript-eslint/commit/74192f86236501a8a0c170d37af692f6c97f0830) chore: bump dependencies ([#1208](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/1208)) - [`db1aa18`](https://github.com/typescript-eslint/typescript-eslint/commit/db1aa185c91a391d4593819a22d034ae40b79198) fix(typescript-estree): options range loc being always true ([#704](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/704)) - [`62b5a94`](https://github.com/typescript-eslint/typescript-eslint/commit/62b5a942f40472135d1b246f960ff1aed77f7307) chore: publish v2.7.0 - [`026ceb9`](https://github.com/typescript-eslint/typescript-eslint/commit/026ceb991d12a7bf0f37cefee009bf2f408153ec) feat(parser): handle optional chaining in scope analysis ([#1169](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/1169)) - [`643d6d6`](https://github.com/typescript-eslint/typescript-eslint/commit/643d6d62630a16d189f0673a4bcf34202c7a3fde) chore: publish v2.6.1 - [`366518f`](https://github.com/typescript-eslint/typescript-eslint/commit/366518f75944dd387d2f55a33a31d2ac9c743f1d) fix(typescript-estree): fix filename handling for vue JSX + markdown ([#1127](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/1127)) - [`5338955`](https://github.com/typescript-eslint/typescript-eslint/commit/5338955f1cf6513ff3bf0c391ae2bd9c092ecb55) chore: publish v2.6.0 - [`5ae286e`](https://github.com/typescript-eslint/typescript-eslint/commit/5ae286ec03b8c3d4911076756a7c33e7560a751a) fix(typescript-estree): correct parenthesized optional chain AST ([#1141](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/1141)) - [`1508670`](https://github.com/typescript-eslint/typescript-eslint/commit/1508670d511052244bf99ac68945064194e4294e) feat(typescript-estree): add support for declare class properties ([#1136](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/1136)) - Additional commits viewable in [compare view](https://github.com/typescript-eslint/typescript-eslint/commits/v2.8.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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the `.dependabot/config.yml` file in this repo: - Update frequency - 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)