San4es / DevExtreme

HTML5 JavaScript Component Suite for Responsive Web Development

Home Page:https://js.devexpress.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An in-range update of lint-staged is breaking the build 🚨

greenkeeper opened this issue Β· comments


☝️ 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 lint-staged was updated from 10.1.0 to 10.1.1.

🚨 View failing branch.

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

lint-staged 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
  • βœ… test (viz): null
  • ❌ test (ui.scheduler): There are 2 failures, 0 warnings, and 0 notices.
  • ❌ test (ui.grid): There are 1 failures, 0 warnings, and 0 notices.
  • βœ… test (ui.editors): null
  • ❌ test (ui): null
  • βœ… test (misc): null
  • βœ… test (export): null

Release Notes for v10.1.1

10.1.1 (2020-03-31)

Bug Fixes

  • add -- to git add command to denote pathspec starting (#821) (226ccdb)
Commits

The new version differs by 1 commits.

  • 226ccdb fix: add -- to git add command to denote pathspec starting (#821)

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 10.1.0 your tests are passing again. Downgrade this dependency πŸ“Œ.

  • The devDependency lint-staged was updated from 10.1.1 to 10.1.2.

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

Release Notes for v10.1.2

10.1.2 (2020-04-05)

Bug Fixes

  • no longer include untracked files in backup stash (#827) (2f15336)
Commits

The new version differs by 14 commits.

  • 2f15336 fix: no longer include untracked files in backup stash (#827)
  • 78a677a ci: get event name from correct place
  • 87f9966 ci: trigger release job for only pushes, not pull requests
  • 12bf8de ci: checkout repo and setup node in the release job
  • 3c57d29 refactor: prefer explicit default value
  • 899d399 refactor: remove redundant check
  • 662a3a5 ci: rename Codecov job
  • b480351 ci: add semantic-release job
  • 93f6ce5 docs: add GitHub Actions badge to readme
  • 0eab19a ci: upload only one coverage
  • 329be82 ci: add codecov job
  • 1a384f0 ci: run only ubuntu for now
  • 02f343a ci: do not run Appveyor for tags, sync branches with GitHub Actions
  • 4a0d2dd ci: replace Travis with GitHub Actions

See the full diff