Skip to content
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

build(deps-dev): bump words-n-numbers from 7.1.2 to 8.0.0 #153

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

Bumps words-n-numbers from 7.1.2 to 8.0.0.

Release notes

Sourced from words-n-numbers's releases.

Extracting single emojis instead of emoji words - breaking change

No more "words" formed by several emojis. This because each emoji in a sense are words. Will also work better with search engines as each can be used as a filter if you have an emoji facet to filter on.

So instead of:

cons stringOfWords = 'A ticket to 大阪 costs ¥2000 👌😄 😢'
extract(stringOfWords, { regex: emojis})
// ['👌😄', '😢']

...you will get:

cons stringOfWords = 'A ticket to 大阪 costs ¥2000 👌😄 😢'
extract(stringOfWords, { regex: emojis})
// ['👌', '😄', '😢']
Commits
  • 8820575 a bit better documentation
  • ef6be16 Merge pull request #200 from eklem/dependabot/npm_and_yarn/batr-2.1.8
  • 002ee57 Bump batr from 2.1.7 to 2.1.8
  • f124ab1 Merge pull request #199 from eklem/dependabot/npm_and_yarn/json5-1.0.2
  • 26073a5 Bump json5 from 1.0.1 to 1.0.2
  • 61a9f39 fixing import statement
  • cea9bd9 Adding jsDelivr-link to UMD-build
  • 1ef1020 adding caching
  • 8aff9aa test.yml with testing on node; current (node), LTS (lts/*) and maintenance (l...
  • See full diff 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)

Bumps [words-n-numbers](https://github.com/eklem/words-n-numbers) from 7.1.2 to 8.0.0.
- [Release notes](https://github.com/eklem/words-n-numbers/releases)
- [Commits](eklem/words-n-numbers@v7.1.2...v8.0.0)

---
updated-dependencies:
- dependency-name: words-n-numbers
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 20, 2023
@eklem eklem merged commit b382ccf into trunk Apr 20, 2023
6 checks passed
@eklem eklem deleted the dependabot/npm_and_yarn/words-n-numbers-8.0.0 branch April 20, 2023 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant