Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: '22.x'

- name: Install dependencies
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: while yarn defaults to immutable installs in CI, we want to be explicit about it.

run: yarn
run: yarn install --immutable

- name: Install Playwright Browsers
run: yarn playwright install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: '22.x'

- name: Install
run: yarn
run: yarn install --immutable

- name: Build Storybook
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
node-version: '22.x'

- name: Install
run: yarn
run: yarn install --immutable

- name: Build Storybook
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "RELEASE_VERSION=${{ steps.tagName.outputs.package }}_${{ steps.tagName.outputs.version }}" >> $GITHUB_ENV

- name: Install
run: yarn
run: yarn install --immutable

- name: Check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "RELEASE_VERSION=${{ steps.tagName.outputs.package }}_${{ steps.tagName.outputs.version }}" >> $GITHUB_ENV

- name: Install
run: yarn
run: yarn install --immutable

- name: Check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: '22.x'

- name: Install
run: yarn
run: yarn install --immutable

- name: Check
run: |
Expand Down
2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ compressionLevel: mixed

enableGlobalCache: false

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: by default, we now opt out of all post install scripts dependencies may have.

enableScripts: false

nodeLinker: node-modules

npmAuthToken: "${NPM_TOKEN}"
Expand Down
128 changes: 64 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,76 +102,76 @@
"visual-test": "yarn build:storybook && yarn playwright test"
},
"dependencies": {
"@linaria/core": "^6.3.0",
"@linaria/react": "^6.3.0",
"@oddbird/css-anchor-positioning": "^0.6.1"
"@linaria/core": "6.3.0",
"@linaria/react": "6.3.0",
"@oddbird/css-anchor-positioning": "0.6.1"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@figma/code-connect": "^1.3.5",
"@linaria/postcss-linaria": "^6.3.0",
"@mdx-js/react": "^3.0.1",
"@playwright/test": "^1.43.0",
"@storybook/addon-a11y": "^9.1.4",
"@storybook/addon-designs": "^10.0.2",
"@storybook/addon-docs": "^9.1.4",
"@storybook/addon-links": "^9.1.4",
"@storybook/cli": "^9.1.4",
"@storybook/icons": "^1.4.0",
"@storybook/react-dom-shim": "^9.1.4",
"@storybook/react-vite": "^9.1.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/babel__core": "^7",
"@babel/core": "7.27.4",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@figma/code-connect": "1.3.5",
"@linaria/postcss-linaria": "6.3.0",
"@mdx-js/react": "3.0.1",
"@playwright/test": "1.43.0",
"@storybook/addon-a11y": "9.1.4",
"@storybook/addon-designs": "10.0.2",
"@storybook/addon-docs": "9.1.4",
"@storybook/addon-links": "9.1.4",
"@storybook/cli": "9.1.4",
"@storybook/icons": "1.4.0",
"@storybook/react-dom-shim": "9.1.4",
"@storybook/react-vite": "9.1.4",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@types/babel__core": "7.20.5",
"@types/node": "22.15.32",
"@types/postcss-flexbugs-fixes": "^5.0.3",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitejs/plugin-react": "^5.0.2",
"@vitest/coverage-v8": "^3.2.4",
"@types/postcss-flexbugs-fixes": "5.0.3",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-syntax-highlighter": "15.5.11",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@vitejs/plugin-react": "5.0.2",
"@vitest/coverage-v8": "3.2.4",
"@wyw-in-js/babel-preset": "0.6.0",
"@wyw-in-js/vite": "0.6.0",
"aws-cdk": "^2.137.0",
"aws-cdk-lib": "^2.137.0",
"aws-sdk": "^2.1597.0",
"colord": "^2.9.3",
"concurrently": "^8.2.2",
"constructs": "^10.3.0",
"coverage-badges-cli": "^2.1.0",
"aws-cdk": "2.137.0",
"aws-cdk-lib": "2.137.0",
"aws-sdk": "2.1597.0",
"colord": "2.9.3",
"concurrently": "8.2.2",
"constructs": "10.3.0",
"coverage-badges-cli": "2.1.0",
"dashify": "2.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^9.1.4",
"figma": "^0.0.1",
"happy-dom": "^18.0.1",
"move-file-cli": "^3.0.0",
"postcss": "^8.5.6",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup-plugin-css-only": "^4.5.2",
"snyk": "^1.1288.0",
"storybook": "^9.1.4",
"style-dictionary": "^4.3.3",
"stylelint": "^16.21.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^3.2.4"
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "9.1.4",
"figma": "0.0.1",
"happy-dom": "18.0.1",
"move-file-cli": "3.0.0",
"postcss": "8.5.6",
"prettier": "3.2.5",
"react": "18.3.1",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "18.3.1",
"react-syntax-highlighter": "15.5.0",
"rimraf": "5.0.5",
"rollup": "4.14.1",
"rollup-plugin-css-only": "4.5.2",
"snyk": "1.1288.0",
"storybook": "9.1.4",
"style-dictionary": "4.3.3",
"stylelint": "16.21.0",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"vite": "7.1.4",
"vite-plugin-svgr": "4.5.0",
"vitest": "3.2.4"
},
"peerDependencies": {
"react": ">=18.0.2",
Expand Down
Loading