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 fast-glob to v3.3.1 #8997

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fast-glob 3.2.12 -> 3.3.1 age adoption passing confidence

Release Notes

mrmlnc/fast-glob (fast-glob)

v3.3.1

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.0...3.3.1

This release fixes a regression for cases where the ignore option is used with a string (#​403, #​404).

The public interface of this package does not support a string as the value for the ignore option since 2018 year (release).

So, in the next major release, we will reintroduce method implementations that do not involve strings in the ignore option.

v3.3.0

Compare Source

Full Changelog: mrmlnc/fast-glob@3.2.12...3.3.0

🚀 Improvements

Method aliases

New methods (glob, globSync, globStream) have been added in addition to the current methods (default import, sync, stream), which eliminate the need to rename the method when importing. In addition, an async alias has been added for the default import, which makes it possible to use this packet with ESM.

Method to convert paths to globs

A new method (convertPathToPattern) has been added in this release to convert a path to a pattern. The primary goal is to enable users to avoid processing Windows paths in each location where this package is used by utilities from third-party packages.

See more details in the pull request.

🐛 Bug fixes

  • In the past, we mishandled patterns that contained slashes when the baseNameMatch option was enabled, which went against the documented behavior. (#​312)
  • Several problems with matching patterns that contain brace expansion have been resolved. The primary issue solved is when the pattern has duplicate slashes after it is expanded (#​394), or the micromatch package does not correctly generate a regular expression (#​365).
  • All negative patterns will now have the dot option enabled when matching paths. Previously, the !**/* patterns did not exclude hidden files (start with a dot). (#​343)
  • The issue that led to duplicates in the results when overlapping or duplicate patterns were present among the patterns has been fixed. At the moment, we are only talking about leading dot. Other cases are not included. For example, running with the patterns ['./file.md', 'file.md', '*'] will now only include file.md once in the results. (#​190)

📖 Documentation

A clarifying note has been added for the concurrency option, which provides more detailed information about the Thread Pool utilization.

⚙️ Infrastructure

  • The benchmark in CI is now running on Node.js 20.
  • The benchmark now uses the public package bencho instead of an in-house implementation. You may want to try this solution for your packages and provide feedback.

🥇 New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


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

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

@renovate renovate bot enabled auto-merge (squash) August 1, 2023 16:47
@jtoar jtoar added the release:chore This PR is a chore (means nothing for users) label Aug 2, 2023
@jtoar jtoar added this to the next-release milestone Aug 2, 2023
@renovate renovate bot merged commit 72aba82 into main Aug 2, 2023
27 checks passed
@renovate renovate bot deleted the renovate/fast-glob-3.x branch August 2, 2023 16:27
dac09 added a commit to dac09/redwood that referenced this pull request Aug 8, 2023
…nto try/apollo-ssr-stream

* 'fix/more-streaming-fixes' of github.com:dac09/redwood: (155 commits)
  Dont inject a null bundle
  Rename variable
  Fix for when a page is explicitly imported
  Add tests fort portal head
  fix(deps): update dependency vite to v4.4.8 (redwoodjs#9003)
  fix(deps): update dependency fast-glob to v3.3.1 (redwoodjs#8997)
  fix(deps): update storybook monorepo to v7.2.0 (redwoodjs#9002)
  fix(deps): update prisma monorepo to v5.1.0 (redwoodjs#9001)
  fix(deps): update dependency fastify to v4.21.0 (redwoodjs#8998)
  fix(deps): update dependency @vitejs/plugin-react to v4.0.4 (redwoodjs#8999)
  Rename files, update comments
  Partly backwards compatible Meta tag injection
  WIP: Stream injection
  fix(deps): update dependency @whatwg-node/fetch to v0.9.9 (redwoodjs#8942)
  v6.0.2
  Make sure env var name starts with REDWOOD_ENV_ (redwoodjs#8993)
  fix(realtime): add misisng `@` in setup command
  Make sure env var name starts with REDWOOD_ENV_ (redwoodjs#8993)
  fix(realtime): add misisng `@` in setup command
  Remove the indexed type reference on AvailableRoutes (redwoodjs#8918)
  ...
@jtoar jtoar modified the milestones: next-release, v6.1.0 Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant