Skip to content

Commit

Permalink
Merge branch 'develop' into release/14.0.0
Browse files Browse the repository at this point in the history
* develop:
  chore(deps): upgrade to Yarn 4 (#694)
  chore(deps): bump es5-ext from 0.10.62 to 0.10.64 (#692)
  fix(icon): add media query style for WHCM (#689)
  chore(deps): bump ip from 1.1.8 to 1.1.9 (#687)
  chore: version packages (#685)
  Icon: Add "add to folder" icon (#678)
  Fix the all-contributors badge (#680)
  Update link, dropdown-menu-nav, and popover to use a11y-label (#675)
  DropdownMenuNav: Add pharos-elevation-level-3 token (#670)
  chore(deps-dev): bump vite from 4.3.9 to 4.5.2 (#672)
  • Loading branch information
daneah committed Mar 7, 2024
2 parents 8ca6aeb + a2088ed commit bbdb966
Show file tree
Hide file tree
Showing 23 changed files with 33,371 additions and 203,049 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-seas-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ithaka/pharos': minor
---

Added media query for icons to appear on Windows High Contrast Mode
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "YARN_CACHE_DIR=.yarn/cache" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -42,7 +42,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --prefer-offline --frozen-lockfile
run: yarn --check-cache --immutable

- name: Setup Storybook
run: yarn storybook:setup
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "YARN_CACHE_DIR=.yarn/cache" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -39,7 +39,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --prefer-offline --frozen-lockfile
run: yarn --check-cache --immutable

- name: Create Release Pull Request or Publish to npm # Pushes to main will create/update the release PR. Merging the PR will publish the packages.
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "YARN_CACHE_DIR=.yarn/cache" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "YARN_CACHE_DIR=.yarn/cache" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --prefer-offline --frozen-lockfile
run: yarn --check-cache --immutable

- name: Lint
run: yarn lint
Expand All @@ -51,7 +51,7 @@ jobs:

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "YARN_CACHE_DIR=.yarn/cache" >> $GITHUB_OUTPUT

- uses: actions/cache@v3
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
Expand All @@ -70,7 +70,7 @@ jobs:
run: npx playwright install-deps

- name: Install Dependencies
run: yarn --prefer-offline --frozen-lockfile
run: yarn --check-cache --immutable

- name: Test
run: yarn test
Binary file added .yarn/install-state.gz
Binary file not shown.
Loading

0 comments on commit bbdb966

Please sign in to comment.