diff --git a/libs/@guardian/source-foundations/package.json b/libs/@guardian/source-foundations/package.json index c61319f87..cbbe05f00 100644 --- a/libs/@guardian/source-foundations/package.json +++ b/libs/@guardian/source-foundations/package.json @@ -51,11 +51,16 @@ } }, "wireit": { - "build": { - "command": "rollup -c", + "_deps": { "dependencies": [ "../design-tokens:build", "build-type-presets" + ] + }, + "build": { + "command": "rollup -c", + "dependencies": [ + "_deps" ], "files": [ "../../../configs/rollup.config.js", @@ -97,6 +102,9 @@ }, "fix": { "command": "eslint --cache --color . --fix", + "dependencies": [ + "_deps" + ], "clean": false, "files": [ "!(dist)/**", @@ -109,6 +117,9 @@ }, "lint": { "command": "eslint --cache --color .", + "dependencies": [ + "_deps" + ], "files": [ "!(dist)/**", "!(.eslintcache)", @@ -119,7 +130,7 @@ "test": { "command": "jest", "dependencies": [ - "../design-tokens:build" + "_deps" ], "files": [ "!(dist)/**", diff --git a/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md b/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md index 4bb9b9201..e73bd73dd 100644 --- a/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md +++ b/libs/@guardian/source-react-components-development-kitchen/CHANGELOG.md @@ -1,5 +1,11 @@ # @guardian/source-react-components-development-kitchen +## 21.0.0 + +### Major Changes + +- Update dependency on `@guardian/source-foundations` and `@guardian/source-react-components` + ## 20.0.3 ### Patch Changes diff --git a/libs/@guardian/source-react-components-development-kitchen/package.json b/libs/@guardian/source-react-components-development-kitchen/package.json index 57eac8814..b82422092 100644 --- a/libs/@guardian/source-react-components-development-kitchen/package.json +++ b/libs/@guardian/source-react-components-development-kitchen/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/source-react-components-development-kitchen", - "version": "20.0.3", + "version": "21.0.0", "sideEffects": false, "type": "module", "exports": { @@ -27,8 +27,8 @@ "@babel/core": "7.24.0", "@emotion/react": "11.11.1", "@guardian/libs": "16.0.0", - "@guardian/source-foundations": "14.2.2", - "@guardian/source-react-components": "23.0.1", + "@guardian/source-foundations": "16.0.0", + "@guardian/source-react-components": "25.0.0", "@types/react": "18.2.11", "react": "18.2.0", "rollup": "4.17.2", @@ -39,8 +39,8 @@ "peerDependencies": { "@emotion/react": "^11.11.1", "@guardian/libs": "^16.0.0", - "@guardian/source-foundations": "^14.2.2", - "@guardian/source-react-components": "^23.0.1", + "@guardian/source-foundations": "^16.0.0", + "@guardian/source-react-components": "^25.0.0", "@types/react": "^18.2.11", "react": "^18.2.0", "tslib": "^2.6.2", @@ -55,11 +55,16 @@ } }, "wireit": { - "build": { - "command": "rollup -c", + "_deps": { "dependencies": [ "../source-foundations:build", "../source-react-components:build" + ] + }, + "build": { + "command": "rollup -c", + "dependencies": [ + "_deps" ], "files": [ "../../../configs/rollup.config.js", @@ -75,8 +80,7 @@ "build-storybook": { "command": "NODE_ENV=production storybook build --webpack-stats-json", "dependencies": [ - "../source-foundations:build", - "../source-react-components:build" + "_deps" ], "files": [ "**/*.{ts,tsx,js,json,mdx,md}", @@ -89,6 +93,9 @@ }, "fix": { "command": "eslint --cache --color . --fix", + "dependencies": [ + "_deps" + ], "clean": false, "files": [ "!(dist)/**", @@ -101,6 +108,9 @@ }, "lint": { "command": "eslint --cache --color .", + "dependencies": [ + "_deps" + ], "files": [ "!(dist)/**", "!(.eslintcache)", @@ -110,6 +120,9 @@ }, "test": { "command": "jest", + "dependencies": [ + "_deps" + ], "files": [ "!(dist)/**", "!(.eslintcache)", diff --git a/libs/@guardian/source-react-components/CHANGELOG.md b/libs/@guardian/source-react-components/CHANGELOG.md index 28371caec..a5b8f3a17 100644 --- a/libs/@guardian/source-react-components/CHANGELOG.md +++ b/libs/@guardian/source-react-components/CHANGELOG.md @@ -1,5 +1,11 @@ # @guardian/source-react-components +## 25.0.0 + +### Major Changes + +- Update dependency on `@guardian/source-foundations`. + ## 24.0.1 ### Patch Changes diff --git a/libs/@guardian/source-react-components/package.json b/libs/@guardian/source-react-components/package.json index 70896d24d..3800a67b8 100644 --- a/libs/@guardian/source-react-components/package.json +++ b/libs/@guardian/source-react-components/package.json @@ -1,6 +1,6 @@ { "name": "@guardian/source-react-components", - "version": "24.0.1", + "version": "25.0.0", "license": "Apache-2.0", "sideEffects": false, "type": "module", @@ -28,7 +28,7 @@ "devDependencies": { "@babel/core": "7.24.0", "@emotion/react": "11.11.1", - "@guardian/source-foundations": "14.2.2", + "@guardian/source-foundations": "16.0.0", "@svgr/babel-preset": "8.1.0", "@svgr/core": "8.1.0", "@svgr/plugin-jsx": "8.1.0", @@ -52,7 +52,7 @@ }, "peerDependencies": { "@emotion/react": "^11.11.1", - "@guardian/source-foundations": "^14.2.2", + "@guardian/source-foundations": "^16.0.0", "@types/react": "^18.2.11", "react": "^18.2.0", "tslib": "^2.6.2", @@ -67,10 +67,15 @@ } }, "wireit": { + "_deps": { + "dependencies": [ + "../source-foundations:build" + ] + }, "build": { "command": "rollup -c", "dependencies": [ - "../source-foundations:build" + "_deps" ], "files": [ "../../../configs/rollup.config.js", @@ -86,7 +91,7 @@ "build-storybook": { "command": "NODE_ENV=production storybook build --webpack-stats-json", "dependencies": [ - "../source-foundations:build" + "_deps" ], "files": [ "**/*.{ts,tsx,js,json,mdx,md}", @@ -99,6 +104,9 @@ }, "fix": { "command": "pnpm lint --fix", + "dependencies": [ + "_deps" + ], "clean": false, "files": [ "!(dist|storybook-static)/**", @@ -110,6 +118,9 @@ }, "lint": { "command": "eslint --cache --color .", + "dependencies": [ + "_deps" + ], "files": [ "!(dist|storybook-static)/**", "../../../.eslint*" @@ -118,6 +129,9 @@ }, "test": { "command": "jest", + "dependencies": [ + "_deps" + ], "files": [ "!(dist|storybook-static)/**", "../../../jest.*" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 750e125ab..81fbc6399 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -736,8 +736,8 @@ importers: specifier: 11.11.1 version: 11.11.1(@types/react@18.2.11)(react@18.2.0) '@guardian/source-foundations': - specifier: 14.2.2 - version: 14.2.2(tslib@2.6.2)(typescript@5.3.3) + specifier: 16.0.0 + version: link:../source-foundations '@svgr/babel-preset': specifier: 8.1.0 version: 8.1.0(@babel/core@7.24.0) @@ -811,11 +811,11 @@ importers: specifier: 16.0.0 version: 16.0.0(tslib@2.6.2)(typescript@5.3.3) '@guardian/source-foundations': - specifier: 14.2.2 - version: 14.2.2(tslib@2.6.2)(typescript@5.3.3) + specifier: 16.0.0 + version: link:../source-foundations '@guardian/source-react-components': - specifier: 23.0.1 - version: 23.0.1(@emotion/react@11.11.1)(@guardian/source-foundations@14.2.2)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3) + specifier: 25.0.0 + version: link:../source-react-components '@types/react': specifier: 18.2.11 version: 18.2.11 @@ -3547,20 +3547,6 @@ packages: typescript: 5.3.3 dev: true - /@guardian/source-foundations@14.2.2(tslib@2.6.2)(typescript@5.3.3): - resolution: {integrity: sha512-198Akw1RqufsX6Iu/qzqeR4eC9L3ezHURVzMqJeB3ZRZtabdkL2Q562mS1UnSdyACeCLRMqlOXqZDO38gsjP/g==} - peerDependencies: - tslib: ^2.6.2 - typescript: ~5.3.3 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - mini-svg-data-uri: 1.4.4 - tslib: 2.6.2 - typescript: 5.3.3 - dev: true - /@guardian/source-react-components@22.0.1(@emotion/react@11.11.1)(@guardian/source-foundations@14.1.4)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3): resolution: {integrity: sha512-jpnFdc/fIRQswufgFDjlv0RQvtNpWd5PL7PJa4r7oNp8H8f+LEVn1D/WkuLFQwtP+T3S/wGF5GrcOmTMyFTlYA==} peerDependencies: @@ -3580,25 +3566,6 @@ packages: typescript: 5.3.3 dev: true - /@guardian/source-react-components@23.0.1(@emotion/react@11.11.1)(@guardian/source-foundations@14.2.2)(react@18.2.0)(tslib@2.6.2)(typescript@5.3.3): - resolution: {integrity: sha512-gBxO7c24VZsYBUPXy507LWwNY1xxnh4VwCDibTK3a2AJat9D6+BTEmNaWD5e5S8pzmr3RY6hSrePGanw8bPYyA==} - peerDependencies: - '@emotion/react': ^11.11.1 - '@guardian/source-foundations': ^14.2.2 - react: ^18.2.0 - tslib: ^2.6.2 - typescript: ~5.3.3 - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@emotion/react': 11.11.1(@types/react@18.2.11)(react@18.2.0) - '@guardian/source-foundations': 14.2.2(tslib@2.6.2)(typescript@5.3.3) - react: 18.2.0 - tslib: 2.6.2 - typescript: 5.3.3 - dev: true - /@humanwhocodes/config-array@0.11.13: resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'}