Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(merge): merge latest main into feature branch #5

Merged
merged 35 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
175c4d8
chore(deps): lock file maintenance (#11754)
renovate[bot] May 2, 2024
9c273aa
fix(deps): update dependency @carbon/icons-react to v11.40.0 (#11753)
renovate[bot] May 2, 2024
3c045f5
fix(data-table): center align checkboxes (#11743)
emyarod May 2, 2024
f107b86
chore(deps): update dependency @carbon/react to v1.56.0 (#11752)
renovate[bot] May 2, 2024
02de74a
chore(deps): update dependency @carbon/pictograms-react to v11.61.0 (…
renovate[bot] May 2, 2024
1fa88c3
chore(upgrade): upgrade to Carbon 1.56.0 (#11744)
ibmdotcom-bot May 3, 2024
eaa8d0c
fix(content-group): cta spacing (#11698)
ariellalgilmore May 4, 2024
0a468fb
chore(deps): update yarn to v4.2.1 (#11768)
renovate[bot] May 4, 2024
e48cc30
chore(deps): update dependency sass to ~1.76.0 (#11767)
renovate[bot] May 4, 2024
23f196f
feat(rtl-arrow): Fix arrows used for CTA's when in RTL (#11736)
m4olivei May 4, 2024
0db7ead
fix(search-with-typeahead): correct RTL result strings (#11693)
jkaeser May 5, 2024
312f945
chore(deps): update dependency storybook-addon-rtl to ^0.5.0 (#11770)
renovate[bot] May 5, 2024
ffb446f
chore(deps): Bump ejs from 3.1.9 to 3.1.10 (#11769)
dependabot[bot] May 5, 2024
a4c0531
docs(feature-card): syncing stories and docs from web-components (#11…
annawen1 May 6, 2024
75a4f50
chore(settings): update settings to v2.9.0
ibmdotcom-bot May 6, 2024
6d344df
Merge 75a4f507a47aa1e17f7676f59be54c4914c0554b into main
ibmdotcom-bot May 6, 2024
74d216d
chore(release): publish
ibmdotcom-bot May 6, 2024
6f6d8e1
Merge 74d216d709064043cf2c65726b05faf152a0d0f3 into main
ibmdotcom-bot May 6, 2024
411aa28
chore(deps): update dependency @carbon/react to v1.57.0 (#11785)
renovate[bot] May 13, 2024
f6118fe
chore(deps): update dependency @carbon/pictograms-react to v11.62.0 (…
renovate[bot] May 13, 2024
057e7a1
chore(deps): update dependency @carbon/icon-helpers to v10.48.0 (#11783)
renovate[bot] May 13, 2024
54b5e5e
chore(deps): update cla-assistant/github-action action to v2.4.0 (#11…
renovate[bot] May 14, 2024
b601343
chore(deps): update yarn to v4.2.2 (#11781)
renovate[bot] May 14, 2024
c94256c
chore(deps): lock file maintenance (#11771)
renovate[bot] May 14, 2024
b454750
chore(deps): update dependency @carbon/icons to v10.48.5 (#11780)
renovate[bot] May 14, 2024
f9740b5
chore(upgrade): upgrade to Carbon 1.57.0 (#11778)
ibmdotcom-bot May 14, 2024
b678873
chore(deps): upgrade percy cli to v1.28.5 (#11763)
kennylam May 14, 2024
2f9f6d8
chore(deps): update dependency mini-css-extract-plugin to ~2.9.0 (#11…
renovate[bot] May 15, 2024
beb66e9
chore(release): resolve merge conflict (#11791)
ariellalgilmore May 16, 2024
f0ddd6e
fix(tearsheet): tearsheet styles and codesandbox example (#11792)
annawen1 May 16, 2024
fbacd7d
chore(deps): update dependency sass to ~1.77.0 (#11799)
renovate[bot] May 20, 2024
a012282
chore(percy): update config and story snapshots (#11801)
kennylam May 20, 2024
b6911a8
fix(parent-visibility): Make changes for v2 (#11797)
jkaeser May 21, 2024
d716440
Merge branch 'main' of github.com:carbon-design-system/carbon-for-ibm…
kennylam May 24, 2024
68c077d
chore(svg-tool): add optional chaining to svg carbon tool
annawen1 May 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: "DCO Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the DCO Document and I hereby sign the DCO') || github.event_name == 'pull_request_target'
uses: cla-assistant/github-action@v2.3.2
uses: cla-assistant/github-action@v2.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN : ${{ secrets.DCO_PERSONAL_ACCESS_TOKEN }}
Expand Down
33 changes: 2 additions & 31 deletions .github/workflows/percy-update-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,6 @@ jobs:
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_WEBCOMPONENTS }}
- name: Run percy storybook
run: yarn build-storybook && visual-snapshot
run: yarn build-storybook && yarn visual-snapshot
working-directory: packages/web-components
carbon-web-components:
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ['18.x']
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable --immutable-cache
- name: Install xvfb
run: sudo apt-get install xvfb
- name: Build
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-styles --ignore @carbon/ibmdotcom-services-store --ignore @carbon/ibmdotcom-utilities --ignore @carbon/ibmdotcom-services build
- name: Set env vars
uses: ./.github/actions/set-dotenv
with:
env-file: packages/carbon-web-components/.env
env:
KALTURA_PARTNER_ID: ${{ secrets.KALTURA_PARTNER_ID }}
KALTURA_UICONF_ID: ${{ secrets.KALTURA_UICONF_ID }}
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN_CARBONWEBCOMPONENTS }}
- name: Run percy storybook
run: yarn build-storybook && visual-snapshot
working-directory: packages/carbon-web-components

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading