From 91188d8205bf2541fe824590021e9ca086999950 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Wed, 23 Feb 2022 08:18:36 -0800 Subject: [PATCH 1/2] Update dependabot.yml (#1885) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b197c3955b6..a7410553d82 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,9 @@ updates: directory: '/' schedule: interval: 'weekly' + labels: + - "dependencies" + - "skip changeset" - package-ecosystem: 'npm' directory: '/docs' @@ -16,3 +19,6 @@ updates: interval: 'weekly' allow: - dependency-name: '@primer/gatsby-theme-doctocat' + labels: + - "dependencies" + - "skip changeset" From 722b80af3f9d0057586b75bbcb4fdf6469433914 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Wed, 23 Feb 2022 12:27:01 -0800 Subject: [PATCH 2/2] Version Packages (#1859) Co-authored-by: github-actions[bot] --- .changeset/chilly-cheetahs-end.md | 5 ---- .changeset/drafts-actionlist-group-roles.md | 5 ---- ...s-dropdownmenu2-merged-into-actionmenu2.md | 5 ---- .changeset/fix-escape-on-nested-overlays.md | 5 ---- .changeset/khaki-colts-run.md | 6 ----- .changeset/menus-typeahead.md | 5 ---- .changeset/slow-fireants-shave.md | 5 ---- .changeset/themeprovider-ssr-auto.md | 5 ---- .changeset/violet-actors-battle.md | 5 ---- CHANGELOG.md | 25 +++++++++++++++++++ package.json | 2 +- 11 files changed, 26 insertions(+), 47 deletions(-) delete mode 100644 .changeset/chilly-cheetahs-end.md delete mode 100644 .changeset/drafts-actionlist-group-roles.md delete mode 100644 .changeset/drafts-dropdownmenu2-merged-into-actionmenu2.md delete mode 100644 .changeset/fix-escape-on-nested-overlays.md delete mode 100644 .changeset/khaki-colts-run.md delete mode 100644 .changeset/menus-typeahead.md delete mode 100644 .changeset/slow-fireants-shave.md delete mode 100644 .changeset/themeprovider-ssr-auto.md delete mode 100644 .changeset/violet-actors-battle.md diff --git a/.changeset/chilly-cheetahs-end.md b/.changeset/chilly-cheetahs-end.md deleted file mode 100644 index 691f47c5764..00000000000 --- a/.changeset/chilly-cheetahs-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Upgrade @primer/behaviors to 1.1.0 diff --git a/.changeset/drafts-actionlist-group-roles.md b/.changeset/drafts-actionlist-group-roles.md deleted file mode 100644 index 9be02811d71..00000000000 --- a/.changeset/drafts-actionlist-group-roles.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Better aria roles for ActionList group diff --git a/.changeset/drafts-dropdownmenu2-merged-into-actionmenu2.md b/.changeset/drafts-dropdownmenu2-merged-into-actionmenu2.md deleted file mode 100644 index 4bb977a8f0e..00000000000 --- a/.changeset/drafts-dropdownmenu2-merged-into-actionmenu2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Merges drafts/DropdownMenu2 into drafts/ActionMenu2 diff --git a/.changeset/fix-escape-on-nested-overlays.md b/.changeset/fix-escape-on-nested-overlays.md deleted file mode 100644 index de9dea03d40..00000000000 --- a/.changeset/fix-escape-on-nested-overlays.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix the behavior of Escape key in nested overlays [#1854](https://github.com/primer/react/issues/1854), now only the top most overlay will close instead of all of them. diff --git a/.changeset/khaki-colts-run.md b/.changeset/khaki-colts-run.md deleted file mode 100644 index 3e919e2d729..00000000000 --- a/.changeset/khaki-colts-run.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix [an issue](https://github.com/primer/react/issues/1849) where transitive -dependency interface augmentations appeared in our build output diff --git a/.changeset/menus-typeahead.md b/.changeset/menus-typeahead.md deleted file mode 100644 index f04aaaa1b65..00000000000 --- a/.changeset/menus-typeahead.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -ActionMenu2 + DropdownMenu2: Implement typeahead search. [See detailed spec.](https://github.com/github/primer/issues/518#issuecomment-999104848) diff --git a/.changeset/slow-fireants-shave.md b/.changeset/slow-fireants-shave.md deleted file mode 100644 index 0c04d0c9896..00000000000 --- a/.changeset/slow-fireants-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Remove unnecessary "required field" label title in favor for native `required` input attribute diff --git a/.changeset/themeprovider-ssr-auto.md b/.changeset/themeprovider-ssr-auto.md deleted file mode 100644 index a3c2e2eb7ea..00000000000 --- a/.changeset/themeprovider-ssr-auto.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fixes a bug for theming with server side rendering where the output of the server and client mismatch [#1773](https://github.com/primer/react/issues/1773) diff --git a/.changeset/violet-actors-battle.md b/.changeset/violet-actors-battle.md deleted file mode 100644 index 2dfaf19329c..00000000000 --- a/.changeset/violet-actors-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Small fixes to icon button sizes. Truthy checks for children props diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eafc4795b8..217b77518a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # @primer/components +## 34.6.0 + +### Minor Changes + +- [#1834](https://github.com/primer/react/pull/1834) [`2abd7b7a`](https://github.com/primer/react/commit/2abd7b7a1f8a1cddaf452770c9c102b9d66f3316) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu2 + DropdownMenu2: Implement typeahead search. [See detailed spec.](https://github.com/github/primer/issues/518#issuecomment-999104848) + +### Patch Changes + +- [#1877](https://github.com/primer/react/pull/1877) [`50fa9880`](https://github.com/primer/react/commit/50fa98802700130576c81be85dba5695013f5f23) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Upgrade @primer/behaviors to 1.1.0 + +* [#1876](https://github.com/primer/react/pull/1876) [`6cc9260a`](https://github.com/primer/react/commit/6cc9260a97334aea835c3981da0e8ed5d55d3467) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Better aria roles for ActionList group + +- [#1848](https://github.com/primer/react/pull/1848) [`96a151ac`](https://github.com/primer/react/commit/96a151ac4d6edf9b3eb3e05bbee64a49cd87e17c) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Merges drafts/DropdownMenu2 into drafts/ActionMenu2 + +* [#1866](https://github.com/primer/react/pull/1866) [`01efa73f`](https://github.com/primer/react/commit/01efa73fb003d6529bb27c961bb802faab57d034) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Fix the behavior of Escape key in nested overlays [#1854](https://github.com/primer/react/issues/1854), now only the top most overlay will close instead of all of them. + +- [#1855](https://github.com/primer/react/pull/1855) [`c3b4ad70`](https://github.com/primer/react/commit/c3b4ad705a40f6e0f09dd74cf8457cb6bc0d5ca1) Thanks [@jclem](https://github.com/jclem)! - Fix [an issue](https://github.com/primer/react/issues/1849) where transitive + dependency interface augmentations appeared in our build output + +* [#1826](https://github.com/primer/react/pull/1826) [`004c4623`](https://github.com/primer/react/commit/004c4623162816cbf1b77b0b1387b8c03732675b) Thanks [@PeterYangIO](https://github.com/PeterYangIO)! - Remove unnecessary "required field" label title in favor for native `required` input attribute + +- [#1868](https://github.com/primer/react/pull/1868) [`f3f42553`](https://github.com/primer/react/commit/f3f425536dde3cd2c92599216987305964b76187) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Fixes a bug for theming with server side rendering where the output of the server and client mismatch [#1773](https://github.com/primer/react/issues/1773) + +* [#1864](https://github.com/primer/react/pull/1864) [`8558ae5b`](https://github.com/primer/react/commit/8558ae5b1734bdcf306a43a08fa0fae34f98609c) Thanks [@pksjce](https://github.com/pksjce)! - Small fixes to icon button sizes. Truthy checks for children props + ## 34.5.0 ### Minor Changes diff --git a/package.json b/package.json index b7e2c4b6d94..35cc8dcd0e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.5.0", + "version": "34.6.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",