BOM-prefixed UTF-16/32 input now returns utf-16/utf-32 instead of utf-16-le/utf-16-be/utf-32-le/utf-32-be. The endian-specific codecs don't strip the BOM on decode, so callers were getting a stray U+FEFF at the start of their text. BOM-less detection is unchanged. (#364, #365)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [chardet](https://github.com/chardet/chardet) ([changelog](https://chardet.readthedocs.io/en/latest/changelog.html)) | patch | `==7.4.0.post2` → `==7.4.1` |
---
### Release Notes
<details>
<summary>chardet/chardet (chardet)</summary>
### [`v7.4.1`](https://github.com/chardet/chardet/releases/tag/7.4.1)
[Compare Source](https://github.com/chardet/chardet/compare/7.4.0.post2...7.4.1)
#### Bug Fixes
- BOM-prefixed UTF-16/32 input now returns `utf-16`/`utf-32` instead of `utf-16-le`/`utf-16-be`/`utf-32-le`/`utf-32-be`. The endian-specific codecs don't strip the BOM on decode, so callers were getting a stray U+FEFF at the start of their text. BOM-less detection is unchanged. ([#​364](https://github.com/chardet/chardet/issues/364), [#​365](https://github.com/chardet/chardet/issues/365))
**Full Changelog**: <https://github.com/chardet/chardet/compare/7.4.0...7.4.1>
</details>
---
### Configuration
📅 **Schedule**: (in timezone America/Edmonton)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
==7.4.0.post2→==7.4.1Release Notes
chardet/chardet (chardet)
v7.4.1Compare Source
Bug Fixes
utf-16/utf-32instead ofutf-16-le/utf-16-be/utf-32-le/utf-32-be. The endian-specific codecs don't strip the BOM on decode, so callers were getting a stray U+FEFF at the start of their text. BOM-less detection is unchanged. (#364, #365)Full Changelog: https://github.com/chardet/chardet/compare/7.4.0...7.4.1
Configuration
📅 Schedule: (in timezone America/Edmonton)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.