jstransformers / jstransformer-markdown-it

Markdown-It support for JSTransformers.

Home Page:http://npmjs.com/jstransformer-markdown-it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of xo is breaking the build 🚨

greenkeeper opened this issue Β· comments

The devDependency xo was updated from 0.23.0 to 0.24.0.

🚨 View failing branch.

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

xo 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
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

Commits

The new version differs by 13 commits.

  • a64ffc4 0.24.0
  • 71ea1e3 Update dependencies
  • 510d02e CI updates (#360)
  • 7017abe Add no-useless-catch rule
  • 0b411fb Add eslint-plugin-eslint-comments ESLint plugin (#359)
  • 3dd8f7e Update readme to match #305 (#357)
  • dd2c015 Drop support for Babel 6 in the import/no-unassigned-import rule
  • 61f9582 Support parsing ES2019
  • 92f2870 Various code style improvements
  • 9e75826 Add some new eslint-plugin-node rules
  • c7054f3 Update dependencies
  • e656fd4 Mention the badgen.net XO badges in the readme
  • d1fd3e1 Move default ESLint cache to node_modules/.cache/xo. (#351)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

After pinning to 0.23.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency xo was updated from 0.24.0 to 0.25.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 27 commits.

  • 1c8e762 0.25.0
  • 042b726 Disable some problematic rules
  • 97e32b9 Upgrade dependencies
  • 5cde9aa Fix lint test error on Windows (#401)
  • f6bf4c0 Respect .eslintignore (#377)
  • 05c30e2 Disable the unicorn/prevent-abbreviations rule temporarily
  • 97aa2b0 Upgrade dependencies
  • ee145cb Disable the import/named rule for now
  • 03daca9 Minor code refactor (#397)
  • d09f87c Readme tweaks
  • c55f962 Make the unicorn/prevent-abbreviations rule less strict
  • 8a213ef Require Node.js 8
  • 4f50816 Lint fixes
  • 8d6c5c5 Add option to import/no-useless-path-segments rule
  • 77e9e93 Update eslint-plugin-unicorn

There are 27 commits in total.

See the full diff

  • The devDependency xo was updated from 0.25.0 to 0.25.1.

Your tests are still failing with this version. Compare changes

Release Notes for v0.25.1
  • Don't report normal TODO comments as errors 4378e83

v0.25.0...v0.25.1

Commits

The new version differs by 2 commits.

See the full diff

  • The devDependency xo was updated from 0.25.1 to 0.25.2.

Your tests are still failing with this version. Compare changes

Release Notes for v0.25.2
  • Disable no-nested-ternary rule when Prettier is used (#402) 537ef66

v0.25.1...v0.25.2

Commits

The new version differs by 2 commits.

  • 38d2b2b 0.25.2
  • 537ef66 Disable no-nested-ternary when Prettier is used (#402)

See the full diff

  • The devDependency xo was updated from 0.25.2 to 0.25.3.

Your tests are still failing with this version. Compare changes

Release Notes for v0.25.3
  • Enable unicorn/prefer-flat-map only for Node.js >=11 (#403) 80c592e

v0.25.2...v0.25.3

Commits

The new version differs by 3 commits.

  • 7aa7d53 0.25.3
  • 80c592e Enable unicorn/prefer-flat-map only for Node.js >= 11 (#403)
  • 223db40 Add webpack plugin to the readme (#389)

See the full diff

  • The devDependency xo was updated from 0.25.3 to 0.25.4.

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v0.25.4
  • Temporarily disable the import/order rule 776927f

v0.25.3...v0.25.4

Commits

The new version differs by 2 commits.

See the full diff

  • The devDependency xo was updated from 0.25.4 to 0.26.0.

Your tests are still failing with this version. Compare changes

Release Notes for v0.26.0

Breaking

  • Require Node.js 10 d7fa875
  • Move $ xo --init to $ npm init xo 6463dfe

New rules

20 new rules πŸ‘Œ

ESLint
Unicorn
Other

Enhancements

Fixes

  • Fix compatibility with being run in a child process (#405) 08af7c1

v0.25.3...v0.26.0

Commits

The new version differs by 10 commits.

  • c2bb1bf 0.26.0
  • eb5ea2c Set the es2020 environment by default
  • 08af7c1 Fix compatibility with being run in a child process (#405)
  • d7fa875 Require Node.js 10
  • ab3e01a Temporarily disable the import/order rule
  • c50eaf0 Add some overrides to unicorn/prevent-abbreviations
  • e8c43d2 Replace destructing import with one-by-one import (#417)
  • 5cddaec Replace singular Lodash packages with the main one (#413)
  • 1fdc2f9 Fix Node.js range for prefer-object-spread rule (#408)
  • 6463dfe Move xo --init to npm init xo

See the full diff

  • The devDependency xo was updated from 0.26.0 to 0.26.1.

Your tests are still failing with this version. Compare changes

Release Notes for v0.26.1
  • Use new eslint-config-prettier override (#422) 9fbdb97

v0.26.0...v0.26.1

Commits

The new version differs by 3 commits.

  • a8f9a34 0.26.1
  • 74b34bf Disable rules based on Node.js version (#423)
  • 9fbdb97 Use new eslint-config-prettier override (#422)

See the full diff

  • The devDependency xo was updated from 0.26.1 to 0.27.0.

Your tests are still failing with this version. Compare changes

Release Notes for v0.27.0
  • Add TypeScript support (#426) b0dfcbd
    You can now lint TypeScript projects without any extra config. You can also lint d.ts files in JS projects. Read more.
  • Find XO config based on linted file path (#425) e0f81a7
  • Fix overrides handling for extends, envs, globals, plugins (#429) 4cefdbc
  • Add node/no-unsupported-features rules (#341) 2297c07
  • Improve import/no-unassigned-import settings (#430) 0c78113

v0.26.1...v0.27.0

Commits

The new version differs by 7 commits.

  • ee7b08e 0.27.0
  • 482e209 Minor tweaks
  • b0dfcbd Add TypeScript support (#426)
  • 4cefdbc Fix overrides handling for extends, envs, globals, plugins (#429)
  • 0c78113 Improve import/no-unassigned-import settings (#430)
  • 2297c07 Add node/no-unsupported-features rules and fix unit tests (#341)
  • e0f81a7 Find XO config based on linted file path (#425)

See the full diff

  • The devDependency xo was updated from 0.27.0 to 0.27.1.

Your tests are still failing with this version. Compare changes

Release Notes for v0.27.1
  • Various fixes to TypeScript integration (#431) 0ea5dbb

Important: We changed the cache structure, so you'll need to delete node_modules/.cache/xo:

$ rm node_modules/.cache/xo

v0.27.0...v0.27.1

Commits

The new version differs by 2 commits.

  • ad2a712 0.27.1
  • 0ea5dbb Various fixes to TypeScript integration (#431)

See the full diff

  • The devDependency xo was updated from 0.27.1 to 0.27.2.

Your tests are still failing with this version. Compare changes

Release Notes for v0.27.2
  • Sort file paths before generating unique cache key (#432) 1807537

v0.27.1...v0.27.2

Commits

The new version differs by 4 commits.

  • 6d25237 0.27.2
  • 5277f16 Add typescript as a dependency (#434)
  • 6dc2011 Fix failing test for #65 (#435)
  • 1807537 Sort files path before generating unique cache key (#432)

See the full diff

  • The devDependency xo was updated from 0.27.2 to 0.28.0.

Your tests are still failing with this version. Compare changes

Release Notes for v0.28.0

New rules

Improvements

v0.27.2...v0.28.0

Commits

The new version differs by 6 commits.

  • cf98e72 0.28.0
  • d3c5399 Update dependencies
  • f656ee3 Add webpack option (#375)
  • 5a22b77 Add unicorn/string-content rule (#439)
  • ba4efc9 Enable the unicorn/prevent-abbreviations rule
  • 0d63c64 Get extensions and ignores from config files (#436)

See the full diff

  • The devDependency xo was updated from 0.28.0 to 0.28.1.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 2e39794 0.28.1
  • 6c57ff7 Add xo-typescript and prettier/@typescript-eslint before user extends (#442)
  • fc30597 Change XO cache path to avoid conflicts when upgrading (#443)

See the full diff

  • The devDependency xo was updated from 0.29.1 to 0.30.0.

Your tests are still failing with this version. Compare changes

Release Notes for v0.30.0

New rules

Fixes

  • Lock prettier dependency at 2.0.4 until we can resolve #466
  • Prevent extraneous newline from --stdin --fix (#460) 07e2762

v0.29.1...v0.30.0

Commits

The new version differs by 16 commits.

  • c7d64de 0.30.0
  • ca31f1c Upgrade dependencies
  • 07e2762 Prevent extraneous newline from --stdin --fix (#460)
  • a592d3d 0.29.1
  • 4783f26 Add tap-snapshots/*.cjs to default ignore list (#461)
  • 967927d Temporarily disable the unicorn/string-content rule (#462)
  • 87e3615 0.29.0
  • f59ec7b Update dependencies
  • e05efc3 Upgrade to Prettier 2.0.4 (#458)
  • f20f6d2 Allow nodeVersion in XO config to override engines.node (#457)
  • ec87ef3 0.28.3
  • c47a0c6 Support semicolon option with TypeScript (#446)
  • a4625a7 Add TS extends after base XO extends and before user extends (#453)
  • 5da0bbc 0.28.2
  • 41b1bd7 Set indent rule for TS files too (#451)

There are 16 commits in total.

See the full diff