-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bump the pnpm-dependencies group in /npm_and_yarn/helpers with 2 updates #9562
Merged
raj-meka
merged 18 commits into
main
from
dependabot/npm_and_yarn/npm_and_yarn/helpers/pnpm-dependencies-aed75d57aa
May 2, 2024
Merged
Changes from 4 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2fcf64f
Bump the pnpm-dependencies group in /npm_and_yarn/helpers with 2 updates
dependabot[bot] 2f80141
#9562: pnpm-lock.yaml added.
e0c7c21
#9562: Latest dependncy-path v3.0.0 has changed the way it reading th…
f2aada0
#9562: Removed the test due to dependency-review-action@v4 github act…
e56d2e2
#9562: As per the review comments, removing unwanted pnpm-lock file a…
a65a25c
#9562: adding helpers/test/*/fixtures to the paths-ignore.
3883367
#9562: adding helpers/test/*/fixtures to the paths-ignore in dependen…
2df51d5
#9562: adding helpers/test/*/fixtures to the paths-ignore in dependen…
d3085f3
#9562: removed lodash references, As that is not part of test scenario.
8efde37
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn/helpers…
thavaahariharangit 67698c5
#9562: Testing the workflow file changes. Expecting to ignore the fix…
895b50b
#9562: Removing the vulnerable dependency from the fixture files.
6b68d48
#9562: Removing the vulnerable dependency from the fixture files.
1cf9680
#9562: As per review comments, handled null/undefined check and impro…
77aad3c
#9562: As per review comments, handled null/undefined check and impro…
0c43d72
#9562: updated with the meaningfull variable name.
963a9f2
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn/helpers…
abdulapopoola a43cf5a
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn/helpers…
raj-meka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thought: can
dependencyPath.parse()
return null/undefined and do we need to handle that? Answer: no 👍There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Answer yes, I am updating the code now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bdragon Thanks and updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry if my comment wasn't clear. I was just checking to see if this was something we needed to handle, but what you had was fine so there was no need to change it.