Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gatsby-image): move to deprecated plugins #31654

Merged
merged 5 commits into from
Aug 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,6 @@ aliases:
- notify-status:
condition: << parameters.nightly >>

e2e_tests_gatsby-image_alias: &e2e_tests_gatsby-image_alias
<<: *e2e-executor
parameters:
nightly:
type: boolean
default: false
environment:
CYPRESS_PROJECT_ID: ave32k
CYPRESS_RECORD_KEY: fb3cb6e0-a0f9-48b2-aa9a-95e8ef150a85
steps:
- e2e-test:
test_path: e2e-tests/gatsby-image
skip_file_change_test: << parameters.nightly >>
- notify-status:
condition: << parameters.nightly >>

commands:
notify-status:
parameters:
Expand Down Expand Up @@ -379,15 +363,6 @@ jobs:
command: 'DEBUG=start-server-and-test yarn start-server-and-test "yarn develop 2>&1 | tee log.txt" :8000 "! cat log.txt | grep -E ''ERROR #|Require stack:''"'
working_directory: /tmp/e2e-tests/gatsby-pnp

e2e_tests_gatsby-image:
<<: *e2e_tests_gatsby-image_alias

e2e_tests_gatsby-image_with_experimental_react:
<<: *e2e_tests_gatsby-image_alias

e2e_tests_gatsby-image_with_next_react:
<<: *e2e_tests_gatsby-image_alias

e2e_tests_development_runtime:
<<: *e2e_tests_development_runtime_alias

Expand Down Expand Up @@ -603,10 +578,6 @@ workflows:
jobs:
- bootstrap-with-experimental-react:
version: "next"
- e2e_tests_gatsby-image_with_next_react:
nightly: true
requires:
- bootstrap-with-experimental-react
- e2e_tests_development_runtime_with_next_react:
nightly: true
requires:
Expand All @@ -626,10 +597,6 @@ workflows:
jobs:
- bootstrap-with-experimental-react:
version: "experimental"
- e2e_tests_gatsby-image_with_experimental_react:
nightly: true
requires:
- bootstrap-with-experimental-react
- e2e_tests_development_runtime_with_experimental_react:
nightly: true
requires:
Expand Down Expand Up @@ -697,8 +664,6 @@ workflows:
<<: *e2e-test-workflow
- e2e_tests_path-prefix:
<<: *e2e-test-workflow
- e2e_tests_gatsby-image:
<<: *e2e-test-workflow
- e2e_tests_gatsby-static-image:
<<: *e2e-test-workflow
- e2e_tests_visual-regression:
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ integration-tests
packages/*/*.js
packages/gatsby-source-shopify/**/*.js
packages/gatsby-plugin-preload-fonts/prepare/*.js
packages/gatsby-image/withIEPolyfill/index.js
packages/gatsby/cache-dir/commonjs/**/*
packages/gatsby-admin/public
packages/gatsby/gatsby-admin-public
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"filesize": "^6.1.0",
"fs-extra": "^9.0.1",
"gatsby-core-utils": "^2.12.0-next.0",
"gatsby-image": "^3.12.0-next.0",
"gatsby-image": "^3.10.0",
"gatsby-plugin-catch-links": "^3.12.0-next.0",
"gatsby-source-filesystem": "^3.12.0-next.0",
"glob": "^7.1.6",
Expand Down
244 changes: 0 additions & 244 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3379,250 +3379,6 @@
"commitMessageSuffix": "{{#unless groupName}} for gatsby-graphiql-explorer{{/unless}}",
"dependencyDashboardApproval": true
},
{
"matchPaths": [
"packages/gatsby-image/package.json"
],
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "[DEV] minor and patch dependencies for gatsby-image",
"groupSlug": "gatsby-image-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/"
],
"commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}"
},
{
"matchPaths": [
"packages/gatsby-image/package.json"
],
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"major"
],
"groupName": "[DEV] major dependencies for gatsby-image",
"groupSlug": "gatsby-image-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/"
],
"commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}"
},
{
"matchPaths": [
"packages/gatsby-image/package.json"
],
"matchDepTypes": [
"dependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"groupName": "minor and patch dependencies for gatsby-image",
"groupSlug": "gatsby-image-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/"
],
"commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}"
},
{
"matchPaths": [
"packages/gatsby-image/package.json"
],
"matchDepTypes": [
"dependencies"
],
"matchUpdateTypes": [
"major"
],
"groupName": "major dependencies for gatsby-image",
"groupSlug": "gatsby-image-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/"
],
"commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}",
"dependencyDashboardApproval": true
},
{
"matchPaths": [
"packages/gatsby-image/package.json"
],
"matchDepTypes": [
"dependencies"
],
"groupName": "minor and patch dependencies for gatsby-image",
"groupSlug": "gatsby-image-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/"
],
"commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}"
},
{
"matchPaths": [
"packages/gatsby-image/package.json"
],
"matchDepTypes": [
"dependencies"
],
"groupName": "major dependencies for gatsby-image",
"groupSlug": "gatsby-image-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/"
],
"commitMessageSuffix": "{{#unless groupName}} for gatsby-image{{/unless}}",
"dependencyDashboardApproval": true
},
{
"matchPaths": [
"packages/gatsby-legacy-polyfills/package.json"
Expand Down
Loading