schema-utils
schema-utils copied to clipboard
Options Validation
This PR contains a: - [ ] **bugfix** - [x] new **feature** - [ ] **code refactor** - [x] **test update** - [ ] **typo fix** - [ ] **metadata...
This PR contains a: - [ ] **bugfix** - [x] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...
- Operating System: Ubuntu 16.04 LTS - Node Version: 14.15.3 - NPM Version: 6.14.10 - webpack Version: ^4 - schema-utils Version: ^3 ### Feature Proposal Please add standalone `Schema` type...
# Bug report **What is the current behavior?** misleading error message: configuration.module.rules[].exclude All other config property is removed here for clarity. When I use string for `exclude` - config ```js...
- Operating System: any - Node Version: any - NPM Version: any - webpack Version: any - schema-utils Version: 2.0.0 ### Feature Proposal Supports: - better errors for `not` keyword,...
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x]...
This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [ ]...
* Operating System: * Node Version: * NPM Version: * webpack Version: * schema-utils Version: When an array is provided instead of an object, it passes the validation. ### Actual...
Run tests on Node.js v23
### Feature Proposal I'm getting deprecation warnings like this when I run webpack: > (node:23924) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. It seems...