Dexus / translation-tools

Tools to translate json and md files via diverse translation apis like deepl, google, azure, etc.
1 stars 1 forks source link

Update dependency remark to v14 #7

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark (source) ^13.0.0 -> ^14.0.0 age adoption passing confidence

Release Notes

remarkjs/remark ### [`v14.0.2`](https://togithub.com/remarkjs/remark/releases/14.0.2) [Compare Source](https://togithub.com/remarkjs/remark/compare/14.0.1...14.0.2) - [`87c50a5`](https://togithub.com/remarkjs/remark/commit/87c50a58) Add improved docs by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/remarkjs/remark/pull/900](https://togithub.com/remarkjs/remark/pull/900) **Full Changelog**: https://github.com/remarkjs/remark/compare/14.0.1...14.0.2 ### [`v14.0.1`](https://togithub.com/remarkjs/remark/releases/14.0.1) [Compare Source](https://togithub.com/remarkjs/remark/compare/14.0.0...14.0.1) - [`9026568`](https://togithub.com/remarkjs/remark/commit/9026568a) Add missing types dependency ### [`v14.0.0`](https://togithub.com/remarkjs/remark/releases/14.0.0) [Compare Source](https://togithub.com/remarkjs/remark/compare/13.0.0...14.0.0) - [`b7afd25`](https://togithub.com/remarkjs/remark/commit/b7afd254) Use ESM - Change: ```js // From CommonJS var remark = require('remark') // To ESM import {remark} from 'remark' // Plugins use default exports: var remarkParse = require('remark-parse') // => import remarkParse from 'remark-parse' var remarkStringify = require('remark-stringify') // => import remarkStringify from 'remark-stringify' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - [`42d1b21`](https://togithub.com/remarkjs/remark/commit/42d1b212) Update dependencies - Update `unified` (10.0.0) (see: ) - Update `vfile` (5.0.0) (see: ) Importantly this renames ~~`vfile.contents`~~ to `vfile.value` - Update `mdast-util-from-markdown` (1.0.0) (see: ) - Update `mdast-util-to-markdown` (1.0.0) (see: ) - [`bc55caa`](https://togithub.com/remarkjs/remark/commit/bc55caa4) Add JSDoc based types

Configuration

📅 Schedule: "before 8am every weekday" in timezone Europe/Berlin.

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

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

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



This PR has been generated by WhiteSource Renovate. View repository job log here.