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 engine.io, gatsby, @rocketseat/gatsby-theme-docs, gatsby-plugin-canonical-urls, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-remove-trailing-slashes, gatsby-plugin-sass, gatsby-plugin-sitemap, gatsby-source-filesystem, gatsby-transformer-remark and gatsby-transformer-yaml #527

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2023

Bumps engine.io to 6.2.1 and updates ancestor dependencies engine.io, gatsby, @rocketseat/gatsby-theme-docs, gatsby-plugin-canonical-urls, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-remove-trailing-slashes, gatsby-plugin-sass, gatsby-plugin-sitemap, gatsby-source-filesystem, gatsby-transformer-remark and gatsby-transformer-yaml. These dependencies need to be updated together.

Updates engine.io from 4.1.2 to 6.2.1

Release notes

Sourced from engine.io's releases.

6.2.1

⚠️ This release contains an important security fix ⚠️

A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:

Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
}

Please upgrade as soon as possible.

Bug Fixes

  • catch errors when destroying invalid upgrades (#658) (425e833)

6.2.0

Features

  • add the "maxPayload" field in the handshake details (088dcb4)

So that clients in HTTP long-polling can decide how many packets they have to send to stay under the maxHttpBufferSize value.

This is a backward compatible change which should not mandate a new major revision of the protocol (we stay in v4), as we only add a field in the JSON-encoded handshake data:

0{"sid":"lv_VI97HAXpY6yYWAAAC","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":5000,"maxPayload":1000000}

Links

6.1.3

Bug Fixes

  • typings: allow CorsOptionsDelegate as cors options (#641) (a463d26)
  • uws: properly handle chunked content (#642) (3367440)

... (truncated)

Changelog

Sourced from engine.io's changelog.

6.2.1 (2022-11-20)

⚠️ This release contains an important security fix ⚠️

A malicious client could send a specially crafted HTTP request, triggering an uncaught exception and killing the Node.js process:

Error: read ECONNRESET
    at TCP.onStreamRead (internal/stream_base_commons.js:209:20)
Emitted 'error' event on Socket instance at:
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  errno: -104,
  code: 'ECONNRESET',
  syscall: 'read'
}

Please upgrade as soon as possible.

Bug Fixes

  • catch errors when destroying invalid upgrades (#658) (425e833)

Dependencies

3.6.0 (2022-06-06)

Bug Fixes

Features

  • decrease the default value of maxHttpBufferSize (58e274c)

This change reduces the default value from 100 mb to a more sane 1 mb.

This helps protect the server against denial of service attacks by malicious clients sending huge amounts of data.

See also: GHSA-j4f2-536g-r55m

... (truncated)

Commits
  • 24b847b chore(release): 6.2.1
  • 425e833 fix: catch errors when destroying invalid upgrades (#658)
  • 99adb00 chore(deps): bump xmlhttprequest-ssl and engine.io-client in /examples/latenc...
  • d196f6a chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#660)
  • 7c1270f chore(deps): bump nanoid from 3.1.25 to 3.3.1 (#659)
  • 535a01d ci: add Node.js 18 in the test matrix
  • 1b71a6f docs: remove "Vanilla JS" highlight from README (#656)
  • 917d1d2 refactor: replace deprecated String.prototype.substr() (#646)
  • 020801a chore: add changelog for version 3.6.0
  • ed1d6f9 test: make test script work on Windows (#643)
  • Additional commits viewable in compare view

Updates gatsby from 3.14.6 to 5.8.1

Release notes

Sourced from gatsby's releases.

v5.7.0

Welcome to gatsby@5.7.0 release (February 2023 #2)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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.6.0

Welcome to gatsby@5.6.0 release (February 2023 #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.5.0

Welcome to gatsby@5.5.0 release (January 2023 #2)

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.4.0

Welcome to gatsby@5.4.0 release (January 2023 #1)

The whole team took time off for a much deserved winter break and we hope you had relaxing holidays, too! Before the break we spent time doing maintenance work such as updating internal dependencies or fixing some smaller bugs here and there. In case you missed it, we shipped ES Modules (ESM) in Gatsby files in the last release.

So check out the notable bugfixes section to learn more.

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
  • 12c91db chore(release): Publish
  • 5f44208 fix(gatsby-plugin-sharp): don't serve static assets that are not result of cu...
  • facb07f fix(gatsby): don't block event loop during inference (#37780) (#37800)
  • 7d4125b chore(release): Publish
  • 944b074 fix(gatsby-source-shopify): Correct interface query (#37788) (#37791)
  • 370ba2a chore(release): Publish
  • 0f838b2 feat(gatsby-source-shopify): use gatsby node id to enable relationships (#377...
  • b1abb5b chore(release): Publish
  • 5e2c979 chore(deps): update starters and examples to ^18.15.3 (#37759)
  • 7bda38a feat:(gatsby-cli) - support REACT_PROFILE env var value to set profile cli ar...
  • Additional commits viewable in compare view

Updates @rocketseat/gatsby-theme-docs from 2.4.0 to 3.2.0

Release notes

Sourced from @​rocketseat/gatsby-theme-docs's releases.

@​rocketseat/gatsby-theme-docs-core@​3.2.0

Minor Changes

@​rocketseat/gatsby-theme-docs@​3.2.0

Minor Changes

Patch Changes

  • Updated dependencies [a4903ae]:
    • @​rocketseat/gatsby-theme-docs-core@​3.2.0

@​rocketseat/gatsby-theme-docs-core@​3.1.0

Minor Changes

@​rocketseat/gatsby-theme-docs@​3.1.0

Minor Changes

Patch Changes

  • Updated dependencies [c4f8d21]:
    • @​rocketseat/gatsby-theme-docs-core@​3.1.0

@​rocketseat/gatsby-theme-docs-core@​3.0.0

Major Changes

Patch Changes

@​rocketseat/gatsby-theme-docs@​3.0.0

Major Changes

Patch Changes

... (truncated)

Changelog

Sourced from @​rocketseat/gatsby-theme-docs's changelog.

3.2.0

Minor Changes

Patch Changes

  • Updated dependencies [a4903ae]:
    • @​rocketseat/gatsby-theme-docs-core@​3.2.0

3.1.0

Minor Changes

Patch Changes

  • Updated dependencies [c4f8d21]:
    • @​rocketseat/gatsby-theme-docs-core@​3.1.0

3.0.0

Major Changes

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by dieegosf, a new releaser for @​rocketseat/gatsby-theme-docs since your current version.


Updates gatsby-plugin-canonical-urls from 3.15.0 to 5.8.0

Release notes

Sourced from gatsby-plugin-canonical-urls's releases.

v5.7.0

Welcome to gatsby@5.7.0 release (February 2023 #2)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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.6.0

Welcome to gatsby@5.6.0 release (February 2023 #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.5.0

Welcome to gatsby@5.5.0 release (January 2023 #2)

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.4.0

Welcome to gatsby@5.4.0 release (January 2023 #1)

The whole team took time off for a much deserved winter break and we hope you had relaxing holidays, too! Before the break we spent time doing maintenance work such as updating internal dependencies or fixing some smaller bugs here and there. In case you missed it, we shipped ES Modules (ESM) in Gatsby files in the last release.

So check out the notable bugfixes section to learn more.

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-canonical-urls's changelog.

5.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

5.5.0 (2023-01-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.4.0 (2023-01-10)

🧾 Release notes

Chores

5.3.0 (2022-12-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.2.0 (2022-11-25)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-canonical-urls

5.1.0 (2022-11-22)

🧾 Release notes

... (truncated)

Commits

Updates gatsby-plugin-manifest from 3.15.0 to 5.8.0

Release notes

Sourced from gatsby-plugin-manifest's releases.

v5.7.0

Welcome to gatsby@5.7.0 release (February 2023 #2)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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.6.0

Welcome to gatsby@5.6.0 release (February 2023 #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.5.0

Welcome to gatsby@5.5.0 release (January 2023 #2)

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.4.0

Welcome to gatsby@5.4.0 release (January 2023 #1)

The whole team took time off for a much deserved winter break and we hope you had relaxing holidays, too! Before the break we spent time doing maintenance work such as updating internal dependencies or fixing some smaller bugs here and there. In case you missed it, we shipped ES Modules (ESM) in Gatsby files in the last release.

So check out the notable bugfixes section to learn more.

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.

5.8.0 (2023-03-21)

🧾 Release notes

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

5.7.0 (2023-02-21)

🧾 Release notes

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

5.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

5.5.0 (2023-01-24)

🧾 Release notes

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

5.4.0 (2023-01-10)

🧾 Release notes

Bug Fixes

Chores

5.3.1 (2022-12-14)

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

5.3.0 (2022-12-13)

🧾 Release notes

Chores

... (truncated)

Commits

Updates gatsby-plugin-offline from 4.15.0 to 6.8.0

Release notes

Sourced from gatsby-plugin-offline's releases.

v5.7.0

Welcome to gatsby@5.7.0 release (February 2023 #2)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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.6.0

Welcome to gatsby@5.6.0 release (February 2023 #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.5.0

Welcome to gatsby@5.5.0 release (January 2023 #2)

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.4.0

Welcome to gatsby@5.4.0 release (January 2023 #1)

The whole team took time off for a much deserved winter break and we hope you had relaxing holidays, too! Before the break we spent time doing maintenance work such as updating internal dependencies or fixing some smaller bugs here and there. In case you missed it, we shipped ES Modules (ESM) in Gatsby files in the last release.

So check out the notable bugfixes section to learn more.

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-offline's changelog.

6.8.0 (2023-03-21)

🧾 Release notes

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

6.7.0 (2023-02-21)

🧾 Release notes

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

6.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

6.5.0 (2023-01-24)

🧾 Release notes

Chores

6.4.0 (2023-01-10)

🧾 Release notes

Chores

6.3.1 (2022-12-14)

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

6.3.0 (2022-12-13)

🧾 Release notes

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

6.2.0 (2022-11-25)

🧾 Release notes

... (truncated)

Commits

Updates gatsby-plugin-react-helmet from 4.15.0 to 6.8.0

Release notes

Sourced from gatsby-plugin-react-helmet's releases.

v5.7.0

Welcome to gatsby@5.7.0 release (February 2023 #2)

This release focused on bug fixes and perf improvements. Check out notable bugfixes and improvements.

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.6.0

Welcome to gatsby@5.6.0 release (February 2023 #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.5.0

Welcome to gatsby@5.5.0 release (January 2023 #2)

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.4.0

Welcome to gatsby@5.4.0 release (January 2023 #1)

The whole team took time off for a much deserved winter break and we hope you had relaxing holidays, too! Before the break we spent time doing maintenance work such as updating internal dependencies or fixing some smaller bugs here and there. In case you missed it, we shipped ES Modules (ESM) in Gatsby files in the last release.

So check out the notable bugfixes section to learn more.

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-react-helmet's changelog.

6.8.0 (2023-03-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.7.0 (2023-02-21)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.6.0 (2023-02-07)

🧾 Release notes

Bug Fixes

6.5.0 (2023-01-24)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.4.0 (2023-01-10)

🧾 Release notes

Chores

6.3.0 (2022-12-13)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.2.0 (2022-11-25)

🧾 Release notes

Note: Version bump only for package gatsby-plugin-react-helmet

6.1.0 (2022-11-22)

🧾 Release notes

... (truncated)

Commits

@dependabot dependabot bot requested a review from a team as a code owner April 8, 2023 04:28
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2023

The following labels could not be found: npm dependencies.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/engine.io-and-gatsby-and-rocketseat/gatsby-theme-docs-and-gatsby-plugin-canonical-urls-and-gatsby-plugin-manifest-and-gatsby-plugin-offline-and-gatsby-plugin-react-helmet-and-gatsb269e399f11eebcfc54510a2f1b2ed9e5129abf9c branch 3 times, most recently from 23d1463 to 7c5dd73 Compare April 17, 2023 19:31
…canonical-urls, gatsby-plugin-manifest, gatsby-plugin-offline, gatsby-plugin-react-helmet, gatsby-plugin-remove-trailing-slashes, gatsby-plugin-sass, gatsby-plugin-sitemap, gatsby-source-filesystem, gatsby-transformer-remark and gatsby-transformer-yaml

Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependencies [engine.io](https://github.com/socketio/engine.io), [gatsby](https://github.com/gatsbyjs/gatsby), [@rocketseat/gatsby-theme-docs](https://github.com/jpedroschmitz/rocketdocs/tree/HEAD/@rocketseat/gatsby-theme-docs), [gatsby-plugin-canonical-urls](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-canonical-urls), [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-remove-trailing-slashes](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-remove-trailing-slashes), [gatsby-plugin-sass](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sass), [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap), [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem), [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) and [gatsby-transformer-yaml](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-yaml). These dependencies need to be updated together.


Updates `engine.io` from 4.1.2 to 6.2.1
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](socketio/engine.io@4.1.2...6.2.1)

Updates `gatsby` from 3.14.6 to 5.8.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@3.14.6...gatsby@5.8.1)

Updates `@rocketseat/gatsby-theme-docs` from 2.4.0 to 3.2.0
- [Release notes](https://github.com/jpedroschmitz/rocketdocs/releases)
- [Changelog](https://github.com/jpedroschmitz/rocketdocs/blob/main/@rocketseat/gatsby-theme-docs/CHANGELOG.md)
- [Commits](https://github.com/jpedroschmitz/rocketdocs/commits/@rocketseat/gatsby-theme-docs@3.2.0/@rocketseat/gatsby-theme-docs)

Updates `gatsby-plugin-canonical-urls` from 3.15.0 to 5.8.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-canonical-urls/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-canonical-urls@5.8.0/packages/gatsby-plugin-canonical-urls)

Updates `gatsby-plugin-manifest` from 3.15.0 to 5.8.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/gatsby-plugin-manifest@5.8.0/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-offline` from 4.15.0 to 6.8.0
- [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/gatsby-plugin-offline@6.8.0/packages/gatsby-plugin-offline)

Updates `gatsby-plugin-react-helmet` from 4.15.0 to 6.8.0
- [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/gatsby-plugin-react-helmet@6.8.0/packages/gatsby-plugin-react-helmet)

Updates `gatsby-plugin-remove-trailing-slashes` from 3.15.0 to 4.19.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-remove-trailing-slashes@4.19.0/packages/gatsby-plugin-remove-trailing-slashes)

Updates `gatsby-plugin-sass` from 4.15.0 to 6.8.0
- [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/gatsby-plugin-sass@6.8.0/packages/gatsby-plugin-sass)

Updates `gatsby-plugin-sitemap` from 4.11.0 to 6.8.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sitemap@6.8.0/packages/gatsby-plugin-sitemap)

Updates `gatsby-source-filesystem` from 3.15.0 to 5.8.0
- [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/gatsby-source-filesystem@5.8.0/packages/gatsby-source-filesystem)

Updates `gatsby-transformer-remark` from 4.12.0 to 6.8.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@6.8.0/packages/gatsby-transformer-remark)

Updates `gatsby-transformer-yaml` from 3.15.0 to 5.8.0
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-yaml/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-yaml@5.8.0/packages/gatsby-transformer-yaml)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: gatsby
  dependency-type: direct:production
- dependency-name: "@rocketseat/gatsby-theme-docs"
  dependency-type: direct:production
- dependency-name: gatsby-plugin-canonical-urls
  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-remove-trailing-slashes
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sass
  dependency-type: direct:production
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
- dependency-name: gatsby-source-filesystem
  dependency-type: direct:production
- dependency-name: gatsby-transformer-remark
  dependency-type: direct:production
- dependency-name: gatsby-transformer-yaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/engine.io-and-gatsby-and-rocketseat/gatsby-theme-docs-and-gatsby-plugin-canonical-urls-and-gatsby-plugin-manifest-and-gatsby-plugin-offline-and-gatsby-plugin-react-helmet-and-gatsb269e399f11eebcfc54510a2f1b2ed9e5129abf9c branch from 7c5dd73 to c2fbc3d Compare April 18, 2023 16:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/engine.io-and-gatsby-and-rocketseat/gatsby-theme-docs-and-gatsby-plugin-canonical-urls-and-gatsby-plugin-manifest-and-gatsby-plugin-offline-and-gatsby-plugin-react-helmet-and-gatsb269e399f11eebcfc54510a2f1b2ed9e5129abf9c branch June 13, 2023 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant