GithubHelp home page GithubHelp logo

Comments (35)

greenkeeper avatar greenkeeper commented on July 22, 2024

After pinning to 8.1.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 8.1.7 to 8.2.0.

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

Release Notes for v8.2.0

8.2.0 (2019-06-06)

Bug Fixes

  • normalize gitDir path for Windows compatibility (90e343b)

Features

  • throw error in runAll if outside git directory (6ac666d)
Commits

The new version differs by 10 commits.

  • e770d8f test: improve runAll tests
  • cb5fcbd test: fix test
  • ed9e586 test: add test for resolveGitDir behaviour outside a git directory
  • c87671f refactor: makeCmdTasks receives gitDir as argument
  • 90e343b fix: normalize gitDir path for Windows compatibility
  • 9871389 refactor: resolveGitDir uses execGit
  • 6ac666d feat: throw error in runAll if outside git directory
  • defcdfc refactor: generateTasks doesn't calculate gitDir itself
  • 8921989 refactor: generate gitDir only once, using git rev-parse
  • 738af13 docs: update husky configuration example to match v1.x (#566)

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 8.2.0 to 8.2.1.

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

Release Notes for v8.2.1

8.2.1 (2019-06-13)

Bug Fixes

  • Override env GIT_DIR variable to resolve to the correct git dir path (#629) (5892455), closes #627
Commits

The new version differs by 12 commits.

  • 5892455 fix: Override env GIT_DIR variable to resolve to the correct git dir path (#629)
  • bffef73 chore: Fix tests on Windows (#604)
  • e770d8f test: improve runAll tests
  • cb5fcbd test: fix test
  • ed9e586 test: add test for resolveGitDir behaviour outside a git directory
  • c87671f refactor: makeCmdTasks receives gitDir as argument
  • 90e343b fix: normalize gitDir path for Windows compatibility
  • 9871389 refactor: resolveGitDir uses execGit
  • 6ac666d feat: throw error in runAll if outside git directory
  • defcdfc refactor: generateTasks doesn't calculate gitDir itself
  • 8921989 refactor: generate gitDir only once, using git rev-parse
  • 738af13 docs: update husky configuration example to match v1.x (#566)

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.0.2 to 9.1.0.

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

Release Notes for v9.1.0

9.1.0 (2019-07-06)

Bug Fixes

  • snapshot with fully-resolved path name (b1a08b8)

Features

  • make node-api accessible (ca37906)
Commits

The new version differs by 57 commits.

  • 107402f test: improve test coverage
  • 76264eb test: improve test coverage
  • 0dee25b test: improve test coverage of printErrors
  • dd1100b docs: add node api to README
  • b1a08b8 fix: snapshot with fully-resolved path name
  • 06269dd refactor: return a Promise from the main entrypoint
  • 386ff4a refactor: convert main entrypoint to use an object
  • d8b3695 refactor: simplify bin declaration in package.json
  • ca37906 feat: make node-api accessible
  • 28da59a docs: fix ignore example glob
  • 0dd0c94 fix: run all commands returned by function linters
  • 146e6ce docs: add ignore glob example
  • 6c1e42f fix: Update node version requirement (#646)
  • e24aaf2 fix: parse titles for function linters
  • e862e7e docs: correct config file name

There are 57 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.2.0 to 9.2.1.

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

Release Notes for v9.2.1

9.2.1 (2019-07-25)

Bug Fixes

Commits

The new version differs by 73 commits.

  • e879b6a fix: pin [email protected] to support node 8
  • ee774e3 fix: pin [email protected] to support node 8
  • eb07cd5 chore: use jsonlint --in-place
  • 6126b72 fix: remove empty spaces from warning
  • 0ce85b2 chore: upgrade devDependencies and simplify eslint config
  • 34ab803 chore: upgrade production depedencies
  • 127cd95 refactor: set SIGINT listener in bin instead of runAll
  • 0342ebf test: update snapshots
  • 7a9df2f refactor: change 'linters' to 'tasks'
  • 7432469 test: add integration test for runAll
  • 8ba95d5 refactor: allow runAll and generateTasks to receive cwd
  • cf8a005 docs: add information about ignoring files
  • da0bbc7 docs: add --relative to README
  • 443ee90 test: add test for gitStashPop throwing
  • 242deb5 feat: add --relative option for controlling file paths

There are 73 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.2.3 to 9.2.4.

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

Release Notes for v9.2.4

9.2.4 (2019-08-25)

Bug Fixes

  • include renames when getting list of staged files (2243a83)
Commits

The new version differs by 88 commits.

  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath
  • add7ef9 test: move to other file
  • 278cd9e test: use path.join to make windows happy
  • d85a39e test: add parrent dir linting configuration test
  • d9fcbda test: should fail when linter creates a .git/index.lock
  • 02b2708 test: should clear unstaged changes when linter applies same changes

There are 88 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.2.4 to 9.2.5.

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

Release Notes for v9.2.5

9.2.5 (2019-08-27)

Bug Fixes

  • validateConfig validates function task return values (d8fad78)
Commits

The new version differs by 89 commits.

  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath
  • add7ef9 test: move to other file
  • 278cd9e test: use path.join to make windows happy
  • d85a39e test: add parrent dir linting configuration test
  • d9fcbda test: should fail when linter creates a .git/index.lock

There are 89 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.2.5 to 9.3.0.

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

Release Notes for v9.3.0

9.3.0 (2019-09-22)

Features

  • allow to pass config instead of configPath (14c46d2)
Commits

The new version differs by 93 commits.

  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff
  • 710be31 test: remove relPath

There are 93 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.3.0 to 9.4.0.

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

Release Notes for v9.4.0

9.4.0 (2019-09-26)

Features

  • Use shorter title for function tasks with many staged files (#706) (1dcdb89), closes #674
Commits

The new version differs by 94 commits.

  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility
  • e70e08f fix: apply patch only if there's a diff

There are 94 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.4.0 to 9.4.1.

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

Release Notes for v9.4.1

9.4.1 (2019-10-01)

Bug Fixes

Commits

The new version differs by 95 commits.

  • 8ec040c fix: add note about next version (#708)
  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch
  • 94dbeda refactor: no need to create absolute paths since cwd is already absolute
  • eb3fa83 fix: don't normalize path gitDir path for better Windows compatibility

There are 95 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.4.1 to 9.4.2.

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

Release Notes for v9.4.2

9.4.2 (2019-10-08)

Bug Fixes

  • create fn title with mock file list of correct length (8c3ca58)
Commits

The new version differs by 97 commits.

  • 403f80b refactor: add check before creating short function title
  • 8c3ca58 fix: create fn title with mock file list of correct length
  • 8ec040c fix: add note about next version (#708)
  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path
  • f77cefa refactor: generateTasks is not async
  • 23019a5 refactor: remove unnecessary try/catch

There are 97 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.4.2 to 9.4.3.

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

Release Notes for v9.4.3

9.4.3 (2019-11-13)

Bug Fixes

  • deps: bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722) (ed84d8e)
Commits

The new version differs by 99 commits.

  • ed84d8e fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722)
  • 3f27bc7 build: Use [email protected] to enable prerelease channels
  • 403f80b refactor: add check before creating short function title
  • 8c3ca58 fix: create fn title with mock file list of correct length
  • 8ec040c fix: add note about next version (#708)
  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files
  • c9424ad test: mock resolveGitDir to fix runAll tests
  • 82b5182 fix: generateTasks handles parent dir globs correctly
  • f485e51 fix: normalize gitDir path to posix using normalize-path

There are 99 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 9.4.3 to 9.5.0.

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

Release Notes for v9.5.0

9.5.0 (2019-11-27)

Features

  • add support for concurrent CLI option (6af8307)
Commits

The new version differs by 102 commits.

  • 6af8307 feat: add support for concurrent CLI option
  • 99c317a docs: fix root-dir-only example. (#731)
  • 596a360 docs: Mention the beta channel in the readme (#721)
  • ed84d8e fix(deps): bump eslint-utils from 1.4.0 to 1.4.3 to fix a security vulnerability (#722)
  • 3f27bc7 build: Use [email protected] to enable prerelease channels
  • 403f80b refactor: add check before creating short function title
  • 8c3ca58 fix: create fn title with mock file list of correct length
  • 8ec040c fix: add note about next version (#708)
  • 1dcdb89 feat: Use shorter title for function tasks with many staged files (#706)
  • 88d9d4f Merge pull request #695 from sheerun/config
  • 14c46d2 feat: allow to pass config instead of configPath
  • 8583641 Merge pull request #703 from sa1dai/readme-correction
  • 96ea08f docs: correct glob example in readme
  • d8fad78 fix: validateConfig validates function task return values
  • 2243a83 fix: include renames when getting list of staged files

There are 102 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.4 to 10.0.5.

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

Release Notes for v10.0.5

10.0.5 (2020-01-30)

Bug Fixes

  • always resolve real git config dir location if .git is a file (#784) (b98a5ed)
Commits

The new version differs by 192 commits.

  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)
  • 072924f Merge pull request #724 from okonet/beta
  • f9e128d docs: Improve config section documentation

There are 192 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.5 to 10.0.6.

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

Release Notes for v10.0.6

10.0.6 (2020-01-30)

Bug Fixes

  • make sure deleted files aren't restored due to git bugs (#778) (6bfbe6c)
Commits

The new version differs by 193 commits.

  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)
  • 072924f Merge pull request #724 from okonet/beta

There are 193 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.6 to 10.0.7.

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

Release Notes for v10.0.7

10.0.7 (2020-01-31)

Bug Fixes

  • replace fs.promises with util.promisify (#786) (f71c1c9)
Commits

The new version differs by 194 commits.

  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes
  • dae7147 docs: use undo instead of revert to avoid confusion with git operation
  • 24febb3 fix: only warn about git add when it's the exact command
  • e646b2c fix: preserve merge states in submodules (#769)

There are 194 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.7 to 10.0.8.

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

Release Notes for v10.0.8

10.0.8 (2020-02-25)

Bug Fixes

  • do not drop backup stash when reverting to original state fails (f589336)
  • evaluate functional configuration only once (abe4b92)
Commits

The new version differs by 197 commits.

  • b3c2ffd Merge pull request #798 from okonet/fixes
  • f589336 fix: do not drop backup stash when reverting to original state fails
  • abe4b92 fix: evaluate functional configuration only once
  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing
  • 4d2900c docs: add section about v10 migration/breaking changes

There are 197 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.8 to 10.0.9.

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

Release Notes for v10.0.9

10.0.9 (2020-03-24)

Bug Fixes

  • use path.join and normalize to improve msys compatibility in resolveGitRepo (1ad263a)
Commits

The new version differs by 198 commits.

  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo
  • b3c2ffd Merge pull request #798 from okonet/fixes
  • f589336 fix: do not drop backup stash when reverting to original state fails
  • abe4b92 fix: evaluate functional configuration only once
  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier
  • 293547d fix: print a better warning when the initial commit is missing

There are 198 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.9 to 10.0.10.

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

Release Notes for v10.0.10

10.0.10 (2020-03-29)

Bug Fixes

  • support non-ASCII filenames when git is configured with core.quotepath on (2cb26a6)
Commits

The new version differs by 199 commits.

  • 2cb26a6 fix: support non-ASCII filenames when git is configured with core.quotepath on
  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo
  • b3c2ffd Merge pull request #798 from okonet/fixes
  • f589336 fix: do not drop backup stash when reverting to original state fails
  • abe4b92 fix: evaluate functional configuration only once
  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)
  • 7fac11f docs: Add better docs on running multiple commands
  • 4010db0 fix: correctly restore untracked files after running (#780)
  • 0f2a1c0 Merge pull request #772 from okonet/fixes
  • 4cb4dde fix: parse command string with string-argv unless --shell is used
  • 47985b4 style: correctly pass args to npm script
  • 1a57321 style: remove jsonlint since it conflicts with prettier

There are 199 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.0.10 to 10.1.0.

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

Release Notes for v10.1.0

10.1.0 (2020-03-30)

Bug Fixes

  • do not return string from runAll, add info symbol to "No staged files found." message (1e7298a)
  • force src and dst prefixes in diff to work around local diff.noprefix setting (7f2ef33)
  • unset GIT_LITERAL_PATHSPECS env variable before running (a653c55)

Features

  • add --no-stash option to disable the backup stash, and not revert in case of errors (c386e4c)
  • only hide/restore unstaged modifications to partially staged files (52125a9)
Commits

The new version differs by 205 commits.

  • 8abb09f Merge pull request #801 from okonet/simplify
  • 1e7298a fix: do not return string from runAll, add info symbol to "No staged files found." message
  • c386e4c feat: add --no-stash option to disable the backup stash, and not revert in case of errors
  • 7f2ef33 fix: force src and dst prefixes in diff to work around local diff.noprefix setting
  • a653c55 fix: unset GIT_LITERAL_PATHSPECS env variable before running
  • 52125a9 feat: only hide/restore unstaged modifications to partially staged files
  • 2cb26a6 fix: support non-ASCII filenames when git is configured with core.quotepath on
  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo
  • b3c2ffd Merge pull request #798 from okonet/fixes
  • f589336 fix: do not drop backup stash when reverting to original state fails
  • abe4b92 fix: evaluate functional configuration only once
  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)
  • 9c08e8e fix: use verbose renderer when TERM=dumb (#782)

There are 205 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.0 to 10.1.1.

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

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 206 commits.

  • 226ccdb fix: add -- to git add command to denote pathspec starting (#821)
  • 8abb09f Merge pull request #801 from okonet/simplify
  • 1e7298a fix: do not return string from runAll, add info symbol to "No staged files found." message
  • c386e4c feat: add --no-stash option to disable the backup stash, and not revert in case of errors
  • 7f2ef33 fix: force src and dst prefixes in diff to work around local diff.noprefix setting
  • a653c55 fix: unset GIT_LITERAL_PATHSPECS env variable before running
  • 52125a9 feat: only hide/restore unstaged modifications to partially staged files
  • 2cb26a6 fix: support non-ASCII filenames when git is configured with core.quotepath on
  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo
  • b3c2ffd Merge pull request #798 from okonet/fixes
  • f589336 fix: do not drop backup stash when reverting to original state fails
  • abe4b92 fix: evaluate functional configuration only once
  • f71c1c9 fix: replace fs.promises with util.promisify (#786)
  • 6bfbe6c fix: make sure deleted files aren't restored due to git bugs (#778)
  • b98a5ed fix: always resolve real git config dir location if .git is a file (#784)

There are 206 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • 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 220 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
  • 226ccdb fix: add -- to git add command to denote pathspec starting (#821)

There are 220 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.2 to 10.1.3.

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

Release Notes for v10.1.3

10.1.3 (2020-04-09)

Bug Fixes

  • only run git add on staged files matched to a task (d39573b)
  • run git add for staged file chunks serially (69acfa3)
Commits

The new version differs by 225 commits.

  • 1ac6863 Merge pull request #837 from okonet/serial-git-add
  • d39573b fix: only run git add on staged files matched to a task
  • a85c7b5 refactor: rename chunkFiles gitDir arg to baseDir, since it's used for resolving
  • 69acfa3 fix: run git add for staged file chunks serially
  • 630cd3c ci: add macos-latest to test matrix
  • 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

There are 225 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.3 to 10.1.4.

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

Release Notes for v10.1.4

10.1.4 (2020-04-17)

Bug Fixes

  • allow lint-staged to run on empty git repo by disabling backup (0bf1fb0)
Commits

The new version differs by 226 commits.

  • 0bf1fb0 fix: allow lint-staged to run on empty git repo by disabling backup
  • 1ac6863 Merge pull request #837 from okonet/serial-git-add
  • d39573b fix: only run git add on staged files matched to a task
  • a85c7b5 refactor: rename chunkFiles gitDir arg to baseDir, since it's used for resolving
  • 69acfa3 fix: run git add for staged file chunks serially
  • 630cd3c ci: add macos-latest to test matrix
  • 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

There are 226 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.4 to 10.1.5.

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

Release Notes for v10.1.5

10.1.5 (2020-04-18)

Bug Fixes

  • pass correct path to unstaged patch during cleanup (6066b07)
Commits

The new version differs by 227 commits.

  • 6066b07 fix: pass correct path to unstaged patch during cleanup
  • 0bf1fb0 fix: allow lint-staged to run on empty git repo by disabling backup
  • 1ac6863 Merge pull request #837 from okonet/serial-git-add
  • d39573b fix: only run git add on staged files matched to a task
  • a85c7b5 refactor: rename chunkFiles gitDir arg to baseDir, since it's used for resolving
  • 69acfa3 fix: run git add for staged file chunks serially
  • 630cd3c ci: add macos-latest to test matrix
  • 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

There are 227 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.5 to 10.1.6.

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

Release Notes for v10.1.6

10.1.6 (2020-04-19)

Bug Fixes

  • deps: update dependencies (e093b1d)
Commits

The new version differs by 228 commits.

  • e093b1d fix(deps): update dependencies
  • 6066b07 fix: pass correct path to unstaged patch during cleanup
  • 0bf1fb0 fix: allow lint-staged to run on empty git repo by disabling backup
  • 1ac6863 Merge pull request #837 from okonet/serial-git-add
  • d39573b fix: only run git add on staged files matched to a task
  • a85c7b5 refactor: rename chunkFiles gitDir arg to baseDir, since it's used for resolving
  • 69acfa3 fix: run git add for staged file chunks serially
  • 630cd3c ci: add macos-latest to test matrix
  • 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

There are 228 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.6 to 10.1.7.

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

Release Notes for v10.1.7

10.1.7 (2020-04-21)

Bug Fixes

  • use stash create/store to prevent files from disappearing from disk (c9adca5)
Commits

The new version differs by 229 commits.

  • c9adca5 fix: use stash create/store to prevent files from disappearing from disk
  • e093b1d fix(deps): update dependencies
  • 6066b07 fix: pass correct path to unstaged patch during cleanup
  • 0bf1fb0 fix: allow lint-staged to run on empty git repo by disabling backup
  • 1ac6863 Merge pull request #837 from okonet/serial-git-add
  • d39573b fix: only run git add on staged files matched to a task
  • a85c7b5 refactor: rename chunkFiles gitDir arg to baseDir, since it's used for resolving
  • 69acfa3 fix: run git add for staged file chunks serially
  • 630cd3c ci: add macos-latest to test matrix
  • 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

There are 229 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.1.7 to 10.2.0.

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

Release Notes for v10.2.0

10.2.0 (2020-04-28)

Bug Fixes

  • all lint-staged output respects the quiet option (aba3421)
  • do not show incorrect error when verbose and no output (b8df31a)
  • log task output after running listr to keep everything (d69c65b)
  • use test renderer during tests and when TERM=dumb (16848d8)

Features

  • add --verbose to show output even when tasks succeed (85de3a3)
  • allow specifying cwd using the Node.js API (a3bd9d7)
  • replace listr with listr2 and print errors inline (8f32a3e)
Commits

The new version differs by 248 commits.

  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve verbose description
  • e749a0b test: remove redundant, misbehaving test
  • 16848d8 fix: use test renderer during tests and when TERM=dumb
  • efffa22 test: cover --verbose option usage
  • 1b18550 test: restore variable in test output
  • 6aede38 test: add test for error during merge state restoration
  • b565481 test: integration test targets the full Node.js API instead of just runAll
  • a3bd9d7 feat: allow specifying cwd using the Node.js API
  • 85de3a3 feat: add --verbose to show output even when tasks succeed
  • d69c65b fix: log task output after running listr to keep everything

There are 248 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.0 to 10.2.1.

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

Release Notes for v10.2.1

10.2.1 (2020-04-30)

Bug Fixes

  • normalize chunked paths even when maxArgLength is not set (ba67f48)
  • resolve matched files to cwd instead of gitDir before adding (defe045)
Commits

The new version differs by 251 commits.

  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve verbose description
  • e749a0b test: remove redundant, misbehaving test
  • 16848d8 fix: use test renderer during tests and when TERM=dumb
  • efffa22 test: cover --verbose option usage
  • 1b18550 test: restore variable in test output
  • 6aede38 test: add test for error during merge state restoration
  • b565481 test: integration test targets the full Node.js API instead of just runAll

There are 250 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.1 to 10.2.2.

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

Release Notes for v10.2.2

10.2.2 (2020-05-01)

Bug Fixes

  • chunkFiles chunks normalized files even when maxArgLength is set (#858) (fc72170)
Commits

The new version differs by 252 commits.

  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)
  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve verbose description
  • e749a0b test: remove redundant, misbehaving test
  • 16848d8 fix: use test renderer during tests and when TERM=dumb
  • efffa22 test: cover --verbose option usage
  • 1b18550 test: restore variable in test output
  • 6aede38 test: add test for error during merge state restoration

There are 250 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.2 to 10.2.3.

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

Release Notes for v10.2.3

10.2.3 (2020-05-18)

Bug Fixes

Commits

The new version differs by 255 commits.

  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update [email protected]
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)
  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve verbose description
  • e749a0b test: remove redundant, misbehaving test
  • 16848d8 fix: use test renderer during tests and when TERM=dumb

There are 250 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.3 to 10.2.4.

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

Release Notes for v10.2.4

10.2.4 (2020-05-18)

Bug Fixes

  • node-13 deps issue with listr2 and uuid (#868) (93bc942)
Commits

The new version differs by 256 commits.

  • 93bc942 fix: node-13 deps issue with listr2 and uuid (#868)
  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update [email protected]
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)
  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve verbose description
  • e749a0b test: remove redundant, misbehaving test

There are 250 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.4 to 10.2.5.

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

Release Notes for v10.2.5

10.2.5 (2020-05-22)

Bug Fixes

  • truncate command title to stdout width (#865) (b8e1a4a)
Commits

The new version differs by 257 commits.

  • b8e1a4a fix: truncate command title to stdout width (#865)
  • 93bc942 fix: node-13 deps issue with listr2 and uuid (#868)
  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update [email protected]
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)
  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS
  • 2c6f3ad docs: improve verbose description

There are 250 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.5 to 10.2.6.

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

Release Notes for v10.2.6

10.2.6 (2020-05-22)

Bug Fixes

  • remove nanoid devDependency to remove ExperimentalWarning (#874) (979da5d)
Commits

The new version differs by 258 commits.

  • 979da5d fix: remove nanoid devDependency to remove ExperimentalWarning (#874)
  • b8e1a4a fix: truncate command title to stdout width (#865)
  • 93bc942 fix: node-13 deps issue with listr2 and uuid (#868)
  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update [email protected]
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)
  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option
  • b8df31a fix: do not show incorrect error when verbose and no output
  • eed6198 style: simplify eslint and prettier config
  • b746290 ci: replace Node.js 13 with 14, since 14 will be next LTS

There are 250 commits in total.

See the full diff

from exegesis.

greenkeeper avatar greenkeeper commented on July 22, 2024
  • The devDependency lint-staged was updated from 10.2.6 to 10.2.7.

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

Release Notes for v10.2.7

10.2.7 (2020-05-29)

Bug Fixes

  • use machine output to avoid escaped and quoted filenames (ea80a3d)
Commits

The new version differs by 261 commits.

  • 21a2b41 Merge pull request #876 from johnnywalker/allow-spaces-in-partially-staged
  • 390d168 test: add test for hiding unstaged changes in renamed file
  • ea80a3d fix: use machine output to avoid escaped and quoted filenames
  • 979da5d fix: remove nanoid devDependency to remove ExperimentalWarning (#874)
  • b8e1a4a fix: truncate command title to stdout width (#865)
  • 93bc942 fix: node-13 deps issue with listr2 and uuid (#868)
  • b0b3e2c Merge pull request #864 from okonet/updates
  • 1f5968e chore(deps): update dependencies
  • 157ad3e fix: update [email protected]
  • fc72170 fix: chunkFiles chunks normalized files even when maxArgLength is set (#858)
  • 5883296 Merge pull request #857 from okonet/fix-relative-add
  • ba67f48 fix: normalize chunked paths even when maxArgLength is not set
  • defe045 fix: resolve matched files to cwd instead of gitDir before adding
  • 885a644 Merge pull request #852 from okonet/listr2
  • aba3421 fix: all lint-staged output respects the quiet option

There are 250 commits in total.

See the full diff

from exegesis.

Related Issues (20)

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.