Skip to content

Commit db0463f

Browse files
chore(deps): bump @babel/runtime from 7.22.6 to 7.26.10 (#3998)
* chore(deps): bump @babel/runtime from 7.22.6 to 7.26.10 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.22.6 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Update to nodejs v20 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Simon <[email protected]>
1 parent 40ef27c commit db0463f

File tree

8 files changed

+20
-50
lines changed

8 files changed

+20
-50
lines changed

Diff for: .github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828
- uses: actions/setup-node@v3
2929
with:
30-
node-version: lts/hydrogen
30+
node-version: 20
3131
cache: yarn
3232
- name: Install Go
3333
uses: actions/setup-go@v5
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/checkout@v4
5959
- uses: actions/setup-node@v3
6060
with:
61-
node-version: lts/hydrogen
61+
node-version: 20
6262
cache: yarn
6363
- name: Install Go
6464
uses: actions/setup-go@v5

Diff for: .github/workflows/frontend.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: lts/hydrogen
23+
node-version: 20
2424
cache: yarn
2525
- run: yarn --frozen-lockfile
2626
- name: Run type-check
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333
- uses: actions/setup-node@v4
3434
with:
35-
node-version: lts/hydrogen
35+
node-version: 20
3636
cache: yarn
3737
- run: yarn --frozen-lockfile
3838
- name: Run format
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v4
4545
- uses: actions/setup-node@v4
4646
with:
47-
node-version: lts/hydrogen
47+
node-version: 20
4848
cache: yarn
4949
- run: yarn --frozen-lockfile
5050
- name: Run lint
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/checkout@v4
5757
- uses: actions/setup-node@v4
5858
with:
59-
node-version: lts/hydrogen
59+
node-version: 20
6060
cache: yarn
6161
- run: yarn --frozen-lockfile
6262
- name: Run build
@@ -68,7 +68,7 @@ jobs:
6868
uses: actions/checkout@v4
6969
- uses: actions/setup-node@v4
7070
with:
71-
node-version: lts/hydrogen
71+
node-version: 20
7272
cache: yarn
7373
- run: yarn --frozen-lockfile
7474
- name: Run tests

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: true
3333
- uses: actions/setup-node@v3
3434
with:
35-
node-version: lts/hydrogen
35+
node-version: 20
3636
cache: yarn
3737
# setup docker buildx
3838
- name: Set up QEMU

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
go-version: 1.23.6
9595
- uses: actions/setup-node@v3
9696
with:
97-
node-version: lts/hydrogen
97+
node-version: 20
9898
cache: yarn
9999
- name: Build image Pyroscope
100100
run: make docker-image/pyroscope/build-multiarch "BUILDX_ARGS=--cache-from=type=gha --cache-to=type=gha"

Diff for: .github/workflows/weekly-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.DOCKERHUB_TOKEN }}
4343
- uses: actions/setup-node@v3
4444
with:
45-
node-version: lts/hydrogen
45+
node-version: 20
4646
cache: yarn
4747
- run: make frontend/build
4848
- name: Get github app token (valid for an hour)

Diff for: Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ build-dev: ## Do a dev build (without requiring the frontend)
105105
frontend/build:
106106
docker build -f cmd/pyroscope/frontend.Dockerfile --output=public/build .
107107

108+
.PHONY: frontend/shell
109+
frontend/shell:
110+
docker build -f cmd/pyroscope/frontend.Dockerfile --iidfile .docker-image-id-frontend --target builder .
111+
docker run -t -i $$(cat .docker-image-id-frontend) /bin/bash
112+
108113
.PHONY: profilecli/build
109114
profilecli/build: go/bin-profilecli ## Build the profilecli binary
110115

Diff for: cmd/pyroscope/frontend.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18 AS builder
1+
FROM node:20 AS builder
22
RUN apt-get update && apt-get install -y libpango1.0-dev libcairo2-dev
33
WORKDIR /pyroscope
44
COPY yarn.lock package.json tsconfig.json ./

Diff for: yarn.lock

+4-39
Original file line numberDiff line numberDiff line change
@@ -525,45 +525,10 @@
525525
"@babel/plugin-transform-react-jsx-development" "^7.18.6"
526526
"@babel/plugin-transform-react-pure-annotations" "^7.18.6"
527527

528-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.20.7":
529-
version "7.22.6"
530-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.6.tgz#57d64b9ae3cff1d67eb067ae117dac087f5bd438"
531-
integrity sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==
532-
dependencies:
533-
regenerator-runtime "^0.13.11"
534-
535-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.18.3", "@babel/runtime@^7.21.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
536-
version "7.21.0"
537-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
538-
integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
539-
dependencies:
540-
regenerator-runtime "^0.13.11"
541-
542-
"@babel/runtime@^7.10.1", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.18.0", "@babel/runtime@^7.19.4", "@babel/runtime@^7.20.0":
543-
version "7.22.15"
544-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8"
545-
integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==
546-
dependencies:
547-
regenerator-runtime "^0.14.0"
548-
549-
"@babel/runtime@^7.19.0":
550-
version "7.21.5"
551-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.5.tgz#8492dddda9644ae3bda3b45eabe87382caee7200"
552-
integrity sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==
553-
dependencies:
554-
regenerator-runtime "^0.13.11"
555-
556-
"@babel/runtime@^7.23.2":
557-
version "7.23.2"
558-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.2.tgz#062b0ac103261d68a966c4c7baf2ae3e62ec3885"
559-
integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==
560-
dependencies:
561-
regenerator-runtime "^0.14.0"
562-
563-
"@babel/runtime@^7.23.9", "@babel/runtime@^7.24.1", "@babel/runtime@^7.24.5":
564-
version "7.26.0"
565-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
566-
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
528+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.0", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.6", "@babel/runtime@^7.15.4", "@babel/runtime@^7.18.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.19.0", "@babel/runtime@^7.19.4", "@babel/runtime@^7.20.0", "@babel/runtime@^7.20.7", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.23.9", "@babel/runtime@^7.24.1", "@babel/runtime@^7.24.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
529+
version "7.26.10"
530+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
531+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
567532
dependencies:
568533
regenerator-runtime "^0.14.0"
569534

0 commit comments

Comments
 (0)