Skip to content

Commit 5e528fa

Browse files
Update gatsby monorepo
1 parent 3905c8d commit 5e528fa

File tree

4 files changed

+1319
-1298
lines changed

4 files changed

+1319
-1298
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.7",
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
@@ -161,7 +161,7 @@
161161
"@babel/traverse" "^7.24.8"
162162
"@babel/types" "^7.24.8"
163163

164-
"@babel/helper-module-imports@^7.24.7":
164+
"@babel/helper-module-imports@^7.0.0", "@babel/helper-module-imports@^7.24.7":
165165
version "7.24.7"
166166
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
167167
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
@@ -313,15 +313,15 @@
313313
"@babel/helper-environment-visitor" "^7.24.7"
314314
"@babel/helper-plugin-utils" "^7.24.7"
315315

316-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.14.5":
316+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
317317
version "7.18.6"
318318
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
319319
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
320320
dependencies:
321321
"@babel/helper-plugin-utils" "^7.18.6"
322322
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
323323

324-
"@babel/plugin-proposal-optional-chaining@^7.14.5":
324+
"@babel/plugin-proposal-optional-chaining@^7.20.7":
325325
version "7.21.0"
326326
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
327327
integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
@@ -844,7 +844,7 @@
844844
dependencies:
845845
"@babel/helper-plugin-utils" "^7.24.7"
846846

847-
"@babel/plugin-transform-runtime@^7.15.0":
847+
"@babel/plugin-transform-runtime@^7.19.6":
848848
version "7.24.7"
849849
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz#00a5bfaf8c43cf5c8703a8a6e82b59d9c58f38ca"
850850
integrity sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==
@@ -892,7 +892,7 @@
892892
dependencies:
893893
"@babel/helper-plugin-utils" "^7.24.8"
894894

895-
"@babel/plugin-transform-typescript@^7.15.4":
895+
"@babel/plugin-transform-typescript@^7.20.13":
896896
version "7.24.8"
897897
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.8.tgz#c104d6286e04bf7e44b8cba1b686d41bad57eb84"
898898
integrity sha512-CgFgtN61BbdOGCP4fLaAMOPkzWUh6yQZNMr5YSt8uz2cZSSiQONCQFWqsE4NeVfOIhqDOlS9CR3WD91FzMeB2Q==
@@ -933,7 +933,7 @@
933933
"@babel/helper-create-regexp-features-plugin" "^7.24.7"
934934
"@babel/helper-plugin-utils" "^7.24.7"
935935

936-
"@babel/preset-env@^7.15.4":
936+
"@babel/preset-env@^7.20.2":
937937
version "7.24.8"
938938
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.8.tgz#e0db94d7f17d6f0e2564e8d29190bc8cdacec2d1"
939939
integrity sha512-vObvMZB6hNWuDxhSaEPTKCwcqkAIuDtE+bQGn4XMXne1DSLzFVY8Vmj1bm+mUQXYNN8NmaQEO+r8MMbzPr1jBQ==
@@ -1020,7 +1020,7 @@
10201020
core-js-compat "^3.37.1"
10211021
semver "^6.3.1"
10221022

1023-
"@babel/preset-flow@^7.14.0":
1023+
"@babel/preset-flow@^7.18.6":
10241024
version "7.24.7"
10251025
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.24.7.tgz#eef5cb8e05e97a448fc50c16826f5612fe512c06"
10261026
integrity sha512-NL3Lo0NorCU607zU3NwRyJbpaB6E3t0xtd3LfAQKDfkeX4/ggcDXvkmkW42QWT5owUeW/jAe4hn+2qvkV1IbfQ==
@@ -1038,7 +1038,7 @@
10381038
"@babel/types" "^7.4.4"
10391039
esutils "^2.0.2"
10401040

1041-
"@babel/preset-react@^7.14.0":
1041+
"@babel/preset-react@^7.18.6":
10421042
version "7.24.7"
10431043
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.7.tgz#480aeb389b2a798880bf1f889199e3641cbb22dc"
10441044
integrity sha512-AAH4lEkpmzFWrGVlHaxJB7RLH21uPQ9+He+eFLWHmF9IuFQVugz8eAsamaW0DXRrTfco5zj1wWtpdcXJUOfsag==
@@ -1062,7 +1062,7 @@
10621062
dependencies:
10631063
regenerator-runtime "^0.13.4"
10641064

1065-
"@babel/runtime@^7.15.4", "@babel/runtime@^7.8.4":
1065+
"@babel/runtime@^7.20.13", "@babel/runtime@^7.8.4":
10661066
version "7.24.8"
10671067
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.8.tgz#5d958c3827b13cc6d05e038c07fb2e5e3420d82e"
10681068
integrity sha512-5F7SDGs1T72ZczbRwbGO9lQi0NLjQxzl6i4lJxLxfW9U5UluCSyEJeniWvnhl3/euNiqQVbo8zruhsDfid0esA==
@@ -1094,7 +1094,7 @@
10941094
debug "^4.3.1"
10951095
globals "^11.1.0"
10961096

1097-
"@babel/types@^7.18.2", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.4.4":
1097+
"@babel/types@^7.0.0", "@babel/types@^7.18.2", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.4.4":
10981098
version "7.24.9"
10991099
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73"
11001100
integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ==
@@ -1140,6 +1140,17 @@
11401140
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/chokidar-2/-/chokidar-2-2.1.8-no-fsevents.3.tgz#323d72dd25103d0c4fbdce89dadf574a787b1f9b"
11411141
integrity sha512-s88O1aVtXftvp5bCPB7WnmXc5IwOZZ7YPuwNPt+GtOOXpPvad1LfbmjYv+qII7zP6RU2QGnqve27dnLycEnyEQ==
11421142

1143+
"@sigmacomputing/babel-plugin-lodash@^3.3.5":
1144+
version "3.3.5"
1145+
resolved "https://registry.yarnpkg.com/@sigmacomputing/babel-plugin-lodash/-/babel-plugin-lodash-3.3.5.tgz#613d98b0cbb51c1836bbc12c8a12d75750ee3510"
1146+
integrity sha512-VFhaHjlNzWyBtBm3YdqOwP8GbQHK7sWzXKpSUBTLjl2Zz6/9PwCK4qXZXI5CHpDjmvbouHUDbjrZP2KU5h6VQg==
1147+
dependencies:
1148+
"@babel/helper-module-imports" "^7.0.0"
1149+
"@babel/types" "^7.0.0"
1150+
glob "^7.1.1"
1151+
lodash "^4.17.10"
1152+
require-package-name "^2.0.1"
1153+
11431154
ansi-styles@^3.2.1:
11441155
version "3.2.1"
11451156
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -1186,22 +1197,23 @@ babel-plugin-polyfill-regenerator@^0.6.1:
11861197
dependencies:
11871198
"@babel/helper-define-polyfill-provider" "^0.6.2"
11881199

1189-
babel-preset-gatsby-package@2.15.0:
1190-
version "2.15.0"
1191-
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-2.15.0.tgz#d757ad2793546dd4b10d17c7535bb3c4e0f416ef"
1192-
integrity sha512-orx3fA7+92eNMAZMJ1PHdDfKMOXYud32cMnmSn3KFHsL+n6iCovc1uc18eSJ9EFWqy58V/9Sc1i9L9IRiuYFOw==
1200+
babel-preset-gatsby-package@3.13.1:
1201+
version "3.13.1"
1202+
resolved "https://registry.yarnpkg.com/babel-preset-gatsby-package/-/babel-preset-gatsby-package-3.13.1.tgz#f800850ff7be1d76033912f2121c7cb2204e51e6"
1203+
integrity sha512-7TpUtcmxMem4gNr8V5nNG2s6n1QW266vpRkcgLbTNOhJJjdC/0pwhL1GqDwDpZGQuYs4U6yHatwJ4VFBEP4Lqg==
11931204
dependencies:
1194-
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
1195-
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
1205+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
1206+
"@babel/plugin-proposal-optional-chaining" "^7.20.7"
11961207
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1197-
"@babel/plugin-transform-runtime" "^7.15.0"
1198-
"@babel/plugin-transform-typescript" "^7.15.4"
1199-
"@babel/preset-env" "^7.15.4"
1200-
"@babel/preset-flow" "^7.14.0"
1201-
"@babel/preset-react" "^7.14.0"
1202-
"@babel/runtime" "^7.15.4"
1208+
"@babel/plugin-transform-runtime" "^7.19.6"
1209+
"@babel/plugin-transform-typescript" "^7.20.13"
1210+
"@babel/preset-env" "^7.20.2"
1211+
"@babel/preset-flow" "^7.18.6"
1212+
"@babel/preset-react" "^7.18.6"
1213+
"@babel/runtime" "^7.20.13"
1214+
"@sigmacomputing/babel-plugin-lodash" "^3.3.5"
12031215
babel-plugin-dynamic-import-node "^2.3.3"
1204-
core-js "^3.22.3"
1216+
core-js "^3.31.0"
12051217

12061218
balanced-match@^1.0.0:
12071219
version "1.0.2"
@@ -1372,7 +1384,7 @@ core-js-compat@^3.36.1, core-js-compat@^3.37.1:
13721384
dependencies:
13731385
browserslist "^4.23.0"
13741386

1375-
core-js@^3.22.3:
1387+
core-js@^3.31.0:
13761388
version "3.37.1"
13771389
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.37.1.tgz#d21751ddb756518ac5a00e4d66499df981a62db9"
13781390
integrity sha512-Xn6qmxrQZyB0FFY8E3bgRXei3lWDJHhvI+u0q9TKIYM49G8pAr0FgnnrFRAmsbptZL1yxRADVXn+x5AGsbBfyw==
@@ -1539,7 +1551,7 @@ glob-parent@~5.1.2:
15391551
dependencies:
15401552
is-glob "^4.0.1"
15411553

1542-
glob@^7.0.0:
1554+
glob@^7.0.0, glob@^7.1.1:
15431555
version "7.2.3"
15441556
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
15451557
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
@@ -1681,6 +1693,11 @@ lodash.debounce@^4.0.8:
16811693
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
16821694
integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==
16831695

1696+
lodash@^4.17.10:
1697+
version "4.17.21"
1698+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1699+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
1700+
16841701
lru-cache@^5.1.1:
16851702
version "5.1.1"
16861703
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -1902,6 +1919,11 @@ regjsparser@^0.9.1:
19021919
dependencies:
19031920
jsesc "~0.5.0"
19041921

1922+
require-package-name@^2.0.1:
1923+
version "2.0.1"
1924+
resolved "https://registry.yarnpkg.com/require-package-name/-/require-package-name-2.0.1.tgz#c11e97276b65b8e2923f75dabf5fb2ef0c3841b9"
1925+
integrity sha512-uuoJ1hU/k6M0779t3VMVIYpb2VMJk05cehCaABFhXaibcbvfgR8wKiozLjVFSzJPmQMRqIcO0HMyTFqfV09V6Q==
1926+
19051927
resolve@^1.14.2:
19061928
version "1.22.8"
19071929
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"

0 commit comments

Comments
 (0)