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

Update minimatch to 3.0.8 and 3.1.2 #140

Merged
merged 2 commits into from
Dec 9, 2022

Conversation

BSFishy
Copy link
Contributor

@BSFishy BSFishy commented Dec 2, 2022

Description

Update minimatch to latest patch versions

Check List

  • New functionality includes testing.
  • New functionality has been documented.
  • All tests pass
    • yarn lint
    • yarn test-unit
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Matt Provost <[email protected]>
@BSFishy BSFishy requested a review from a team as a code owner December 2, 2022 17:55
@BSFishy BSFishy self-assigned this Dec 2, 2022
AMoo-Miki
AMoo-Miki previously approved these changes Dec 3, 2022
Copy link
Member

@joshuarrrr joshuarrrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm slightly confused - the package.json indicates we only want to tweak the resolution of @miksu/prettier/minimatch to ^3.0.4. But from the yarn.lock file, all the previous minimatch dependencies already resolved to either 3.0.4 or 3.1.2. After the change, they resolve to either 3.0.8 or 3.1.2. That all makes sense, but it seems a bit misleading to use ^3.0.4 when 3.0.4 is what we want to upgrade. Because it seems like we really don't want to use 3.0.4.

Signed-off-by: Matt Provost <[email protected]>
@AMoo-Miki AMoo-Miki changed the title Update minimatch Update minimatch to 3.0.8 and 3.1.2 Dec 9, 2022
@AMoo-Miki AMoo-Miki merged commit d593aea into opensearch-project:main Dec 9, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Dec 9, 2022
* Update minimatch

Signed-off-by: Matt Provost <[email protected]>

* Update new version number

Signed-off-by: Matt Provost <[email protected]>

Signed-off-by: Matt Provost <[email protected]>
(cherry picked from commit d593aea)
BSFishy added a commit that referenced this pull request Dec 14, 2022
* Update minimatch

Signed-off-by: Matt Provost <[email protected]>

* Update new version number

Signed-off-by: Matt Provost <[email protected]>

Signed-off-by: Matt Provost <[email protected]>
(cherry picked from commit d593aea)

Co-authored-by: Matt Provost <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants