-
Notifications
You must be signed in to change notification settings - Fork 832
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 glob to v9.3.5 #3395
base: v7
Are you sure you want to change the base?
Update glob to v9.3.5 #3395
Conversation
Alright, there is a back-compat breakage needs to be fixed. An error is currently happening:
|
More errors now after addressing the removal of the
|
Have you considered update to glob v11? v9 is quite old already |
@uibo-paybis yes, but it seemed like in theory it would be easier to update to v9 first rather than to jump two additional major versions and to deal with their back-compat breakages as well. |
Fixes #3379
Workbox is currently on glob v7 which is deprecated:
The earliest version being maintained is glob v9.
Important: This removes the
globStrict
option since this was removed in glob v9: