From 2c8f94a823de3089ce07b3e5c1e6bd656da4db31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 25 Nov 2018 10:29:50 +0800 Subject: [PATCH] Bump @mdx-js/mdx from 0.16.3 to 0.16.5 (#204) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@mdx-js/mdx](https://github.com/mdx-js/mdx) from 0.16.3 to 0.16.5.
Release notes *Sourced from [@mdx-js/mdx's releases](https://github.com/mdx-js/mdx/releases).* > ## v0.16.5 > - fix passing `components` via `MDXProvider` ([#333](https://github-redirect.dependabot.com/mdx-js/mdx/issues/333)) > > ## v0.16.4 > • props are assigned at the top level of render (bugfix) [#326](https://github-redirect.dependabot.com/mdx-js/mdx/issues/326) > • fix naming for `npm init mdx` directories [#329](https://github-redirect.dependabot.com/mdx-js/mdx/issues/329) > • don't add the `default` property to `import` nodes [#327](https://github-redirect.dependabot.com/mdx-js/mdx/issues/327)
Commits - [`4fe045f`](https://github.com/mdx-js/mdx/commit/4fe045f1c65a3c05a41aac73a0b3918946ce938b) v0.16.5 - [`f1dd09d`](https://github.com/mdx-js/mdx/commit/f1dd09dc5f03f96e7229f62609d0feba61a35318) Don't default components to the empty object ([#333](https://github-redirect.dependabot.com/mdx-js/mdx/issues/333)) - [`765ae4c`](https://github.com/mdx-js/mdx/commit/765ae4c83635d1995a4a835d7efea3b81bb6c294) Fix reference link - [`44f4221`](https://github.com/mdx-js/mdx/commit/44f4221687ba0224d78a90c159074c3625cbafd7) Create react-static.md ([#332](https://github-redirect.dependabot.com/mdx-js/mdx/issues/332)) - [`6c7e782`](https://github.com/mdx-js/mdx/commit/6c7e7828668c0fe3a9332f7a376375f19c15fae6) Add demoboard link ([#331](https://github-redirect.dependabot.com/mdx-js/mdx/issues/331)) - [`21a3cc7`](https://github.com/mdx-js/mdx/commit/21a3cc7b102ae8c706f54566440d852393e90049) v0.16.4 - [`8978bb1`](https://github.com/mdx-js/mdx/commit/8978bb12a1acfcccde20ca95308a717595eac834) Assign props at the top level of render ([#326](https://github-redirect.dependabot.com/mdx-js/mdx/issues/326)) - [`2270df3`](https://github.com/mdx-js/mdx/commit/2270df33ddfbb2c65a315d0d133e74e4cd8f3687) Remove `default` field from `import` nodes ([#327](https://github-redirect.dependabot.com/mdx-js/mdx/issues/327)) - [`e190ed7`](https://github.com/mdx-js/mdx/commit/e190ed73242fa9707435e7a270f7a743e114b918) Fix `create-mdx` name by basing it on example ([#329](https://github-redirect.dependabot.com/mdx-js/mdx/issues/329)) - See full diff in [compare view](https://github.com/mdx-js/mdx/compare/v0.16.3...v0.16.5)

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@mdx-js/mdx&package-manager=npm_and_yarn&previous-version=0.16.3&new-version=0.16.5)](https://dependabot.com/compatibility-score.html?dependency-name=@mdx-js/mdx&package-manager=npm_and_yarn&previous-version=0.16.3&new-version=0.16.5) 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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
--- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95f43f1..83da105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1643,9 +1643,9 @@ } }, "@mdx-js/mdx": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-0.16.3.tgz", - "integrity": "sha512-T7vBZFcjMRTYtmuUGCqueZmw28Wa2gbyO07joOLrpJwiAfEkrro3cMM+lEwWmt59IkbXz1IvaI67jgG0wUYw6Q==", + "version": "0.16.5", + "resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-0.16.5.tgz", + "integrity": "sha512-O+4BmL6OVD2LfcYwDfUnE2R8b/kdGn0Fv2/wXe59pTcJo0WrDhyB9irqqcJREFc6KScMhGNgz5sxbq6kQZO16A==", "dev": true, "requires": { "change-case": "^3.0.2", diff --git a/package.json b/package.json index 943ef01..ef79f0a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "xml2js": "^0.4.19" }, "devDependencies": { - "@mdx-js/mdx": "^0.16.3", + "@mdx-js/mdx": "^0.16.5", "@zeit/next-mdx": "^1.2.0", "babel-eslint": "^10.0.1", "micro-dev": "^3.0.0",