Giter Site home page Giter Site logo

Comments (21)

greenkeeper avatar greenkeeper commented on June 28, 2024

After pinning to 0.19.0 your tests are passing again. Downgrade this dependency 📌.

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 0.20.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Commits

The new version differs by 2 commits.

  • bf29ed8 0.20.1
  • 71036d1 Disable parsing of prettier CLI option (#298)

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 0.20.2 just got published.

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

Commits

The new version differs by 2 commits.

  • 3094538 0.20.2
  • 5a55cee Do not add indent rule when prettier option is true (#300)

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 0.20.3 just got published.

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

Commits

The new version differs by 5 commits.

  • f100021 0.20.3
  • 5f062e2 Simplify appveyor.yml
  • c62345c Make Prettier confing take precedence over XO (#301)
  • 3094538 0.20.2
  • 5a55cee Do not add indent rule when prettier option is true (#300)

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 0.21.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v0.21.1

Fix space/useTabs conflict message with Prettier. 36f7f38

Commits

The new version differs by 16 commits.

  • a28625a 0.21.1
  • 36f7f38 Fix space/useTabs conflict message (#327)
  • 0765998 0.21.0
  • b633e92 Do not override default options with absent CLI flags (#316)
  • cec0853 Update plugins and add some new rules
  • d1eb47c Require Node.js 6
  • 6254110 GitHub now natively supports SVG
  • 4fd6991 Disable number-literal-case rule when using Prettier (#311)
  • 7190640 Remove import/prefer-default-export rule
  • f67ff58 Default Prettier trailingComma conf to none (#305)
  • 11c35c8 Upgrade prettier to last version (#306)
  • f100021 0.20.3
  • 5f062e2 Simplify appveyor.yml
  • c62345c Make Prettier confing take precedence over XO (#301)
  • 3094538 0.20.2

There are 16 commits in total.

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 0.22.0 just got published.

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

Release Notes v0.22.0

Highlights

  • Upgraded to ESLint 5.
  • Removed some patterns from the list of default ignores. They were too opinionated. 00d6b7c 8e4f435
    • fixture{-*,}.{js,jsx}
    • fixture{s,}/**
    • {test,tests,spec,__tests__}/fixture{s,}/**
    • **/bundle.js
  • Added support for TypeScript and documented usage with Flow. 957b0d9
  • Now respects nodeVersion option set in an override block. 98dee9a
  • Fixed the CLI's --space option parsing. f76c901

New rules

All changes

v0.21.1...v0.22.0

Commits

The new version differs by 10 commits.

  • be8c1d1 0.22.0
  • 142744a Bump dependencies
  • 8e4f435 Remove **/bundle.js as default ignore
  • f76c901 Fix CLI's --space option parsing (#342)
  • 98dee9a Respect nodeVersion option set in override block (#345)
  • e783704 Update dependencies and fix unit tests (#344)
  • 404d81b Fix links in documentation (#343)
  • 71d06a0 Upgrade to ESLint 5 (#333)
  • 00d6b7c Don't ignore fixture directories by default (#317)
  • 957b0d9 Add support for TypeScript and document usage with Flow (#326)

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024

Version 0.23.0 just got published.

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

Release Notes v0.23.0

Highlights

New rules

All changes

v0.22.0...v0.23.0

Commits

The new version differs by 16 commits.

  • f435698 0.23.0
  • e29cacb Update dependencies
  • 594f7f4 Remove ts and tsx from default extensions
  • 4acb8f0 Rename main.js to cli-main.js for clarity
  • 50a97fd Tiny travis.yml tweak
  • be0e8cd Fix typo in readme (#350)
  • be8c1d1 0.22.0
  • 142744a Bump dependencies
  • 8e4f435 Remove **/bundle.js as default ignore
  • f76c901 Fix CLI's --space option parsing (#342)
  • 98dee9a Respect nodeVersion option set in override block (#345)
  • e783704 Update dependencies and fix unit tests (#344)
  • 404d81b Fix links in documentation (#343)
  • 71d06a0 Upgrade to ESLint 5 (#333)
  • 00d6b7c Don't ignore fixture directories by default (#317)

There are 16 commits in total.

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • The devDependency xo was updated from 0.23.0 to 0.24.0.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 29 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)
  • f435698 0.23.0
  • e29cacb Update dependencies

There are 29 commits in total.

See the full diff

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

greenkeeper avatar greenkeeper commented on June 28, 2024
  • 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

from jstransformer-handlebars.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.