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

fix(deps): bump remark-emoji from 3.0.2 to 5.0.0 #2280

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 28, 2024

Bumps remark-emoji from 3.0.2 to 5.0.0.

Release notes

Sourced from remark-emoji's releases.

v5.0.0

  • Breaking change: Drop support for Node.js v16 or earlier following the Node.js maintenance cycle. Now this package supports Node.js v18 or later.
  • Migrate from JavaScript to TypeScript. Now the type definitions are generated by TypeScript compiler automatically. This is just an internal change and the APIs are preserved the same as in v4.0.1.
  • Avoid using legacy packages in example codes in the readme document.
  • The demo with Codesandbox was rebuilt from scratch with the latest Remark ecosystem and TypeScript.

v4.0.1

  • Fix type definitions (#29)
    • This plugin is for transforming mdast (Markdown AST). Now it is explicitly defined as the 2nd type parameter of unified.Plugin.
    • @types/mdast and unified are now runtime dependencies. This ensures that the correct versions of those packages are referred by TypeScript compiler.

v4.0.0

  • Breaking Change Update node-emoji from v1 to v2. This change introduces support for many new emojis and removes old emoji short codes which are no longer valid on GitHub.
Changelog

Sourced from remark-emoji's changelog.

v5.0.0 - 26 May 2024

  • Breaking change: Drop support for Node.js v16 or earlier following the Node.js maintenance cycle. Now this package supports Node.js v18 or later.
  • Migrate from JavaScript to TypeScript. Now the type definitions are generated by TypeScript compiler automatically. This is just an internal change and the APIs are preserved the same as in v4.0.1.
  • Avoid using legacy packages in example codes in the readme document.
  • The demo with Codesandbox was rebuilt from scratch with the latest Remark ecosystem and TypeScript.

Changes

v4.0.1 - 29 Oct 2023

  • Fix type definitions (#29)
    • This plugin is for transforming mdast (Markdown AST). Now it is explicitly defined as the 2nd type parameter of unified.Plugin.
    • @types/mdast and unified are now runtime dependencies. This ensures that the correct versions of those packages are referred by TypeScript compiler.

Changes

v4.0.0 - 10 Aug 2023

  • Breaking Change Update node-emoji from v1 to v2. This change introduces support for many new emojis and removes old emoji short codes which are no longer valid on GitHub.

Changes

Commits
  • f4fb8bb 5.0.0
  • c3de47f update dependencies in lock file to the latest
  • c2ba53e prefer rehype-sanitize to hast-util-sanitize
  • 83a00f9 recreate demo Codesandbox with TypeScript and the latest remark ecosystem
  • 023b810 Merge branch 'ts'
  • adddf66 use node16 module resolution explicitly
  • 4413525 check eslint.config.mjs with tsc on npm run lint
  • 9a2d4f0 fix publish configurations in package.json
  • 5be815a tweak document to remove redundant package use in example
  • 05bcfa3 drop node versions before v18
  • Additional commits viewable in compare view

Dependabot compatibility score

You 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [remark-emoji](https://github.com/rhysd/remark-emoji) from 3.0.2 to 5.0.0.
- [Release notes](https://github.com/rhysd/remark-emoji/releases)
- [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md)
- [Commits](rhysd/remark-emoji@v3.0.2...v5.0.0)

---
updated-dependencies:
- dependency-name: remark-emoji
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 28, 2024 21:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2024

Superseded by #2334.

@dependabot dependabot bot closed this Aug 30, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/remark-emoji-5.0.0 branch August 30, 2024 21:23
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants