mithro / autolabeler

Add labels to Pull Requests based on matched file patterns
ISC License
103 stars 27 forks source link

Update ignore to the latest version πŸš€ #33

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

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’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.

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’t 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](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 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

Version 5.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • 4d97791 #46: bump version 5.0.3
  • cfaaa4b Merge pull request #46 from aquibm/master
  • 9b8337c Fix paths with supported unicode chars not converted to posix
  • 7620253 test:ts: assertions

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

  • 15de356 5.0.4: fixes #47: fixes isPathValid in windows

See the full diff

stale[bot] commented 5 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?