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

Moves glob to devDependencies #198589

Merged
merged 7 commits into from
Nov 5, 2024

Conversation

jeramysoucy
Copy link
Contributor

Summary

Moves glob dependencies to devDependencies.

@jeramysoucy jeramysoucy added Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! release_note:skip Skip the PR/issue when compiling release notes backport:skip This commit does not require backporting v7.17.26 labels Oct 31, 2024
@jeramysoucy jeramysoucy marked this pull request as ready for review November 4, 2024 16:24
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

@jeramysoucy jeramysoucy requested a review from a team November 4, 2024 16:24
@jeramysoucy jeramysoucy requested a review from a team November 4, 2024 16:33
@@ -28,7 +28,9 @@ export default function (directory) {
);

// Get a list of all directories with an index.js, use the directory name as the key in the object
const directories = _.chain(glob.sync(path.resolve(__dirname, '../' + directory + '/*/index.js')))
const directories = _.chain(
globby.sync(path.resolve(__dirname, '../' + directory + '/*/index.js'))
Copy link
Member

Choose a reason for hiding this comment

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

This was a tricky one previously, sorry for leaving the backport unaddressed.

d719c89 was needed for it to functions on Windows.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @jbudz! I was wondering about that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Addressed in 2afa705

@jeramysoucy jeramysoucy requested a review from jbudz November 4, 2024 17:12
Copy link
Contributor

@SiddharthMantri SiddharthMantri left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you @jeramysoucy for taking a look into this!

@jeramysoucy jeramysoucy requested a review from jbudz November 5, 2024 09:12
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

@jeramysoucy jeramysoucy merged commit 6ecccd3 into elastic:7.17 Nov 5, 2024
27 of 28 checks passed
@jeramysoucy jeramysoucy self-assigned this Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting chore release_note:skip Skip the PR/issue when compiling release notes Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! v7.17.26
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants