Closed greenkeeper[bot] closed 5 years ago
Update to this version instead π
.ignores(pathname)
, see Upgrade 4.x -> 5.x..test(pathname)
.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
Update to this version instead π
dependency
ignore was updated from 3.3.10
to 5.0.3
.dependency
ignore was updated from 3.3.10
to 5.0.4
.Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
Version 4.0.0 of ignore was just published.
[ignore](https://github.com/kaelzhang/node-ignore)
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: