-
Notifications
You must be signed in to change notification settings - Fork 0
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): Bump webpack, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-source-filesystem and gatsby-transformer-sharp #92
Conversation
…gin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-source-filesystem and gatsby-transformer-sharp Bumps [webpack](https://github.com/webpack/webpack) to 5.94.0 and updates ancestor dependencies [webpack](https://github.com/webpack/webpack), [gatsby](https://github.com/gatsbyjs/gatsby), [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest), [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline), [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet), [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass), [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) and [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp). These dependencies need to be updated together. Updates `webpack` from 4.46.0 to 5.94.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v4.46.0...v5.94.0) Updates `gatsby` from 2.32.13 to 5.13.7 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/[email protected]@5.13.7) Updates `gatsby-plugin-manifest` from 2.12.1 to 5.13.1 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-manifest/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-manifest) Updates `gatsby-plugin-offline` from 3.10.2 to 6.13.3 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-offline/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-offline) Updates `gatsby-plugin-react-helmet` from 3.10.0 to 6.13.1 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-react-helmet) Updates `gatsby-plugin-sass` from 3.2.0 to 6.13.1 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sass/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-sass) Updates `gatsby-source-filesystem` from 2.11.1 to 5.13.1 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-source-filesystem) Updates `gatsby-transformer-sharp` from 2.12.1 to 5.13.1 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-transformer-sharp) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect - dependency-name: gatsby dependency-type: direct:production - dependency-name: gatsby-plugin-manifest dependency-type: direct:production - dependency-name: gatsby-plugin-offline dependency-type: direct:production - dependency-name: gatsby-plugin-react-helmet dependency-type: direct:production - dependency-name: gatsby-plugin-sass dependency-type: direct:production - dependency-name: gatsby-source-filesystem dependency-type: direct:production - dependency-name: gatsby-transformer-sharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
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.
53 thousand lines of updates. Cool. 👌
Just gonna grab a coffee … ☕️ 😉
(At least there’s a reduction…)
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.
@dependabot close
Build won't work, not worth the time going through updating for a simple static site
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps webpack to 5.94.0 and updates ancestor dependencies webpack, gatsby, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-sass, gatsby-source-filesystem and gatsby-transformer-sharp. These dependencies need to be updated together.
Updates
webpack
from 4.46.0 to 5.94.0Release notes
Sourced from webpack's releases.
... (truncated)
Commits
eabf85d
chore(release): 5.94.0955e057
security: fix DOM clobbering in auto public path9822387
test: fixcbb86ed
test: fix5ac3d7f
fix: unexpected asi generation with sequence expression2411661
security: fix DOM clobbering in auto public pathb8c03d4
fix: unexpected asi generation with sequence expressionf46a03c
revert: do not use heuristic fallback for "module-import"60f1898
fix: do not use heuristic fallback for "module-import"66306aa
Revert "fix: module-import get fallback from externalsPresets"Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Updates
gatsby
from 2.32.13 to 5.13.7Release notes
Sourced from gatsby's releases.
... (truncated)
Commits
d92aa8c
chore(release): Publish74d1fd1
fix(gatsby-adapter-netlify): support monorepos (#39005) (#39037)36f23d2
chore(release): Publish04c438a
perf(gatsby-adapter-netlify): improve adapt() performance (#38988) (#38991)6c63350
chore(release): Publish326c89a
feat: allow dsg/ssr renders without access to datastore if it's not required ...e7231ec
chore: pin@vercel/webpack-asset-relocator-loader
(#38981) (#38982)0f9ad54
chore(release): Publishb6935a4
chore(gatsby-source-contentful): upgrade is-online (#38862) (#38970)8f0f7c5
chore(release): PublishUpdates
gatsby-plugin-manifest
from 2.12.1 to 5.13.1Release notes
Sourced from gatsby-plugin-manifest's releases.
... (truncated)
Changelog
Sourced from gatsby-plugin-manifest's changelog.
... (truncated)
Commits
b24134d
chore(release): Publish18ffcfa
chore(release): Publish26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)7ba63eb
chore(changelogs): update changelogs (#38658)d90d747
chore(changelogs): update changelogs (#38642)ca15ef3
chore(deps): upgrade sharp to latest v0.32.6 (#38374)db248ab
chore(changelogs): update changelogs (#38526)e6e2fb4
chore(release): Publish next pre-minor1ebae56
chore(release): Publish nextUpdates
gatsby-plugin-offline
from 3.10.2 to 6.13.3Release notes
Sourced from gatsby-plugin-offline's releases.
... (truncated)
Changelog
Sourced from gatsby-plugin-offline's changelog.
... (truncated)
Commits
30621b4
chore(release): Publish282caaf
fix: pin cheerio (#39066) (#39069)8f0f7c5
chore(release): Publishedaf016
fix(gatsby-adapter-netlify): handler generation on windows (#38900) (#38929)b24134d
chore(release): Publish18ffcfa
chore(release): Publish26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)7ba63eb
chore(changelogs): update changelogs (#38658)d90d747
chore(changelogs): update changelogs (#38642)Updates
gatsby-plugin-react-helmet
from 3.10.0 to 6.13.1Release notes
Sourced from gatsby-plugin-react-helmet's releases.
... (truncated)
Changelog
Sourced from gatsby-plugin-react-helmet's changelog.
... (truncated)
Commits
b24134d
chore(release): Publish18ffcfa
chore(release): Publishdb248ab
chore(changelogs): update changelogs (#38526)e6e2fb4
chore(release): Publish next pre-minorfd4d702
chore(changelogs): update changelogs (#38248)0991178
chore(release): Publish next pre-minorebe9bc6
chore(release): Publish next57a4af5
chore(changelogs): update changelogs (#38096)99664bc
chore(release): Publish next pre-minora9c54f7
chore(release): Publish nextUpdates
gatsby-plugin-sass
from 3.2.0 to 6.13.1Release notes
Sourced from gatsby-plugin-sass's releases.
... (truncated)
Changelog
Sourced from gatsby-plugin-sass's changelog.
... (truncated)
Commits
b24134d
chore(release): Publish18ffcfa
chore(release): Publish26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)7ba63eb
chore(changelogs): update changelogs (#38658)d90d747
chore(changelogs): update changelogs (#38642)db248ab
chore(changelogs): update changelogs (#38526)e6e2fb4
chore(release): Publish next pre-minor1ebae56
chore(release): Publish nextfd4d702
chore(changelogs): update changelogs (#38248)Updates
gatsby-source-filesystem
from 2.11.1 to 5.13.1Release notes
Sourced from gatsby-source-filesystem's releases.
... (truncated)
Changelog
Sourced from gatsby-source-filesystem's changelog.
... (truncated)
Commits
b24134d
chore(release): Publish18ffcfa
chore(release): Publish26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)db248ab
chore(changelogs): update changelogs (#38526)e6e2fb4
chore(release): Publish next pre-minor1ebae56
chore(release): Publish next1d2dd04
fix(deps): update dependency xstate to ^4.38.0 for gatsby-source-filesystem (...fd4d702
chore(changelogs): update changelogs (#38248)0991178
chore(release): Publish next pre-minorUpdates
gatsby-transformer-sharp
from 2.12.1 to 5.13.1Release notes
Sourced from gatsby-transformer-sharp's releases.
... (truncated)
Changelog
Sourced from gatsby-transformer-sharp's changelog.
... (truncated)
Commits
b24134d
chore(release): Publish18ffcfa
chore(release): Publish26871b8
chore(release): Publish next9a26700
chore(changelogs): update changelogs (#38667)7ba63eb
chore(changelogs): update changelogs (#38658Description has been truncated