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

Bump ignore from 4.0.6 to 5.1.8 #1703

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the ⤵️ dependencies Pull requests that update a dependency file label Jun 1, 2020
@macor161 macor161 self-requested a review June 1, 2020 17:31
@macor161 macor161 merged commit 538ddaa into master Jun 1, 2020
@macor161 macor161 deleted the dependabot/npm_and_yarn/master/ignore-5.1.8 branch June 1, 2020 17:32
macor161 added a commit to macor161/aragon-cli that referenced this pull request Jun 8, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant