Skip to content

Commit

Permalink
chore(build): Drop bump tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Oct 12, 2024
1 parent b1f26de commit df07586
Show file tree
Hide file tree
Showing 26 changed files with 43 additions and 1,330 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"devDependencies": {
"@changesets/changelog-github": "~0.5.0",
"@changesets/cli": "~2.27.9",
"bump": "workspace:~",
"husky": "~9.1.6",
"hygen": "~6.2.11",
"pinst": "~3.0.0",
Expand All @@ -30,7 +29,6 @@
"update-readme": "update-readme",
"resolve-workspace-deps": "yarn workspace scripts run resolve-workspace-deps",
"create-package": "hygen create-package",
"bump-next": "yarn workspaces foreach --no-private -v run bump-next",
"release": "yarn changeset publish",
"changeset": "changeset",
"release-next": "yarn workspaces foreach --no-private -v npm publish --tag next --tolerate-republish"
Expand Down
4 changes: 1 addition & 3 deletions packages/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
Expand All @@ -49,7 +48,6 @@
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.12",
"@types/stylis": "^4.0.2",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/css-supports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"prettier": "~2.8.7",
Expand Down
4 changes: 1 addition & 3 deletions packages/emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
Expand All @@ -48,7 +47,6 @@
"@rollup/plugin-node-resolve": "~13.1.3",
"@rollup/plugin-typescript": "~8.3.4",
"@types/jest": "~29.5.12",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/eslint-config-alt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
},
"scripts": {
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"bump-next": "bump-next"
"lint-and-fix": "lint-and-fix"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.13.14",
Expand All @@ -38,7 +37,6 @@
},
"devDependencies": {
"@babel/eslint-parser": "~7.21.3",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"prettier": "~2.8.7"
Expand Down
4 changes: 1 addition & 3 deletions packages/fuselage-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
".:build:rollup": "rollup -c",
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"bump-next": "bump-next"
"test": "jest --runInBand"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
Expand All @@ -57,7 +56,6 @@
"@types/react-dom": "~17.0.25",
"@types/resize-observer-browser": "~0.1.7",
"@types/use-sync-external-store": "~0.0.3",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/fuselage-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"scripts": {
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"bump-next": "bump-next"
"lint-and-fix": "lint-and-fix"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
Expand All @@ -35,7 +34,6 @@
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"prettier": "~2.8.7"
Expand Down
4 changes: 1 addition & 3 deletions packages/fuselage-toastbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"test": "jest --runInBand",
"docs": "typedoc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"bump-next": "bump-next"
"build-storybook": "storybook build"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
Expand All @@ -64,7 +63,6 @@
"@types/jest": "~29.5.12",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/fuselage-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@
"build": "run-s .:build:clean .:build:legacy .:build",
".:build": "node ./build --config ./config.js",
".:build:legacy": "build-design-tokens",
".:build:clean": "rimraf dist",
"bump-next": "bump-next"
".:build:clean": "rimraf dist"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"build-design-tokens": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-import": "~2.26.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/fuselage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
"test": "jest --runInBand",
"watch": "jest --watch",
"docs": "cross-env NODE_ENV=production storybook build -o ../../static/fuselage",
"build-storybook": "cross-env NODE_ENV=production storybook build",
"bump-next": "bump-next"
"build-storybook": "cross-env NODE_ENV=production storybook build"
},
"peerDependencies": {
"@rocket.chat/fuselage-hooks": "*",
Expand Down Expand Up @@ -94,7 +93,6 @@
"@types/jest-axe": "~3.5.9",
"autoprefixer": "~10.4.14",
"babel-loader": "~9.1.2",
"bump": "workspace:~",
"caniuse-lite": "~1.0.30001477",
"cross-env": "^7.0.3",
"css-loader": "~6.7.3",
Expand Down
4 changes: 1 addition & 3 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@
"scripts": {
"build": "build-icons",
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"bump-next": "bump-next"
"lint-and-fix": "lint-and-fix"
},
"devDependencies": {
"@prettier/plugin-xml": "~2.2.0",
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"build-icons": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 1 addition & 3 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"test": "jest --runInBand",
"docs": "typedoc",
"storybook": "storybook dev -p 6006 --no-version-updates",
"build-storybook": "storybook build",
"bump-next": "bump-next"
"build-storybook": "storybook build"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
Expand All @@ -51,7 +50,6 @@
"@types/jest": "~29.5.12",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
Expand All @@ -49,7 +48,6 @@
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"build-logo": "workspace:~",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/memo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@types/jest": "~29.5.12",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/mp3-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"publishConfig": {
"access": "public"
Expand All @@ -50,7 +49,6 @@
"@rollup/plugin-node-resolve": "~15.0.2",
"@rollup/plugin-typescript": "~11.1.0",
"@types/jest": "~29.5.12",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/onboarding-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"test": "jest --runInBand",
"docs": "typedoc",
"storybook": "storybook dev -p 6006 --no-version-updates",
"build-storybook": "storybook build",
"bump-next": "bump-next"
"build-storybook": "storybook build"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
Expand All @@ -61,7 +60,6 @@
"@types/jest": "~29.5.12",
"@types/react": "~17.0.80",
"@types/react-dom": "~17.0.25",
"bump": "workspace:~",
"countries-list": "^2.6.1",
"eslint": "~8.38.0",
"jest": "~29.7.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/peggy-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
".:build:esm": "tsc -p tsconfig.json",
".:build:cjs": "tsc -p tsconfig-cjs.json",
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"bump-next": "bump-next"
"lint-and-fix": "lint-and-fix"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
Expand All @@ -47,7 +46,6 @@
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@types/node": "~14.18.42",
"bump": "workspace:~",
"eslint": "~8.38.0",
"lint-all": "workspace:~",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 1 addition & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@
"prettier": "./fuselage",
"scripts": {
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"bump-next": "bump-next"
"lint-and-fix": "lint-and-fix"
},
"peerDependencies": {
"prettier": "*"
},
"devDependencies": {
"bump": "workspace:~",
"eslint": "~8.38.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-import": "~2.26.0",
Expand Down
4 changes: 1 addition & 3 deletions packages/string-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"bugs": {
"url": "https://github.com/RocketChat/fuselage/issues"
Expand All @@ -44,7 +43,6 @@
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@types/jest": "~29.5.12",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@types/jest": "~29.5.12",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
4 changes: 1 addition & 3 deletions packages/stylis-logical-props-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
"lint": "lint",
"lint-and-fix": "lint-and-fix",
"test": "jest --runInBand --passWithNoTests",
"docs": "typedoc",
"bump-next": "bump-next"
"docs": "typedoc"
},
"devDependencies": {
"@rocket.chat/eslint-config-alt": "workspace:~",
"@rocket.chat/prettier-config": "workspace:~",
"@types/jest": "~29.5.12",
"bump": "workspace:~",
"eslint": "~8.38.0",
"jest": "~29.7.0",
"lint-all": "workspace:~",
Expand Down
17 changes: 0 additions & 17 deletions tools/bump/.eslintrc.json

This file was deleted.

Loading

0 comments on commit df07586

Please sign in to comment.