diff --git a/.circleci/config.yml b/.circleci/config.yml index 30980cec5..dbc842ff1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,9 +44,6 @@ jobs: - C:\Users\circleci\AppData\Local\Cypress\Cache - C:\Users\circleci\AppData\Roaming\npm-cache - # if you want to test execa's behavior on Windows - # - run: node ./scripts/test-execa - - run: name: 'Start server' command: npm run start @@ -85,9 +82,6 @@ jobs: - C:\Users\circleci\AppData\Local\Cypress\Cache - C:\Users\circleci\AppData\Roaming\npm-cache - # if you want to test execa's behavior on Windows - # - run: node ./scripts/test-execa - - run: name: 'Start server' command: npm run start @@ -126,9 +120,6 @@ jobs: - C:\Users\circleci\AppData\Local\Cypress\Cache - C:\Users\circleci\AppData\Roaming\npm-cache - # if you want to test execa's behavior on Windows - # - run: node ./scripts/test-execa - - run: name: 'Start server' command: npm run start diff --git a/package-lock.json b/package-lock.json index cdd99bfa4..996f534a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,11 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "colon-names": "1.0.0", "cypress": "13.6.1", "eslint": "8.56.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-json-format": "2.0.1", "eslint-plugin-mocha": "10.2.0", - "execa": "2.1.0", "globby": "11.1.0", "husky": "8.0.3", "netlify-plugin-cypress": "2.2.1", @@ -2137,22 +2135,6 @@ "type-is": "^1.6.16" } }, - "node_modules/colon-names": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/colon-names/-/colon-names-1.0.0.tgz", - "integrity": "sha512-9KSE6zbPFIMLUOTfeZyDyS8RUfpgo/1l9FD4ACJjzwz5mKBFuBspEed5lL7CXZRxSrba0YH/pMEASRtMj3O71Q==", - "dev": true, - "dependencies": { - "check-more-types": "2.24.0", - "lazy-ass": "1.6.0" - }, - "bin": { - "colon-names": "bin/colon-names.js" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", @@ -3541,26 +3523,6 @@ "integrity": "sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg==", "dev": true }, - "node_modules/execa": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/execa/-/execa-2.1.0.tgz", - "integrity": "sha512-Y/URAVapfbYy2Xp/gb6A0E7iR8xeqOCXsuuaoMn7A5PzrXUK84E1gyiEfq0wQd/GHA6GsoHWwhNq8anb0mleIw==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.0", - "get-stream": "^5.0.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^3.0.0", - "onetime": "^5.1.0", - "p-finally": "^2.0.0", - "signal-exit": "^3.0.2", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": "^8.12.0 || >=9.7.0" - } - }, "node_modules/executable": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", @@ -6783,18 +6745,6 @@ "which": "bin/which" } }, - "node_modules/npm-run-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-3.1.0.tgz", - "integrity": "sha512-Dbl4A/VfiVGLgQv29URL9xshU8XDY1GeLy+fsaZ1AA8JDSfjvr5P5+pzRbWqRSBxk6/DW7MIh8lTM/PaGnP2kg==", - "dev": true, - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/npm/node_modules/@colors/colors": { "version": "1.5.0", "dev": true, @@ -9385,15 +9335,6 @@ "node": ">=6" } }, - "node_modules/p-finally": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-2.0.1.tgz", - "integrity": "sha512-vpm09aKwq6H9phqRQzecoDpD8TmVyGw70qmWlyq5onxY7tqyTTFVvxMykxQSQKILBSFlbXpypIw2T1Ml7+DDtw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/p-is-promise": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz", diff --git a/package.json b/package.json index ba3663ec3..8ff68bf19 100644 --- a/package.json +++ b/package.json @@ -61,13 +61,11 @@ }, "devDependencies": { "@bahmutov/print-env": "1.3.0", - "colon-names": "1.0.0", "cypress": "13.6.1", "eslint": "8.56.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-json-format": "2.0.1", "eslint-plugin-mocha": "10.2.0", - "execa": "2.1.0", "globby": "11.1.0", "husky": "8.0.3", "netlify-plugin-cypress": "2.2.1", diff --git a/scripts/test-execa.js b/scripts/test-execa.js deleted file mode 100644 index 575ac600e..000000000 --- a/scripts/test-execa.js +++ /dev/null @@ -1,5 +0,0 @@ -const execa = require('execa') - -execa('echo Hello', { - shell: true, -}).then(console.log)