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: Update outdated dependency (minimatch) #84

Closed
wants to merge 1 commit into from

Conversation

fregante
Copy link

@fregante fregante commented Jul 8, 2024

Prerequisites checklist

What is the purpose of this pull request?

I noticed that minimatch was set to a version released 2 years ago. The latest version has a broader node compat than eslint so that doesn't seem to be the reason

What changes did you make? (Give an overview)

- "minimatch": "^3.1.2"
+ "minimatch": "^9.0.5"

@eslint-github-bot
Copy link

Hi @fregante!, thanks for the Pull Request

The pull request title isn't properly formatted. We ask that you update the pull request title to match this format, as we use it to generate changelogs and automate releases.

  • The commit message tag wasn't recognized. Did you mean "docs", "fix", or "feat"?
  • There should be a space following the initial tag and colon, for example 'feat: Message'.
  • The first letter of the tag should be in lowercase

To Fix: You can fix this problem by clicking 'Edit' next to the pull request title at the top of this page.

Read more about contributing to ESLint here

Copy link

linux-foundation-easycla bot commented Jul 8, 2024

CLA Signed


The committers listed above are authorized under a signed CLA.

@fregante fregante changed the title Update outdated dependency (minimatch) fix: Update outdated dependency (minimatch) Jul 8, 2024
@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Jul 8, 2024
@mdjermanovic
Copy link
Member

We have already decided to postpone this change for ESLint v10, please see #66.

@fregante fregante deleted the bye-concat-map branch July 8, 2024 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants