cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.02k stars 1.09k forks source link

chore: upgrade glob #2330

Closed davidjgoss closed 10 months ago

davidjgoss commented 10 months ago

🤔 What's changed?

Upgrade glob to the latest version.

This includes some breaking changes from glob that have an effect on us:

Nothing breaking for our users, though.

⚡️ What's your motivation?

Fixes #2329 as the vulnerable dependency is no longer present (at least not in production code - you can see via npm ls inflight that some test packages still depend on it, but we can handle that in due course). Also just gets us current.

🏷️ What kind of change is this?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

coveralls commented 10 months ago

Coverage Status

coverage: 97.931% (-0.5%) from 98.458% when pulling 28421d19aa773a91835cca292679732d5ef8c92f on fix/glob-upgrade into 89ec3b6e86540c12e53267633e5876a67ae854bc on main.