Skip to content

Commit

Permalink
Merge branch 'main' into renovate/carbon-icons-10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Jul 13, 2023
2 parents 31e4bdd + 3c07ce0 commit a884e3a
Show file tree
Hide file tree
Showing 70 changed files with 331 additions and 196 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/e2e-tests-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
with:
name: storybook-build
path: packages/web-components/storybook-static

- name: Clear remnant failure files
uses: geekyeggo/delete-artifact@v2
with:
name: failure-wc.txt

web-components-tests:
runs-on: macos-latest
Expand Down Expand Up @@ -114,7 +119,7 @@ jobs:
CYPRESS_CACHE_FOLDER: /Users/runner/Library/Caches/Cypress

- name: Create failure file if job failed
id: react-no-tests-ran
id: wc-no-tests-ran
if: steps.cypress-tests-wc.outcome == 'failure'
run: touch failure-wc.txt

Expand Down Expand Up @@ -194,6 +199,11 @@ jobs:
name: storybook-build
path: packages/react/storybook-static

- name: Clear remnant failure files
uses: geekyeggo/delete-artifact@v2
with:
name: failure-react.txt

react-tests:
runs-on: ubuntu-latest
needs: install-react
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/carbon-web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.30.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0...@carbon/web-components@1.30.0-rc.0) (2023-07-11)


### Bug Fixes

* **date-picker:** prevent range inputs from clearing prematurely ([#10603](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10603)) ([77306c8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/77306c89d2b5d374efdafba99b77e50cf65f61b7))
* **masthead:** Esc to close Cloud Masthead ([#10555](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10555)) ([de67bf8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/de67bf8242ff47f2c26f285fc878f932bc822397)), closes [#10174](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10174)





# [1.29.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/web-components@1.29.0-rc.3...@carbon/web-components@1.29.0) (2023-06-27)

**Note:** Version bump only for package @carbon/web-components
Expand Down
2 changes: 1 addition & 1 deletion packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carbon/web-components",
"version": "1.29.0",
"version": "1.30.0-rc.0",
"publishConfig": {
"access": "public"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-ibmdotcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.40.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/eslint-config-ibmdotcom@1.39.0...@carbon/eslint-config-ibmdotcom@1.40.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/eslint-config-ibmdotcom





# [1.39.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/eslint-config-ibmdotcom@1.39.0-rc.3...@carbon/eslint-config-ibmdotcom@1.39.0) (2023-06-27)

**Note:** Version bump only for package @carbon/eslint-config-ibmdotcom
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/eslint-config-ibmdotcom",
"private": true,
"version": "1.39.0",
"version": "1.40.0-rc.0",
"description": "ESLint configuration for Carbon for IBM.com",
"license": "Apache-2.0",
"main": "index.js",
Expand All @@ -18,7 +18,7 @@
"eslint": "^6.8.0"
},
"dependencies": {
"@carbon/eslint-plugin-react-prop-type-comments": "1.38.0",
"@carbon/eslint-plugin-react-prop-type-comments": "1.39.0-rc.0",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"babel-eslint": "^10.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-ibmdotcom-import-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.39.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0...@carbon/eslint-plugin-ibmdotcom-import-rules@1.39.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/eslint-plugin-ibmdotcom-import-rules





# [1.38.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0-rc.3...@carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0) (2023-06-27)

**Note:** Version bump only for package @carbon/eslint-plugin-ibmdotcom-import-rules
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-ibmdotcom-import-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/eslint-plugin-ibmdotcom-import-rules",
"private": true,
"version": "1.38.0",
"version": "1.39.0-rc.0",
"description": "ESLint plugin for Carbon for IBM.com checking imports",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-react-prop-type-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.39.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/eslint-plugin-react-prop-type-comments@1.38.0...@carbon/eslint-plugin-react-prop-type-comments@1.39.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/eslint-plugin-react-prop-type-comments





# [1.38.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/eslint-plugin-react-prop-type-comments@1.38.0-rc.3...@carbon/eslint-plugin-react-prop-type-comments@1.38.0) (2023-06-27)

**Note:** Version bump only for package @carbon/eslint-plugin-react-prop-type-comments
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/eslint-plugin-react-prop-type-comments",
"private": true,
"version": "1.38.0",
"version": "1.39.0-rc.0",
"description": "ESLint plugin for Carbon for IBM.com checking React prop type comments",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-react@1.48.0...@carbon/ibmdotcom-react@1.49.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/ibmdotcom-react





# [1.48.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-react@1.48.0-rc.3...@carbon/ibmdotcom-react@1.48.0) (2023-06-27)

**Note:** Version bump only for package @carbon/ibmdotcom-react
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-react",
"description": "Carbon for IBM.com React Components",
"version": "1.48.0",
"version": "1.49.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -63,9 +63,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-services": "1.48.0",
"@carbon/ibmdotcom-styles": "1.48.0",
"@carbon/ibmdotcom-utilities": "1.48.0",
"@carbon/ibmdotcom-services": "1.49.0-rc.0",
"@carbon/ibmdotcom-styles": "1.49.0-rc.0",
"@carbon/ibmdotcom-utilities": "1.49.0-rc.0",
"@carbon/telemetry": "^0.1.0",
"autosuggest-highlight": "^3.1.1",
"carbon-components": "10.58.7",
Expand All @@ -87,7 +87,7 @@
"@babel/preset-react": "~7.12.1",
"@carbon/icons-react": "10.49.1",
"@carbon/pictograms-react": "11.44.0",
"@carbon/storybook-addon-theme": "1.39.0",
"@carbon/storybook-addon-theme": "1.40.0-rc.0",
"@percy-io/in-percy": "^0.1.11",
"@percy/cli": "^1.8.1",
"@percy/cypress": "^3.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/services-store/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services-store@1.48.0...@carbon/ibmdotcom-services-store@1.49.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/ibmdotcom-services-store





# [1.48.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services-store@1.48.0-rc.3...@carbon/ibmdotcom-services-store@1.48.0) (2023-06-27)

**Note:** Version bump only for package @carbon/ibmdotcom-services-store
Expand Down
6 changes: 3 additions & 3 deletions packages/services-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services-store",
"private": true,
"version": "1.48.0",
"version": "1.49.0-rc.0",
"description": "Redux store for Carbon for IBM.com Services",
"license": "Apache-2.0",
"main": "lib/store.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"test:unit": "yarn jest"
},
"dependencies": {
"@carbon/ibmdotcom-services": "1.48.0",
"@carbon/ibmdotcom-utilities": "1.48.0",
"@carbon/ibmdotcom-services": "1.49.0-rc.0",
"@carbon/ibmdotcom-utilities": "1.49.0-rc.0",
"carbon-components": "10.58.3",
"redux": "^4.0.0",
"redux-logger": "^3.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@1.48.0...@carbon/ibmdotcom-services@1.49.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/ibmdotcom-services





# [1.48.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-services@1.48.0-rc.3...@carbon/ibmdotcom-services@1.48.0) (2023-06-27)

**Note:** Version bump only for package @carbon/ibmdotcom-services
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-services",
"description": "Carbon for IBM.com Services",
"version": "1.48.0",
"version": "1.49.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@carbon/ibmdotcom-utilities": "1.48.0",
"@carbon/ibmdotcom-utilities": "1.49.0-rc.0",
"@carbon/telemetry": "0.1.0",
"axios": "^0.27.2",
"marked": "^4.0.10",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook-addon-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.40.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/storybook-addon-theme@1.39.0...@carbon/storybook-addon-theme@1.40.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/storybook-addon-theme





# [1.39.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/storybook-addon-theme@1.39.0-rc.3...@carbon/storybook-addon-theme@1.39.0) (2023-06-27)

**Note:** Version bump only for package @carbon/storybook-addon-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-addon-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/storybook-addon-theme",
"private": true,
"version": "1.39.0",
"version": "1.40.0-rc.0",
"description": "Storybook add-on for Carbon theme chooser",
"license": "Apache-2.0",
"main": "es/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/stylelint-config-ibmdotcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.39.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/stylelint-config-ibmdotcom@1.38.0...@carbon/stylelint-config-ibmdotcom@1.39.0-rc.0) (2023-07-11)

**Note:** Version bump only for package @carbon/stylelint-config-ibmdotcom





# [1.38.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/stylelint-config-ibmdotcom@1.38.0-rc.3...@carbon/stylelint-config-ibmdotcom@1.38.0) (2023-06-27)

**Note:** Version bump only for package @carbon/stylelint-config-ibmdotcom
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-ibmdotcom/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/stylelint-config-ibmdotcom",
"private": true,
"version": "1.38.0",
"version": "1.39.0-rc.0",
"description": "Stylelint configuration for Carbon for IBM.com",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@1.48.0...@carbon/ibmdotcom-styles@1.49.0-rc.0) (2023-07-11)


### Bug Fixes

* **card-link:** make card link width match card-group ([#10601](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10601)) ([35b3253](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/35b325302ecf7d1f2da9c6348a19fc1858d08aa9)), closes [bug#10580](https://github.com/bug/issues/10580)





# [1.48.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-styles@1.48.0-rc.3...@carbon/ibmdotcom-styles@1.48.0) (2023-06-27)

**Note:** Version bump only for package @carbon/ibmdotcom-styles
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-styles",
"description": "Carbon for IBM.com Styles",
"version": "1.48.0",
"version": "1.49.0-rc.0",
"license": "Apache-2.0",
"main": "dist/ibm-dotcom-styles.min.css",
"module": "src/scss",
Expand Down
11 changes: 11 additions & 0 deletions packages/utilities/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.49.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@1.48.0...@carbon/ibmdotcom-utilities@1.49.0-rc.0) (2023-07-11)


### Bug Fixes

* **sticky-header:** do not consider vertical ToC height in calculations ([#10605](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10605)) ([b3963b6](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/b3963b6e31c4c7593288f7f85e622aab5f279af8))





# [1.48.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-utilities@1.48.0-rc.3...@carbon/ibmdotcom-utilities@1.48.0) (2023-06-27)

**Note:** Version bump only for package @carbon/ibmdotcom-utilities
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/ibmdotcom-utilities",
"description": "Carbon for IBM.com Utilities",
"version": "1.48.0",
"version": "1.49.0-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/src/utilities/settings/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* @exports ibmdotcom.settings
* @type {object} Settings object
* @property {string} [prefix=dds]
* Carbon for IBM.com v1.48.0',
* Carbon for IBM.com v1.49.0',
*/
const settings = {
version: 'Carbon for IBM.com v1.48.0',
version: 'Carbon for IBM.com v1.49.0',
stablePrefix: 'dds',
};

Expand Down
18 changes: 18 additions & 0 deletions packages/web-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.34.0-rc.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@1.33.0...@carbon/ibmdotcom-web-components@1.34.0-rc.0) (2023-07-11)


### Bug Fixes

* **card-link:** make card link width match card-group ([#10601](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10601)) ([35b3253](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/35b325302ecf7d1f2da9c6348a19fc1858d08aa9)), closes [bug#10580](https://github.com/bug/issues/10580)
* **leaving-ibm:** update body content padding ([#10583](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10583)) ([e3df01e](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/e3df01e3ad5ec04b1986e4eb7469e068f6ba753f)), closes [#7416](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/7416)
* **masthead:** Esc to close Cloud Masthead ([#10555](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10555)) ([de67bf8](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/de67bf8242ff47f2c26f285fc878f932bc822397)), closes [#10174](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10174)


### Features

* **pricing-table:** support combined checkmark with copy ([#10550](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/10550)) ([795384a](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/commit/795384ac901c2e3d27399410c8ab83b8ed2cc1e0))





# [1.33.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/compare/@carbon/ibmdotcom-web-components@1.33.0-rc.3...@carbon/ibmdotcom-web-components@1.33.0) (2023-06-27)

**Note:** Version bump only for package @carbon/ibmdotcom-web-components
Expand Down
Loading

0 comments on commit a884e3a

Please sign in to comment.