Closed BCsabaEngine closed 2 months ago
The pull request introduces updates across multiple files, primarily focusing on enhancing character handling in filenames and updating various development dependencies. A new section in the CHANGELOG.md
details a bug fix for an error related to the '@' sign in filenames. Additionally, several packages in the package.json
files have been upgraded to their latest versions, reflecting ongoing maintenance efforts.
File | Change Summary |
---|---|
CHANGELOG.md |
Added section for version 1.5.1, documenting a bug fix for '@' sign in filenames. |
demo/svelte/package.json |
Updated multiple devDependencies to newer versions, including @rollup/plugin-swc and svelte . |
package.json |
Updated @types/node and eslint versions to newer releases. |
src/index.ts |
Modified regex for filename processing to include more special characters for sanitization. |
CHANGELOG.md
for version 1.5.0 related to PsychicHttp v2, which may involve similar character handling improvements.[!TIP]
New features
Walkthrough comment now includes: - Possibly related PRs: A list of potentially related PRs to help you recall past context. - Suggested labels: CodeRabbit can now suggest labels by learning from your past PRs. You can also provide custom labeling instructions in the UI or configuration file. Notes: - Please share any feedback in the [discussion post](https://discordapp.com/channels/1134356397673414807/1282535539299323995) on our Discord. - Possibly related PRs, automatic label suggestions based on past PRs, learnings, and possibly related issues require data opt-in (enabled by default).
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
Bug Fixes
Chores