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

Update dependency gitignore-parser to v0.1.11 #105

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

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Aug 29, 2022

This PR contains the following updates:

Package Update Change
gitignore-parser minor ==0.0.8 -> ==0.1.11

Release Notes

mherrmann/gitignore_parser (gitignore-parser)

v0.1.11: Fix ValueError on some symlinks

Compare Source

Thank you @​matthieumarrast for the PR!

v0.1.10: Add support and testing for Python 3.12

Compare Source

Thank you @​ericwb for the PR!

v0.1.9: Correct behavior with regards to symlinks

Compare Source

Thank you @​ruancomelli for the PR.

v0.1.8: Multiple parsing improvements

Compare Source

Thank you @​jherland!

  • Fix lack of implicit anchoring of patterns to directory separators (#​58)
  • Fix multi-asterisks that fall outside of the special cases (#​57)
  • Fix "a/**/b" matching "a/bb" (#​56)

v0.1.7: Fix two incorrect parsing behaviors

Compare Source

Thank you @​jherland!

v0.1.6: Several modernization improvements

Compare Source

Great PRs by @​ruancomelli:

Also fixes a depreciation warning (#​42).

Thank you @​ruancomelli!

v0.1.5: Improve performance for negation rules

Compare Source

Thank you @​ruancomelli for the PR!

v0.1.4: Fix directory rule matching similar files

Compare Source

Fixes #​45. Thank you @​PidgeyBE for the PR!

v0.1.3: Fix DeprecationWarning

Compare Source

The following warning appeared and is now fixed:

gitignore_parser.py:143: DeprecationWarning: Flags not at the start of the expression '^(?ms)foo$'

Thank you @​JulienPalard for the PR!

v0.1.2: Ensure that Path is supported in matches()

Compare Source

Thank you @​szczeles for the PR!

v0.1.1: Support directory-only negation

Compare Source

Thank you @​szczeles for the PR!

v0.1.0: Revert release 0.9.0

Compare Source

It had a failing test case. See https://github.com/mherrmann/gitignore_parser/pull/33#issuecomment-1230188177.

v0.0.9: Fix error with subdirectory matching

Compare Source

Thank you @​excitoon for the PR!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 482a9e8 to ae3c204 Compare November 20, 2022 18:10
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.0 Update dependency gitignore-parser to v0.1.1 Nov 20, 2022
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.1 Update dependency gitignore-parser to v0.1.2 Nov 29, 2022
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from ae3c204 to 1a4d3d3 Compare November 29, 2022 00:45
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 1a4d3d3 to 599058c Compare February 23, 2023 00:05
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.2 Update dependency gitignore-parser to v0.1.3 Feb 23, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.3 Update dependency gitignore-parser to v0.1.4 Jun 30, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 599058c to 3c6efae Compare June 30, 2023 09:09
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.4 Update dependency gitignore-parser to v0.1.5 Aug 3, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 3c6efae to 592c9cd Compare August 3, 2023 23:30
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.5 Update dependency gitignore-parser to v0.1.6 Aug 7, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 592c9cd to 73b021e Compare August 7, 2023 14:16
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 73b021e to f2c6cd6 Compare October 4, 2023 03:48
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.6 Update dependency gitignore-parser to v0.1.7 Oct 4, 2023
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.7 Update dependency gitignore-parser to v0.1.8 Oct 5, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch 2 times, most recently from 0366211 to 8e0b622 Compare October 6, 2023 04:07
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.8 Update dependency gitignore-parser to v0.1.9 Oct 6, 2023
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 8e0b622 to 46d7781 Compare January 11, 2024 03:59
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.9 Update dependency gitignore-parser to v0.1.10 Jan 11, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/gitignore-parser-0.x branch from 46d7781 to 4f77c5f Compare January 20, 2024 04:36
@mend-for-github-com mend-for-github-com bot changed the title Update dependency gitignore-parser to v0.1.10 Update dependency gitignore-parser to v0.1.11 Jan 20, 2024
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.

None yet

0 participants