From 5f994a55ba2c03089821eab8147bbcd469368a61 Mon Sep 17 00:00:00 2001 From: tyhopp Date: Mon, 14 Mar 2022 12:53:49 +0800 Subject: [PATCH 1/3] chore(plugins): Deprecate create client paths plugin --- .../gatsby-plugin-create-client-paths/.babelrc | 0 .../gatsby-plugin-create-client-paths/.gitignore | 0 .../gatsby-plugin-create-client-paths/.npmignore | 0 .../gatsby-plugin-create-client-paths/CHANGELOG.md | 0 .../gatsby-plugin-create-client-paths/README.md | 0 .../gatsby-plugin-create-client-paths/index.js | 0 .../gatsby-plugin-create-client-paths/package.json | 0 .../src/__tests__/gatsby-node.js | 0 .../gatsby-plugin-create-client-paths/src/gatsby-node.js | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/.babelrc (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/.gitignore (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/.npmignore (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/CHANGELOG.md (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/README.md (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/index.js (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/package.json (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/src/__tests__/gatsby-node.js (100%) rename {packages => deprecated-packages}/gatsby-plugin-create-client-paths/src/gatsby-node.js (100%) diff --git a/packages/gatsby-plugin-create-client-paths/.babelrc b/deprecated-packages/gatsby-plugin-create-client-paths/.babelrc similarity index 100% rename from packages/gatsby-plugin-create-client-paths/.babelrc rename to deprecated-packages/gatsby-plugin-create-client-paths/.babelrc diff --git a/packages/gatsby-plugin-create-client-paths/.gitignore b/deprecated-packages/gatsby-plugin-create-client-paths/.gitignore similarity index 100% rename from packages/gatsby-plugin-create-client-paths/.gitignore rename to deprecated-packages/gatsby-plugin-create-client-paths/.gitignore diff --git a/packages/gatsby-plugin-create-client-paths/.npmignore b/deprecated-packages/gatsby-plugin-create-client-paths/.npmignore similarity index 100% rename from packages/gatsby-plugin-create-client-paths/.npmignore rename to deprecated-packages/gatsby-plugin-create-client-paths/.npmignore diff --git a/packages/gatsby-plugin-create-client-paths/CHANGELOG.md b/deprecated-packages/gatsby-plugin-create-client-paths/CHANGELOG.md similarity index 100% rename from packages/gatsby-plugin-create-client-paths/CHANGELOG.md rename to deprecated-packages/gatsby-plugin-create-client-paths/CHANGELOG.md diff --git a/packages/gatsby-plugin-create-client-paths/README.md b/deprecated-packages/gatsby-plugin-create-client-paths/README.md similarity index 100% rename from packages/gatsby-plugin-create-client-paths/README.md rename to deprecated-packages/gatsby-plugin-create-client-paths/README.md diff --git a/packages/gatsby-plugin-create-client-paths/index.js b/deprecated-packages/gatsby-plugin-create-client-paths/index.js similarity index 100% rename from packages/gatsby-plugin-create-client-paths/index.js rename to deprecated-packages/gatsby-plugin-create-client-paths/index.js diff --git a/packages/gatsby-plugin-create-client-paths/package.json b/deprecated-packages/gatsby-plugin-create-client-paths/package.json similarity index 100% rename from packages/gatsby-plugin-create-client-paths/package.json rename to deprecated-packages/gatsby-plugin-create-client-paths/package.json diff --git a/packages/gatsby-plugin-create-client-paths/src/__tests__/gatsby-node.js b/deprecated-packages/gatsby-plugin-create-client-paths/src/__tests__/gatsby-node.js similarity index 100% rename from packages/gatsby-plugin-create-client-paths/src/__tests__/gatsby-node.js rename to deprecated-packages/gatsby-plugin-create-client-paths/src/__tests__/gatsby-node.js diff --git a/packages/gatsby-plugin-create-client-paths/src/gatsby-node.js b/deprecated-packages/gatsby-plugin-create-client-paths/src/gatsby-node.js similarity index 100% rename from packages/gatsby-plugin-create-client-paths/src/gatsby-node.js rename to deprecated-packages/gatsby-plugin-create-client-paths/src/gatsby-node.js From 34b1b33894222496164784ce5847a7e26c1a47e6 Mon Sep 17 00:00:00 2001 From: tyhopp Date: Mon, 14 Mar 2022 12:55:59 +0800 Subject: [PATCH 2/3] Remove from gatsby-dev-cli test --- packages/gatsby-dev-cli/src/__tests__/watch.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/gatsby-dev-cli/src/__tests__/watch.js b/packages/gatsby-dev-cli/src/__tests__/watch.js index 03d0d1be15d08..43ec0f953ab68 100644 --- a/packages/gatsby-dev-cli/src/__tests__/watch.js +++ b/packages/gatsby-dev-cli/src/__tests__/watch.js @@ -198,7 +198,6 @@ const monoRepoPackages = [ `gatsby-plugin-canonical-urls`, `gatsby-plugin-catch-links`, `gatsby-plugin-coffeescript`, - `gatsby-plugin-create-client-paths`, `gatsby-plugin-cxs`, `gatsby-plugin-emotion`, `gatsby-plugin-facebook-analytics`, From 82e543ff04c70aae1a28bd5981e5a8811cc3e1fb Mon Sep 17 00:00:00 2001 From: tyhopp Date: Mon, 14 Mar 2022 12:57:54 +0800 Subject: [PATCH 3/3] Re-generate renovate config to exclude it --- renovate.json5 | 250 ------------------------------------------------- 1 file changed, 250 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 055ffcbb615de..8f3f477c72926 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -5226,256 +5226,6 @@ "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-coffeescript{{/unless}}", "dependencyDashboardApproval": true }, - { - "matchPaths": [ - "packages/gatsby-plugin-create-client-paths/package.json" - ], - "matchDepTypes": [ - "devDependencies" - ], - "matchUpdateTypes": [ - "patch", - "minor" - ], - "groupName": "[DEV] minor and patch dependencies for gatsby-plugin-create-client-paths", - "groupSlug": "gatsby-plugin-create-client-paths-dev-minor", - "automerge": true, - "excludePackageNames": [ - "eslint", - "prettier", - "cross-env", - "execa", - "mini-css-extract-plugin", - "sharp", - "@types/sharp", - "typescript", - "chalk", - "fs-extra", - "@types/fs-extra", - "cheerio", - "semver", - "@types/semver", - "core-js", - "core-js-compat", - "chokidar" - ], - "excludePackagePatterns": [ - "^@babel", - "^eslint-", - "^@typescript-eslint/", - "^@testing-library/", - "^@parcel/" - ], - "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" - }, - { - "matchPaths": [ - "packages/gatsby-plugin-create-client-paths/package.json" - ], - "matchDepTypes": [ - "devDependencies" - ], - "matchUpdateTypes": [ - "major" - ], - "groupName": "[DEV] major dependencies for gatsby-plugin-create-client-paths", - "groupSlug": "gatsby-plugin-create-client-paths-dev-major", - "automerge": true, - "dependencyDashboardApproval": false, - "excludePackageNames": [ - "eslint", - "prettier", - "cross-env", - "execa", - "mini-css-extract-plugin", - "sharp", - "@types/sharp", - "typescript", - "chalk", - "fs-extra", - "@types/fs-extra", - "cheerio", - "semver", - "@types/semver", - "core-js", - "core-js-compat", - "chokidar" - ], - "excludePackagePatterns": [ - "^@babel", - "^eslint-", - "^@typescript-eslint/", - "^@testing-library/", - "^@parcel/" - ], - "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" - }, - { - "matchPaths": [ - "packages/gatsby-plugin-create-client-paths/package.json" - ], - "matchDepTypes": [ - "dependencies" - ], - "matchUpdateTypes": [ - "patch", - "minor" - ], - "groupName": "minor and patch dependencies for gatsby-plugin-create-client-paths", - "groupSlug": "gatsby-plugin-create-client-paths-prod-minor", - "excludePackageNames": [ - "eslint", - "prettier", - "cross-env", - "execa", - "mini-css-extract-plugin", - "sharp", - "@types/sharp", - "typescript", - "chalk", - "fs-extra", - "@types/fs-extra", - "cheerio", - "semver", - "@types/semver", - "core-js", - "core-js-compat", - "chokidar" - ], - "excludePackagePatterns": [ - "^@babel", - "^eslint-", - "^@typescript-eslint/", - "^@testing-library/", - "^@parcel/" - ], - "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" - }, - { - "matchPaths": [ - "packages/gatsby-plugin-create-client-paths/package.json" - ], - "matchDepTypes": [ - "dependencies" - ], - "matchUpdateTypes": [ - "major" - ], - "groupName": "major dependencies for gatsby-plugin-create-client-paths", - "groupSlug": "gatsby-plugin-create-client-paths-prod-major", - "excludePackageNames": [ - "eslint", - "prettier", - "cross-env", - "execa", - "mini-css-extract-plugin", - "sharp", - "@types/sharp", - "typescript", - "chalk", - "fs-extra", - "@types/fs-extra", - "cheerio", - "semver", - "@types/semver", - "core-js", - "core-js-compat", - "chokidar" - ], - "excludePackagePatterns": [ - "^@babel", - "^eslint-", - "^@typescript-eslint/", - "^@testing-library/", - "^@parcel/" - ], - "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}", - "dependencyDashboardApproval": true - }, - { - "matchPaths": [ - "packages/gatsby-plugin-create-client-paths/package.json" - ], - "matchDepTypes": [ - "dependencies" - ], - "groupName": "minor and patch dependencies for gatsby-plugin-create-client-paths", - "groupSlug": "gatsby-plugin-create-client-paths-prod-minor", - "matchPackageNames": [], - "matchUpdateTypes": [ - "patch" - ], - "excludePackageNames": [ - "eslint", - "prettier", - "cross-env", - "execa", - "mini-css-extract-plugin", - "sharp", - "@types/sharp", - "typescript", - "chalk", - "fs-extra", - "@types/fs-extra", - "cheerio", - "semver", - "@types/semver", - "core-js", - "core-js-compat", - "chokidar" - ], - "excludePackagePatterns": [ - "^@babel", - "^eslint-", - "^@typescript-eslint/", - "^@testing-library/", - "^@parcel/" - ], - "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}" - }, - { - "matchPaths": [ - "packages/gatsby-plugin-create-client-paths/package.json" - ], - "matchDepTypes": [ - "dependencies" - ], - "groupName": "major dependencies for gatsby-plugin-create-client-paths", - "groupSlug": "gatsby-plugin-create-client-paths-prod-major", - "matchPackageNames": [], - "matchUpdateTypes": [ - "major", - "minor" - ], - "excludePackageNames": [ - "eslint", - "prettier", - "cross-env", - "execa", - "mini-css-extract-plugin", - "sharp", - "@types/sharp", - "typescript", - "chalk", - "fs-extra", - "@types/fs-extra", - "cheerio", - "semver", - "@types/semver", - "core-js", - "core-js-compat", - "chokidar" - ], - "excludePackagePatterns": [ - "^@babel", - "^eslint-", - "^@typescript-eslint/", - "^@testing-library/", - "^@parcel/" - ], - "commitMessageSuffix": "{{#unless groupName}} for gatsby-plugin-create-client-paths{{/unless}}", - "dependencyDashboardApproval": true - }, { "matchPaths": [ "packages/gatsby-plugin-cxs/package.json"