Rotzbua
Rotzbua
- [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) ## Proposed changes fix: replace is-utf8 with native nodejs functions Available...
### Current Behavior The code has still some polyfills and code for unsupported Internet Explorer. IE support was removed with node-red release v3. ### Expected Behavior Removal of code. ###...
- [x] Bugfix / chore (breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes Remove polyfill for unsupported Internet Explorer....
- [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) ## Proposed changes Moves local copies of: - `jquery` - `jquery-ui`...
### Current Behavior Currently deprecated functions are used. ### Expected Behavior Use new replacements. ### Steps To Reproduce List of used deprecated functions: - `url.parse` - `slice` - `substr` List...
### Current Behavior As mentioned in https://github.com/node-red/node-red/issues/4738#issuecomment-2139489439 editor-client uses mixed dependencies: local copies and npm. ### Expected Behavior It would be beneficial to have most dependencies managed by npm and...
object not required anymore
Double quote to prevent globbing and word splitting. https://github.com/koalaman/shellcheck/wiki/SC2046
### Describe the problem Currently used tox version 3 does not run with python 3.12. ### Possible solution Migrate to tox version 4. ### System configuration * Python version: 3.12...
### Summary From [Nu Html Checker](https://validator.w3.org/nu/): Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. ### URL https://developer.mozilla.org/en-US/docs/Glossary/Void_element ### Reproduction steps 1. Open html...