Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ignore to the latest version 馃殌 #7

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 22, 2018

Version 4.0.0 of ignore was just published.

Dependency [ignore](https://github.com/kaelzhang/node-ignore)
Current Version 3.3.10
Type dependency

The version 4.0.0 is not covered by your current version range.

If you don鈥檛 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.

It might be worth looking into these changes and trying to get this project onto the latest version of ignore.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 13 commits.

  • ca5df7b Merge pull request #40 from kaelzhang/4.0.0
  • 6d83b9b bump version 4.0.0
  • 6440bb0 #35: fixes code style; updates typescript declaration
  • 497b9fb #35: supports character sets and ranges
  • ac261ec #35: supports [ab], supports ranges [a-z]
  • d04e391 #35: adds eslint
  • 6e14e93 #35: fixes main; fixes appveyor (abandon node < 6)
  • 4498b89 #35: fixes test:git
  • bdf25b0 #35: adds eslint; adds eslint rules; fixes code style
  • 34ed24a #35: mocha/expect -> tap; remove support for node < 6; updates README.md
  • e5b86f0 #35: updates contributors; upgrades deps; use babel-preset-env instead
  • f76f052 35: isolate tests for node-ignore and tests for test cases
  • 1190dad #35: makes symbol non-enumerable

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don鈥檛 help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 馃尨

@coveralls
Copy link

Pull Request Test Coverage Report for Build 62

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 53: 0.0%
Covered Lines: 301
Relevant Lines: 301

馃挍 - Coveralls

greenkeeper bot added a commit that referenced this pull request Jun 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2018

Version 4.0.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2018

Version 4.0.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 31, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 31, 2018

Version 4.0.3 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 4 commits.

  • 63400eb 4.0.3: fixes #42: adds the license file to the npm tarball
  • fbb1750 updates changelog
  • 6564042 updates changelog
  • e6549e4 try to fix codecov

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2018

Version 4.0.4 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 9, 2018

Version 4.0.5 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 1 commits.

  • 9ff8eeb 4.0.5: README.md: typo, link anchor

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 12, 2018

Version 4.0.6 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

  • 56976ce 4.0.6: Object.prototype methods will not ruin the result any more
  • babc421 updates dev deps, fixes eslint 5

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2018

Version 5.0.0 just got published.

Update to this version instead 馃殌

Release Notes 2018-08-13, Version 5.0.0
  • SEMVER-MAJOR: #20: it will throw if an invalid pathname passes into .ignores(pathname), see Upgrade 4.x -> 5.x.
  • FEATURE: #31: adds a new method .test(pathname).
  • BENCHMARK: improves performance by 26%.
Commits

The new version differs by 12 commits.

  • c38c9a3 Merge pull request #43 from kaelzhang/5.0.0
  • 9e371b0 fixes appveyor
  • ede934c 5.0.0: #31, #20: updates CHANGELOG
  • 0b66017 fixes #31
  • 5723e66 #31: completes .test(path), untested
  • 49b9c6e #31: fixes tests
  • c612aa2 #31: WIP, main logic, tests broken
  • ff189a2 #20: improves README.md
  • 9dd6b4a #20: fixes declaration file.
  • 26df4d4 #20: adds a new static method: ignore.isPathValid; updates README.md
  • 3ee68f1 fixes #20: check path, paths like /foo, ./foo, ../foo will throw
  • 24bcc6d #31: IgnoreBase -> Ignore; rename private methods

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 14, 2018

Version 5.0.1 just got published.

Update to this version instead 馃殌

Release Notes 5.0.1
  • PATCH: fixes for windows.
  • PATCH: improves tests for typescript and windows.
Commits

The new version differs by 4 commits.

  • 7b962a7 5.0.1: fixes for win32
  • ef2b417 test: fixes a bug that we could never imitate win32 on other platform
  • 6559ad0 updates tests for typescript
  • 18243e1 fixes typo

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 20, 2018

Version 5.0.2 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 2 commits.

See the full diff

@bkp7 bkp7 closed this in #12 Oct 27, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/ignore-4.0.0 branch October 27, 2018 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant