pvdlg / karma-jasmine-jquery

A Karma plugin for jasmine-jquery
MIT License
5 stars 1 forks source link

Update xo to the latest version 🚀 #131

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The devDependency xo was updated from 0.26.1 to 0.27.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: sindresorhus License: MIT

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


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

Update to this version instead 🚀

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

pvdlg commented 4 years ago

:tada: This PR is included in version 4.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: