-
Notifications
You must be signed in to change notification settings - Fork 75
deps: Bump escape-unicode from 0.2.0 to 0.3.0 #1160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1083d7e to
671ec2c
Compare
Member
|
@dependabot recreate |
671ec2c to
019310c
Compare
Bumps [escape-unicode](https://github.com/neocotic/escape-unicode) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/neocotic/escape-unicode/releases) - [Changelog](https://github.com/neocotic/escape-unicode/blob/main/CHANGES.md) - [Commits](neocotic/escape-unicode@0.2.0...0.3.0) --- updated-dependencies: - dependency-name: escape-unicode dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
76a2306 to
b1248e8
Compare
matz3
approved these changes
Jan 9, 2026
werwolf2303
pushed a commit
that referenced
this pull request
Jan 18, 2026
Bumps [escape-unicode](https://github.com/neocotic/escape-unicode) from 0.2.0 to 0.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/neocotic/escape-unicode/releases">escape-unicode's releases</a>.</em></p> <blockquote> <h2>0.3.0</h2> <ul> <li><strong>Breaking Change:</strong> Remove <code>start</code> and <code>end</code> 2nd and 3rd optional parameters and always escape full range of <code>input</code> parameter <ul> <li>Caller is now responsible for slicing the <code>input</code> parameter beforehand, if desired</li> </ul> </li> <li><strong>Breaking Change:</strong> Add optional <code>options</code> 2nd parameter to support the following: <ul> <li><code>filter</code> - A function used to determine which Unicode code points should be converted to Unicode escapes</li> <li><code>replacer</code> - A function that returns a replacement string for an individual Unicode character represented by a specific Unicode code point, if any</li> </ul> </li> <li><strong>Breaking Change:</strong> Return empty string if <code>input</code> parameter is either <code>null</code> or <code>undefined</code></li> <li>Explicitly add full support for converting characters within the Basic Multilingual Plane (BMP)</li> <li>Rewrite the entire codebase in TypeScript and support both ESM and CJS usage</li> <li>Improve documentation</li> <li>Improve the developer experience for contributors with better tooling</li> <li>Bump all dependencies to latest versions</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/neocotic/escape-unicode/blob/main/CHANGES.md">escape-unicode's changelog</a>.</em></p> <blockquote> <h2>Version 0.3.0, 2025.08.04</h2> <ul> <li><strong>Breaking Change:</strong> Remove <code>start</code> and <code>end</code> 2nd and 3rd optional parameters and always escape full range of <code>input</code> parameter <ul> <li>Caller is now responsible for slicing the <code>input</code> parameter beforehand, if desired</li> </ul> </li> <li><strong>Breaking Change:</strong> Add optional <code>options</code> 2nd parameter to support the following: <ul> <li><code>filter</code> - A function used to determine which Unicode code points should be converted to Unicode escapes</li> <li><code>replacer</code> - A function that returns a replacement string for an individual Unicode character represented by a specific Unicode code point, if any</li> </ul> </li> <li><strong>Breaking Change:</strong> Return empty string if <code>input</code> parameter is either <code>null</code> or <code>undefined</code></li> <li>Explicitly add full support for converting characters within the Basic Multilingual Plane (BMP)</li> <li>Rewrite the entire codebase in TypeScript and support both ESM and CJS usage</li> <li>Improve documentation</li> <li>Improve the developer experience for contributors with better tooling</li> <li>Bump all dependencies to latest versions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/neocotic/escape-unicode/commit/56ebe19f3941b028c2c46e4e94ef38316133e52f"><code>56ebe19</code></a> release(0.3.0): Major rewrite</li> <li>See full diff in <a href="https://github.com/neocotic/escape-unicode/compare/0.2.0...0.3.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: d3xter666 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps escape-unicode from 0.2.0 to 0.3.0.
Release notes
Sourced from escape-unicode's releases.
Changelog
Sourced from escape-unicode's changelog.
Commits
56ebe19release(0.3.0): Major rewriteYou can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)