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

build(deps-dev): bump @typescript-eslint/parser from 2.29.0 to 2.31.0 #588

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps @typescript-eslint/parser from 2.29.0 to 2.31.0.

Release notes

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

v2.31.0

2.31.0 (2020-05-04)

Bug Fixes

  • eslint-plugin: [dot-notation] handle missing declarations (#1947) (383f931)
  • eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#1966) (7f3fba3)
  • eslint-plugin: [return-await] await in a normal function (#1962) (f82fd7b)
  • eslint-plugin: [unbound-method] false positives for unary expressions (#1964) (b35070e)
  • eslint-plugin: no-base-to-string boolean expression detect (#1969) (f78f13a)

Features

  • eslint-plugin: [member-ordering] add decorators support (#1870) (f7ec192)
  • eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#1965) (2f0824b)
  • eslint-plugin: new extended rule 'no-invalid-this' (#1823) (b18bc35)
  • eslint-plugin-internal: add rule no-poorly-typed-ts-props (#1949) (56ea7c9)
  • experimental-utils: expose our RuleTester extension (#1948) (2dd1638)

v2.30.0

2.30.0 (2020-04-27)

Bug Fixes

  • eslint-plugin: [prefer-string-starts-ends-with] check for negative start index in slice (#1920) (ed2bd60)
  • eslint-plugin: fix no-base-to-string boolean literal check (#1850) (2f45e99)

Features

  • eslint-plugin: add extension rule dot-notation (#1867) (a85c3e1)
  • eslint-plugin: create no-invalid-void-type rule (#1847) (f667ff1)
  • experimental-utils: allow rule options to be a readonly tuple (#1924) (4ef6788)
Changelog

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

2.31.0 (2020-05-04)

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

2.30.0 (2020-04-27)

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

Commits

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)
  • 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 May 8, 2020
@kodiakhq kodiakhq bot merged commit 7bb100f into master May 10, 2020
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/typescript-eslint/parser-2.31.0 branch May 10, 2020 21:32
josephramsay pushed a commit that referenced this pull request May 12, 2020
build: production builds need to be tagged as production (#574)

* build: production builds need to be tagged as production

* build: dont fail to deploy if old landing page does not exist

v1.4.2

feat(landing): support different imagery sets other than aerial with ?i=:imageId (#575)

fix(cli): root quadkey causes issues with dynamodb so never use it (#576)

* fix(cli): root quadkey causes issues with dynamodb so never use it

* feat(cli): support unprefixed imagery ids

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

fix(cli): do not error when --replace-with is not supplied (#577)

v1.5.0

fix(cli): aws assume role needs to be able to assume any role provided via the cli (#578)

v1.5.1

fix(serve): allow any tile set name to be used (#579)

This allows any tile set in the database to be served, rather than 404ing on anything that is not "aerial"

fix(tiler): position non square COGs correctly (#580)

Non square COGs were being shifted up from their intended position

fix: add blend defaults

build(deps): cogeotiff 1.0.6 (#582)

build(deps): aws-cdk 1.37.0 (#581)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

feat(cli): submit jobs automatically to aws batch with --batch (#583)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

v1.6.0

fix(cli): role assumptions must have role names shorter than 64 chars (#585)

feat(cli): support webp quality setting (#586)

build(deps-dev): bump mime-types from 2.1.26 to 2.1.27 (#523)

Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.26 to 2.1.27.
- [Release notes](https://github.com/jshttp/mime-types/releases)
- [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
- [Commits](jshttp/mime-types@2.1.26...2.1.27)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

build(deps-dev): bump @types/sharp from 0.24.0 to 0.25.0 (#587)

Bumps [@types/sharp](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sharp) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sharp)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (#520)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.10.1 to 6.11.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v6.10.1...v6.11.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

build(deps-dev): bump @typescript-eslint/parser from 2.29.0 to 2.31.0 (#588)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.29.0 to 2.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.31.0/packages/parser)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

v1.7.0

feat: support rendering different backgrounds for tiles (#591)

* feat: support rendering different backgrounds for tiles

* feat(cli): support changing background of tile sets

build(deps): cogeotiff 1.0.8 (#592)

fixes a issue where some s3 reads would fail

fix(cog): add padding to projwin' (#594)

Was sometimes one pixel short on lower right sides

Now add 1% padding to lower right sides

v1.8.0
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
Development

Successfully merging this pull request may close these issues.

1 participant