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

[Snyk] Upgrade ignore from 3.3.10 to 5.2.0 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Jul 9, 2022

Snyk has created this PR to upgrade ignore from 3.3.10 to 5.2.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 25 versions ahead of your current version.
  • The recommended version was released 7 months ago, on 2021-12-19.
Release notes
Package name: ignore
  • 5.2.0 - 2021-12-19
    • PATCH support readonly arrays of typescript. (#70)
    • MINOR bring backward compatibility with relative paths. (#75)

    An upgrade is recommended for all dependents.


    ignore().ignores('../foo/bar.js') // will throw

    And the code below will not throw, however it is not recommended

    ignore({
      allowRelativePaths: true
    }).ignores('../foo/bar.js')

    Recommend:

    ignore().ignores('foo/bar.js')
  • 5.1.9 - 2021-11-03
    • PATCH fixes ignorecase when internal cache is hit. (#74)

    An upgrade is recommended for all dependents.

  • 5.1.8 - 2020-05-30

    5.1.8: README.md: typo

  • 5.1.7 - 2020-05-30

    5.1.7: README.md: disclaimer about .npmignore. fixes #61

  • 5.1.6 - 2020-05-22

    5.1.6: better algo

  • 5.1.5 - 2020-05-22
    • PATCH fixes escaping for square brackets (#59)

    An upgrade is recommended for all dependents.

  • 5.1.4 - 2019-08-14

    5.1.4: upgrade dev deps; fixes eslint import issues

  • 5.1.3 - 2019-08-14

    An upgrade is recommended for all dependents.

  • 5.1.2 - 2019-05-28

    upgrade dev dependencies

  • 5.1.1 - 2019-04-17
    • 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.

  • 5.1.0 - 2019-04-14
  • 5.0.6 - 2019-03-17
  • 5.0.5 - 2019-01-26
  • 5.0.4 - 2018-11-03
  • 5.0.3 - 2018-10-28
  • 5.0.2 - 2018-08-20
  • 5.0.1 - 2018-08-14
  • 5.0.0 - 2018-08-13
  • 4.0.6 - 2018-08-12
  • 4.0.5 - 2018-08-09
  • 4.0.4 - 2018-08-09
  • 4.0.3 - 2018-07-31
  • 4.0.2 - 2018-06-22
  • 4.0.1 - 2018-06-22
  • 4.0.0 - 2018-06-21
  • 3.3.10 - 2018-06-21
from ignore GitHub release notes
Commit messages
Package name: ignore

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include option for arrowParens
1 participant