Skip to content

Commit 00d3ec9

Browse files
chore(deps): update all dependencies
1 parent d5debea commit 00d3ec9

File tree

5 files changed

+6334
-6702
lines changed

5 files changed

+6334
-6702
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020

2121
- name: Setup Node.js ${{ matrix.node }}
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2323
with:
2424
node-version: ${{ matrix.node }}
2525
cache: yarn
@@ -34,4 +34,4 @@ jobs:
3434
PARSER_NO_WATCH: true
3535

3636
- name: Codecov
37-
uses: codecov/codecov-action@v3
37+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ jobs:
2727

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@v2
33+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
3434
with:
3535
languages: ${{ matrix.language }}
3636
queries: +security-and-quality
3737

3838
- name: Autobuild
39-
uses: github/codeql-action/autobuild@v2
39+
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
4040

4141
- name: Perform CodeQL Analysis
42-
uses: github/codeql-action/analyze@v2
42+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
4343
with:
4444
category: '/language:${{ matrix.language }}'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
with:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js LTS
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121
with:
2222
node-version: lts/*
2323
cache: yarn

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "git+https://github.com/un-ts/babel-preset-proposal-typescript.git",
77
"author": "JounQin <[email protected]>",
88
"license": "MIT",
9-
"packageManager": "[email protected].21",
9+
"packageManager": "[email protected].22",
1010
"engines": {
1111
"node": ">=6.9.0"
1212
},
@@ -76,24 +76,24 @@
7676
"@bloomberg/record-tuple-polyfill": "^0.0.4"
7777
},
7878
"devDependencies": {
79-
"@1stg/lib-config": "^12.0.1",
79+
"@1stg/lib-config": "^13.0.0",
8080
"@babel/core": "^7.23.6",
8181
"@changesets/changelog-github": "^0.5.0",
8282
"@changesets/cli": "^2.27.1",
8383
"@node-loader/babel": "^2.0.1",
8484
"@types/babel__core": "^7.20.5",
85-
"@types/jest": "^29.5.11",
86-
"@types/node": "^18.19.3",
87-
"@vitest/coverage-istanbul": "^1.0.4",
85+
"@types/jest": "^30.0.0",
86+
"@types/node": "^22.0.0",
87+
"@vitest/coverage-istanbul": "^3.0.0",
8888
"clean-pkg-json": "^1.2.0",
8989
"core-dts": "^0.0.3",
90-
"jest": "^29.7.0",
90+
"jest": "^30.0.0",
9191
"ts-node": "^10.9.2",
9292
"typescript": "^5.3.3",
9393
"yarn-deduplicate": "^6.0.2"
9494
},
9595
"resolutions": {
9696
"babel-preset-proposal-typescript": "link:.",
97-
"prettier": "^2.8.8"
97+
"prettier": "^3.0.0"
9898
}
9999
}

0 commit comments

Comments
 (0)