Skip to content

Commit 9522781

Browse files
fix(deps): update all non-major dependencies (#206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed704ad commit 9522781

File tree

4 files changed

+56
-19
lines changed

4 files changed

+56
-19
lines changed

.github/workflows/issue-close-require.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write # for actions-cool/issues-helper to update PRs
1515
steps:
1616
- name: needs reproduction
17-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
17+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
1818
with:
1919
actions: close-issues
2020
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository == 'rolldown/tsdown'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
16+
- uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
1717
with:
1818
actions: lock-issues
1919
token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
}
7575
},
7676
"dependencies": {
77-
"@babel/generator": "8.0.0-rc.2",
78-
"@babel/helper-validator-identifier": "8.0.0-rc.2",
79-
"@babel/parser": "8.0.0-rc.2",
80-
"@babel/types": "8.0.0-rc.2",
77+
"@babel/generator": "8.0.0-rc.3",
78+
"@babel/helper-validator-identifier": "8.0.0-rc.3",
79+
"@babel/parser": "8.0.0-rc.3",
80+
"@babel/types": "8.0.0-rc.3",
8181
"ast-kit": "^3.0.0-beta.1",
8282
"birpc": "^4.0.0",
8383
"dts-resolver": "^2.1.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)