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/eslint-plugin from 3.6.1 to 3.9.0 in /app/experimenter/static/rapid #3200

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2020

Bumps @typescript-eslint/eslint-plugin from 3.6.1 to 3.9.0.

Release notes

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

v3.9.0

3.9.0 (2020-08-10)

Bug Fixes

  • eslint-plugin: [no-throw-literal] support type assertions (#2354) (470174a)

Features

  • eslint-plugin: [no-unsafe-assignment/return] allow assigning any => unknown (#2371) (e7528e6)
  • typescript-estree: support TSv4 labelled tuple members (#2378) (00d84ff)

v3.8.0

3.8.0 (2020-08-03)

Bug Fixes

  • eslint-plugin: [no-implied-eval] don't report when Function is imported (#2348) (fa169e7)
  • eslint-plugin: [no-unsafe-assignment] fix typo in message (#2347) (2027bb1)

Features

  • eslint-plugin: [naming-convention] allow specifying an array of selectors (#2335) (3ef6bd5)
  • eslint-plugin: add prefer-enum-initializers rule (#2326) (4f38ea3)

v3.7.1

3.7.1 (2020-07-27)

Bug Fixes

  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#2319) (616a841)
  • typescript-estree: correct AST regression introduced by TS4.0 upgrade (#2316) (d7fefba)

v3.7.0

3.7.0 (2020-07-20)

Features

  • eslint-plugin: [naming-convention] allow selecting only const variables (#2291) (156d058)
  • eslint-plugin: [no-empty-function] add decoratedFunctions option (#2295) (88f08f4)
  • typescript-estree: support short-circuiting assignment operators (#2307) (2c90d9f)
  • typescript-estree: support type annotations on catch clauses (#2306) (b5afe9c)
Changelog

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

3.9.0 (2020-08-10)

Bug Fixes

  • eslint-plugin: [no-throw-literal] support type assertions (#2354) (470174a)

Features

  • eslint-plugin: [no-unsafe-assignment/return] allow assigning any => unknown (#2371) (e7528e6)
  • typescript-estree: support TSv4 labelled tuple members (#2378) (00d84ff)

3.8.0 (2020-08-03)

Bug Fixes

  • eslint-plugin: [no-implied-eval] don't report when Function is imported (#2348) (fa169e7)
  • eslint-plugin: [no-unsafe-assignment] fix typo in message (#2347) (2027bb1)

Features

  • eslint-plugin: [naming-convention] allow specifying an array of selectors (#2335) (3ef6bd5)
  • eslint-plugin: add prefer-enum-initializers rule (#2326) (4f38ea3)

3.7.1 (2020-07-27)

Bug Fixes

  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#2319) (616a841)

3.7.0 (2020-07-20)

Commits
  • fb6a331 chore: publish v3.9.0
  • e7528e6 feat(eslint-plugin): [no-unsafe-assignment/return] allow assigning any => unk...
  • 30993cd docs: document additional allow options in no-empty-function (#2379)
  • 00d84ff feat(typescript-estree): support TSv4 labelled tuple members (#2378)
  • 470174a fix(eslint-plugin): [no-throw-literal] support type assertions (#2354)
  • 522277d chore: publish v3.8.0
  • 4f38ea3 feat(eslint-plugin): add prefer-enum-initializers rule (#2326)
  • 3ef6bd5 feat(eslint-plugin): [naming-convention] allow specifying an array of selecto...
  • fa169e7 fix(eslint-plugin): [no-implied-eval] don't report when Function is importe...
  • 2027bb1 fix(eslint-plugin): [no-unsafe-assignment] fix typo in message (#2347)
  • 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 will merge this PR once CI passes on it, as requested by @tiftran.


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 dependabot bot added Dependencies Pull requests that update a dependency file Javascript Pull requests that update Javascript code labels Aug 10, 2020
@tiftran
Copy link
Contributor

tiftran commented Aug 10, 2020

@dependabot squash and merge

@dependabot dependabot bot merged commit 8f5241f into dependencies Aug 10, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/app/experimenter/static/rapid/dependencies/typescript-eslint/eslint-plugin-3.9.0 branch August 10, 2020 17:29
tiftran added a commit that referenced this pull request Aug 10, 2020
* Bump mozilla-nimbus-shared from 0.0.7 to 0.0.9 in /app/requirements (#3179)

* Bump pytest-forked from 1.2.0 to 1.3.0 in /app/requirements (#3180)

* Bump pytest-xdist from 1.33.0 to 1.34.0 in /app/requirements (#3181)

* Bump @testing-library/jest-dom in /app/experimenter/static/rapid (#3184)

* Bump celery from 4.4.6 to 4.4.7 in /app/requirements (#3182)

* Bump pytest from 5.4.3 to 6.0.1 in /app/requirements (#3183)

* Bump @babel/plugin-proposal-object-rest-spread (#3185)

* Bump eslint from 7.5.0 to 7.6.0 in /app/experimenter/static/rapid (#3189)

* Bump @testing-library/jest-dom in /app/experimenter/static/core (#3190)

* Bump fontsource-fira-sans in /app/experimenter/static/core (#3198)

* Bump @babel/core from 7.10.5 to 7.11.1 in /app/experimenter/static/core (#3196)

* Bump @babel/preset-env in /app/experimenter/static/rapid (#3187)

* Bump eslint from 7.5.0 to 7.6.0 in /app/experimenter/static/core (#3192)

* Bump @typescript-eslint/eslint-plugin in /app/experimenter/static/rapid (#3200)

* Bump @babel/preset-env in /app/experimenter/static/core (#3193)

* dependency updates

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 Javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant