Skip to content

Commit

Permalink
build(deps): update dev dependencies (#7017)
Browse files Browse the repository at this point in the history
* build(deps): update dev dependencies

* fix: downgrade framer and commander

* fix: rebuild lock

---------

Co-authored-by: lee-chase <[email protected]>
Co-authored-by: David Menendez <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2025
1 parent ef5d492 commit 076772a
Show file tree
Hide file tree
Showing 11 changed files with 837 additions and 751 deletions.
6 changes: 3 additions & 3 deletions config/babel-preset-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon)/'"
},
"devDependencies": {
"npm-check-updates": "^17.1.13"
"npm-check-updates": "^17.1.15"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"babel-plugin-dev-expression": "^0.2.3",
Expand Down
12 changes: 6 additions & 6 deletions config/jest-config-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon|^chalk$)/'"
},
"devDependencies": {
"npm-check-updates": "^17.1.13"
"npm-check-updates": "^17.1.15"
},
"peerDependencies": {
"jest": "^29.7.0"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@testing-library/jest-dom": "^6.6.3",
"accessibility-checker": "^3.1.79",
"accessibility-checker": "^4.0.2",
"axe-core": "^4.10.2",
"babel-jest": "^29.7.0",
"babel-preset-ibm-cloud-cognitive": "^0.19.0-rc.0",
"chalk": "^4.1.2",
"identity-obj-proxy": "^3.0.0",
"jest-circus": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"sass": "^1.83.4"
"sass": "^1.85.1"
}
}
6 changes: 3 additions & 3 deletions config/storybook-addon-carbon-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"vue": "*"
},
"dependencies": {
"@ibm/telemetry-js": "^1.8.0",
"@ibm/telemetry-js": "^1.9.1",
"@storybook/addons": "7.6.17",
"@storybook/api": "7.6.17",
"@storybook/client-api": "7.6.17",
Expand All @@ -58,9 +58,9 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.15",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1"
}
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"sync": "carbon-cli sync",
"update-gallery-config": "node scripts/example-gallery-builder/index.js; prettier examples/carbon-for-ibm-products/**/src/**/*.{js,jsx,md,mdx,scss,json} --write --loglevel=silent",
"//upgrade:dependencies:top": "# don't upgrade carbon (done globally), react/react-dom (not tested)",
"upgrade:dependencies:top": "npm-check-updates -u --dep dev,peer,prod --reject '/(carbon|^react$|^react-dom$|^@testing-library)/'",
"upgrade:dependencies:top": "npm-check-updates -u --dep dev,peer,prod --reject '/(carbon|^react$|^react-dom$|^@testing-library|^commander)/'",
"upgrade:dependencies:packages": "yarn run-all --no-sort --concurrency 1 upgrade-dependencies",
"upgrade:dependencies:examples": "npm-check-updates -u --dep dev,peer,prod --color --target minor --packageFile 'scripts/example-gallery-builder/update-example/**/package.json'",
"upgrade:automatic": "run-s -s 'upgrade:dependencies:*'",
Expand All @@ -71,55 +71,55 @@
"wc-coverage": "cd packages/ibm-products-web-components && yarn coverage"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.26.5",
"@babel/core": "^7.26.9",
"@babel/eslint-parser": "^7.26.8",
"@babel/preset-react": "^7.26.3",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.49.1",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"@playwright/test": "^1.50.1",
"@testing-library/dom": "^8.11.4",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/carbon__layout": "^0.0.3",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"accessibility-checker": "^3.1.79",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"accessibility-checker": "^4.0.2",
"cheerio": "^1.0.0",
"commander": "^12.0.0",
"copyfiles": "^2.4.1",
"cspell": "^8.17.2",
"eslint": "^9.19.0",
"cspell": "^8.17.5",
"eslint": "^9.21.0",
"eslint-config-carbon": "^3.19.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-ssr-friendly": "^1.3.0",
"gitignore-to-glob": "^0.3.0",
"globals": "^15.14.0",
"globby": "^14.0.0",
"globals": "^16.0.0",
"globby": "^14.1.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-junit": "^16.0.0",
"json": "^11.0.0",
"lerna": "^8.1.9",
"lint-staged": "^15.3.0",
"npm-check-updates": "^17.1.13",
"lerna": "^8.2.0",
"lint-staged": "^15.4.3",
"npm-check-updates": "^17.1.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-config-carbon": "^0.11.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"stylelint": "^16.13.2",
"stylelint": "^16.15.0",
"stylelint-config-carbon": "^1.20.0",
"stylelint-use-logical": "^2.1.2",
"typescript-eslint": "^8.22.0",
"webpack": "^5.97.1"
"typescript-eslint": "^8.25.0",
"webpack": "^5.98.0"
},
"//resolutions:http-signature": "package 'request' deprecated but still used, asks for http-signature ~1.2.0 which indirectly has vulnerabilities",
"//resolutions:minimist": "https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795 (version <=1.2.5)",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@carbon/react": "^1.76.0",
"@carbon/themes": "^11.46.0",
"@carbon/type": "^11.35.0",
"@percy/cli": "^1.30.6",
"@percy/cli": "^1.30.7",
"@percy/storybook": "^6.0.3",
"@storybook/addon-a11y": "^8.6.2",
"@storybook/addon-actions": "^8.6.2",
Expand All @@ -54,18 +54,18 @@
"@storybook/source-loader": "^8.6.2",
"@storybook/theming": "^8.6.2",
"fast-glob": "^3.3.3",
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.15",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"regenerator-runtime": "^0.14.1",
"remark-gfm": "^4.0.0",
"remark-gfm": "^4.0.1",
"rimraf": "^6.0.1",
"sass": "^1.83.4",
"sass": "^1.85.1",
"storybook": "^8.6.2",
"typescript": "^5.7.3",
"vite": "^6.0.7"
"typescript": "^5.8.2",
"vite": "^6.2.0"
},
"dependencies": {
"lottie-web": "^5.12.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/ibm-products-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.20.0-rc.0",
"jest-environment-jsdom": "^29.7.0",
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.15",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"sass": "^1.83.4",
"sass": "^1.85.1",
"yargs": "^17.7.2"
},
"peerDependencies": {
Expand All @@ -68,6 +68,6 @@
"@carbon/type": "^11.35.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.8.0"
"@ibm/telemetry-js": "^1.9.1"
}
}
20 changes: 10 additions & 10 deletions packages/ibm-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
"telemetry-config": "ibmtelemetry-config --id 495342db-5046-4ecf-85ea-9ffceb6f8cdf --endpoint https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics --files ./src/components/**/*.(tsx|js|jsx)",
"test": "jest --colors",
"//upgrade-dependencies": "# don't upgrade carbon (done globally), react/react-dom (explicit range peer dependency), chalk (issue #1596)",
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon|^react$|^react-dom$|^chalk$|^namor)/'"
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon|^react$|^react-dom$|^chalk$|^namor|^framer-motion)/'"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-react-constant-elements": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@ibm/telemetry-js-config-generator": "^1.0.3",
"@ibm/telemetry-js-config-generator": "^2.0.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
Expand All @@ -78,31 +78,31 @@
"classnames": "^2.5.1",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.20.0-rc.0",
"jest-environment-jsdom": "^29.7.0",
"namor": "^1.1.2",
"npm-check-updates": "^17.1.13",
"npm-check-updates": "^17.1.15",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"rollup": "^4.34.8",
"rollup-plugin-strip-banner": "^3.1.0",
"sass": "^1.83.4",
"sass": "^1.85.1",
"typescript-config-carbon": "^0.3.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@babel/runtime": "^7.26.9",
"@carbon/feature-flags": "^0.24.0",
"@carbon/ibm-products-styles": "^2.57.0-rc.0",
"@carbon/telemetry": "^0.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@ibm/telemetry-js": "^1.8.0",
"@ibm/telemetry-js": "^1.9.1",
"framer-motion": "^6.5.1 < 7",
"lottie-web": "^5.12.2",
"react-table": "^7.8.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"preview": "vite preview"
},
"dependencies": {
"@carbon/ibm-products": "^2.57.1",
"@carbon/react": "^1.73.0",
"@carbon/ibm-products": "^2.60.0",
"@carbon/react": "^1.77.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"sass": "^1.83.4"
"sass": "^1.85.1"
},
"devDependencies": {
"@types/react": "^16.14.62",
"@types/react-dom": "^16.9.25",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.18",
"vite": "^4.5.5"
"eslint-plugin-react-refresh": "^0.4.19",
"vite": "^4.5.9"
},
"browserslist": {
"production": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"preview": "vite preview"
},
"dependencies": {
"@carbon/ibm-products": "^2.57.1",
"@carbon/react": "^1.73.0",
"@carbon/ibm-products": "^2.60.0",
"@carbon/react": "^1.77.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sass": "^1.83.4"
"sass": "^1.85.1"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.18",
"vite": "^4.5.5"
"eslint-plugin-react-refresh": "^0.4.19",
"vite": "^4.5.9"
},
"browserslist": {
"production": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
"preview": "vite preview"
},
"dependencies": {
"@carbon/ibm-products": "^2.57.1",
"@carbon/react": "^1.73.0",
"@carbon/ibm-products": "^2.60.0",
"@carbon/react": "^1.77.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.83.4"
"sass": "^1.85.1"
},
"devDependencies": {
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.18",
"vite": "^4.5.5"
"eslint-plugin-react-refresh": "^0.4.19",
"vite": "^4.5.9"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 076772a

Please sign in to comment.