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-dev): bump gatsby from 4.6.2 to 4.7.1 #7591

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2022

Bumps gatsby from 4.6.2 to 4.7.1.

Release notes

Sourced from gatsby's releases.

v4.7

Welcome to gatsby@4.7.0 release (February 2022 #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

Full changelog

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added the dependencies Related to dependency updates label Feb 11, 2022
@shields-cd shields-cd temporarily deployed to shields-staging-pr-7591 February 11, 2022 13:12 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-4.7.1 branch from 2d9bea5 to 6785837 Compare February 11, 2022 23:30
@shields-cd shields-cd temporarily deployed to shields-staging-pr-7591 February 11, 2022 23:30 Inactive
@calebcartwright
Copy link
Member

calebcartwright commented Feb 11, 2022

Failures appear legitimate, ostensibly more typedef drift

npm run check-types:frontend


> shields.io@0.0.0 check-types:frontend
> tsc --noEmit --project .

node_modules/graphql-compose/lib/type/buffer.d.ts:3:25 - error TS2315: Type 'GraphQLScalarType' is not generic.

3 declare const _default: GraphQLScalarType<Buffer, string>;
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

node_modules/graphql-compose/lib/type/date.d.ts:2:25 - error TS2315: Type 'GraphQLScalarType' is not generic.

2 declare const _default: GraphQLScalarType<Date, string>;
                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Found 2 errors.


Exited with code exit status 2

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/gatsby-4.7.1 branch from 6785837 to 4d1a3fe Compare February 11, 2022 23:54
@shields-cd shields-cd temporarily deployed to shields-staging-pr-7591 February 11, 2022 23:55 Inactive
@calebcartwright
Copy link
Member

calebcartwright commented Feb 12, 2022

In general I'm a little curious why we see these types of issues at the frequency we've been seeing them (not every day of course but frequently enough to stick in the brain).

I've seen and can understand cases where the typedefs are maintained by a separate individual/team and distributed via DefinitelyTyped vs. being bundled in with the main/source js pacakge. Gatsby's in the latter camp, so haven't ever really wrapped my head around what would could be the root cause (admittedly i may be conflating similar issues from the various gatsby plugins/components)

Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 4.6.2 to 4.7.1.
- [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/gatsby@4.6.2...gatsby@4.7.1)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2022

Superseded by #7624.

@dependabot dependabot bot closed this Feb 18, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gatsby-4.7.1 branch February 18, 2022 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants