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

chore(config/deps): explicitely install globals, @eslint/js #3381

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

schogges
Copy link
Contributor

@schogges schogges commented Jan 9, 2025

See title

Missed to install @eslint/js and globals in #3373

@schogges schogges requested a review from a team as a code owner January 9, 2025 17:23
@schogges schogges requested review from johncowen and removed request for a team January 9, 2025 17:23
Copy link

netlify bot commented Jan 9, 2025

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit ebb5aa9
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/6780062fd8f44b0008125d66
😎 Deploy Preview https://deploy-preview-3381--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@johncowen johncowen left a comment

Choose a reason for hiding this comment

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

🎉

@schogges schogges merged commit 36911e6 into kumahq:master Jan 9, 2025
16 checks passed
@schogges schogges deleted the chore/deps/add_globals branch January 9, 2025 17:33
schogges added a commit that referenced this pull request Jan 13, 2025
The main goal of this change is to add linting for the `config` package.
While doing this I wanted to take the chance and add a few more things:

1. Root `Makefile` for root operations `install` and `clean` for easy
cleaning and reinstallation of dependencies
2. Add rule `import/no-extraneous-dependencies` to error in case we make
use of a module without installing it beforehand. This caused some
issues already and a first fix was added with #3381. But also here I
have to install `glob` as it wasn't listed in the config's dependency
list, but is imported in
[packages/config/scripts/ci.cjs#L1](https://github.com/kumahq/kuma-gui/blob/36911e6e113bdf823e98233d2eac4543acb588b4/packages/config/scripts/ci.cjs#L1).
3. Linting of staged files in `packages/config`
4. Auto-fixing some linting issues that got revealed after adding the
linter here
5. A typo I found

---------

Signed-off-by: schogges <[email protected]>
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