Skip to content

Commit 2d29675

Browse files
Update all non-major dependencies
1 parent c3d7208 commit 2d29675

File tree

10 files changed

+746
-503
lines changed

10 files changed

+746
-503
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"dependencies": {
1010
"@actions/core": "^1.11.1",
1111
"@actions/exec": "^1.1.1",
12-
"@actions/github": "^6.0.0",
13-
"@octokit/types": "^14.0.0",
12+
"@actions/github": "^6.0.1",
13+
"@octokit/types": "^14.1.0",
1414
"@octokit/webhooks-definitions": "^3.67.3",
15-
"esbuild": "^0.25.3",
16-
"rollup": "^4.40.1"
15+
"esbuild": "^0.25.5",
16+
"rollup": "^4.41.1"
1717
}
1818
}

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

Lines changed: 298 additions & 295 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.15.0
17+
node-version: 22.16.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.15.0
23+
node-version: 22.16.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.15.0
15+
node-version: 22.16.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.15.0
17+
node-version: 22.16.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.15.0
17+
node-version: 22.16.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.15.0
17+
node-version: 22.16.0
1818
- name: Use node_modules cache
1919
uses: actions/cache@v4
2020
with:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@
6262
},
6363
"dependencies": {},
6464
"devDependencies": {
65-
"@babel/core": "^7.27.1",
66-
"@babel/preset-env": "^7.27.1",
65+
"@babel/core": "^7.27.4",
66+
"@babel/preset-env": "^7.27.2",
6767
"@codspeed/vitest-plugin": "^4.0.1",
6868
"@rollup/plugin-babel": "^6.0.4",
6969
"@rollup/plugin-node-resolve": "^16.0.1",
7070
"@rollup/plugin-typescript": "^12.1.2",
71-
"@vitest/coverage-v8": "^3.1.2",
72-
"@vitest/eslint-plugin": "^1.1.43",
71+
"@vitest/coverage-v8": "^3.1.4",
72+
"@vitest/eslint-plugin": "^1.2.1",
7373
"babel-plugin-annotate-pure-calls": "^0.5.0",
7474
"babel-plugin-polyfill-regenerator": "^0.6.4",
75-
"eslint": "^9.25.1",
75+
"eslint": "^9.28.0",
7676
"eslint-plugin-import": "^2.31.0",
7777
"globby": "^11.1.0",
7878
"prettier": "^3.5.3",
79-
"rollup": "^4.40.1",
79+
"rollup": "^4.41.1",
8080
"rollup-plugin-delete": "^3.0.1",
8181
"rollup-plugin-dts": "^6.2.1",
8282
"tslib": "^2.8.1",
8383
"typescript": "^5.8.3",
84-
"typescript-eslint": "^8.31.1",
85-
"vitest": "^3.1.2",
86-
"zx": "^8.5.3"
84+
"typescript-eslint": "^8.33.0",
85+
"vitest": "^3.1.4",
86+
"zx": "^8.5.4"
8787
},
8888
"publishConfig": {
8989
"provenance": true

0 commit comments

Comments
 (0)