Skip to content

fix: export Schema and additional schemas #197

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #121

Breaking Changes

No

Additional Info

No

@alexander-akait alexander-akait merged commit f72cd60 into master Apr 22, 2025
26 checks passed
@alexander-akait alexander-akait deleted the issue-121 branch April 22, 2025 13:01
@sethamus
Copy link

I believe this change is likely why ESLint CI started to fail.

Run npm run lint:types

> eslint-webpack-plugin@[5](https://github.com/eslint/eslint/actions/runs/14600143793/job/40956026705?pr=19648#step:7:6).0.1 lint:types
> tsc --pretty --noEmit

node_modules/webpack/types.d.ts:9[6](https://github.com/eslint/eslint/actions/runs/14600143793/job/40956026705?pr=19648#step:7:7):2 - error TS2305: Module '"schema-utils/declarations/validate"' has no exported member 'Extend'.

96  Extend,
    ~~~~~~


Found 1 error in node_modules/webpack/types.d.ts:[9](https://github.com/eslint/eslint/actions/runs/14600143793/job/40956026705?pr=19648#step:7:10)6

Error: Process completed with exit code 2.

@alexander-akait
Copy link
Member Author

@sethamus Because some types was internally renamed, you should use a new name - ExtendedSchema

@alexander-akait
Copy link
Member Author

But looks like more developers use it, fix here - #198

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.

Add Schema type declaration
2 participants