Skip to content

fix(deps): update dependency ignore to v7#867

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ignore-7.x
Open

fix(deps): update dependency ignore to v7#867
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ignore-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Confidence
ignore ^5.3.0^7.0.0 age confidence

Release Notes

kaelzhang/node-ignore (ignore)

v7.0.5

Compare Source

v7.0.4

Compare Source

  • PATCH Allows files named .{3,}, such as ... for Linux / macOS (#​68)
ig.ignores('...')
ig.ignores('....')
// It will throw a RangeError in versions prior to 7.0.4, but it is ok if >= 7.0.4

An upgrade is recommended for all dependents

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

Minor feature

The primary feature introduced by 7.0.0 is the .checkIgnore() method, which is most equivalent to git check-ignore -v. And also it allows to pass {pattern, mark?} as the parameter of .add() so that we could imitate the mechanism of git check-ignore as:

ig.add({
  pattern: 'foo/*',
  mark: '60'
})

const {
  ignored,
  rule
} = checkIgnore('foo/')

if (ignored) {
  console.log(`.gitignore:${result}:${rule.mark}:${rule.pattern} foo/`)
}

// .gitignore:60:foo/* foo/

Potential Incompatibilities

The only situation that 7.0.0 might bring incompatibility is to .add() a < 7.0.0 instance into a >= 7.0.0 instance, which might occur when the current workspace has multiple node-ignore versions installed, please be careful.

const {anotherIgnoreInstance} = require('./ignore-6.0-instance')

// A 7.0.0 instance
ignore().add(anotherIgnoreInstance)

// It will break your code

Otherwise, in most cases, if you never do something above or there is only one version of node-ignore installed in the current workspace, it is quite safe to upgrade to 7.0.0.

v6.0.2

Compare Source

v6.0.1: 6.x (== 5.3.2)

Compare Source

6.x

  • The release of 6.x is due to a mistake.
  • Making an upgrade from 5.x to 6.x for now actually changes nothing and does no harm, everyone could just upgrade or ignore the version.
    • Actually 6.0.2 is 5.3.2
  • The next major release will be 7.0.0

v6.0.0

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Hong_Kong)

  • Branch creation
    • "after 1am and before 6am"
  • Automerge
    • "after 6am and before 9am"

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Dec 27, 2024
@renovate renovate Bot requested a review from foray1010 December 27, 2024 03:27
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from f308608 to 826675b Compare June 2, 2025 05:34
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 826675b to da86389 Compare June 28, 2025 06:43
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from da86389 to f3eb641 Compare August 10, 2025 15:04
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from f3eb641 to 20e598d Compare August 19, 2025 15:59
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 20e598d to 4b21a82 Compare August 31, 2025 09:52
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 4b21a82 to ccfede9 Compare September 25, 2025 21:39
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from ccfede9 to a5cad45 Compare October 15, 2025 05:59
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from a5cad45 to 54b3acf Compare November 10, 2025 23:50
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 54b3acf to 346170b Compare November 18, 2025 12:58
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 346170b to e89d36f Compare December 3, 2025 19:44
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from e89d36f to 7757971 Compare December 31, 2025 15:52
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 7757971 to afba04a Compare January 19, 2026 18:40
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from afba04a to f1c9eb6 Compare February 2, 2026 20:54
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch 2 times, most recently from 9fa10e7 to 05265a6 Compare May 4, 2026 22:29
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from 05265a6 to dda666e Compare May 12, 2026 11:59
@renovate renovate Bot force-pushed the renovate/ignore-7.x branch from dda666e to 1c7f2f5 Compare May 28, 2026 14:16
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