Skip to content

fix(deps): update unified (major)#11700

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-unified
Open

fix(deps): update unified (major)#11700
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-unified

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2025

This PR contains the following updates:

Package Change Age Confidence
rehype-react 7.2.08.0.0 age confidence
rehype-stringify 9.0.410.0.1 age confidence
remark-directive 2.0.14.0.0 age confidence
remark-gfm 3.0.14.0.1 age confidence
remark-parse (source) 10.0.211.0.0 age confidence
remark-rehype 10.1.011.1.2 age confidence
unified (source) 10.1.211.0.5 age confidence

Release Notes

rehypejs/rehype-react (rehype-react)

v8.0.0

Compare Source

Change
  • 579589b Change to support preact, solid, svelte, vue, too
    migrate: change import {Fragment, createElement} from 'react' -> import * as production from 'react/jsx-runtime',
    then change .use(rehypeReact, {Fragment, createElement}) -> .use(rehypeReact, production),
    and change the option fixTableCellAlign -> tableCellAlignToStyle
  • 73c4fb0 Update @types/hast, unified, utilities, etc
    migrate: update too
  • f9c640b Change to require Node.js 16
    migrate: update too
  • fb00d7b Change to use exports
    migrate: don’t use private APIs

Full Changelog: rehypejs/rehype-react@7.2.0...8.0.0

rehypejs/rehype (rehype-stringify)

v10.0.1

Compare Source

v10.0.0

Compare Source

(see 13.0.0)

remarkjs/remark-directive (remark-directive)

v4.0.0

Compare Source

Full Changelog: remarkjs/remark-directive@3.0.1...4.0.0

v3.0.1

Compare Source

Full Changelog: remarkjs/remark-directive@3.0.0...3.0.1

v3.0.0

Compare Source

Change
  • a952370 Update @types/mdast, unified, utilities
    migrate: update too
  • 733932d Change to use exports
    migrate: don’t use private APIs
  • 20c4a6b Change to require Node.js 16
    migrate: update too

Full Changelog: remarkjs/remark-directive@2.0.1...3.0.0

remarkjs/remark-gfm (remark-gfm)

v4.0.1

Compare Source

Types
  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports
Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1

v4.0.0

Compare Source

Change
  • b8cc334 Update @types/mdast, unified, utilities
    migrate: update too
  • 9eb0f54 Change to use exports
    migrate: don’t use private APIs
  • 5715c93 Change to require Node.js 16
    migrate: update too

Full Changelog: remarkjs/remark-gfm@3.0.1...4.0.0

remarkjs/remark (remark-parse)

v11.0.0

Compare Source

  • 145019c Update unified-args
    breaking: remove support for Node 12
    tiny chance of breaking: this adheres properly to YAML 1.2
    tiny chance of breaking: this matches modern node in how to resolve plugins
    by @​remcohaszing in #​1008

Full Changelog: https://github.com/remarkjs/remark/compare/14.0.2...remark-cli@11.0.0

remarkjs/remark-rehype (remark-rehype)

v11.1.2

Compare Source

Types
  • eefd5f1 Fix types for bridge mode with missing overload

Full Changelog: remarkjs/remark-rehype@11.1.1...11.1.2

v11.1.1

Compare Source

Fix
  • f0cce2d Fix mutate support in unified-engine
Miscellaneous
Types

Full Changelog: remarkjs/remark-rehype@11.1.0...11.1.1

v11.1.0

Compare Source

Add
  • 0174dfc Add file to options passed to mdast-util-to-hast

Full Changelog: remarkjs/remark-rehype@11.0.0...11.1.0

v11.0.0

Compare Source

Change
  • 30091c7 Change to require Node.js 16
    migrate: update too
  • cafeacc Change to use exports
    migrate: don’t use private APIs
  • acb292a Update mdast-util-to-hast, @types/{hast,mdast}, unified, etc
    migrate: update too
    if you don’t use handlers, this should be fine;
    if you do, see mdast-util-to-hast@13.0.0
  • ba50965 Remove Processor type
    migrate: get it from unified
Add
  • b990986 Add exports of defaultFootnoteBackContent, defaultFootnoteBackLabel

Full Changelog: remarkjs/remark-rehype@10.1.0...11.0.0

unifiedjs/unified (unified)

v11.0.5

Compare Source

Fix

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

v11.0.4

Compare Source

Types

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

v11.0.3

Compare Source

Fix
  • 8dee2ab Fix support for functions in data

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

v11.0.2

Compare Source

  • cea788b Fix type of settings if nothing is registered yet

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

v11.0.1

Compare Source

  • d1a915d Fix incorrect type of settings in presets

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

v11.0.0

Compare Source

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
    migrate: if you love classes, see commit message
  • 4676814 Remove support for compilers returning nullish
    migrate: nobody did that
  • 807ffb9 Add improved types
    migrate: it’s probably just better if anything changed at all
  • b35afe0 Add useful error on empty presets
    by @​wooorm in #​202
  • 6f068a0 Fix to deep clone preset settings
  • 56ee288 Fix non-first parameter merging when reconfiguring plugins
Misc

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate Package renovation label Sep 30, 2025
@renovate renovate bot force-pushed the renovate/major-unified branch from 0d1efac to 51a8206 Compare October 21, 2025 10:17
@renovate renovate bot force-pushed the renovate/major-unified branch from 8cd3366 to 3ff136e Compare November 10, 2025 15:54
@renovate renovate bot force-pushed the renovate/major-unified branch 4 times, most recently from 0f217a1 to c44afce Compare November 23, 2025 13:47
@renovate renovate bot force-pushed the renovate/major-unified branch from c44afce to ef40c10 Compare December 3, 2025 16:30
@w98090392-creator
Copy link

w98090392-creator commented Dec 14, 2025

This PR contains the following updates:

Package Change Age Confidence
rehype-react 7.2.0 -> 8.0.0 age confidence
rehype-stringify 9.0.4 -> 10.0.1 age confidence
remark-directive 2.0.1 -> 4.0.0 age confidence
remark-gfm 3.0.1 -> 4.0.1 age confidence
remark-parse (source) 10.0.2 -> 11.0.0 age confidence
remark-rehype 10.1.0 -> 11.1.2 age confidence
unified (source) 10.1.2 -> 11.0.5 age confidence

Release Notes

rehypejs/rehype-react (rehype-react)
rehypejs/rehype (rehype-stringify)
remarkjs/remark-directive (remark-directive)
remarkjs/remark-gfm (remark-gfm)
remarkjs/remark (remark-parse)
remarkjs/remark-rehype (remark-rehype)
unifiedjs/unified (unified)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.

  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-unified branch from ef40c10 to 59c4460 Compare December 17, 2025 23:30
@renovate renovate bot force-pushed the renovate/major-unified branch from 59c4460 to bb04ff1 Compare December 31, 2025 14:48
@renovate renovate bot force-pushed the renovate/major-unified branch from bb04ff1 to 48b2ddb Compare January 8, 2026 16:56
@renovate renovate bot force-pushed the renovate/major-unified branch 2 times, most recently from da35966 to 5d6a59a Compare January 23, 2026 17:28
@cbrunefearless cbrunefearless force-pushed the renovate/major-unified branch 2 times, most recently from 9e78cba to 2cc16e7 Compare February 6, 2026 17:08
@renovate renovate bot force-pushed the renovate/major-unified branch from 2cc16e7 to cff5ec3 Compare February 15, 2026 11:32
@renovate renovate bot force-pushed the renovate/major-unified branch from cff5ec3 to 29d85c7 Compare February 17, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

renovate Package renovation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant