feat: Adding runtime module management and updating code from source repositories #145
commitlint.yml
on: pull_request
commitlint
/
commitlint
15s
Annotations
1 error
commitlint / commitlint
You have commit messages with errors
⧗ input: webpack.dev.config.js includes quietDeps: true, applies injected <link> styles once loaded, example app updates to show ParagonWebpackPlugin output
* Adds back `sassOptions.quietDeps: true`, as it was removed in a previous release (14.1.0) triggering disruptive Sass deprecation warnings.
* Updates `ParagonWebpackPlugin` to apply injected <link> styles once loaded.
* Updates example app to show a preview of the `ParagonWebpackPlugin`'s output.
✖ header must not be longer than 100 characters, current length is 147 [header-max-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 3 problems, 0 warnings
ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
⧗ input: feat: support merging base component props, custom props, and `pluginProps` via `slotOptions.mergeProps` (#84)
* feat: support merging props with PluginOperations.Modify
* fix: provide default content object for widget modification
* chore: pr feedback
* chore: consolidate examples
* chore: remove content prop from LinkExample
* chore: pr feedback, updating comment
✖ header must not be longer than 100 characters, current length is 110 [header-max-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://open-edx-proposals.readthedocs.io/en/latest/oep-0051-bp-conventional-commits.html
|