Skip to content

chore(deps): update dependency unist-util-visit to v5

This MR contains the following updates:

Package Type Update Change
unist-util-visit devDependencies major ^2.0.3 -> ^5.0.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

syntax-tree/unist-util-visit

v5.0.0

Compare Source

Change
  • 4dcff31 Update @types/unist migrate: update too
  • befc0b3 Change to require Node.js 16 migrate: update too
  • b5f36de Change to use export map migrate: don’t use private APIs
  • 89fc050 Change to remove complex-types.d.ts migrate: use main export
  • 12c9ee9 Change to pass undefined, not null migrate: change null to undefined
Fix
  • 3cb2732 Fix performance of InclusiveDescendant type

Full Changelog: https://github.com/syntax-tree/unist-util-visit/compare/4.1.2...5.0.0

v4.1.2

Compare Source

Misc

Full Changelog: https://github.com/syntax-tree/unist-util-visit/compare/4.1.1...4.1.2

v4.1.1

Compare Source

Full Changelog: https://github.com/syntax-tree/unist-util-visit/compare/4.1.0...4.1.1

v4.1.0

Compare Source

Full Changelog: https://github.com/syntax-tree/unist-util-visit/compare/4.0.0...4.1.0

v4.0.0

Compare Source

  • 050fdc3 Change types to base what visitor gets on tree (breaking if you use TypeScript, read commit for info)

v3.1.0

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source

  • ed0bccd Add JSDoc based types
  • dfbcafb Use ESM note: change from const visit = require('unist-util-visit') to import {visit} from 'unist-util-visit'

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports