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 the dependencies group with 8 updates #645

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps the dependencies group with 8 updates:

Package From To
gatsby 5.13.1 5.13.2
gatsby-plugin-emotion 8.13.0 8.13.1
gatsby-plugin-image 3.13.0 3.13.1
gatsby-plugin-manifest 5.13.0 5.13.1
gatsby-plugin-offline 6.13.0 6.13.1
gatsby-plugin-react-helmet 6.13.0 6.13.1
gatsby-plugin-sitemap 6.13.0 6.13.1
dotenv 16.3.1 16.4.0

Updates gatsby from 5.13.1 to 5.13.2

Commits
  • b24134d chore(release): Publish
  • c74745c fix(gatsby): support builtin modules prefixed with node: on build-html (#...
  • c9f8c24 chore: swap babel-plugin-lodash with updated version that doesn't use depreca...
  • fc0eea1 fix(gatsby): fix webpack compilation when pnpm is used (#38757) (#38804)
  • f6ed443 fix(gatsby): try to automatically recover when parcel segfaults (#38773) (#38...
  • 68b0821 fix(gatsby): more robust adapter zero-conf handling (#38778) (#38800)
  • See full diff in compare view

Updates gatsby-plugin-emotion from 8.13.0 to 8.13.1

Changelog

Sourced from gatsby-plugin-emotion's changelog.

Changelog: gatsby-plugin-emotion

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

Commits

Updates gatsby-plugin-image from 3.13.0 to 3.13.1

Changelog

Sourced from gatsby-plugin-image's changelog.

Changelog: gatsby-plugin-image

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

Commits

Updates gatsby-plugin-manifest from 5.13.0 to 5.13.1

Changelog

Sourced from gatsby-plugin-manifest's changelog.

Changelog: gatsby-plugin-manifest

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

Commits

Updates gatsby-plugin-offline from 6.13.0 to 6.13.1

Changelog

Sourced from gatsby-plugin-offline's changelog.

Changelog: gatsby-plugin-offline

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

Commits

Updates gatsby-plugin-react-helmet from 6.13.0 to 6.13.1

Changelog

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

Changelog: gatsby-plugin-react-helmet

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

Commits

Updates gatsby-plugin-sitemap from 6.13.0 to 6.13.1

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

Changelog: gatsby-plugin-sitemap

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

Commits

Updates dotenv from 16.3.1 to 16.4.0

Changelog

Sourced from dotenv's changelog.

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784

16.3.2 (2024-01-18)

Added

  • Add debug message when no encoding set #735

Changed

  • Fix output typing for populate #792
  • Use subarray instead of slice #793
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [gatsby](https://github.com/gatsbyjs/gatsby) | `5.13.1` | `5.13.2` |
| [gatsby-plugin-emotion](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-emotion) | `8.13.0` | `8.13.1` |
| [gatsby-plugin-image](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-image) | `3.13.0` | `3.13.1` |
| [gatsby-plugin-manifest](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-manifest) | `5.13.0` | `5.13.1` |
| [gatsby-plugin-offline](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-offline) | `6.13.0` | `6.13.1` |
| [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) | `6.13.0` | `6.13.1` |
| [gatsby-plugin-sitemap](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sitemap) | `6.13.0` | `6.13.1` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.4.0` |


Updates `gatsby` from 5.13.1 to 5.13.2
- [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@5.13.1...gatsby@5.13.2)

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

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

Updates `gatsby-plugin-manifest` from 5.13.0 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/gatsby-plugin-manifest@5.13.1/packages/gatsby-plugin-manifest)

Updates `gatsby-plugin-offline` from 6.13.0 to 6.13.1
- [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.13.1/packages/gatsby-plugin-offline)

Updates `gatsby-plugin-react-helmet` from 6.13.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/gatsby-plugin-react-helmet@6.13.1/packages/gatsby-plugin-react-helmet)

Updates `gatsby-plugin-sitemap` from 6.13.0 to 6.13.1
- [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.13.1/packages/gatsby-plugin-sitemap)

Updates `dotenv` from 16.3.1 to 16.4.0
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.4.0)

---
updated-dependencies:
- dependency-name: gatsby
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gatsby-plugin-emotion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gatsby-plugin-image
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gatsby-plugin-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gatsby-plugin-offline
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gatsby-plugin-react-helmet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gatsby-plugin-sitemap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot PRs created by @dependabot dependencies Pull requests that update a dependency file labels Jan 24, 2024
Copy link

netlify bot commented Jan 24, 2024

Deploy Preview for eyesbound ready!

Name Link
🔨 Latest commit d5146ae
🔍 Latest deploy log https://app.netlify.com/sites/eyesbound/deploys/65b0f4ab4469690008cea42b
😎 Deploy Preview https://deploy-preview-645--eyesbound.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 88
Accessibility: 97
Best Practices: 100
SEO: 93
PWA: 100
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ca90bae) 97.77% compared to head (d5146ae) 97.77%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #645   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files          28       28           
  Lines         270      270           
  Branches       53       53           
=======================================
  Hits          264      264           
  Misses          5        5           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2024

Superseded by #646.

@dependabot dependabot bot closed this Jan 25, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-58f3a8de12 branch January 25, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot PRs created by @dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants