zidoro / pomatez

Stay Focused. Take a Break.
https://zidoro.github.io/pomatez/
MIT License
4.07k stars 171 forks source link

build(deps): bump the website-production-dependencies group in /website with 13 updates #536

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps the website-production-dependencies group in /website with 13 updates:

Package From To
framer-motion 10.16.4 10.16.5
gatsby 5.12.4 5.12.11
gatsby-plugin-google-gtag 5.12.0 5.12.3
gatsby-plugin-image 3.12.0 3.12.3
gatsby-plugin-manifest 5.12.0 5.12.3
gatsby-plugin-sharp 5.12.0 5.12.3
gatsby-plugin-sitemap 6.12.0 6.12.3
gatsby-source-filesystem 5.12.0 5.12.1
gatsby-transformer-remark 6.12.0 6.12.3
gatsby-transformer-sharp 5.12.0 5.12.3
react-intersection-observer 9.5.2 9.5.3
react-scroll 1.8.9 1.9.0
@types/react-scroll 1.8.6 1.8.10

Updates framer-motion from 10.16.4 to 10.16.5

Changelog

Sourced from framer-motion's changelog.

[10.16.5] 2023-11-14

Fixed

  • Fixing AnimatePresence fast rerender bug.
Commits


Updates gatsby from 5.12.4 to 5.12.11

Commits


Updates gatsby-plugin-google-gtag from 5.12.0 to 5.12.3

Changelog

Sourced from gatsby-plugin-google-gtag's changelog.

5.12.3 (2023-10-26)

Note: Version bump only for package gatsby-plugin-google-gtag

5.12.2 (2023-10-20)

Note: Version bump only for package gatsby-plugin-google-gtag

5.12.1 (2023-10-09)

Note: Version bump only for package gatsby-plugin-google-gtag

Commits


Updates gatsby-plugin-image from 3.12.0 to 3.12.3

Changelog

Sourced from gatsby-plugin-image's changelog.

3.12.3 (2023-10-26)

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

3.12.2 (2023-10-20)

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

3.12.1 (2023-10-09)

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

Commits


Updates gatsby-plugin-manifest from 5.12.0 to 5.12.3

Changelog

Sourced from gatsby-plugin-manifest's changelog.

5.12.3 (2023-10-26)

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

5.12.2 (2023-10-20)

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

5.12.1 (2023-10-09)

Chores

Commits


Updates gatsby-plugin-sharp from 5.12.0 to 5.12.3

Changelog

Sourced from gatsby-plugin-sharp's changelog.

5.12.3 (2023-10-26)

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

5.12.2 (2023-10-20)

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

5.12.1 (2023-10-09)

Chores

Commits


Updates gatsby-plugin-sitemap from 6.12.0 to 6.12.3

Changelog

Sourced from gatsby-plugin-sitemap's changelog.

6.12.3 (2023-10-26)

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

6.12.2 (2023-10-20)

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

6.12.1 (2023-10-09)

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

Commits


Updates gatsby-source-filesystem from 5.12.0 to 5.12.1

Changelog

Sourced from gatsby-source-filesystem's changelog.

5.12.1 (2023-10-26)

Note: Version bump only for package gatsby-source-filesystem

Commits


Updates gatsby-transformer-remark from 6.12.0 to 6.12.3

Changelog

Sourced from gatsby-transformer-remark's changelog.

6.12.3 (2023-10-26)

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

6.12.2 (2023-10-20)

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

6.12.1 (2023-10-09)

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

Commits


Updates gatsby-transformer-sharp from 5.12.0 to 5.12.3

Changelog

Sourced from gatsby-transformer-sharp's changelog.

5.12.3 (2023-10-26)

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

5.12.2 (2023-10-20)

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

5.12.1 (2023-10-09)

Chores

Commits


Updates react-intersection-observer from 9.5.2 to 9.5.3

Release notes

Sourced from react-intersection-observer's releases.

v9.5.3

9.5.3 (2023-11-09)

Bug Fixes

  • add componentDidMount to InView (5da81d2), closes #649
Commits
  • 9699c31 Merge pull request #650 from thebuilder/fix/649-next-js-inview
  • 5da81d2 fix: add componentDidMount to InView
  • 34fb96f Merge pull request #646 from thebuilder/dependabot/npm_and_yarn/postcss-8.4.31
  • bfa06b1 build(deps-dev): bump postcss from 8.4.24 to 8.4.31
  • 8a87fd6 Merge pull request #645 from Kwakcena/fix-typo
  • 594b486 Fix typo in README.md
  • d955e88 Fix: typo in the comment
  • ca90ab0 Merge pull request #641 from thebuilder/dependabot/npm_and_yarn/tough-cookie-...
  • ef9ab74 build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3
  • eddb8ac Merge pull request #640 from thebuilder/dependabot/npm_and_yarn/word-wrap-1.2.4
  • Additional commits viewable in compare view


Updates react-scroll from 1.8.9 to 1.9.0

Changelog

Sourced from react-scroll's changelog.

Changelog

1.9.0

  • Now uses instead of PR

1.8.9

  • Support setting activeStyle PR

1.8.8

  • Prevent unexpected spy callback removal on multiple unmount calls PR

1.8.6

  • Fixed hashSpy to work within Nextjs Issue

1.8.3

  • Fix for scroll offset PR

1.8.1

  • Better hash history

1.8.0

  • Support for horizontal scroll

1.7.16

  • Fixes issues from 1.7.15

1.7.15

  • Fixed calculation for the offset

1.7.14

  • Removed unsafe warnings

1.7.13

  • Removed deprecated warnings, Ensure 'begin' event fires on all scroll events.

1.7.12

  • Animating scroll-time is now consistent

... (truncated)

Commits


Updates @types/react-scroll from 1.8.6 to 1.8.10

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 11 months ago

Superseded by #547.