Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/react 17.0.37 -> 17.0.38 age adoption passing confidence
conventional-changelog-conventionalcommits 4.6.1 -> 4.6.3 age adoption passing confidence
fast-glob 3.2.7 -> 3.2.11 age adoption passing confidence

Release Notes

conventional-changelog/conventional-changelog

v4.6.3

Compare Source

v4.6.2

Compare Source

mrmlnc/fast-glob

v3.2.11

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.10...3.2.11

🐛 Bug fixes

Yeap, this is another release aimed at fixing problems with detecting brace expansions in patterns. This time, patterns like abc/{a.txt,b.js} was not marked as a dynamic pattern. So, now the regex has been rewritten to a generalized solution as a function to avoid future problems due to the complexity of the regular expression.

Thanks @​MurzNN for the report of this problem (#​351).

v3.2.10

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.9...3.2.10

🐛 Bug fixes

  • Fixed a regression in 3.2.8 when the {a,b,c} pattern no longer considered a dynamic pattern (thanks @​amitdahan, #​347).

🥇 New Contributors

v3.2.9

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.8...3.2.9

🐛 Bug fixes

  • Fixed a regression in 3.2.8 with invalid regular expression on older node.js versions (#​345).

v3.2.8

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.7...3.2.8

🐛 Bug fixes

Fix directory matching with trailing slashes (#​290)

Thanks @​Trott for investigating the problem and the detailed description.

Previously the src/*/ pattern did not work as expected (like src/*).

Double-slash in the middle of the pattern is not collapsed (#​330)

Starting from this release, patterns like src//* will work like similar patterns without duplicate slashes. This was done for continuity with other solutions (glob, ls src//*, python, golang, …).

Adjust inefficient regular expressions (#​336, #​342, #​344)

Thanks @​Trott for fixing bugs and @​XhmikosR for adding the CodeQL action to CI pipeline.

📖 Documentation

⚙️ Infrastructure

🥇 New Contributors


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1615225864

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.828%

Totals Coverage Status
Change from base Build 1604660307: 0.0%
Covered Lines: 294
Relevant Lines: 298

💛 - Coveralls
@coveralls
Copy link

coveralls commented Dec 23, 2021

Pull Request Test Coverage Report for Build 1699413656

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 94.828%

Totals Coverage Status
Change from base Build 1604660307: 0.0%
Covered Lines: 294
Relevant Lines: 298

💛 - Coveralls
@renovate renovate bot force-pushed the renovate/patch-all branch from 744af16 to 45e397f Compare December 25, 2021 18:55
@renovate renovate bot changed the title chore(deps): update dependency @types/react to v17.0.38 chore(deps): update all dependencies (patch) Dec 25, 2021
@renovate renovate bot force-pushed the renovate/patch-all branch from 45e397f to 932a5fb Compare December 29, 2021 20:36
@renovate renovate bot force-pushed the renovate/patch-all branch 3 times, most recently from 4dbc4c1 to 01fdaba Compare January 9, 2022 14:12
@renovate renovate bot force-pushed the renovate/patch-all branch from 01fdaba to 72644d3 Compare January 14, 2022 20:11
@pablo1v pablo1v merged commit cb6cb74 into canary Jan 20, 2022
@renovate renovate bot deleted the renovate/patch-all branch January 20, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment