Skip to content

Commit

Permalink
Merge branch 'main' into css_modules_remove_flag_buttongroup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Dec 4, 2024
2 parents 4d77a42 + 9885564 commit ef4743e
Show file tree
Hide file tree
Showing 36 changed files with 548 additions and 395 deletions.
5 changes: 5 additions & 0 deletions .changeset/large-grasshoppers-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Remove the CSS modules feature flag from Checkbox
5 changes: 5 additions & 0 deletions .changeset/slow-spoons-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Update `Token`, `IssueLabelToken`, `AvatarToken` components to use CSS Modules
5 changes: 5 additions & 0 deletions .changeset/soft-bananas-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Update FormControl sub-components to use new styled components format for migration
45 changes: 0 additions & 45 deletions .github/workflows/consumer_test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "5.x",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.7",
"styled-components": "5.x",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vite": "^5.2.14"
}
}
6 changes: 0 additions & 6 deletions examples/consumer-test/App.tsx

This file was deleted.

25 changes: 0 additions & 25 deletions examples/consumer-test/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions examples/consumer-test/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions examples/consumer-test/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "5.x",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.1.0",
Expand Down
50 changes: 20 additions & 30 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"rimraf": "5.0.5",
"size-limit": "11.1.5",
"stylelint": "16.9.0",
"typescript": "5.6.3"
"typescript": "^5.7.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
Expand All @@ -93,5 +93,6 @@
"webpack": false,
"running": false
}
]
],
"packageManager": "npm@10.9.1+sha512.c89530d37c4baa38afd43e76a077a84b9aa63840b986426584fd5c5a54ab0a0b21bb1595c851042b733784b0b43706d36a494b4d8ae1a086a762cb8d3f95942a"
}
2 changes: 1 addition & 1 deletion packages/postcss-preset-primer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"postcss": "^8.4.41",
"postcss-custom-properties-fallback": "^1.0.2",
"postcss-mixins": "^11.0.1",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"terser": "5.36.0",
"ts-toolbelt": "9.6.0",
"tsx": "4.7.0",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"typescript-plugin-css-modules": "5.1.0",
"unist-util-find": "3.0.0",
"unist-util-find-before": "4.0.0",
Expand Down
Loading

0 comments on commit ef4743e

Please sign in to comment.