Skip to content

Commit 88a9be9

Browse files
authored
ui: lerna and publishing related packages upgrade (#6115)
* touch ui packages * OIdc trusted publishing potential fix * Touch packages * Lerna and publishing related packages upgrade * Touch packages
1 parent dc22995 commit 88a9be9

File tree

13 files changed

+4033
-12074
lines changed

13 files changed

+4033
-12074
lines changed

.github/workflows/ui-publish-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
version: ${{ env.PNPM_VERSION }}
6565

6666
- name: Set up Node.js
67-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
67+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6868
with:
6969
node-version-file: .node-version
7070
registry-url: 'https://registry.npmjs.org'

ui/lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"version": {
1111
"allowBranch": "main"
1212
}
13-
}
13+
},
14+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1415
}

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"internal-ip": "7.0.0",
9292
"jest": "29.7.0",
9393
"jest-environment-jsdom": "29.7.0",
94-
"lerna": "8.2.4",
94+
"lerna": "9.0.3",
9595
"local-web-server": "5.4.0",
9696
"next-transpile-modules": "9.1.0",
9797
"ora": "6.3.1",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## Parca API Client
1+
# Parca API Client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Parca Component Library
1+
### Parca Component Library
22

33
A package with all react components that are used in Parca.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Dynamically resize Parca components
1+
# Dynamically resize Parca components
22

33
Library all around dynamically sizing components.

ui/packages/shared/hooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Parca Hooks
1+
# Parca Hooks
22

33
A library containing React hooks used in the Parca UI

ui/packages/shared/icons/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Parca Icons
1+
# Parca Icons
22

33
These are some of the commonly used icons in the Parca project.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## JS Parser for continuous profiling language
1+
# JS Parser for continuous profiling language
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
## Parca Profile Libraries
1+
# Parca Profile Libraries

0 commit comments

Comments
 (0)