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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build(deps): Bump ignore from 4.0.6 to 5.1.8 #5

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps ignore from 4.0.6 to 5.1.8.

Release notes

Sourced from ignore's releases.

5.1.5

  • PATCH fixes escaping for square brackets (#59)

An upgrade is recommended for all dependents.

5.1.3

An upgrade is recommended for all dependents.

5.1.1

  • PATCH fixes isPathValid on Windows (#54)

On Windows, if path is an absolute path, ig.ignores(path), ig.test(path) and related methods will now throw an error as expected.

2019-04-14, Version 5.1.0

  • FEATURE: Typescript: export interface Ignore (#53)

5.0.4

  • PATCH: fixes isPathValid in windows (#47)

5.0.1

  • PATCH: fixes for windows.
  • PATCH: improves tests for typescript and windows.

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%.
Changelog

Sourced from ignore's changelog.

node-ignore 5 ChangeLog

5.x

2018-08-14, Version 5.0.1

  • PATCH: fixes for windows.
  • PATCH: improves tests for typescript and windows.

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

4.x

Commits
  • a1f29fb 5.1.8: README.md: typo
  • 8374a31 5.1.7: README.md: disclaimer about .npmignore. fixes #61
  • 55ecc53 5.1.6: better algo
  • 5753f0a bump version 5.1.5
  • e0fa424 #59: fixes test cases for windows
  • 05780f5 #59: fixes trailing backslashes before ]
  • 8a8d44a #59: no longer test on node <= 8 for eslint does not support node <= 8
  • bc90a21 #59: fixes escaped range notation
  • fe4bdaf deps: upgrade typescript
  • 890c00f README.md: improve the usage of isPathValid
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 7, 2021

Superseded by #116.

@dependabot dependabot bot closed this Nov 7, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ignore-5.1.8 branch November 7, 2021 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it not possible to test .npmignore using this library? Mismatch between this package and gitignore files
1 participant