-
Notifications
You must be signed in to change notification settings - Fork 4
[INFRA] dev - Bump gatsby-plugin-mdx from 3.20.0 to 4.3.0 #654
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
Conversation
@dependabot rebase |
d072534
to
efd2f1b
Compare
@dependabot rebase |
efd2f1b
to
58e1e23
Compare
@dependabot rebase |
58e1e23
to
b63a033
Compare
😭 Deploy PR Preview 0b1d0a7 failed. Build logs 🤖 By surge-preview |
There was a problem hiding this 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'
]
}
e413e7f
to
eba8337
Compare
@dependabot rebase |
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 |
04ccc07
to
8dc4748
Compare
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 |
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. |
75eb405
to
bc061c7
Compare
a5fefb6
to
c607e0a
Compare
c607e0a
to
7f02c55
Compare
Need to rebase on #699 |
7f02c55
to
4c96996
Compare
4c96996
to
0b1d0a7
Compare
Bumps [gatsby-plugin-mdx](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-mdx) from 3.20.0 to 4.0.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-mdx/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-mdx@4.0.0/packages/gatsby-plugin-mdx) --- updated-dependencies: - dependency-name: gatsby-plugin-mdx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
- Update @mdx-js/react
54a8787
to
f3ca5a4
Compare
@dependabot recreate |
Superseded by #722. |
Bumps gatsby-plugin-mdx from 3.20.0 to 4.0.0.
Release notes
Sourced from gatsby-plugin-mdx's releases.
Changelog
Sourced from gatsby-plugin-mdx's changelog.
Commits
b8eac2d
chore(release): Publish3253a38
fix(gatsby-plugin-mdx): Hashing and pluginOptions (#36387) (#36395)bc80c23
chore: Add note about rehype-slug-custom-id86a8efc
chore(release): Publish next0705ac7
chore(gatsby-plugin-mdx): Update .gitignorec92db36
BREAKING CHANGE(gatsby-plugin-mdx): MDX v2 (#35650)3c0dd6d
chore(release): Publish nextd8efbc2
chore(release): Publish next8661faf
chore(changelogs): update changelogs (#36307)1ddee58
chore(release): Publish next pre-minorYou 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)