Skip to content

Commit bc77426

Browse files
Merge branch 'master' into gen-sdk-updates
2 parents 114bd96 + c1aabd8 commit bc77426

File tree

13 files changed

+1526
-1326
lines changed

13 files changed

+1526
-1326
lines changed

.github/actions/ci/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
shell: bash
1313

1414
- name: Setup Node.js
15-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
15+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
1616
with:
1717
node-version-file: ".nvmrc"
1818
cache: "yarn"

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "email=${GH_APP_USER}+ct-sdks[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
3535
3636
- name: Checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
token: ${{ steps.generate_github_token.outputs.token }}
4040

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout 🛎️
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Install and Build 🔧
2424
run: |
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download ⚙️
44-
uses: actions/download-artifact@v4
44+
uses: actions/download-artifact@v5
4545
with:
4646
name: page
4747
path: .

.github/workflows/qa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424

2525
- name: Setup
2626
uses: ./.github/actions/ci
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141

4242
- name: Setup
4343
uses: ./.github/actions/ci
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout
55-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656

5757
- name: Setup
5858
uses: ./.github/actions/ci
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7272

7373
- name: Setup
7474
uses: ./.github/actions/ci
@@ -111,12 +111,12 @@ jobs:
111111

112112
steps:
113113
- name: Checkout
114-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
114+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
115115

116116
- name: Setup
117117
uses: ./.github/actions/ci
118118

119-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
119+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
120120
with:
121121
node-version: ${{ matrix.version }}
122122

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
echo "email=${GH_APP_USER}+ct-changesets[bot]@users.noreply.github.com" >> "$GITHUB_OUTPUT"
3232
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
# Pass a personal access token (using our CT Changesets App) to be able to trigger other workflows
3737
# https://help.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
@@ -105,7 +105,7 @@ jobs:
105105
run: rm -rf reference.txt
106106
continue-on-error: true
107107

108-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
108+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
109109
if: steps.changesets.outputs.published == 'true'
110110
with:
111111
branch: after-release

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
3434
persist-credentials: false
3535

3636
- name: Run Semgrep
3737
run: semgrep scan --sarif --output=semgrep.sarif --config=p/auto --config=p/dockerfile --config=p/typescript --config=p/javascript --metrics=off --verbose
3838
- name: Upload SARIF file for GitHub Advanced Security Dashboard
39-
uses: github/codeql-action/upload-sarif@3de706a4a34b7e2fe37e4a10aecbdd3ec5dc0664 # CodeQL Bundle v2.16.1
39+
uses: github/codeql-action/upload-sarif@7f44048739d1ed01dcd72086ab991988a34a30d0 # CodeQL Bundle v2.16.1
4040
with:
4141
sarif_file: semgrep.sarif
4242
if: always()

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
22.19.0

examples/react-webpack/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1970,12 +1970,12 @@ chrome-trace-event@^1.0.2:
19701970
integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
19711971

19721972
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
1973-
version "1.0.4"
1974-
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
1975-
integrity sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==
1973+
version "1.0.6"
1974+
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.6.tgz#8fe672437d01cd6c4561af5334e0cc50ff1955f7"
1975+
integrity sha512-3Ek9H3X6pj5TgenXYtNWdaBon1tgYCaebd+XPg0keyjEbEfkD4KkmAxkQ/i1vYvxdcT5nscLBfq9VJRmCBcFSw==
19761976
dependencies:
1977-
inherits "^2.0.1"
1978-
safe-buffer "^5.0.1"
1977+
inherits "^2.0.4"
1978+
safe-buffer "^5.2.1"
19791979

19801980
classnames@^2.3.2:
19811981
version "2.5.1"

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,41 +28,41 @@
2828
},
2929
"packageManager": "yarn@1.22.22",
3030
"devDependencies": {
31-
"@babel/core": "7.26.10",
31+
"@babel/core": "7.28.4",
3232
"@babel/plugin-proposal-class-properties": "7.18.6",
33-
"@babel/preset-env": "7.26.9",
34-
"@babel/preset-typescript": "7.27.0",
33+
"@babel/preset-env": "7.28.3",
34+
"@babel/preset-typescript": "7.27.1",
3535
"@changesets/changelog-github": "0.5.1",
36-
"@changesets/cli": "2.29.2",
37-
"@commitlint/cli": "19.8.0",
38-
"@commitlint/config-conventional": "19.8.0",
39-
"@manypkg/cli": "0.23.0",
36+
"@changesets/cli": "2.29.7",
37+
"@commitlint/cli": "19.8.1",
38+
"@commitlint/config-conventional": "19.8.1",
39+
"@manypkg/cli": "0.25.1",
4040
"@preconstruct/cli": "2.8.12",
4141
"@types/jest": "29.5.14",
42-
"@types/node": "22.15.3",
43-
"axios": "1.9.0",
42+
"@types/node": "22.18.6",
43+
"axios": "1.12.2",
4444
"babel-jest": "29.7.0",
4545
"clean-webpack-plugin": "4.0.0",
4646
"codecov": "3.8.3",
47-
"esbuild": "0.25.3",
47+
"esbuild": "0.25.10",
4848
"husky": "9.1.7",
4949
"ignore-loader": "0.1.2",
5050
"jest": "29.7.0",
5151
"jest-extended": "6.0.0",
5252
"jest-junit": "16.0.0",
5353
"jest-watch-typeahead": "3.0.1",
54-
"lint-staged": "16.1.5",
54+
"lint-staged": "16.2.0",
5555
"node-polyfill-webpack-plugin": "4.1.0",
5656
"path-browserify": "1.0.1",
57-
"prettier": "3.5.3",
57+
"prettier": "3.6.2",
5858
"process": "0.11.10",
5959
"stream-browserify": "3.0.0",
60-
"ts-jest": "29.3.2",
61-
"ts-loader": "9.5.2",
60+
"ts-jest": "29.4.4",
61+
"ts-loader": "9.5.4",
6262
"tsc-files": "1.1.4",
63-
"typedoc": "0.28.3",
64-
"typescript": "5.8.3",
65-
"webpack": "5.99.7",
63+
"typedoc": "0.28.13",
64+
"typescript": "5.9.2",
65+
"webpack": "5.101.3",
6666
"webpack-cli": "6.0.1",
6767
"webpack-node-externals": "3.0.0"
6868
}

packages/sdk-client-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
},
4646
"devDependencies": {
4747
"common-tags": "1.8.2",
48-
"dotenv": "16.5.0",
48+
"dotenv": "17.2.2",
4949
"jest": "29.7.0",
50-
"nock": "14.0.4",
50+
"nock": "14.0.10",
5151
"organize-imports-cli": "0.10.0"
5252
},
5353
"scripts": {

0 commit comments

Comments
 (0)