Skip to content

Commit 765d925

Browse files
Update gatsby monorepo
1 parent c42e9c4 commit 765d925

File tree

4 files changed

+1307
-1294
lines changed

4 files changed

+1307
-1294
lines changed

Diff for: package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@
4141
"@tryghost/helpers": "1.1.90",
4242
"@tryghost/helpers-gatsby": "2.0.21",
4343
"cheerio": "1.0.0-rc.11",
44-
"gatsby": "4.25.7",
44+
"gatsby": "5.13.4",
4545
"gatsby-awesome-pagination": "0.3.8",
4646
"gatsby-plugin-advanced-sitemap": "2.1.0",
47-
"gatsby-plugin-catch-links": "4.15.0",
48-
"gatsby-plugin-feed": "4.15.1",
49-
"gatsby-plugin-image": "2.15.1",
50-
"gatsby-plugin-manifest": "4.15.1",
51-
"gatsby-plugin-offline": "5.15.1",
52-
"gatsby-plugin-react-helmet": "5.15.0",
53-
"gatsby-plugin-sharp": "4.25.1",
54-
"gatsby-source-filesystem": "4.15.0",
47+
"gatsby-plugin-catch-links": "5.13.1",
48+
"gatsby-plugin-feed": "5.13.1",
49+
"gatsby-plugin-image": "3.13.1",
50+
"gatsby-plugin-manifest": "5.13.1",
51+
"gatsby-plugin-offline": "6.13.2",
52+
"gatsby-plugin-react-helmet": "6.13.1",
53+
"gatsby-plugin-sharp": "5.13.1",
54+
"gatsby-source-filesystem": "5.13.1",
5555
"gatsby-source-ghost": "5.0.2",
56-
"gatsby-transformer-sharp": "4.15.1",
56+
"gatsby-transformer-sharp": "5.13.1",
5757
"lodash": "4.17.21",
5858
"react": "18.3.1",
5959
"react-dom": "18.3.1",

Diff for: plugins/gatsby-plugin-ghost-manifest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/cli": "7.17.10",
1313
"@babel/core": "7.18.2",
14-
"babel-preset-gatsby-package": "2.15.0",
14+
"babel-preset-gatsby-package": "3.13.1",
1515
"cross-env": "7.0.3"
1616
},
1717
"keywords": [

Diff for: plugins/gatsby-plugin-ghost-manifest/yarn.lock

+47-25
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
dependencies:
158158
"@babel/types" "^7.24.5"
159159

160-
"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
160+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
161161
version "7.24.3"
162162
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
163163
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
@@ -306,15 +306,15 @@
306306
"@babel/helper-environment-visitor" "^7.22.20"
307307
"@babel/helper-plugin-utils" "^7.24.0"
308308

309-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5":
309+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
310310
version "7.18.6"
311311
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
312312
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
313313
dependencies:
314314
"@babel/helper-plugin-utils" "^7.18.6"
315315
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
316316

317-
"@babel/plugin-proposal-optional-chaining@^7.14.5":
317+
"@babel/plugin-proposal-optional-chaining@^7.20.7":
318318
version "7.21.0"
319319
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
320320
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
@@ -837,7 +837,7 @@
837837
dependencies:
838838
"@babel/helper-plugin-utils" "^7.24.0"
839839

840-
"@babel/plugin-transform-runtime@^7.15.0":
840+
"@babel/plugin-transform-runtime@^7.19.6":
841841
version "7.24.3"
842842
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz#dc58ad4a31810a890550365cc922e1ff5acb5d7f"
843843
integrity sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==
@@ -885,7 +885,7 @@
885885
dependencies:
886886
"@babel/helper-plugin-utils" "^7.24.5"
887887

888-
"@babel/plugin-transform-typescript@^7.15.4":
888+
"@babel/plugin-transform-typescript@^7.20.13":
889889
version "7.24.5"
890890
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.5.tgz#bcba979e462120dc06a75bd34c473a04781931b8"
891891
integrity sha512-E0VWu/hk83BIFUWnsKZ4D81KXjN5L3MobvevOHErASk9IPwKHOkTgvqzvNo1yP/ePJWqqK2SpUR5z+KQbl6NVw==
@@ -926,7 +926,7 @@
926926
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
927927
"@babel/helper-plugin-utils" "^7.24.0"
928928

929-
"@babel/preset-env@^7.15.4":
929+
"@babel/preset-env@^7.20.2":
930930
version "7.24.5"
931931
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
932932
integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
@@ -1013,7 +1013,7 @@
10131013
core-js-compat "^3.31.0"
10141014
semver "^6.3.1"
10151015

1016-
"@babel/preset-flow@^7.14.0":
1016+
"@babel/preset-flow@^7.18.6":
10171017
version "7.24.1"
10181018
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.1.tgz#da7196c20c2d7dd4e98cfd8b192fe53b5eb6f0bb"
10191019
integrity sha512-sWCV2G9pcqZf+JHyv/RyqEIpFypxdCSxWIxQjpdaQxenNog7cN1pr76hg8u0Fz8Qgg0H4ETkGcJnXL8d4j0PPA==
@@ -1031,7 +1031,7 @@
10311031
"@babel/types" "^7.4.4"
10321032
esutils "^2.0.2"
10331033

1034-
"@babel/preset-react@^7.14.0":
1034+
"@babel/preset-react@^7.18.6":
10351035
version "7.24.1"
10361036
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.1.tgz#2450c2ac5cc498ef6101a6ca5474de251e33aa95"
10371037
integrity sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==
@@ -1055,7 +1055,7 @@
10551055
dependencies:
10561056
regenerator-runtime "^0.13.4"
10571057

1058-
"@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
1058+
"@babel/runtime@^7.20.13", "@babel/runtime@^7.8.4":
10591059
version "7.24.5"
10601060
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c"
10611061
integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==
@@ -1087,7 +1087,7 @@
10871087
debug "^4.3.1"
10881088
globals "^11.1.0"
10891089

1090-
"@babel/types@^7.18.2", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4":
1090+
"@babel/types@^7.0.0", "@babel/types@^7.18.2", "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4":
10911091
version "7.24.5"
10921092
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
10931093
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
@@ -1133,6 +1133,17 @@
11331133
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
11341134
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
11351135

1136+
"@sigmacomputing/babel-plugin-lodash@^3.3.5":
1137+
version "3.3.5"
1138+
resolved "https://registry.yarnpkg.com/@sigmacomputing/babel-plugin-lodash/-/babel-plugin-lodash-3.3.5.tgz#613d98b0cbb51c1836bbc12c8a12d75750ee3510"
1139+
integrity sha512-VFhaHjlNzWyBtBm3YdqOwP8GbQHK7sWzXKpSUBTLjl2Zz6/9PwCK4qXZXI5CHpDjmvbouHUDbjrZP2KU5h6VQg==
1140+
dependencies:
1141+
"@babel/helper-module-imports" "^7.0.0"
1142+
"@babel/types" "^7.0.0"
1143+
glob "^7.1.1"
1144+
lodash "^4.17.10"
1145+
require-package-name "^2.0.1"
1146+
11361147
ansi-styles@^3.2.1:
11371148
version "3.2.1"
11381149
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1179,22 +1190,23 @@ babel-plugin-polyfill-regenerator@^0.6.1:
11791190
dependencies:
11801191
"@babel/helper-define-polyfill-provider" "^0.6.2"
11811192

1182-
babel-preset-gatsby-package@2.15.0:
1183-
version "2.15.0"
1184-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1185-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1193+
babel-preset-gatsby-package@3.13.1:
1194+
version "3.13.1"
1195+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.13.1.tgz#f800850ff7be1d76033912f2121c7cb2204e51e6"
1196+
integrity sha512-7TpUtcmxMem4gNr8V5nNG2s6n1QW266vpRkcgLbTNOhJJjdC/0pwhL1GqDwDpZGQuYs4U6yHatwJ4VFBEP4Lqg==
11861197
dependencies:
1187-
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1188-
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1198+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
1199+
"@babel/plugin-proposal-optional-chaining" "^7.20.7"
11891200
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1190-
"@babel/plugin-transform-runtime" "^7.15.0"
1191-
"@babel/plugin-transform-typescript" "^7.15.4"
1192-
"@babel/preset-env" "^7.15.4"
1193-
"@babel/preset-flow" "^7.14.0"
1194-
"@babel/preset-react" "^7.14.0"
1195-
"@babel/runtime" "^7.15.4"
1201+
"@babel/plugin-transform-runtime" "^7.19.6"
1202+
"@babel/plugin-transform-typescript" "^7.20.13"
1203+
"@babel/preset-env" "^7.20.2"
1204+
"@babel/preset-flow" "^7.18.6"
1205+
"@babel/preset-react" "^7.18.6"
1206+
"@babel/runtime" "^7.20.13"
1207+
"@sigmacomputing/babel-plugin-lodash" "^3.3.5"
11961208
babel-plugin-dynamic-import-node "^2.3.3"
1197-
core-js "^3.22.3"
1209+
core-js "^3.31.0"
11981210

11991211
balanced-match@^1.0.0:
12001212
version "1.0.2"
@@ -1365,7 +1377,7 @@ core-js-compat@^3.31.0, core-js-compat@^3.36.1:
13651377
dependencies:
13661378
browserslist "^4.23.0"
13671379

1368-
core-js@^3.22.3:
1380+
core-js@^3.31.0:
13691381
version "3.37.0"
13701382
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.0.tgz#d8dde58e91d156b2547c19d8a4efd5c7f6c426bb"
13711383
integrity sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==
@@ -1532,7 +1544,7 @@ glob-parent@~5.1.2:
15321544
dependencies:
15331545
is-glob "^4.0.1"
15341546

1535-
glob@^7.0.0:
1547+
glob@^7.0.0, glob@^7.1.1:
15361548
version "7.2.3"
15371549
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15381550
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1674,6 +1686,11 @@ lodash.debounce@^4.0.8:
16741686
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16751687
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16761688

1689+
lodash@^4.17.10:
1690+
version "4.17.21"
1691+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1692+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1693+
16771694
lru-cache@^5.1.1:
16781695
version "5.1.1"
16791696
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -1895,6 +1912,11 @@ regjsparser@^0.9.1:
18951912
dependencies:
18961913
jsesc "~0.5.0"
18971914

1915+
require-package-name@^2.0.1:
1916+
version "2.0.1"
1917+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1918+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1919+
18981920
resolve@^1.14.2:
18991921
version "1.22.8"
19001922
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"

0 commit comments

Comments
 (0)