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

Bump gatsby and gatsby-plugin-manifest #204

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2021

Bumps gatsby and gatsby-plugin-manifest. These dependencies needed to be updated together.
Updates gatsby from 3.14.6 to 4.3.0

Release notes

Sourced from gatsby's releases.

v4.3

Welcome to [email protected] release (November 2021 #3)

Key highlights of this release:

Also check out notable bugfixes.

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

Full changelog

v4.2

Welcome to [email protected] release (November 2021 #2).

Key highlights of this release:

Also check out notable bugfixes.

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

Full changelog

v4.1

Welcome to [email protected] release (November 2021 #1).

Key highlights of this release:

Also check out notable bugfixes.

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

... (truncated)

Commits
  • 864751d chore(release): Publish
  • b90f394 chore(gatsby): log pending jobs when build is stuck (#34102) (#34107)
  • 070eeee chore: Compile stale action
  • b81612c chore(docs): Add missing permission for Shopify Admin API (#34091)
  • 8650b53 fix(gatsby): create placeholder interface if it doesn't exist yet when mergin...
  • 2a94a48 fix(gatsby-transformer-json): Fix high memory consumption (#34084)
  • e16f7f7 chore: Correctly parse stale output
  • 63183e3 fix(gatsby): node manifests v2 inc builds (#34086)
  • a7f3f85 feat(gatsby): Node manifest api v2 (#34024)
  • 19149ac chore(gatsby-source-contentful): Add note to Rich Text docs (#34083)
  • Additional commits viewable in compare view

Updates gatsby-plugin-manifest from 3.14.0 to 4.3.0

Release notes

Sourced from gatsby-plugin-manifest's releases.

v4.3

Welcome to [email protected] release (November 2021 #3)

Key highlights of this release:

Also check out notable bugfixes.

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

Full changelog

v4.2

Welcome to [email protected] release (November 2021 #2).

Key highlights of this release:

Also check out notable bugfixes.

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

Full changelog

v4.1

Welcome to [email protected] release (November 2021 #1).

Key highlights of this release:

Also check out notable bugfixes.

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

... (truncated)

Changelog

Sourced from gatsby-plugin-manifest's changelog.

4.3.0 (2021-12-01)

🧾 Release notes

Bug Fixes

4.2.0 (2021-11-16)

🧾 Release notes

Bug Fixes

4.1.4 (2021-11-15)

Note: Version bump only for package gatsby-plugin-manifest

4.1.3 (2021-11-11)

Note: Version bump only for package gatsby-plugin-manifest

4.1.2 (2021-11-10)

Note: Version bump only for package gatsby-plugin-manifest

4.1.1 (2021-11-09)

Note: Version bump only for package gatsby-plugin-manifest

4.1.0 (2021-11-02)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-manifest

4.0.0 (2021-10-21)

🧾 Release notes

Chores

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) and [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest). These dependencies needed to be updated together.

Updates `gatsby` from 3.14.6 to 4.3.0
- [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]@4.3.0)

Updates `gatsby-plugin-manifest` from 3.14.0 to 4.3.0
- [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)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2021
@avi-moskoff avi-moskoff merged commit 763e337 into main Dec 13, 2021
@avi-moskoff avi-moskoff deleted the dependabot/npm_and_yarn/gatsby-and-gatsby-plugin-manifest-4.3.0 branch December 13, 2021 03:48
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 file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant