Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2022

Bumps gatsby-plugin-mdx from 3.20.0 to 4.0.0.

Release notes

Sourced from gatsby-plugin-mdx's releases.

v4.0.0

Welcome to gatsby@4.0.0 release (October 2021 #1).

We've released Gatsby 3 in March 2021 and now have a lot of exciting new features for Gatsby 4! We’ve tried to make migration smooth. Please refer to the migration guide and let us know if you encounter any issues when migrating.

Key highlights of this release:

Also check out notable bugfixes and improvements.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

Previous release notes for 3.14

Full changelog

Changelog

Sourced from gatsby-plugin-mdx's changelog.

4.0.0 (2022-08-16)

🧾 Release notes

Bug Fixes

Chores

  • Add note about rehype-slug-custom-id (bc80c23)
  • Update .gitignore (0705ac7)

Other Changes

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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 dependabot bot added dependencies Pull requests that update a dependency (dev or runtime) javascript Pull requests that update Javascript code labels Aug 18, 2022
@dependabot dependabot bot requested review from a team, csouchet, oanesini and tbouffard and removed request for a team August 18, 2022 08:00
@csouchet
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from d072534 to efd2f1b Compare August 18, 2022 10:35
@csouchet csouchet self-assigned this Aug 18, 2022
@csouchet
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from efd2f1b to 58e1e23 Compare August 18, 2022 11:55
@csouchet
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from 58e1e23 to b63a033 Compare August 18, 2022 13:36
@github-actions
Copy link

github-actions bot commented Aug 18, 2022

😭 Deploy PR Preview 0b1d0a7 failed. Build logs

🤖 By surge-preview

Copy link
Contributor

@csouchet csouchet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error on build:

>  gatsby develop

node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
        throw ex;
        ^

Error: Cannot find module '@babel/core'
Require stack:
- node_modules/babel-loader/lib/index.js
- node_modules/gatsby/dist/utils/babel-loader.js
- node_modules/gatsby/dist/utils/webpack.config.js
- node_modules/gatsby/dist/utils/start-server.js
- node_modules/gatsby/dist/services/start-webpack-server.js
- node_modules/gatsby/dist/services/index.js
- node_modules/gatsby/dist/state-machines/develop/services.js
- node_modules/gatsby/dist/state-machines/develop/index.js
- node_modules/gatsby/dist/commands/develop-process.js
- .cache/tmp-52249-3cse0VQjMhNs
 babel-loader@8 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babel-loader@7'.
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
    at Function.Module._load (node:internal/modules/cjs/loader:804:27)
    at Module.require (node:internal/modules/cjs/loader:1028:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (node_modules/babel-loader/lib/index.js:10:11)
    at Module._compile (node:internal/modules/cjs/loader:1126:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    at Module.load (node:internal/modules/cjs/loader:1004:32)
    at Function.Module._load (node:internal/modules/cjs/loader:839:12)
    at Module.require (node:internal/modules/cjs/loader:1028:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (node_modules/gatsby/src/utils/babel-loader.js:1:21)
    at Module._compile (node:internal/modules/cjs/loader:1126:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
    at Module.load (node:internal/modules/cjs/loader:1004:32)
    at Function.Module._load (node:internal/modules/cjs/loader:839:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    'node_modules/babel-loader/lib/index.js',
    'node_modules/gatsby/dist/utils/babel-loader.js',
    'node_modules/gatsby/dist/utils/webpack.config.js',
    'node_modules/gatsby/dist/utils/start-server.js',
    'node_modules/gatsby/dist/services/start-webpack-server.js',
    'node_modules/gatsby/dist/services/index.js',
    'node_modules/gatsby/dist/state-machines/develop/services.js',
    'node_modules/gatsby/dist/state-machines/develop/index.js',
    'node_modules/gatsby/dist/commands/develop-process.js',
    '.cache/tmp-52249-3cse0VQjMhNs'
  ]
}

@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from e413e7f to eba8337 Compare August 22, 2022 16:02
@csouchet
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 30, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch 2 times, most recently from 04ccc07 to 8dc4748 Compare August 31, 2022 11:44
@csouchet
Copy link
Contributor

csouchet commented Aug 31, 2022

After install babel, following the error message, there is a new error on the format of the MDX file.

I found this plugin for ESLint for the MDX file. Maybe, we should try to add it in another PR: https://github.com/mdx-js/eslint-mdx

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 5, 2022

A newer version of gatsby-plugin-mdx exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@csouchet csouchet removed their assignment Sep 26, 2022
@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from 75eb405 to bc061c7 Compare September 26, 2022 15:16
@csouchet csouchet changed the title [INFRA] dev - Bump gatsby-plugin-mdx from 3.20.0 to 4.0.0 [INFRA] dev - Bump gatsby-plugin-mdx from 3.20.0 to 4.2.1 Sep 26, 2022
@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch 2 times, most recently from a5fefb6 to c607e0a Compare September 30, 2022 09:31
@csouchet csouchet changed the title [INFRA] dev - Bump gatsby-plugin-mdx from 3.20.0 to 4.2.1 [INFRA] dev - Bump gatsby-plugin-mdx from 3.20.0 to 4.3.0 Oct 3, 2022
@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from c607e0a to 7f02c55 Compare October 3, 2022 14:49
@csouchet
Copy link
Contributor

csouchet commented Oct 7, 2022

Need to rebase on #699

@csouchet csouchet added the rebase needed 💥 Pull request that must be rebased on the latest master commit prior being reviewed or merged label Oct 7, 2022
@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from 7f02c55 to 4c96996 Compare October 10, 2022 08:18
@csouchet csouchet added depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first and removed rebase needed 💥 Pull request that must be rebased on the latest master commit prior being reviewed or merged labels Oct 10, 2022
@csouchet csouchet removed the depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first label Oct 17, 2022
@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from 4c96996 to 0b1d0a7 Compare October 17, 2022 16:25
@csouchet csouchet force-pushed the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch from 54a8787 to f3ca5a4 Compare October 27, 2022 09:16
@csouchet
Copy link
Contributor

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2022

Superseded by #722.

@dependabot dependabot bot closed this Oct 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gatsby-plugin-mdx-4.0.0 branch October 27, 2022 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency (dev or runtime) javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant