Skip to content

Commit 1060369

Browse files
Update all non-major dependencies
1 parent 3e8856d commit 1060369

File tree

10 files changed

+1729
-1069
lines changed

10 files changed

+1729
-1069
lines changed

.github/actions/metrics-report/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@actions/github": "^6.0.1",
1313
"@octokit/types": "^14.1.0",
1414
"@octokit/webhooks-definitions": "^3.67.3",
15-
"esbuild": "^0.25.5",
16-
"rollup": "^4.41.1"
15+
"esbuild": "^0.25.10",
16+
"rollup": "^4.52.3"
1717
}
1818
}

.github/actions/metrics-report/yarn.lock

Lines changed: 300 additions & 282 deletions
Large diffs are not rendered by default.

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 22
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.16.0
17+
node-version: 22.20.0
1818
- name: Use node_modules cache
1919
uses: actions/cache@v4
2020
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js 22
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 22.16.0
23+
node-version: 22.20.0
2424
- name: Use node_modules cache
2525
uses: actions/cache@v4
2626
with:

.github/workflows/metrics-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Use Node.js 22
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 22.16.0
15+
node-version: 22.20.0
1616
- name: Restore node_modules cache
1717
uses: actions/cache/restore@v4
1818
with:

.github/workflows/npm-publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 22
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.16.0
17+
node-version: 22.20.0
1818
# More info: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
1919
registry-url: 'https://registry.npmjs.org'
2020
- name: Use node_modules cache

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 22
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.16.0
17+
node-version: 22.20.0
1818
- name: Use node_modules cache
1919
uses: actions/cache@v4
2020
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 22
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.16.0
17+
node-version: 22.20.0
1818
- name: Use node_modules cache
1919
uses: actions/cache@v4
2020
with:

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@
6262
},
6363
"dependencies": {},
6464
"devDependencies": {
65-
"@babel/core": "^7.27.4",
66-
"@babel/preset-env": "^7.27.2",
65+
"@babel/core": "^7.28.4",
66+
"@babel/preset-env": "^7.28.3",
6767
"@codspeed/vitest-plugin": "^4.0.1",
6868
"@rollup/plugin-babel": "^6.0.4",
6969
"@rollup/plugin-node-resolve": "^16.0.1",
70-
"@rollup/plugin-typescript": "^12.1.2",
71-
"@vitest/coverage-v8": "^3.1.4",
72-
"@vitest/eslint-plugin": "^1.2.1",
70+
"@rollup/plugin-typescript": "^12.1.4",
71+
"@vitest/coverage-v8": "^3.2.4",
72+
"@vitest/eslint-plugin": "^1.3.15",
7373
"babel-plugin-annotate-pure-calls": "^0.5.0",
74-
"babel-plugin-polyfill-regenerator": "^0.6.4",
75-
"eslint": "^9.28.0",
76-
"eslint-plugin-import": "^2.31.0",
74+
"babel-plugin-polyfill-regenerator": "^0.6.5",
75+
"eslint": "^9.36.0",
76+
"eslint-plugin-import": "^2.32.0",
7777
"globby": "^11.1.0",
78-
"prettier": "^3.5.3",
79-
"rollup": "^4.41.1",
78+
"prettier": "^3.6.2",
79+
"rollup": "^4.52.3",
8080
"rollup-plugin-delete": "^3.0.1",
81-
"rollup-plugin-dts": "^6.2.1",
81+
"rollup-plugin-dts": "^6.2.3",
8282
"tslib": "^2.8.1",
83-
"typescript": "^5.8.3",
84-
"typescript-eslint": "^8.33.0",
85-
"vitest": "^3.1.4",
86-
"zx": "^8.5.4"
83+
"typescript": "^5.9.3",
84+
"typescript-eslint": "^8.45.0",
85+
"vitest": "^3.2.4",
86+
"zx": "^8.8.4"
8787
},
8888
"publishConfig": {
8989
"provenance": true

0 commit comments

Comments
 (0)