Skip to content

Commit

Permalink
build(deps): bump lerna and other dependencies (#6574)
Browse files Browse the repository at this point in the history
* build: update lerna

* chore: update node-gyp resolutions

* chore: update npm-check-updates

* chore: remove unused upgrade script

* chore: bump resolutions

* chore: bump vite and rollup
  • Loading branch information
elycheea authored Dec 17, 2024
1 parent 9595f65 commit dcf4364
Show file tree
Hide file tree
Showing 10 changed files with 1,339 additions and 3,616 deletions.
2 changes: 1 addition & 1 deletion config/babel-preset-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon)/'"
},
"devDependencies": {
"npm-check-updates": "^16.14.12"
"npm-check-updates": "^17.1.11"
},
"dependencies": {
"@babel/core": "^7.23.9",
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-ibm-cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon|^chalk$)/'"
},
"devDependencies": {
"npm-check-updates": "^16.14.12"
"npm-check-updates": "^17.1.11"
},
"peerDependencies": {
"jest": "^29.7.0"
Expand Down
2 changes: 1 addition & 1 deletion config/storybook-addon-carbon-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5"
}
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"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:*'",
"upgrade:carbon": "npm-check-updates -u --dep dev,peer,prod --packageFile '{package.json,{config/**,packages/**}/package.json}' --filter '/carbon/' --target minor",
"upgrade:manual": "sh ./scripts/monorepo-npm-upgrade.sh",
"visual-snapshot": "cd packages/core && yarn percy storybook storybook-static"
},
"devDependencies": {
Expand Down Expand Up @@ -99,11 +98,10 @@
"jest-canvas-mock": "2.5.2",
"jest-junit": "^16.0.0",
"json": "^11.0.0",
"lerna": "^8.0.2",
"lerna": "^8.1.9",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"npm-upgrade": "^3.1.0",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"prettier-config-carbon": "^0.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@storybook/source-loader": "^8.4.5",
"@storybook/theming": "^8.4.5",
"fast-glob": "^3.2.7",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -65,7 +65,7 @@
"sass": "^1.80.6",
"storybook": "^8.4.5",
"typescript": "^5.3.3",
"vite": "^5.2.10"
"vite": "^6.0.3"
},
"dependencies": {
"lottie-web": "^5.12.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ibm-products-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest": "^29.7.0",
"jest-config-ibm-cloud-cognitive": "^1.15.0-rc.0",
"jest-environment-jsdom": "^29.7.0",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"sass": "^1.80.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/ibm-products-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"storybook": "^8.4.5",
"storybook-addon-accessibility-checker": "^3.1.61-rc.3",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vite": "^6.0.3",
"vitest": "^2.1.2",
"web-component-analyzer": "2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ibm-products/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"jest-config-ibm-cloud-cognitive": "^1.15.0-rc.0",
"jest-environment-jsdom": "^29.7.0",
"namor": "^1.1.2",
"npm-check-updates": "^16.14.12",
"npm-check-updates": "^17.1.11",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rollup": "^4.27.3",
Expand Down
28 changes: 0 additions & 28 deletions scripts/monorepo-npm-upgrade.sh

This file was deleted.

Loading

0 comments on commit dcf4364

Please sign in to comment.