Skip to content

Commit 1711f91

Browse files
serhalppieh
andauthored
chore: relocate deprecated packages (#39350)
* fix: correct renovate paths for deprecated packages * chore: update lockfile * chore: remove leftover dead Gatsby Cloud code --------- Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 647ea2c commit 1711f91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+272
-533
lines changed

.eslintignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ packages/gatsby-plugin-preload-fonts/prepare/*.js
2525
packages/gatsby/cache-dir/commonjs/**/*
2626
packages/gatsby-codemods/transforms
2727
packages/gatsby-source-graphql/batching
28-
packages/gatsby-plugin-gatsby-cloud/components
29-
packages/gatsby-plugin-gatsby-cloud/context
30-
packages/gatsby-plugin-gatsby-cloud/models
31-
packages/gatsby-plugin-gatsby-cloud/utils
28+
deprecated-packages/gatsby-plugin-gatsby-cloud/components
29+
deprecated-packages/gatsby-plugin-gatsby-cloud/context
30+
deprecated-packages/gatsby-plugin-gatsby-cloud/models
31+
deprecated-packages/gatsby-plugin-gatsby-cloud/utils
3232
packages/gatsby-plugin-preact/fast-refresh
3333

3434
packages/gatsby-source-wordpress/test-site/**
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md renamed to deprecated-packages/gatsby-plugin-gatsby-cloud/CHANGELOG.md

Lines changed: 79 additions & 79 deletions

packages/gatsby-plugin-gatsby-cloud/README.md renamed to deprecated-packages/gatsby-plugin-gatsby-cloud/README.md

Lines changed: 1 addition & 1 deletion

packages/gatsby-plugin-gatsby-cloud/package.json renamed to deprecated-packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"del-cli": "^5.0.0",
2323
"msw": "^1.2.2"
2424
},
25-
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-gatsby-cloud#readme",
25+
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/deprecated-packages/gatsby-plugin-gatsby-cloud#readme",
2626
"keywords": [
2727
"gatsby",
2828
"gatsby-plugin",
@@ -38,7 +38,7 @@
3838
"repository": {
3939
"type": "git",
4040
"url": "https://github.com/gatsbyjs/gatsby.git",
41-
"directory": "packages/gatsby-plugin-gatsby-cloud"
41+
"directory": "deprecated-packages/gatsby-plugin-gatsby-cloud"
4242
},
4343
"sideEffects": false,
4444
"scripts": {
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)