Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

lint-staged

improve developer experience and code quality for teams
Collective - Host: opensource - https://opencollective.com/lint-staged - Code: https://github.com/okonet/lint-staged

style: Less verbose errors output

github.com/lint-staged/lint-staged - 28f066aab56c72612a7cd0cf60d7a6c11a809513 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(concurrent): Wait for all tasks to finish before showing errors

When running tasks in parallel (by deafult), we want to run all linters
and display all errors a...

github.com/lint-staged/lint-staged - 5a44bea4890a9da1d34bb7d4f6b67fd376c2c118 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(package): update listr to version 0.11.0

https://greenkeeper.io/

github.com/lint-staged/lint-staged - 3c75c16bce19023d3817f9846a714c284a7fbb71 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
docs: Better quotes in JSON (#129)

github.com/lint-staged/lint-staged - c7646940ca132b44099ec59d51d197e77d807605 authored almost 8 years ago by Artem Sapegin <[email protected]>
test: Added test for simple and advanced config object

github.com/lint-staged/lint-staged - 9a602c4f6a7501c6e6413ddc77b1ec9a7e485e6f authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs(verbose): Add documentation about `verbose` mode

github.com/lint-staged/lint-staged - a9046e25b88d4a2f82002868b104574436861c6a authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(gitDir): Run `npm run` scripts in the current working directory instead of git directory.

When running `npm run ...` scripts it should run in a (sub-) directory where
package.json is loc...

github.com/lint-staged/lint-staged - 9c45d8eec933a6667b3b5fc71b76bb25108e5e58 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
feat(verbose): Add verbose option

If `verbose: true` is set in lint-staged config when listr-verbose-renderer will be used.

github.com/lint-staged/lint-staged - 9dae19f9bfcb12d1dccbfc084d39dbda8bd97335 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(concurrent): Fix `concurrent: false` could not be set using config

github.com/lint-staged/lint-staged - 22a1d774ca0c70eb1b628ded45f2e565bef0713d authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: Removed CHANGELOG since we're using semantic-release

github.com/lint-staged/lint-staged - b7f5972440b41916862aa48cec6659651cf41e89 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
style: Throw the passed error object instead of a custom one in runScript

github.com/lint-staged/lint-staged - 17eec0907615f992ebd74e4ec7930e9816a1f39c authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
style: Better test name

github.com/lint-staged/lint-staged - f0225db33cc6220da6a97b5b96e6678f37773361 authored almost 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): Update listr to version 0.10.0 (#125)

https://greenkeeper.io/

github.com/lint-staged/lint-staged - 72c27d38d39c36b30d4b28f17a5baeeb5cc6ca77 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix(windows): Do not reuse execa options object for runners since it breaks on Windows (#124)

On Windows, if the same execaOptions are re-used for running 'linters' in runScripts.js `windows...

github.com/lint-staged/lint-staged - be8aa3f0588e6cdd1c6aa49d124c6d9ee2c9d32c authored almost 8 years ago by Suhas Karanth <[email protected]>
fix: Generate absolute paths for all paths relative to git root (#121)

Fixes #118
Closes #120

github.com/lint-staged/lint-staged - 41ae0cb3e36674a94afd69d15cafd43eb69e5969 authored almost 8 years ago by Rodney Rehm <[email protected]>
fix(package): update execa to version 0.6.0 (#117)

https://greenkeeper.io/

github.com/lint-staged/lint-staged - 6fd017bf38239f9af2b56d6100bf883207b60c99 authored almost 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
fix(resolvePaths): Use cwd-relative paths instead of absolute paths (#116)

* fix(resolvePaths): return CWD-relative paths - closes #115
* chore(package): removing obsolet...

github.com/lint-staged/lint-staged - 968e0d8f015ddf077e36eda93ccff495f3605b3d authored almost 8 years ago by Rodney Rehm <[email protected]>
fix: When rejecting, use new Error and error.message respectively. (#113)

Fixes #112

github.com/lint-staged/lint-staged - 97ad4b467154e2ab28e61b13ca50c22f2dff6d76 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
build: Enabled semantic release (#111)

* build: Added semantic-release and removed version field from package.json
* style: Added emoj...

github.com/lint-staged/lint-staged - 0d5a8416a6cf770fe78fdcd63b584cbfe7ec43c3 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
fix: Run commands in the context of `gitDir` if it is set (#110)

In case of running lint-stage from a sub-directory,
execa should be also run with `cwd` option ...

github.com/lint-staged/lint-staged - a74135d640ca6454512d7ff6dd5572599b91751a authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
chore: Update dependencies to enable Greenkeeper 🌴 (#103)

* chore(package): update dependencies

https://greenkeeper.io/

* Revert back to cosmiconfig...

github.com/lint-staged/lint-staged - cd35c0119298da552f829c95b546942088429422 authored about 8 years ago by greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
3.2.2

github.com/lint-staged/lint-staged - 0cc22e0fcb76114da31aaacd9e650c57e3c94028 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - 4a664d09d070d0db2f09ae4d8ac763bc6f819579 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
docs(badge): Added npm version badge

github.com/lint-staged/lint-staged - 683980acbc3649ef488579d116b03040d0188307 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(tty): Force colors only when running in TTY (#108)

* fix(tty): Force colors only when `process.stdout.isTTY` is true
* chore(dependencies): Upgrad...

github.com/lint-staged/lint-staged - bc8362bbd0eaa75e81fc5a3c198adb4655b572b0 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(npm): Removed yarn.lock.

No value at this time point.

github.com/lint-staged/lint-staged - c602762d079c30dcba6287feefa52226a8162b8f authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
docs: add stylelint+stylefmt example (#98)

github.com/lint-staged/lint-staged - f11cebb31c22287a2749897bf7353e6f72f639b6 authored about 8 years ago by Artem Sapegin <[email protected]>
chore(package): update listr to version 0.8.0 (#96)

https://greenkeeper.io/

github.com/lint-staged/lint-staged - 4c7359df35a1a9a3d6145787a8ad88d502290b73 authored about 8 years ago by Greenkeeper <[email protected]>
Fixed a few typos in readme (#95)

github.com/lint-staged/lint-staged - bbca3a11e4df4e7940aeb458e1aecd4161c9b9ae authored about 8 years ago by Eugene Fedorenko <[email protected]>
Bumped version in the CHANGELOG

github.com/lint-staged/lint-staged - 8b19413d827db4d6fd74988fda47a117e41557c3 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
3.2.1

github.com/lint-staged/lint-staged - 3b703fa44aa99b462d385e354ba1f66a294b47c4 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - 3892076d23178374013d820a2a4948cb477b8f5c authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
fix(glob): Added dot: true to allow more complex globs with dots in path (#93)

minimatch usesΒ `{ dot: false }` by default. This should enable better glob matching for paths
w...

github.com/lint-staged/lint-staged - 52bb74696c803cef7db7120f072d2bc02b92f05d authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
chore: Added commitizen conventional changelog (#92)

github.com/lint-staged/lint-staged - 42f355dbdb06d3f929154c8274bbd203e4328953 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
docs(readme): Simpler pattern for matching js/jsx in the README. (#89)

github.com/lint-staged/lint-staged - 3c5250c7db3d72279788aa9a4250cc56845f1b70 authored about 8 years ago by Artem Sapegin <[email protected]>
chore(package): update eslint to version 3.9.1 (#88)

https://greenkeeper.io/

github.com/lint-staged/lint-staged - b4693fbb89dc0ea006295a01d1755104223c01ef authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update listr to version 0.7.0 (#85)

By https://greenkeeper.io/

github.com/lint-staged/lint-staged - 8b03afd0a30570ea415c89a7068d2d2f033ab06a authored about 8 years ago by Greenkeeper <[email protected]>
docs: Be more specific about where to put `pre-commit` in the installation instructions. (#87)

github.com/lint-staged/lint-staged - b2f55bbbc8ebd34815a3238745659efff3de5882 authored about 8 years ago by Artem Sapegin <[email protected]>
Removed unused dev dependencies.

github.com/lint-staged/lint-staged - e4d93c2784b40da33ca4e9598c3c3d2e53b4e074 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
v3.2.0

github.com/lint-staged/lint-staged - b82e9daf8d11bcab00dad6a686903f41e07cb74f authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Bumped CHANGELOG version to v3.2.0

github.com/lint-staged/lint-staged - 16e6ba2c099271237fe6fb827130cd070df96697 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Support rc files extensions (`.json`, `.yml` etc) as they aren't supported by default

github.com/lint-staged/lint-staged - dbcfdd12532b12506f98c27105f7294a5fcf0827 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Revert "Run eslint on CI" since it break build on node 4.x for some reason.

This reverts commit ddece89cfc5baff644cc5d1711c78257de006fbd.

github.com/lint-staged/lint-staged - 72cf28645c7ae28d05ceddcf3bc134c760a4d9ee authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
3.1.1

github.com/lint-staged/lint-staged - 6f0b0ac0205634cd3cb65469f7a28168a9dc3918 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - e15330742739197663fb32386614536c6f4df73d authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Fixed lint errors.

github.com/lint-staged/lint-staged - d8f7008d1c134f2d320dca0c761fe4dfd0f325ae authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Fixed `TypeError: Path must be a string. Received undefined` when `gitDir` isn't defined in the config.

github.com/lint-staged/lint-staged - 90919a297127fff4750fe27e62af03f7010cb045 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Revert "chore(package): update cosmiconfig to version 2.1.0"

This reverts commit 100317494786fe5941a3acfa9b8c63ae761715d3.

github.com/lint-staged/lint-staged - 878fbc9ceb82793dd29bebb0be2bf389b431efac authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - 87ac66d9955f63a49b8c38bdca0be58d43e68a52 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Run eslint on CI

github.com/lint-staged/lint-staged - ddece89cfc5baff644cc5d1711c78257de006fbd authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #78 from TheWolfNL/master

Fix for working in subdir

github.com/lint-staged/lint-staged - c0952724d1255d9ff7c1c8f58c7d711db447929b authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Work in progress - make a constant for gitDir

cleanup path resolving

Todo: create test and run tests

github.com/lint-staged/lint-staged - 86391f11980f89318e041b5d18b2b972d59bd379 authored about 8 years ago by Tjeerd Ritsma <[email protected]>
Merge pull request #79 from okonet/greenkeeper-cosmiconfig-2.1.0

Update cosmiconfig to version 2.1.0 πŸš€

github.com/lint-staged/lint-staged - 1535afbb84fe8319b40e857c6266fc0a3962a0be authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update cosmiconfig to version 2.1.0

https://greenkeeper.io/

github.com/lint-staged/lint-staged - 100317494786fe5941a3acfa9b8c63ae761715d3 authored about 8 years ago by greenkeeperio-bot <[email protected]>
Fix so the paths will be properly resolved and working when the git directory differs from the current working directory

github.com/lint-staged/lint-staged - f4ab67bef74dd2fcd71e1fb43eda3d9be683c01b authored about 8 years ago by Tjeerd Ritsma <[email protected]>
v3.1.0

github.com/lint-staged/lint-staged - b0d4f172819e28be6451c73acbef0ae35420c611 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Renamed `git-root` option to `gitDir`

github.com/lint-staged/lint-staged - 54dc5054406cda839a88fdf469ef817de6c8443f authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Removed yaspeller and added missing dep for jsonlint

github.com/lint-staged/lint-staged - 77bb6bb3295335a5d788db510de1a5e935d98c24 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated version in the CHANGELOG

github.com/lint-staged/lint-staged - 194cd179dae387bed0203a39e78840d35f0cb21f authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #69 from okonet/cosmiconfig

v3.1

github.com/lint-staged/lint-staged - 26e385b1bffbc7498e423a26b4cc760a69b679f1 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated yarn.lock

github.com/lint-staged/lint-staged - 6adbd973c9b275a21c03227dfd16462995f6aae6 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge branch 'master' into cosmiconfig

github.com/lint-staged/lint-staged - 59784b221714b74eac1dbaeb59d043fc705db254 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Added yarn.lock file (#76)

github.com/lint-staged/lint-staged - 930a88f4ce259c866d6f0efabe21cf405f86ea21 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Added missing dev dependency

github.com/lint-staged/lint-staged - dbcfd249d17f26c7ffeae3c39d736d42b17159cc authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - 58a488868e0a6ba63ee0a3fc8104ceb019c684b6 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - fac00e35782f3ce175be915adef3fd9c32073cb9 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Added a test for resolvePaths

github.com/lint-staged/lint-staged - ab222e0925e1ba013dc7c379a9a7c9231130ab70 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Fixed typos in the CHANGELOG

github.com/lint-staged/lint-staged - 6c667070e04f447e4aa3e69ac7efc07cf90f3546 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Hard coded name since packageJson will resolve to the project's one not this one.

github.com/lint-staged/lint-staged - a8b1be06bd752ca9d8edbb643cd1a135211094a1 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated fixtures

github.com/lint-staged/lint-staged - 1062716123139423f02b522826cb6cd8093efc57 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Fixed rc file name

github.com/lint-staged/lint-staged - 8316ad77685698826a104439f5633ac77220961e authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Use .lintstagedrc to store lint-staged config

github.com/lint-staged/lint-staged - a66d14f67c67ce627b1872208409a28725be7f6b authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Update README.md

github.com/lint-staged/lint-staged - 26310617d264b908a5baa53b540d8f477534faed authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Added more linters

github.com/lint-staged/lint-staged - 0e63f5a3a6aaf2946a00a500720d962b9558ccc2 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Update README.md

github.com/lint-staged/lint-staged - 7540dcc5c932d5b43c1305e7017ceb2922fab45b authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated README

github.com/lint-staged/lint-staged - 94137a3dfd89b797e45d0a33f366b378d22f2511 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Shorter notaion for filtering empty values from Array

github.com/lint-staged/lint-staged - 6def556467ca892a8a86659c58d9b2d72bc6890a authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Removed a comment

github.com/lint-staged/lint-staged - 5cf1fa26241e04edbabe533743a68a1945d32171 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Use name from package.json

github.com/lint-staged/lint-staged - 026ab4c81b4a5bacee8cd59f04f4c27fa64d2e9d authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Run separate linters concurrently by default. Added `concurrent` option to the config. Closes #63

github.com/lint-staged/lint-staged - 1baf7d4ee864dc134c93fc0d348c92bbe5dd7bf0 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Removed white-space

github.com/lint-staged/lint-staged - 0bd3a651d9138d8eec90d225ce1185792e1d9960 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Fixed typo

github.com/lint-staged/lint-staged - 00cb2272cdf4ca52824fafd4f25c1d5603268550 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Renamed config to packageJson and passing the proper object to runScript

github.com/lint-staged/lint-staged - 8addfee353bd5e92149b7b040efa6d1ce26c1f54 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Use cosmiconfig for lint-staged config. Closes #64

github.com/lint-staged/lint-staged - 2aff2e481204285378e3f000ed56bb9e25a7b886 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge branch 'master' into cosmiconfig

github.com/lint-staged/lint-staged - 385c37d96e494658c595d536689ccf34a438d900 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Re-factored and split index.js into smaller modules + added tests

github.com/lint-staged/lint-staged - 37ec73aefc72b2406fb54e2fb079792dddbf9a52 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Refactored code according to code style

github.com/lint-staged/lint-staged - 5c71f26c75035ca99b7cfef558066a8a4db70baa authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Switched to eslint-config-okonet

github.com/lint-staged/lint-staged - 0d30a8638e69e24f4a799f9887669f951d7f4e8a authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Added cosmiconfig depdndency

github.com/lint-staged/lint-staged - 41c57a03b59d4c0bf9b3b7505269061a346e129f authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #67 from okonet/output-stderr

Output both stderr and stdout

github.com/lint-staged/lint-staged - 72c88790ea828fa11904d7cc653dcf8689cdbe55 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Added build status image

github.com/lint-staged/lint-staged - f0078f5069a50ca8e340a68d4f754c9105f9614e authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Output `stderr` along with `stdout` in case of error. Closes #66

github.com/lint-staged/lint-staged - 998cc37952a454961d878693eec157123b0b5495 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Updated CHANGELOG

github.com/lint-staged/lint-staged - 877de1e52f6c4670e4fabb80ff1bb893f3c85dcf authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Merge pull request #65 from TheWolfNL/master

Running Lint-staged from within a sub directory

github.com/lint-staged/lint-staged - 364b3da6d675445b7ee28d6e22768c7bd304e7c0 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
Slight changes to avoid problems for windows users

github.com/lint-staged/lint-staged - d26f24ec8be0e290113a4fe89bd5d10116bca010 authored about 8 years ago by Tjeerd Ritsma <[email protected]>
Update README.md

Move some information

github.com/lint-staged/lint-staged - 2fb9d0874ad73734ef99beb876d83bc2c2069821 authored about 8 years ago by Tjeerd Ritsma <[email protected]>
Update README.md

Tweak readme a bit

github.com/lint-staged/lint-staged - f38004de0b55c9acd3b1d5ae4a61d42f13f9fb1c authored about 8 years ago by Tjeerd Ritsma <[email protected]>
Add the possibility to set the git root dir, so lint-staged will work properly when the working directory is a subdirectory of the git root

github.com/lint-staged/lint-staged - 4938e0f712e15187bba5646322df212e61e9610c authored about 8 years ago by Tjeerd Ritsma <[email protected]>
Merge pull request #61 from okonet/greenkeeper-execa-0.5.0

Update execa to version 0.5.0 πŸš€

github.com/lint-staged/lint-staged - 6dfa21c7315ce2cd1b90a21889d3bdd9743897d0 authored about 8 years ago by Andrey Okonetchnikov <[email protected]>
chore(package): update execa to version 0.5.0

https://greenkeeper.io/

github.com/lint-staged/lint-staged - 92909a06c2e1280ed1e9f317c7f048f104e4b84f authored about 8 years ago by greenkeeperio-bot <[email protected]>