Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

build(deps): bump entities from 2.0.3 to 2.2.0 #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps entities from 2.0.3 to 2.2.0.

Release notes

Sourced from entities's releases.

v2.2.0

  • Add encodeNonAsciiHTML function 03b9143
    • Bit of a mouthful, but probably what most users expect; same as encodeHTML, but skips characters that are perfectly valid in ASCII and HTML.
  • Add escapeUTF8 function 1ea2418
    • Useful for escaping content in a space-saving manner, when charsets aren't an issue.
  • Use string codepoint methods when available 1e5aa22
    • Restores compatibility with Node < 4.
  • Add doc comments for most methods, deprecate some methods 8b1bc21

fb55/entities@v2.1.0...v2.2.0

v2.1.0

  • Minified built-in JSON maps (#305 by @fabiospampinato) 97ebff3
  • chore(lint): Add eslint-plugin-node 714d70d

fb55/entities@v2.0.3...v2.1.0

Commits
  • c60851e 2.2.0
  • 9cc8b9a chore(test): Use it instead of test
  • def686f chore(test): Update escapeUTF8 test
  • 42c45c4 refactor(encode): Use charCodeAt for single-character strings
  • ce7a5d9 refactor(encode): Remove duplicate reXmlChars variable
  • 8b1bc21 chore: Add doc comments for most methods, deprecate some methods
  • 1ea2418 feat: Add escapeUTF8 function
  • 03b9143 feat: Add encodeNonAsciiHTML function
  • dc51fa1 chore(prettier): Enable proseWrap
  • 9405ebc refactor(encode): Combine regexes for escaping
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [entities](https://github.com/fb55/entities) from 2.0.3 to 2.2.0.
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v2.0.3...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants