fix: resolve picomatch version at 2.3.2 in yarn.lock#3301
Open
LinKCoding wants to merge 8 commits intomainfrom
Open
fix: resolve picomatch version at 2.3.2 in yarn.lock#3301LinKCoding wants to merge 8 commits intomainfrom
LinKCoding wants to merge 8 commits intomainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit 3d4c66d ☁️ Nx Cloud last updated this comment at |
|
LinKCoding
commented
Apr 6, 2026
| version: 2.3.1 | ||
| resolution: "picomatch@npm:2.3.1" | ||
| checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be | ||
| version: 2.3.2 |
Contributor
Author
There was a problem hiding this comment.
This was really what we were after
7 tasks
dreamwasp
requested changes
Apr 8, 2026
Contributor
dreamwasp
left a comment
There was a problem hiding this comment.
this is something that is happening on main too but it'd be nice if this gracefully dealt with file names with spaces -
✔ Backed up original state in git stash (99aac6a41)
⚠ Running tasks for staged files...
❯ .lintstagedrc.mjs — 1 file
❯ * — 1 file
✖ node_modules/@codecademy/eslint-config/bin/eslint-fix.js /Users/cass/code/cc/gamut/packages/styleguide/src/lib/Meta/ESLint rules.mdx [FAILED]
◼ nx format:write --files /Users/cass/code/cc/gamut/packages/styleguide/src/lib/Meta/ESLint rules.mdx
↓ Skipped because of errors from tasks.
✔ Reverting to original state because of errors...
✔ Cleaning up temporary files...
✖ node_modules/@codecademy/eslint-config/bin/eslint-fix.js /Users/cass/code/cc/gamut/packages/styleguide/src/lib/Meta/ESLint rules.mdx:
/Users/cass/code/cc/gamut/node_modules/eslint/lib/cli-engine/file-enumerator.js:320
throw new NoFilesFoundError(
^
NoFilesFoundError: No files matching '/Users/cass/code/cc/gamut/packages/styleguide/src/lib/Meta/ESLint' were found.
Collaborator
|
📬 Published Alpha Packages:
|
Contributor
|
🚀 Styleguide deploy preview ready! Preview URL: https://69df9aa7e718413b4cf220d1--gamut-preview.netlify.app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Picomatch version 2.3.1 has a security vulnerability (see: https://app.snyk.io/org/codecademy/project/c51d48f7-252a-44c3-96bb-67f3b77d50a6#issue-SNYK-JS-PICOMATCH-15765511)
This sets the version resolution for picomatch in yarn.lock to be 2.3.2.
PR Checklist
Testing Instructions
Don't make me tap the sign.
PR Links and Envs
N/A