Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/next' into onboard-telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrosno committed Apr 9, 2024
2 parents ec74fd5 + 2b691e3 commit 33a5816
Show file tree
Hide file tree
Showing 33 changed files with 6,536 additions and 9,279 deletions.
8 changes: 8 additions & 0 deletions 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.

# [2.154.0-next.20](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.154.0-next.19...v2.154.0-next.20) (2024-04-08)

**Note:** Version bump only for package ibm-ai-applications





# [2.154.0-next.19](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.154.0-next.18...v2.154.0-next.19) (2024-03-22)

**Note:** Version bump only for package ibm-ai-applications
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "2.154.0-next.19",
"version": "2.154.0-next.20",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
]
},
"devDependencies": {
"arg": "5.0.0",
"arg": "^5.0.2",
"husky": "^1.3.1",
"lerna": "^3.22.1",
"lerna": "^6.6.2",
"lint-staged": "^8.1.0",
"prettier": "^2.1.2",
"prettier-config-carbon": "^0.4.0"
Expand All @@ -78,4 +78,4 @@
"react": "16.14.0",
"webpack": "4"
}
}
}
8 changes: 8 additions & 0 deletions packages/angular/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.

# [2.154.0-next.20](https://github.com/IBM/carbon-components-angular/compare/v2.154.0-next.19...v2.154.0-next.20) (2024-04-08)

**Note:** Version bump only for package @ai-apps/angular





# [2.154.0-next.2](https://github.com/IBM/carbon-components-angular/compare/v2.154.0-next.1...v2.154.0-next.2) (2023-10-13)

**Note:** Version bump only for package @ai-apps/angular
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ai-apps/angular",
"version": "2.154.0-next.2",
"version": "2.154.0-next.20",
"description": "AI Applications PAL in Angular",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -66,7 +66,7 @@
"@storybook/theming": "^6.2.3",
"@types/jasmine": "2.8.2",
"@types/node": "11.13.0",
"ai-apps-monorepo-utils": "^2.154.0-next.1",
"ai-apps-monorepo-utils": "^2.154.0-next.20",
"babel-loader": "^8.2.2",
"carbon-components-angular": "4.56.2",
"codelyzer": "5.0.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"zone.js": "0.11.3"
},
"dependencies": {
"@ai-apps/styles": "^2.154.0-next.1",
"@ai-apps/styles": "^2.154.0-next.20",
"@carbon/icons": "10.20.0",
"@carbon/telemetry": "0.1.0",
"date-fns": "^2.22.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"core-js": "^3.0.1",
"fs-extra": "^8.1.0",
"node-sass": "^4.13.1",
"rimraf": "^3.0.0"
"rimraf": "^5.0.5"
},
"eyeglass": {
"exports": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@carbon/scss-generator": "^10.6.0",
"@carbon/test-utils": "^10.7.1",
"core-js": "^3.4.0",
"rimraf": "^3.0.0"
"rimraf": "^5.0.5"
},
"eyeglass": {
"exports": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fs-extra": "^8.1.0",
"js-yaml": "^3.13.0",
"node-sass": "^4.13.1",
"rimraf": "^3.0.0"
"rimraf": "^5.0.5"
},
"gitHead": "10963409141c46b204e83fd5ba7672ce49d66fe7",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/monorepo-utils/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.

# [2.154.0-next.20](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.154.0-next.19...v2.154.0-next.20) (2024-04-08)

**Note:** Version bump only for package ai-apps-monorepo-utils





# [2.154.0-next.1](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.153.0-next.35...v2.154.0-next.1) (2023-10-11)

**Note:** Version bump only for package ai-apps-monorepo-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/monorepo-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ai-apps-monorepo-utils",
"version": "2.154.0-next.1",
"version": "2.154.0-next.20",
"description": "Internal monorepo tools",
"main": "index.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
"devDependencies": {
"fs-extra": "9.1.0",
"glob": "7.1.6",
"rimraf": "3.0.2",
"rimraf": "^5.0.5",
"sass": "^1.42.1"
},
"author": "IBM",
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.

# [2.154.0-next.20](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.154.0-next.19...v2.154.0-next.20) (2024-04-08)

**Note:** Version bump only for package carbon-addons-iot-react





# [2.154.0-next.19](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.154.0-next.18...v2.154.0-next.19) (2024-03-22)

**Note:** Version bump only for package carbon-addons-iot-react
Expand Down
63 changes: 31 additions & 32 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,26 +180,26 @@
"carbon-components": "10.56.0",
"carbon-components-react": "7.56.0",
"carbon-icons": "^7.0.7",
"classnames": "^2.2.5",
"classnames": "^2.5.1",
"core-js": "3.26.1",
"dayjs": "^1.10.4",
"immutability-helper": "^2.9.0",
"js-file-download": "^0.4.7",
"immutability-helper": "^3.1.1",
"js-file-download": "^0.4.12",
"lodash-es": "^4.17.21",
"object-hash": "^2.2.0",
"prop-types": "^15.7.2",
"object-hash": "^3.0.0",
"prop-types": "^15.8.1",
"react-dnd": "14.0.2",
"react-dnd-html5-backend": "14.0.0",
"react-grid-layout": "1.2.2",
"react-helmet-async": "^1.0.9",
"react-window": "^1.8.6",
"scroll-into-view-if-needed": "^2.2.26",
"react-window": "^1.8.10",
"scroll-into-view-if-needed": "^2.2.31",
"styled-components": "^4.1.3",
"thenby": "^1.3.4",
"use-deep-compare-effect": "^1.2.0",
"use-lang-direction": "^0.2.0",
"use-resize-observer": "^8.0.0",
"uuid": "^3.3.2",
"uuid": "^9.0.1",
"warning": "^4.0.3"
},
"peerDependencies": {
Expand All @@ -208,7 +208,7 @@
"react-dom": ">=16.14.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^1.8.0",
"@4tw/cypress-drag-drop": "^1.8.1",
"@babel/core": "^7.13.16",
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
Expand All @@ -231,8 +231,8 @@
"@babel/preset-env": "^7.13.15",
"@babel/preset-flow": "^7.13.13",
"@babel/preset-react": "^7.13.13",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^7.1.2",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@cypress/code-coverage": "3.9.12",
"@cypress/react": "5.12.1",
"@cypress/skip-test": "^2.6.1",
Expand All @@ -250,30 +250,30 @@
"@storybook/addon-storyshots": "^6.2.3",
"@storybook/addons": "^6.2.3",
"@storybook/react": "^6.2.3",
"@svgr/cli": "^5.4.0",
"@svgr/cli": "^8.1.0",
"@testing-library/cypress": "8.0.2",
"@testing-library/dom": "7.31.2",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "12.8.3",
"accessibility-checker": "3.1.38",
"autoprefixer": "^9.4.4",
"autoprefixer": "^9.8.8",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-docgen": "^4.1.0",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chalk": "^4.1.0",
"check-node-version": "^4.0.3",
"chalk": "^4.1.2",
"check-node-version": "^4.2.1",
"coveralls": "^3.0.2",
"cross-env": "^6.0.3",
"css-loader": "^3.4.2",
"cross-env": "^7.0.3",
"css-loader": "^3.6.0",
"cypress": "9.2.1",
"cypress-file-upload": "^5.0.8",
"cypress-image-diff-js": "1.16.1",
Expand All @@ -283,7 +283,7 @@
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.11.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-babel": "5.3.1",
Expand All @@ -297,16 +297,15 @@
"eslint-plugin-react-hooks": "1.7.0",
"eslint-plugin-testing-library": "3.9.2",
"eslint-plugin-unicorn": "20.1.0",
"faker": "^4.1.0",
"fast-sass-loader": "^2.0.0",
"fast-sass-loader": "^2.0.1",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^4.5.2",
"husky": "^1.3.1",
"jest": "^25.5.1",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-styled-components": "^6.3.1",
"lint-staged": "^8.1.0",
"mapbox-gl": "^2.1.1",
"mapbox-gl": "^2.2.0",
"mockdate": "^3.0.5",
"object-assign": "^4.1.1",
"ol": "^6.5.0",
Expand All @@ -318,26 +317,26 @@
"react-dom": ">=16.14.0",
"react-is": "^16.13.1",
"react-lorem-component": "^0.13.0",
"react-test-renderer": "^16.8.6",
"rimraf": "^3.0.0",
"rollup": "^2.39.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-postcss": "^4.0.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^5.0.5",
"rollup": "^2.45.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-uglify": "^6.0.4",
"sass": "^1.42.1",
"sass": "^1.43.4",
"storybook-addon-rtl": "^0.2.2",
"storybook-addon-turbo-build": "^1.0.1",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.10.0",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.11.2",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.3",
"whatwg-fetch": "^3.0.0"
},
"sideEffects": false,
"version": "2.154.0-next.19",
"version": "2.154.0-next.20",
"resolutions": {
"chokidar": "3.3.1",
"react-grid-layout": "1.2.2",
Expand Down
Loading

0 comments on commit 33a5816

Please sign in to comment.