From fc43c1259e073943990ad232aca520df28316ca7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:15:46 +0000 Subject: [PATCH] chore(deps): update dependency concurrently to v8 --- .../gatsby-theme-brochure/package.json | 2 +- .../gatsby-theme-post/package.json | 2 +- .../gatsby-theme-prismic/package.json | 2 +- .../gatsby-theme-website-global/package.json | 2 +- .../gatsby-theme-website-team/package.json | 2 +- .../gatsby-theme-website/package.json | 2 +- .../gatsby-transformer-job-post/package.json | 2 +- .../gatsby-transformer-note-post/package.json | 2 +- .../gatsby-transformer-post/package.json | 2 +- yarn.lock | 96 +++++++++++++------ 10 files changed, 77 insertions(+), 37 deletions(-) diff --git a/_packages/@karrotmarket/gatsby-theme-brochure/package.json b/_packages/@karrotmarket/gatsby-theme-brochure/package.json index ca41a389b..0b3da6052 100644 --- a/_packages/@karrotmarket/gatsby-theme-brochure/package.json +++ b/_packages/@karrotmarket/gatsby-theme-brochure/package.json @@ -40,7 +40,7 @@ "@types/react": "18.0.35", "@types/react-dom": "18.0.11", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/_packages/@karrotmarket/gatsby-theme-post/package.json b/_packages/@karrotmarket/gatsby-theme-post/package.json index e06d44bf7..8c8a8cab0 100644 --- a/_packages/@karrotmarket/gatsby-theme-post/package.json +++ b/_packages/@karrotmarket/gatsby-theme-post/package.json @@ -45,7 +45,7 @@ "@babel/cli": "7.21.0", "@babel/core": "7.21.4", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "polished": "4.2.2", "react": "18.2.0", diff --git a/_packages/@karrotmarket/gatsby-theme-prismic/package.json b/_packages/@karrotmarket/gatsby-theme-prismic/package.json index bd5ad3d4b..5e9e1a834 100644 --- a/_packages/@karrotmarket/gatsby-theme-prismic/package.json +++ b/_packages/@karrotmarket/gatsby-theme-prismic/package.json @@ -40,7 +40,7 @@ "@types/react": "18.0.35", "@types/react-dom": "18.0.11", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/_packages/@karrotmarket/gatsby-theme-website-global/package.json b/_packages/@karrotmarket/gatsby-theme-website-global/package.json index c62b63d0a..8c0b98002 100644 --- a/_packages/@karrotmarket/gatsby-theme-website-global/package.json +++ b/_packages/@karrotmarket/gatsby-theme-website-global/package.json @@ -44,7 +44,7 @@ "@babel/cli": "7.21.0", "@babel/core": "7.21.4", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "polished": "4.2.2", "react": "18.2.0", diff --git a/_packages/@karrotmarket/gatsby-theme-website-team/package.json b/_packages/@karrotmarket/gatsby-theme-website-team/package.json index 723ca6dde..caf7dbc7e 100644 --- a/_packages/@karrotmarket/gatsby-theme-website-team/package.json +++ b/_packages/@karrotmarket/gatsby-theme-website-team/package.json @@ -69,7 +69,7 @@ "@types/react": "18.0.35", "@types/react-dom": "18.0.11", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.0.4" diff --git a/_packages/@karrotmarket/gatsby-theme-website/package.json b/_packages/@karrotmarket/gatsby-theme-website/package.json index ed0ccef11..171f8cf8d 100644 --- a/_packages/@karrotmarket/gatsby-theme-website/package.json +++ b/_packages/@karrotmarket/gatsby-theme-website/package.json @@ -35,7 +35,7 @@ "@types/react": "18.0.35", "@types/react-dom": "18.0.11", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "polished": "4.2.2", "react": "18.2.0", diff --git a/_packages/@karrotmarket/gatsby-transformer-job-post/package.json b/_packages/@karrotmarket/gatsby-transformer-job-post/package.json index e74246496..0459844fc 100644 --- a/_packages/@karrotmarket/gatsby-transformer-job-post/package.json +++ b/_packages/@karrotmarket/gatsby-transformer-job-post/package.json @@ -28,7 +28,7 @@ "babel-preset-gatsby-package": "3.8.0", "cjk-slug": "0.3.1", "common-tags": "1.8.2", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "jest": "29.5.0", "typescript": "5.0.4" diff --git a/_packages/@karrotmarket/gatsby-transformer-note-post/package.json b/_packages/@karrotmarket/gatsby-transformer-note-post/package.json index 4db02a3c9..d3586980b 100644 --- a/_packages/@karrotmarket/gatsby-transformer-note-post/package.json +++ b/_packages/@karrotmarket/gatsby-transformer-note-post/package.json @@ -20,7 +20,7 @@ "@babel/cli": "7.21.0", "@babel/core": "7.21.4", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "typescript": "5.0.4" } diff --git a/_packages/@karrotmarket/gatsby-transformer-post/package.json b/_packages/@karrotmarket/gatsby-transformer-post/package.json index 5b987b52e..51ffdc5fb 100644 --- a/_packages/@karrotmarket/gatsby-transformer-post/package.json +++ b/_packages/@karrotmarket/gatsby-transformer-post/package.json @@ -17,7 +17,7 @@ "@babel/core": "7.21.4", "@prismicio/types": "0.2.7", "babel-preset-gatsby-package": "3.8.0", - "concurrently": "7.6.0", + "concurrently": "8.2.2", "gatsby": "5.8.0", "typescript": "5.0.4" }, diff --git a/yarn.lock b/yarn.lock index d2abf232f..499073203 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1512,6 +1512,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.21.0": + version: 7.23.2 + resolution: "@babel/runtime@npm:7.23.2" + dependencies: + regenerator-runtime: ^0.14.0 + checksum: 6c4df4839ec75ca10175f636d6362f91df8a3137f86b38f6cd3a4c90668a0fe8e9281d320958f4fbd43b394988958585a17c3aab2a4ea6bf7316b22916a371fb + languageName: node + linkType: hard + "@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.3.3": version: 7.20.7 resolution: "@babel/template@npm:7.20.7" @@ -2633,7 +2642,7 @@ __metadata: "@types/react": 18.0.35 "@types/react-dom": 18.0.11 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 gatsby: 5.8.0 gatsby-plugin-head-seo: 1.0.2 gatsby-plugin-image: 3.8.0 @@ -2669,7 +2678,7 @@ __metadata: "@svgr/webpack": 7.0.0 babel-plugin-polished: 1.1.0 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 framer-motion: 10.10.0 gatsby: 5.8.0 gatsby-plugin-head-seo: 1.0.2 @@ -2710,7 +2719,7 @@ __metadata: "@types/react": 18.0.35 "@types/react-dom": 18.0.11 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 gatsby: 5.8.0 gatsby-plugin-image: 3.8.0 gatsby-plugin-prismic-previews: 5.3.0 @@ -2764,7 +2773,7 @@ __metadata: "@stitches/react": 1.2.8 "@svgr/webpack": 7.0.0 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 framer-motion: 10.10.0 gatsby: 5.8.0 gatsby-plugin-head-seo: 1.0.2 @@ -2817,7 +2826,7 @@ __metadata: babel-plugin-polished: 1.1.0 babel-preset-gatsby-package: 3.8.0 clsx: 1.2.1 - concurrently: 7.6.0 + concurrently: 8.2.2 focus-trap-react: 10.1.1 framer-motion: 10.10.0 gatsby: 5.8.0 @@ -2874,7 +2883,7 @@ __metadata: "@types/react": 18.0.35 "@types/react-dom": 18.0.11 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 gatsby: 5.8.0 gatsby-plugin-svgr: 3.0.0-beta.0 gatsby-theme-stitches: 1.0.1 @@ -2907,7 +2916,7 @@ __metadata: babel-preset-gatsby-package: 3.8.0 cjk-slug: 0.3.1 common-tags: 1.8.2 - concurrently: 7.6.0 + concurrently: 8.2.2 gatsby: 5.8.0 html-entities: 2.3.3 jest: 29.5.0 @@ -2925,7 +2934,7 @@ __metadata: "@babel/cli": 7.21.0 "@babel/core": 7.21.4 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 gatsby: 5.8.0 gatsby-source-filesystem: 5.8.0 gatsby-source-note-com: 0.0.6 @@ -2943,7 +2952,7 @@ __metadata: "@babel/core": 7.21.4 "@prismicio/types": 0.2.7 babel-preset-gatsby-package: 3.8.0 - concurrently: 7.6.0 + concurrently: 8.2.2 gatsby: 5.8.0 gatsby-source-filesystem: 5.8.0 typescript: 5.0.4 @@ -7041,23 +7050,23 @@ __metadata: languageName: node linkType: hard -"concurrently@npm:7.6.0": - version: 7.6.0 - resolution: "concurrently@npm:7.6.0" +"concurrently@npm:8.2.2": + version: 8.2.2 + resolution: "concurrently@npm:8.2.2" dependencies: - chalk: ^4.1.0 - date-fns: ^2.29.1 + chalk: ^4.1.2 + date-fns: ^2.30.0 lodash: ^4.17.21 - rxjs: ^7.0.0 - shell-quote: ^1.7.3 - spawn-command: ^0.0.2-1 - supports-color: ^8.1.0 + rxjs: ^7.8.1 + shell-quote: ^1.8.1 + spawn-command: 0.0.2 + supports-color: ^8.1.1 tree-kill: ^1.2.2 - yargs: ^17.3.1 + yargs: ^17.7.2 bin: conc: dist/bin/concurrently.js concurrently: dist/bin/concurrently.js - checksum: f705c9a7960f1b16559ca64958043faeeef6385c0bf30a03d1375e15ab2d96dba4f8166f1bbbb1c85e8da35ca0ce3c353875d71dff2aa132b2357bb533b3332e + checksum: 8ac774df06869773438f1bf91025180c52d5b53139bc86cf47659136c0d97461d0579c515d848d1e945d4e3e0cafe646b2ea18af8d74259b46abddcfe39b2c6c languageName: node linkType: hard @@ -7609,13 +7618,22 @@ __metadata: languageName: node linkType: hard -"date-fns@npm:^2.29.1, date-fns@npm:^2.29.3": +"date-fns@npm:^2.29.3": version: 2.29.3 resolution: "date-fns@npm:2.29.3" checksum: e01cf5b62af04e05dfff921bb9c9933310ed0e1ae9a81eb8653452e64dc841acf7f6e01e1a5ae5644d0337e9a7f936175fd2cb6819dc122fdd9c5e86c56be484 languageName: node linkType: hard +"date-fns@npm:^2.30.0": + version: 2.30.0 + resolution: "date-fns@npm:2.30.0" + dependencies: + "@babel/runtime": ^7.21.0 + checksum: f7be01523282e9bb06c0cd2693d34f245247a29098527d4420628966a2d9aad154bd0e90a6b1cf66d37adcb769cd108cf8a7bd49d76db0fb119af5cdd13644f4 + languageName: node + linkType: hard + "debug@npm:2, debug@npm:2.6.9, debug@npm:^2.6.0": version: 2.6.9 resolution: "debug@npm:2.6.9" @@ -16092,6 +16110,13 @@ __metadata: languageName: node linkType: hard +"regenerator-runtime@npm:^0.14.0": + version: 0.14.0 + resolution: "regenerator-runtime@npm:0.14.0" + checksum: 1c977ad82a82a4412e4f639d65d22be376d3ebdd30da2c003eeafdaaacd03fc00c2320f18120007ee700900979284fc78a9f00da7fb593f6e6eeebc673fba9a3 + languageName: node + linkType: hard + "regenerator-transform@npm:^0.15.1": version: 0.15.1 resolution: "regenerator-transform@npm:0.15.1" @@ -16497,12 +16522,12 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:^7.0.0": - version: 7.8.0 - resolution: "rxjs@npm:7.8.0" +"rxjs@npm:^7.8.1": + version: 7.8.1 + resolution: "rxjs@npm:7.8.1" dependencies: tslib: ^2.1.0 - checksum: 61b4d4fd323c1043d8d6ceb91f24183b28bcf5def4f01ca111511d5c6b66755bc5578587fe714ef5d67cf4c9f2e26f4490d4e1d8cabf9bd5967687835e9866a2 + checksum: de4b53db1063e618ec2eca0f7965d9137cabe98cf6be9272efe6c86b47c17b987383df8574861bcced18ebd590764125a901d5506082be84a8b8e364bf05f119 languageName: node linkType: hard @@ -16843,7 +16868,7 @@ __metadata: languageName: node linkType: hard -"shell-quote@npm:^1.7.3": +"shell-quote@npm:^1.7.3, shell-quote@npm:^1.8.1": version: 1.8.1 resolution: "shell-quote@npm:1.8.1" checksum: 5f01201f4ef504d4c6a9d0d283fa17075f6770bfbe4c5850b074974c68062f37929ca61700d95ad2ac8822e14e8c4b990ca0e6e9272e64befd74ce5e19f0736b @@ -17100,7 +17125,7 @@ __metadata: languageName: node linkType: hard -"spawn-command@npm:^0.0.2-1": +"spawn-command@npm:0.0.2": version: 0.0.2 resolution: "spawn-command@npm:0.0.2" checksum: e35c5d28177b4d461d33c88cc11f6f3a5079e2b132c11e1746453bbb7a0c0b8a634f07541a2a234fa4758239d88203b758def509161b651e81958894c0b4b64b @@ -17547,7 +17572,7 @@ __metadata: languageName: node linkType: hard -"supports-color@npm:^8.0.0, supports-color@npm:^8.1.0": +"supports-color@npm:^8.0.0, supports-color@npm:^8.1.1": version: 8.1.1 resolution: "supports-color@npm:8.1.1" dependencies: @@ -19175,6 +19200,21 @@ __metadata: languageName: node linkType: hard +"yargs@npm:^17.7.2": + version: 17.7.2 + resolution: "yargs@npm:17.7.2" + dependencies: + cliui: ^8.0.1 + escalade: ^3.1.1 + get-caller-file: ^2.0.5 + require-directory: ^2.1.1 + string-width: ^4.2.3 + y18n: ^5.0.5 + yargs-parser: ^21.1.1 + checksum: 73b572e863aa4a8cbef323dd911d79d193b772defd5a51aab0aca2d446655216f5002c42c5306033968193bdbf892a7a4c110b0d77954a7fdf563e653967b56a + languageName: node + linkType: hard + "yauzl@npm:^2.10.0": version: 2.10.0 resolution: "yauzl@npm:2.10.0"