Skip to content
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

fix(gatsby-theme-bodiless, lerna): patch Lerna canary version generation [canary] #2037

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
310 changes: 309 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"license": "Apache-2.0",
"scripts": {
"bootstrap": "npm run clean:symlinks && npx lerna@^5.0.0 bootstrap --hoist --strict",
"bootstrap": "npm run clean:symlinks && npx lerna@^5.0.0 bootstrap --hoist --strict && patch-package",
"bootstrap:gatsby-cloud": "npm i && npx lerna@^5.0.0 bootstrap",
"build": "cross-env NODE_ENV=production lerna run build --stream --ignore @bodiless/gatsby-starter-bodiless",
"build:only": "cross-env NODE_ENV=production lerna run build --stream --scope",
Expand Down Expand Up @@ -135,7 +135,8 @@
"tslint-config-airbnb": "^5.11.1",
"typedoc": "^0.22.6",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.0.0"
"typescript": "^4.0.0",
"patch-package": "^6.5.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-bodiless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"gatsby-plugin-postcss": "5.10.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.7.0",
"gatsby-plugin-robots-txt": "1.7.1",
Copy link
Collaborator

Choose a reason for hiding this comment

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

@marcopagliarulo why do we want to fix the version to 1.7.1 here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

because version 1.8 requires Gatsby 5

"gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-typescript": "^4.10.1",
"gatsby-source-filesystem": "^4.11.1",
Expand Down