Skip to content

Commit

Permalink
Fix release issue - search index for docs website was not staged so l…
Browse files Browse the repository at this point in the history
…erna version didn't commit it (#1915)

* chore(deps): bump

* fix(release): stage uncommitted search index
  • Loading branch information
nstuyvesant authored Nov 18, 2024
1 parent d602884 commit 851b061
Show file tree
Hide file tree
Showing 9 changed files with 812 additions and 774 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
run: yarn install --immutable --check-cache

- name: Generate search index for docs website
run: lerna run build:search --scope @carbon/charts-docs # committed by lerna version
run: npx lerna run build:search --scope @carbon/charts-docs

- name: Stage generated search index
run: git add packages/docs/src/searchIndex.ts

- name: Create version and change logs and commit to master
run: npx lerna version --yes --force-publish --conventional-commits --create-release github
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/compat": "^1.2.2",
"@eslint/js": "^9.14.0",
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-jsdoc": "^50.5.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-svelte": "^2.46.0",
"eslint-plugin-vue": "^9.30.0",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"lerna": "^8.1.9",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-config-carbon": "^0.11.0",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^5.1.12",
"prettier-plugin-svelte": "^3.2.8",
"svelte": "^5.2.2",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"vue-eslint-parser": "^9.4.3"
},
"release": {
Expand Down
20 changes: 10 additions & 10 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/common": "^18.2.11",
"@angular/compiler": "^18.2.11",
"@angular/compiler-cli": "^18.2.11",
"@angular/core": "^18.2.11",
"@angular/platform-browser": "^18.2.11",
"@angular/platform-browser-dynamic": "^18.2.11",
"@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^18.2.12",
"@angular/common": "^18.2.12",
"@angular/compiler": "^18.2.12",
"@angular/compiler-cli": "^18.2.12",
"@angular/core": "^18.2.12",
"@angular/platform-browser": "^18.2.12",
"@angular/platform-browser-dynamic": "^18.2.12",
"@carbon/icons": "^11.52.0",
"@playwright/test": "^1.48.2",
"angular-eslint": "^18.4.0",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"typescript": "<5.6.0",
"typescript-eslint": "^8.13.0",
"typescript-eslint": "^8.14.0",
"zone.js": "~0.15.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"d3-cloud": "^1.2.7",
"d3-sankey": "^0.12.3",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"dompurify": "^3.2.0",
"html-to-image": "^1.11.11",
"lodash-es": "^4.17.21",
"topojson-client": "^3.1.0",
Expand All @@ -100,16 +100,16 @@
"@types/node": "^22.9.0",
"concurrently": "^9.1.0",
"downlevel-dts": "^0.11.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.80.6",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
"@types/react-dom": "^18.3.1",
"@types/topojson-specification": "^1.0.5",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"sass": "^1.81.0",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"publishConfig": {
"access": "restricted"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"classnames": "^2.5.1",
"concurrently": "^9.1.0",
"downlevel-dts": "^0.11.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"devDependencies": {
"@playwright/test": "^1.48.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"eslint": "^9.14.0",
"@sveltejs/vite-plugin-svelte": "^4.0.1",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"publint": "^0.2.12",
"svelte": "^5.1.12",
"svelte-check": "^4.0.5",
"svelte": "^5.2.2",
"svelte-check": "^4.0.9",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.14.0",
"@vitejs/plugin-vue": "^5.2.0",
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vite-plugin-dts": "^4.3.0",
"vue": "^3.5.12",
"vue": "^3.5.13",
"vue-tsc": "^2.1.10"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 851b061

Please sign in to comment.