Skip to content

Commit

Permalink
Merge branch 'main' into fix/lightbox-carousel-QA
Browse files Browse the repository at this point in the history
* main:
  chore(documentation): update content-section docs tab with content block simple (carbon-design-system#10067)
  chore(project): upgrade yarn to v3 (carbon-design-system#9948)
  chore(deps): update dependency carbon-components-react to v7.59.6 (carbon-design-system#10061)
  fix(deps): update dependency carbon-components to v10.58.6 (carbon-design-system#10062)
  chore(deps): update dependency @carbon/pictograms-react to v11.39.0 (carbon-design-system#10063)
  • Loading branch information
m4olivei committed Feb 23, 2023
2 parents b6b9d85 + 535fa1d commit 4f2422a
Show file tree
Hide file tree
Showing 4,233 changed files with 36,976 additions and 763,996 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .github/workflows/check-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Run Cypress tests over the CDN packages
run: yarn test:cdn-build:test
working-directory: packages/web-components
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
- name: Run CI Checks
Expand All @@ -44,7 +44,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-react build
- name: Install xvfb
Expand All @@ -64,7 +64,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build
- name: Install xvfb
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --scope @carbon/web-components build

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run build

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --ignore @carbon/ibmdotcom-react build

Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --ignore @carbon/ibmdotcom-react --ignore @carbon/ibmdotcom-web-components --ignore @carbon/web-components build
- name: Set env vars
Expand Down Expand Up @@ -343,7 +343,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --scope @carbon/ibmdotcom-utilities build
- name: Set env vars
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-masthead-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-react build

Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-react --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
- name: Set env vars
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --scope @carbon/ibmdotcom-utilities build
- name: Set env vars
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --scope @carbon/web-components build

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run build

Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --ignore @carbon/ibmdotcom-react build

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-browserstack-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Run browserstack automate
working-directory: packages/react
run: yarn test:e2e-storybook:browserstack:canary --username ${{ secrets.BROWSERSTACK_USER }} --key ${{ secrets.BROWSERSTACK_ACCESSKEY }}
Expand All @@ -47,7 +47,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Run browserstack automate
working-directory: packages/web-components
run: yarn test:e2e-storybook:browserstack:canary --username ${{ secrets.BROWSERSTACK_USER }} --key ${{ secrets.BROWSERSTACK_ACCESSKEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-browserstack-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Run browserstack automate
working-directory: packages/react
run: yarn test:e2e-storybook:browserstack:next --username ${{ secrets.BROWSERSTACK_USER }} --key ${{ secrets.BROWSERSTACK_ACCESSKEY }}
Expand All @@ -47,7 +47,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Run browserstack automate
working-directory: packages/web-components
run: yarn test:e2e-storybook:browserstack:next --username ${{ secrets.BROWSERSTACK_USER }} --key ${{ secrets.BROWSERSTACK_ACCESSKEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-react build
- name: Set Cloud Masthead env var
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
- name: Build storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build
- name: Set NPM token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build
- name: Set NPM token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '14.x'
cache: 'yarn'
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build
- name: Set NPM token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install xvfb
run: sudo apt-get install xvfb
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn build
- name: Run checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: get_branch
- name: Install dependencies
run: yarn install --offline
run: yarn install --immutable --immutable-cache
- name: Build project
run: yarn lerna run --stream --ignore @carbon/ibmdotcom-web-components --ignore @carbon/ibmdotcom-services-store build
- name: Run snapshot update
Expand Down
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ dist
umd
css

# Netlify deploy folder
/demo/*
!/demo/index.html

# Config files
.npmrc

Expand Down Expand Up @@ -53,3 +49,14 @@ package-lock.json

# auto-generated release notes
TEMP_RELEASENOTES.md

# Yarn
# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
install-state.gz
7 changes: 7 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@
**/carbon-stories/**
**/carbon-tools/**
packages/web-components/scss/**/*.scss

# Ignore until linting packages upgraded to latest Carbon
packages/carbon-web-components/**/*.scss
packages/styles/scss/components/masthead/_masthead-megamenu.scss
packages/styles/scss/components/masthead/_masthead-search.scss
packages/styles/scss/components/search-with-typeahead/_search-with-typeahead.scss
packages/styles/scss/components/tabs-extended/_tabs-extended.scss
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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

0 comments on commit 4f2422a

Please sign in to comment.