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

chore(deps): update gatsby monorepo (major) #598

Merged
merged 4 commits into from
Oct 31, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-preset-gatsby 1.14.0 -> 2.0.0 age adoption passing confidence
gatsby (changelog) 3.14.4 -> 4.0.2 age adoption passing confidence
gatsby-cli 3.14.2 -> 4.0.0 age adoption passing confidence
gatsby-plugin-feed 3.14.0 -> 4.0.0 age adoption passing confidence
gatsby-plugin-manifest 3.14.0 -> 4.0.0 age adoption passing confidence
gatsby-plugin-offline 4.14.0 -> 5.0.0 age adoption passing confidence
gatsby-plugin-preact 5.14.0 -> 6.0.0 age adoption passing confidence
gatsby-plugin-react-helmet 4.14.0 -> 5.0.0 age adoption passing confidence
gatsby-plugin-sass 4.14.0 -> 5.0.0 age adoption passing confidence
gatsby-plugin-sharp 3.14.1 -> 4.0.1 age adoption passing confidence
gatsby-plugin-sitemap 4.10.0 -> 5.0.0 age adoption passing confidence
gatsby-remark-copy-linked-files 4.11.0 -> 5.0.0 age adoption passing confidence
gatsby-remark-images 5.11.0 -> 6.0.0 age adoption passing confidence
gatsby-remark-responsive-iframe 4.11.0 -> 5.0.0 age adoption passing confidence
gatsby-remark-smartypants 4.11.0 -> 5.0.0 age adoption passing confidence
gatsby-source-filesystem 3.14.0 -> 4.0.0 age adoption passing confidence
gatsby-transformer-remark 4.11.0 -> 5.0.0 age adoption passing confidence
gatsby-transformer-sharp 3.14.0 -> 4.0.0 age adoption passing confidence

Release Notes

gatsbyjs/gatsby

v2.0.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

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

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

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

Pull reviewers stats

Stats for the last 30 days:

User Total reviews Median time to review Total comments

@ragaeeb ragaeeb added the dependencies Dependency upgrades of external modules label Oct 21, 2021
@renovate renovate bot force-pushed the renovate/major-gatsby-monorepo branch 4 times, most recently from 29313ef to 62f7092 Compare October 28, 2021 15:19
@github-actions github-actions bot force-pushed the renovate/major-gatsby-monorepo branch from 62f7092 to 666c830 Compare October 29, 2021 01:30
@ragaeeb ragaeeb self-assigned this Oct 30, 2021
})
})
},
query: `
Copy link

Choose a reason for hiding this comment

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

'template literal syntax' is only available in ES6 (use 'esversion: 6').

guid: site.siteMetadata.siteUrl + node.fields.slug,
custom_elements: [{ "content:encoded": node.html }],
})
})
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

url: site.siteMetadata.siteUrl + node.fields.slug,
guid: site.siteMetadata.siteUrl + node.fields.slug,
custom_elements: [{ "content:encoded": node.html }],
})
Copy link

Choose a reason for hiding this comment

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

Missing semicolon.

feeds: [
{
serialize: ({ query: { site, allMarkdownRemark } }) => {
return allMarkdownRemark.nodes.map(node => {
Copy link

Choose a reason for hiding this comment

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

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

`,
feeds: [
{
serialize: ({ query: { site, allMarkdownRemark } }) => {
Copy link

Choose a reason for hiding this comment

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

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').
'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

{
resolve: `gatsby-plugin-feed`,
options: {
query: `
Copy link

Choose a reason for hiding this comment

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

'template literal syntax' is only available in ES6 (use 'esversion: 6').

@@ -50,7 +50,60 @@ module.exports = {
],
},
},
`gatsby-plugin-feed`,
{
resolve: `gatsby-plugin-feed`,
Copy link

Choose a reason for hiding this comment

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

'template literal syntax' is only available in ES6 (use 'esversion: 6').

@ragaeeb ragaeeb added this to the v0.12.22 milestone Oct 30, 2021
@ragaeeb ragaeeb added maintainability Deals with keeping code maintainable points/2 Average ticket priority/medium Medium priority technical-logic Deals with application business logic labels Oct 30, 2021
};
// https://github.com/facebook/jest/issues/11444#issuecomment-855989054
const babelJestMd = require('babel-jest');
const babelJest = babelJestMd.__esModule ? babelJestMd.default : babelJestMd;
Copy link

Choose a reason for hiding this comment

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

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

presets: ['babel-preset-gatsby'],
};
// https://github.com/facebook/jest/issues/11444#issuecomment-855989054
const babelJestMd = require('babel-jest');
Copy link

Choose a reason for hiding this comment

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

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).

@sonarcloud
Copy link

sonarcloud bot commented Oct 31, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ragaeeb ragaeeb merged commit 8835547 into master Oct 31, 2021
@ragaeeb ragaeeb deleted the renovate/major-gatsby-monorepo branch October 31, 2021 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency upgrades of external modules maintainability Deals with keeping code maintainable points/2 Average ticket priority/medium Medium priority technical-logic Deals with application business logic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants