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-transformer-remark from 2.1.17 to 5.25.1 #662

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 11, 2023

Bumps gatsby-transformer-remark from 2.1.17 to 5.25.1.

Release notes

Sourced from gatsby-transformer-remark's releases.

v5.3.0

Welcome to [email protected] release (December 2022 #1)

Key highlights of this release:

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

v5.2.0

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

This is an out of band release due to the removal of the Potrace library in Gatsby. We'll continue with our biweekly schedule as normal.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.1.0

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

This is the first minor release after the recent major release of Gatsby 5! We are focused on your feedback and implementing fixes as needed.

If you haven’t migrated yet, please refer to the migration guide. We’ve done our best to make the transition smooth!

Some brief notes about what Gatsby 5 brings to the table:

  • Slices API unlocks up to 90% reduction in build duration for content changes in highly shared components
  • Partial Hydration allows you to ship only the necessary JavaScript to the browser

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know if you have any issues.

v5.0.0

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

Key highlights of this release:

Major dependency updates:

... (truncated)

Changelog

Sourced from gatsby-transformer-remark's changelog.

Changelog: gatsby-transformer-remark

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.4.0 (2023-01-10)

🧾 Release notes

Bug Fixes

Chores

6.3.2 (2022-12-20)

Bug Fixes

6.3.1 (2022-12-14)

Note: Version bump only for package gatsby-transformer-remark

6.3.0 (2022-12-13)

🧾 Release notes

Bug Fixes

  • update minor and patch dependencies for gatsby-transformer-remark #37164 (b7d1db7)

6.2.0 (2022-11-25)

🧾 Release notes

Other Changes

6.1.0 (2022-11-22)

🧾 Release notes

Note: Version bump only for package gatsby-transformer-remark

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 11, 2023
@masayuki038 masayuki038 force-pushed the dependabot/npm_and_yarn/gatsby-transformer-remark-5.25.1 branch from ba33ecc to 8520c1a Compare October 23, 2023 13:42
@masayuki038
Copy link
Collaborator

@justinclift Do you know why it failed to deploy to Netlify? I didn't see 'Details'.

@justinclift
Copy link
Member

Oh. Yeah, the Details link in this instance isn't helpful at all. I'll try force-pushing the commit and see if it re-runs things. Gimme a few minutes... 😄

@justinclift justinclift force-pushed the dependabot/npm_and_yarn/gatsby-transformer-remark-5.25.1 branch from 8520c1a to c454b52 Compare October 23, 2023 20:12
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gatsby-transformer-remark-5.25.1 branch October 23, 2023 20:12
@justinclift justinclift restored the dependabot/npm_and_yarn/gatsby-transformer-remark-5.25.1 branch October 23, 2023 20:12
@justinclift justinclift reopened this Oct 23, 2023
@justinclift
Copy link
Member

Sorry for the close/delete stuff above. Looks like Dependabot is a bit trigger happy when things change in unusual ways.

@justinclift
Copy link
Member

justinclift commented Oct 23, 2023

The Netlify link is still useless too. 😦

@masayuki038
Copy link
Collaborator

@justinclift Thanks for your help ! I'm not in a hurry, so it's okay. Later, I will close this, create an update with the same content manually and check it. thank you.

@justinclift
Copy link
Member

Cool. Yeah, that sounds like a good approach. 😄

@masayuki038
Copy link
Collaborator

I tried to bump gatsby-transformer-remark from 2.1.17 to 5.25.1 manually. However, it failed. It looks like that we should bump node version before this.

[masayuki@localhost website]$ node --version
v10.24.1
[masayuki@localhost website]$ yarn
yarn install v1.22.19
[1/4] Resolving packages...
[2/4] Fetching packages...
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14.15.0". Got "10.24.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

@justinclift
Copy link
Member

It looks like that we should bump node version before this.

Ahhh yeah, good point. Lets do that. 😄

@masayuki038
Copy link
Collaborator

Yes. I tried to bump node version in my local. However, it failed to install sharp. It looks like this depends on node version.
I will create an issue and try to bump gatsby from 2 to 5.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2024

A newer version of gatsby-transformer-remark exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@lucydodo
Copy link
Member

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@lucydodo
Copy link
Member

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2024

Looks like gatsby-transformer-remark is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jun 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/gatsby-transformer-remark-5.25.1 branch June 22, 2024 07:37
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.

3 participants