Skip to content

Commit

Permalink
Bump react-components* to latest foundations (#1445)
Browse files Browse the repository at this point in the history
Co-authored-by: James Mockett <1166188+jamesmockett@users.noreply.github.com>
Co-authored-by: oliverabrahams <ollie.abrahams@guardian.co.uk>
  • Loading branch information
3 people committed May 16, 2024
1 parent 32ecd98 commit 0ff4990
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 56 deletions.
17 changes: 14 additions & 3 deletions libs/@guardian/source-foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -97,6 +102,9 @@
},
"fix": {
"command": "eslint --cache --color . --fix",
"dependencies": [
"_deps"
],
"clean": false,
"files": [
"!(dist)/**",
Expand All @@ -109,6 +117,9 @@
},
"lint": {
"command": "eslint --cache --color .",
"dependencies": [
"_deps"
],
"files": [
"!(dist)/**",
"!(.eslintcache)",
Expand All @@ -119,7 +130,7 @@
"test": {
"command": "jest",
"dependencies": [
"../design-tokens:build"
"_deps"
],
"files": [
"!(dist)/**",
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guardian/source-react-components-development-kitchen",
"version": "20.0.3",
"version": "21.0.0",
"sideEffects": false,
"type": "module",
"exports": {
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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}",
Expand All @@ -89,6 +93,9 @@
},
"fix": {
"command": "eslint --cache --color . --fix",
"dependencies": [
"_deps"
],
"clean": false,
"files": [
"!(dist)/**",
Expand All @@ -101,6 +108,9 @@
},
"lint": {
"command": "eslint --cache --color .",
"dependencies": [
"_deps"
],
"files": [
"!(dist)/**",
"!(.eslintcache)",
Expand All @@ -110,6 +120,9 @@
},
"test": {
"command": "jest",
"dependencies": [
"_deps"
],
"files": [
"!(dist)/**",
"!(.eslintcache)",
Expand Down
6 changes: 6 additions & 0 deletions libs/@guardian/source-react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guardian/source-react-components

## 25.0.0

### Major Changes

- Update dependency on `@guardian/source-foundations`.

## 24.0.1

### Patch Changes
Expand Down
24 changes: 19 additions & 5 deletions libs/@guardian/source-react-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -67,10 +67,15 @@
}
},
"wireit": {
"_deps": {
"dependencies": [
"../source-foundations:build"
]
},
"build": {
"command": "rollup -c",
"dependencies": [
"../source-foundations:build"
"_deps"
],
"files": [
"../../../configs/rollup.config.js",
Expand All @@ -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}",
Expand All @@ -99,6 +104,9 @@
},
"fix": {
"command": "pnpm lint --fix",
"dependencies": [
"_deps"
],
"clean": false,
"files": [
"!(dist|storybook-static)/**",
Expand All @@ -110,6 +118,9 @@
},
"lint": {
"command": "eslint --cache --color .",
"dependencies": [
"_deps"
],
"files": [
"!(dist|storybook-static)/**",
"../../../.eslint*"
Expand All @@ -118,6 +129,9 @@
},
"test": {
"command": "jest",
"dependencies": [
"_deps"
],
"files": [
"!(dist|storybook-static)/**",
"../../../jest.*"
Expand Down
45 changes: 6 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ff4990

Please sign in to comment.