Skip to content

Commit ea502b1

Browse files
authored
Merge branch 'next' into renovate/typescript-native-preview-7.x
2 parents 2dcd452 + b16c871 commit ea502b1

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

.github/actions/clone/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
node -e "const fs = require('fs'); const data = JSON.parse(fs.readFileSync('./ecosystem-ci/repo.json', 'utf8')); const project = data['${{ inputs.ecosystem-ci-project }}']; console.log('ECOSYSTEM_CI_PROJECT_HASH=' + project.hash);" >> $GITHUB_OUTPUT
1919
node -e "const fs = require('fs'); const data = JSON.parse(fs.readFileSync('./ecosystem-ci/repo.json', 'utf8')); const project = data['${{ inputs.ecosystem-ci-project }}']; console.log('ECOSYSTEM_CI_PROJECT_REPOSITORY=' + project.repository.replace('https://github.com/', '').replace('.git', ''));" >> $GITHUB_OUTPUT
2020
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
if: ${{ inputs.ecosystem-ci-project != '' }}
2323
with:
2424
repository: ${{ steps.ecosystem-ci-project-hash.outputs.ECOSYSTEM_CI_PROJECT_REPOSITORY }}

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
npm run test
5858
npm run prepublishOnly
5959
steps:
60-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6161
- uses: ./.github/actions/clone
6262
with:
6363
ecosystem-ci-project: ${{ matrix.project.name }}

pnpm-lock.yaml

Lines changed: 73 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ catalog:
170170
nunjucks-markdown: ^2.0.1
171171
on-finished: ^2.4.1
172172
onelogger: ^1.0.1
173-
oxc-minify: ^0.99.0
173+
oxc-minify: ^0.104.0
174174
oxfmt: ^0.19.0
175175
oxlint: ^1.32.0
176176
oxlint-tsgolint: ^0.10.0

0 commit comments

Comments
 (0)