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(platform): add indexing file for `carbon-web-components` (carbon-design-system#9960)
  fix(tabs-extended-media): safari hover (carbon-design-system#9974)
  chore(release): publish
  chore(release): publish
  chore(changelog): incorporate cwc into change log task (carbon-design-system#9975)
  fix(styles): downgrade sass version as there is an issue with @extend (carbon-design-system#9973)
  fix(issue-template): add cwc option (carbon-design-system#9967)
  chore(cwc): generate cwc internal vendor package (carbon-design-system#9953)
  chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33 (carbon-design-system#9952)
  chore(deps): bump actions/setup-node from 2 to 3 (carbon-design-system#9943)
  chore(deps): bump peter-evans/repository-dispatch from 1 to 2 (carbon-design-system#9945)
  chore(deps): bump github/codeql-action from 1 to 2 (carbon-design-system#9944)
  chore(deps): bump actions/checkout from 2 to 3 (carbon-design-system#9946)
  chore(deps): bump act10ns/slack from 1 to 2 (carbon-design-system#9947)
  chore(release): publish
  fix(styles): add missing styles for breadcrumb and modal (carbon-design-system#9942)
  Create dependabot.yml
  • Loading branch information
m4olivei committed Feb 6, 2023
2 parents 777399b + 9ffba7b commit f2deb96
Show file tree
Hide file tree
Showing 322 changed files with 2,526 additions and 767 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ body:
options:
- '@carbon/ibmdotcom-react'
- '@carbon/ibmdotcom-web-components'
- '@carbon/web-components'
- '@carbon/ibmdotcom-styles'
- '@carbon/ibmdotcom-services'
- '@carbon/ibmdotcom-utilities'
Expand Down
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions .github/workflows/automerge-content-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Merge to fix/content-updates
uses: devmasx/[email protected]
with:
type: now
target_branch: 'fix/content-updates'
env:
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}}
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
if: failure()
4 changes: 2 additions & 2 deletions .github/workflows/automerge-cwc-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Merge to feat/cwc-v2
uses: devmasx/[email protected]
with:
type: now
target_branch: 'feat/cwc-v2'
env:
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}}
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
if: failure()
4 changes: 2 additions & 2 deletions .github/workflows/automerge-mastheadv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Merge to feat/masthead-v2-dev
uses: devmasx/[email protected]
with:
type: now
target_branch: 'feat/masthead-v2-dev'
env:
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}}
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
if: failure()
4 changes: 2 additions & 2 deletions .github/workflows/automerge-storybook-controls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Merge to feat/storybook-controls
uses: devmasx/[email protected]
with:
type: now
target_branch: 'feat/storybook-controls'
env:
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}}
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
if: failure()
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Merge to main
uses: devmasx/[email protected]
with:
type: now
target_branch: 'main'
env:
GITHUB_TOKEN: ${{secrets.MERGE_ACTION}}
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
if: failure()
6 changes: 3 additions & 3 deletions .github/workflows/check-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
cache: 'yarn'
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Run Cypress tests over the CDN packages
run: yarn test:cdn-build:test
working-directory: packages/web-components
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
with:
status: ${{ job.status }}
if: failure()
12 changes: 6 additions & 6 deletions .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand All @@ -37,9 +37,9 @@ jobs:
matrix:
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand All @@ -57,9 +57,9 @@ jobs:
matrix:
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -58,7 +58,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -72,4 +72,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-yarn-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
matrix:
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{secrets.MERGE_ACTION}}
- name: Use Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down
30 changes: 15 additions & 15 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{secrets.MERGE_ACTION}}
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
cache: 'yarn'
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
git add canary/carbon-web-components
git commit -m "chore(deploy): deploy Carbon web components canary to GitHub Pages"
git push origin gh-pages
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -71,11 +71,11 @@ jobs:
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{secrets.MERGE_ACTION}}
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
cache: 'yarn'
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
git add canary/react-experimental
git commit -m "chore(deploy): deploy React canary to GitHub Pages"
git push origin gh-pages
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -167,11 +167,11 @@ jobs:
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{secrets.MERGE_ACTION}}
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
cache: 'yarn'
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
git add canary/web-components-experimental
git commit -m "chore(deploy): deploy Web Components canary to GitHub Pages"
git push origin gh-pages
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -282,11 +282,11 @@ jobs:
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{secrets.MERGE_ACTION}}
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
cache: 'yarn'
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
git add services
git commit -m "chore(deploy): deploy Services to GitHub Pages"
git push origin gh-pages
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand All @@ -334,11 +334,11 @@ jobs:
if: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
token: ${{secrets.MERGE_ACTION}}
- name: Use Node.js 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.x'
cache: 'yarn'
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:
git add utilities
git commit -m "chore(deploy): deploy Utilities to GitHub Pages"
git push origin gh-pages
- uses: act10ns/slack@v1
- uses: act10ns/slack@v2
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
Expand Down
Loading

0 comments on commit f2deb96

Please sign in to comment.