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

chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-{gfm,parse,rehype} + rehype-{format,stringify} #9896

Merged
merged 8 commits into from
Nov 7, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2023

Bumps unified from 10.1.2 to 11.0.4.

Release notes

Sourced from unified's releases.

11.0.4

Types

Full Changelog: unifiedjs/unified@11.0.3...11.0.4

11.0.3

Fix

  • 8dee2ab Fix support for functions in data

Full Changelog: unifiedjs/unified@11.0.2...11.0.3

11.0.2

  • cea788b Fix type of settings if nothing is registered yet

Full Changelog: unifiedjs/unified@11.0.1...11.0.2

11.0.1

  • d1a915d Fix incorrect type of settings in presets

Full Changelog: unifiedjs/unified@11.0.0...11.0.1

11.0.0

Change

  • baf80b2 Change to require Node.js 16 migrate: update too
  • dd9834a Update @types/unist migrate: update too
  • 620ccf9 Update vfile migrate: update too

Change (unlikey to affect you)

  • a44db46 Add Data, Settings types to augment shared data migrate: if you deal with data, type it, see commit for info
  • fb49556 Change to replace Buffer with Uint8Array migrate: you’re probably fine unless you use weird encodings, see commit for details if so
  • f3e71a8 Remove Attacher type migrate: use Plugin instead
  • cc53bb6 Remove FrozenProcessor type migrate: use Processor instead
  • 1aa3494 Change to yield undefined, not null migrate: expect undefined
  • 932c140 Change to use exports migrate: don’t use private APIs
  • 8e57478 Remove support for classes as compilers, parsers

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from mdn-bot as a code owner October 27, 2023 11:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 27, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/unified-11.0.4 branch 2 times, most recently from 555d0fe to 74c05e7 Compare November 3, 2023 22:23
Bumps [unified](https://github.com/unifiedjs/unified) from 10.1.2 to 11.0.4.
- [Release notes](https://github.com/unifiedjs/unified/releases)
- [Changelog](https://github.com/unifiedjs/unified/blob/main/changelog.md)
- [Commits](unifiedjs/unified@10.1.2...11.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/unified-11.0.4 branch from 74c05e7 to 744bf6e Compare November 3, 2023 22:41
Bumps [remark-parse](https://github.com/remarkjs/remark) from 10.0.2 to 11.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-parse@10.0.2...remark-parse@11.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [remark-gfm](https://github.com/remarkjs/remark-gfm) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/remarkjs/remark-gfm/releases)
- [Commits](remarkjs/remark-gfm@3.0.1...4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [remark-rehype](https://github.com/remarkjs/remark-rehype) from 10.1.0 to 11.0.0.
- [Release notes](https://github.com/remarkjs/remark-rehype/releases)
- [Commits](remarkjs/remark-rehype@10.1.0...11.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rehype-format](https://github.com/rehypejs/rehype-format) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/rehypejs/rehype-format/releases)
- [Commits](rehypejs/rehype-format@4.0.1...5.0.0)

---
updated-dependencies:
- dependency-name: rehype-format
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [rehype-stringify](https://github.com/rehypejs/rehype) from 9.0.4 to 10.0.0.
- [Release notes](https://github.com/rehypejs/rehype/releases)
- [Changelog](https://github.com/rehypejs/rehype/blob/main/changelog.md)
- [Commits](https://github.com/rehypejs/rehype/compare/rehype-stringify@9.0.4...rehype-stringify@10.0.0)

---
updated-dependencies:
- dependency-name: rehype-stringify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@caugner caugner changed the title chore(deps): bump unified from 10.1.2 to 11.0.4 chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-* + rehype-* Nov 3, 2023
@caugner caugner changed the title chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-* + rehype-* chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-{gfm,parse,rehype} + rehype-{format,stringify} Nov 4, 2023
@caugner
Copy link
Contributor

caugner commented Nov 4, 2023

* chore(deps): bump unified from 10.1.2 to 11.0.4
* chore(deps): bump remark-gfm from 3.0.1 to 4.0.0
* chore(deps): bump remark-parse from 10.0.2 to 11.0.0
* chore(deps): bump remark-rehype from 10.1.0 to 11.0.0
* chore(deps): bump rehype-format from 4.0.1 to 5.0.0
* chore(deps): bump rehype-stringify from 9.0.4 to 10.0.0

@caugner caugner requested a review from a team as a code owner November 7, 2023 16:00
@github-actions github-actions bot added the markdown markdown related issues and pull requests label Nov 7, 2023
@caugner caugner merged commit ef5800a into main Nov 7, 2023
16 checks passed
@caugner caugner deleted the dependabot/npm_and_yarn/unified-11.0.4 branch November 7, 2023 16:09
LeoMcA added a commit that referenced this pull request Nov 8, 2023
…,parse,rehype} + rehype-{format,stringify} (#9896)"

This reverts commit ef5800a.
LeoMcA added a commit that referenced this pull request Nov 8, 2023
… + remark-{gfm,parse,rehype} + rehype-{format,stringify} (#9896)" (#9978)

Revert "chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-{gfm,parse,rehype} + rehype-{format,stringify} (#9896)"

This reverts commit ef5800a.
caugner added a commit that referenced this pull request Nov 8, 2023
…o 11.0.4 + remark-{gfm,parse,rehype} + rehype-{format,stringify} (#9896)" (#9978)"

This reverts commit 58b53db.
gurezo pushed a commit to gurezo/yari that referenced this pull request Nov 11, 2023
… + remark-{gfm,parse,rehype} + rehype-{format,stringify} (mdn#9896)" (mdn#9978)

Revert "chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-{gfm,parse,rehype} + rehype-{format,stringify} (mdn#9896)"

This reverts commit ef5800a.
gurezo pushed a commit to gurezo/yari that referenced this pull request Nov 11, 2023
… + remark-{gfm,parse,rehype} + rehype-{format,stringify} (mdn#9896)" (mdn#9978)

Revert "chore(deps): bump unified from 10.1.2 to 11.0.4 + remark-{gfm,parse,rehype} + rehype-{format,stringify} (mdn#9896)"

This reverts commit ef5800a.
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 markdown markdown related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant