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

Ignore @smithy group #93

Closed
wants to merge 1 commit into from
Closed

Ignore @smithy group #93

wants to merge 1 commit into from

Conversation

samchungy
Copy link
Contributor

@smithy is the same as @AWS-SDK so it should only be seen in the same group.

image

Does adding it to this bit stop it from being created individually?

@samchungy samchungy requested a review from a team as a code owner August 14, 2023 00:10
@@ -93,6 +93,7 @@
"^@?seek",
"seek$",
"^@aws-sdk/",
"^@smithy/",
Copy link
Member

@72636c 72636c Aug 14, 2023

Choose a reason for hiding this comment

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

🤔 This rule is scoped to devDependencies; these exclusions represent the packages that you want to exclude from the consolidated deps: npm dev dependencies PR (i.e. because they are grouped/PRed separately). Is smithy a prod or dev dep in your example?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmmm it's a prod dep. Doesn't completely bother me but I thought it would always be grouped.

https://github.com/SEEK-Jobs/hirer-products-api/blob/73c21b676d75b3856945dabab3dcb6340d207d2b/package.json#L55

@samchungy samchungy closed this Aug 14, 2023
@samchungy samchungy deleted the ignore-smithy branch May 6, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants