Skip to content

Commit 484b177

Browse files
authored
chore: update tsx to 4.20.5 and set minimum node 20 to 20.1.0 (#32469)
1 parent f69e209 commit 484b177

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.circleci/workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ mainBuildFilters: &mainBuildFilters
3838
- /^release\/\d+\.\d+\.\d+$/
3939
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
4040
- 'update-v8-snapshot-cache-on-develop'
41-
- 'chore/refactor_cli_to_ts'
41+
- 'update-tsx'
4242

4343
# usually we don't build Mac app - it takes a long time
4444
# but sometimes we want to really confirm we are doing the right thing
@@ -49,7 +49,7 @@ macWorkflowFilters: &darwin-workflow-filters
4949
- equal: [ develop, << pipeline.git.branch >> ]
5050
# use the following branch as well to ensure that v8 snapshot cache updates are fully tested
5151
- equal: [ 'update-v8-snapshot-cache-on-develop', << pipeline.git.branch >> ]
52-
- equal: [ 'chore/migrate-electron-lib-ts', << pipeline.git.branch >> ]
52+
- equal: [ 'update-tsx', << pipeline.git.branch >> ]
5353
- matches:
5454
pattern: /^release\/\d+\.\d+\.\d+$/
5555
value: << pipeline.git.branch >>
@@ -163,7 +163,7 @@ commands:
163163
name: Set environment variable to determine whether or not to persist artifacts
164164
command: |
165165
echo "Setting SHOULD_PERSIST_ARTIFACTS variable"
166-
echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "chore/refactor_cli_to_ts" ]]; then
166+
echo 'if ! [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "release/"* && "$CIRCLE_BRANCH" != "update-tsx" ]]; then
167167
export SHOULD_PERSIST_ARTIFACTS=true
168168
fi' >> "$BASH_ENV"
169169
# You must run `setup_should_persist_artifacts` command and be using bash before running this command

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"snap-shot-it": "7.9.10",
102102
"spawn-mock": "1.0.0",
103103
"strip-ansi": "6.0.1",
104-
"tsx": "4.20.4",
104+
"tsx": "4.20.5",
105105
"typescript": "~5.9.2"
106106
},
107107
"files": [
@@ -120,7 +120,7 @@
120120
"cypress": "bin/cypress"
121121
},
122122
"engines": {
123-
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
123+
"node": "^20.1.0 || ^22.0.0 || >=24.0.0"
124124
},
125125
"types": "types",
126126
"exports": {

packages/data-context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"server-destroy": "1.0.1",
6363
"simple-git": "^3.27.0",
6464
"stringify-object": "^3.0.0",
65-
"tsx": "4.20.4",
65+
"tsx": "4.20.5",
6666
"underscore.string": "^3.3.6",
6767
"wonka": "^4.0.15"
6868
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31004,10 +31004,10 @@ tsutils@^2.29.0:
3100431004
dependencies:
3100531005
tslib "^1.8.1"
3100631006

31007-
31008-
version "4.20.4"
31009-
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.4.tgz#3fcf255dbc8826bdde2820f1cff47e31075c1d30"
31010-
integrity sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg==
31007+
31008+
version "4.20.5"
31009+
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.5.tgz#856c8b2f114c50a9f4ae108126967a167f240dc7"
31010+
integrity sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==
3101131011
dependencies:
3101231012
esbuild "~0.25.0"
3101331013
get-tsconfig "^4.7.5"

0 commit comments

Comments
 (0)