squirrellyjs / squirrelly

Semi-embedded JS template engine that supports helpers, filters, partials, and template inheritance. 4KB minzipped, written in TypeScript ⛺
https://squirrelly.js.org
MIT License
571 stars 81 forks source link

An in-range update of @typescript-eslint/parser is breaking the build 🚨 #179

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency @typescript-eslint/parser was updated from 2.27.0 to 2.28.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@typescript-eslint/parser is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v2.28.0

2.28.0 (2020-04-13)

Bug Fixes

  • eslint-plugin: [method-signature-style] handle multiline params (#1861) (5832a86)
  • eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#1880) (62b2278)
  • eslint-plugin: [unbound-method] false positive on property function initializer (#1890) (f1c3b18)
  • eslint-plugin: [unbound-method] ignore assignments to methods (#1736) (6b4680b)
  • eslint-plugin: no-empty-interface autofix (#1865) (829a2f7), closes #1864
  • eslint-plugin: use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#1728) (05030f8)

Features

  • eslint-plugin: [ban-ts-comment] support ts-expect-error (#1706) (469cff3)
  • eslint-plugin: [consistent-type-assertions] always allow const assertions (#1713) (af2c00d)
  • eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#1732) (2e9c202)
  • eslint-plugin: [explicit-module-boundary-types] add optio… (#1778) (3eee804)
  • eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#1763) (f5edb99)
  • eslint-plugin: [restrict-template-expressions] add option allowAny (#1762) (d44c0f9)
  • eslint-plugin: add rule prefer-reduce-type-parameter (#1707) (c92d240)
  • eslint-plugin: add rule prefer-ts-expect-error (#1705) (7021f21)
  • eslint-plugin: add rule no-unsafe-assignment (#1694) (a49b860)
Commits

The new version differs by 21 commits.

  • 73675d1 chore: publish v2.28.0
  • f1c3b18 fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)
  • 795fd1c chore: add markdownlint (#1889)
  • 7021f21 feat(eslint-plugin): add rule prefer-ts-expect-error (#1705)
  • 469cff3 feat(eslint-plugin): [ban-ts-comment] support ts-expect-error (#1706)
  • 05030f8 fix(eslint-plugin): use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#1728)
  • c92d240 feat(eslint-plugin): add rule prefer-reduce-type-parameter (#1707)
  • 2e9c202 feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)
  • 3eee804 feat(eslint-plugin): [explicit-module-boundary-types] add optio… (#1778)
  • 87b7dbb docs(eslint-plugin): cleanup: standardise extension doc style, mark deprecated rules (#1887)
  • f5edb99 feat(eslint-plugin): [no-base-to-string] add option to ignore tagged templates (#1763)
  • 6b4680b fix(eslint-plugin): [unbound-method] ignore assignments to methods (#1736)
  • d44c0f9 feat(eslint-plugin): [restrict-template-expressions] add option allowAny (#1762)
  • af2c00d feat(eslint-plugin): [consistent-type-assertions] always allow const assertions (#1713)
  • 62b2278 fix(eslint-plugin): [no-empty-interface] use suggestion fixer for ambient contexts (#1880)

There are 21 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 2.27.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v2.29.0

2.29.0 (2020-04-20)

Bug Fixes

  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#1916) (369978e)

Features

  • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#1799) (cea51bf)
  • eslint-plugin: [restrict-template-expressions] add support for intersection types (#1803) (cc70e4f)
  • eslint-plugin: add extension rule init-declarations (#1814) (b01f5e7)
  • eslint-plugin: add extension rule keyword-spacing (#1739) (c5106dd)
Commits

The new version differs by 7 commits.

  • f3bef4c chore: publish v2.29.0
  • 81f5160 chore: add gh action to lock old issues and PRs (#1888)
  • b01f5e7 feat(eslint-plugin): add extension rule init-declarations (#1814)
  • cea51bf feat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs (#1799)
  • c5106dd feat(eslint-plugin): add extension rule keyword-spacing (#1739)
  • 369978e fix(eslint-plugin): [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#1916)
  • cc70e4f feat(eslint-plugin): [restrict-template-expressions] add support for intersection types (#1803)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for 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)
Commits

The new version differs by 16 commits.

  • 1b4e430 chore: publish v2.30.0
  • 2f45e99 fix(eslint-plugin): fix no-base-to-string boolean literal check (#1850)
  • ed2bd60 fix(eslint-plugin): [prefer-string-starts-ends-with] check for negative start index in slice (#1920)
  • a85c3e1 feat(eslint-plugin): add extension rule dot-notation (#1867)
  • f667ff1 feat(eslint-plugin): create no-invalid-void-type rule (#1847)
  • f91ff20 chore(eslint-plugin): standardise sentences in rule messages (#1935)
  • 93fb661 chore(eslint-plugin): correct grammatical mistake (#1932)
  • 4ef6788 feat(experimental-utils): allow rule options to be a readonly tuple (#1924)
  • 017b22d docs(eslint-plugin): [explicit-function-return-type] fix typo (#1923)
  • f3bef4c chore: publish v2.29.0
  • 81f5160 chore: add gh action to lock old issues and PRs (#1888)
  • b01f5e7 feat(eslint-plugin): add extension rule init-declarations (#1814)
  • cea51bf feat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs (#1799)
  • c5106dd feat(eslint-plugin): add extension rule keyword-spacing (#1739)
  • 369978e fix(eslint-plugin): [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#1916)

There are 16 commits in total.

See the full diff