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): update external major (major) #225

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hast-util-raw 8.0.0 -> 9.0.0 age adoption passing confidence
hast-util-to-html 8.0.4 -> 9.0.0 age adoption passing confidence
mdast-util-to-hast 12.3.0 -> 13.0.1 age adoption passing confidence
unified (source) 10.1.2 -> 11.0.0 age adoption passing confidence

Release Notes

syntax-tree/hast-util-raw (hast-util-raw)

v9.0.0

Compare Source

Change
  • f0ceab5 Update @types/hast, utilities
    migrate: update too
  • 40ae4fa Change to require Node.js 16
    migrate: update too
  • 4edde89 Change to use exports
    migrate: don’t use private APIs
  • 246c313 Remove Raw type
    migrate: import it from mdast-util-to-hast
  • ae7296e Add smarter types for passThrough
    migrate: make sure to register custom nodes

Full Changelog: syntax-tree/hast-util-raw@8.0.0...9.0.0

syntax-tree/hast-util-to-html (hast-util-to-html)

v9.0.0

Compare Source

Change
  • 23a91fc Update @types/hast, utilities
    migrate: update too
  • 8c32af8 Change to require Node.js 16
    migrate: update too
  • 320b2ff Change to use exports
    migrate: don’t use private APIs
  • 15b1618 Remove entities option, use characterReferences
    migrate: options.entities -> options.characterReferences

Full Changelog: syntax-tree/hast-util-to-html@8.0.4...9.0.0

syntax-tree/mdast-util-to-hast (mdast-util-to-hast)

v13.0.1

Compare Source

Fix
  • 7ff28fb Fix trimming of whitespace around breaks

Full Changelog: syntax-tree/mdast-util-to-hast@13.0.0...13.0.1

v13.0.0

Compare Source

Change
  • 67ef76c Update @types/hast, @types/mdast, utilities
    migrate: update too
  • b815f5e Change to require Node.js 16
    migrate: update too
  • 33442cc Change to use exports
    migrate: don’t use private APIs
  • 56c88e4 Fix to match GH for HTML generated for backreferences
    migrate: use the function form of footnoteBackLabel for i18n, see defaultFootnoteBackLabel for inspiration
  • ffe7e47 Change to always return a node
    migrate: expect an empty root instead of nothing
  • ffbb8a8 Change to expect, yield undefined
    migrate: expect undefined everywhere, not null
  • c13fe7f Change to remove support for Footnote nodes
    migrate: use GFM, which does not have “inline” notes
  • 6fc783a Change to remove support for ancient lang on code with spaces
    migrate: you’re fine, this hasn’t been a thing for years
  • 72b8a68 Change to use maps for definitions on state
    migrate: if you make your own handles, expect maps
  • b328aa9 Change to remove function form of State, use plain object
    migrate: if you make your own handles, create nodes yourself, use state.applyData if needed
  • 40e1d29 Change to remove all, one helpers
    migrate: if you make your own handles, use state.all, state.one
  • 1894044 Change to remove H type
    migrate: use State
  • e804231 Change to remove complex-types.d.ts
    migrate: use main module
  • 4df5d41 Change to deep clone passed through nodes
    migrate: should be fine
Types
  • 52905eb Add smarter types for passThrough
    migrate: type your mdast/hast nodes by extending the content interfaces
  • 6f555a0 Add supported data fields to Data of mdast
    migrate: pass correct values in node.data
Fix
  • 3e300ea Fix to keep content around for hName on text

Full Changelog: syntax-tree/mdast-util-to-hast@12.3.0...13.0.0

unifiedjs/unified (unified)

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 https://github.com/unifiedjs/unified/pull/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 - "after 2pm on Monday" in timezone Europe/Zurich, 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 has been generated by Mend Renovate. View repository job log here.

@tripodsan tripodsan self-assigned this Jul 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency mdast-util-to-hast to v13 fix(deps): update external major (major) Aug 6, 2023
@renovate renovate bot force-pushed the renovate-major-external-major branch 3 times, most recently from 63323a4 to 9f9668b Compare August 9, 2023 10:58
@renovate renovate bot force-pushed the renovate-major-external-major branch from 9f9668b to 42341b3 Compare August 15, 2023 09:24
@tripodsan tripodsan merged commit ce39179 into main Aug 15, 2023
2 checks passed
@tripodsan tripodsan deleted the renovate-major-external-major branch August 15, 2023 11:18
github-actions bot pushed a commit that referenced this pull request Aug 15, 2023
## [1.44.1](v1.44.0...v1.44.1) (2023-08-15)

### Bug Fixes

* **deps:** update external major ([#225](#225)) ([ce39179](ce39179))
@github-actions
Copy link

🎉 This PR is included in version 1.44.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant