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

fix(deps): update dependency ignore to ^5.3.2 #144

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ignore ^5.1.8 -> ^5.3.2 age adoption passing confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

kaelzhang/node-ignore (ignore)

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

5.3.0

  • MINOR export Options interface (#​105)

An upgrade is safe for all dependents


It allows typing external methods which expect Options as a param, by importing the Options interface.

import {Options} from 'ignore'

v5.2.4

Compare Source

  • PATCH fixes normal single asterisk and normal consecutive asterisks defined in gitignore spec (#​57)
  • PATCH invalid trailing backslash will not throw unexpectedly

An upgrade is recommended for all dependents


The following rules could be not properly parsed with previous ignore versions

**foo
*bar
qu*ux
abc\   # `ignore` would throw if no whitespace after `\`

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

  • 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')

v5.1.9

Compare Source

  • PATCH fixes ignorecase when internal cache is hit. (#​74)

An upgrade is recommended for all dependents.


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 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 force-pushed the renovate/ignore-5.x branch from 0f4a478 to 4e979e5 Compare December 19, 2021 04:42
@renovate renovate bot changed the title fix(deps): update dependency ignore to ^5.1.9 fix(deps): update dependency ignore to ^5.2.0 Dec 19, 2021
@renovate renovate bot changed the title fix(deps): update dependency ignore to ^5.2.0 fix(deps): update dependency ignore to ^5.2.4 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/ignore-5.x branch from 4e979e5 to fcb825e Compare March 16, 2023 09:40
@renovate renovate bot changed the title fix(deps): update dependency ignore to ^5.2.4 fix(deps): update dependency ignore to ^5.3.0 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/ignore-5.x branch from fcb825e to 221cae7 Compare November 16, 2023 13:55
@renovate renovate bot changed the title fix(deps): update dependency ignore to ^5.3.0 fix(deps): update dependency ignore to ^5.3.1 Feb 1, 2024
@renovate renovate bot force-pushed the renovate/ignore-5.x branch from 221cae7 to a2de49d Compare February 1, 2024 03:36
@renovate renovate bot force-pushed the renovate/ignore-5.x branch from a2de49d to 9671919 Compare August 12, 2024 11:31
@renovate renovate bot changed the title fix(deps): update dependency ignore to ^5.3.1 fix(deps): update dependency ignore to ^5.3.2 Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants