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

remove deprecated glob fixing #19438

Merged
merged 1 commit into from
Oct 12, 2022
Merged

remove deprecated glob fixing #19438

merged 1 commit into from
Oct 12, 2022

Conversation

ndelangen
Copy link
Member

@ndelangen ndelangen commented Oct 11, 2022

This removes code that would auto-fix globs that were formatted incorrectly.

example bad glob:

 "files": "**/*.(stories|docs).@(mdx|tsx|ts|jsx|js)",

proper glob

"files": "**/*.@(mdx|stories.mdx|stories.tsx|stories.ts|stories.jsx|stories.js)",

This is no longer supported.

@ndelangen ndelangen self-assigned this Oct 11, 2022
@ndelangen ndelangen added maintenance User-facing maintenance tasks core labels Oct 11, 2022
@ndelangen ndelangen requested a review from shilman October 11, 2022 15:01
@ndelangen ndelangen merged commit 23cdf0a into next Oct 12, 2022
@ndelangen ndelangen deleted the deprecate/fix-bad-glob branch October 12, 2022 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core maintenance User-facing maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant