Skip to content

Commit

Permalink
Merge pull request #476 from dcastil/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
dcastil authored Oct 1, 2024
2 parents ec9ca63 + 4540a4f commit a7f4311
Show file tree
Hide file tree
Showing 6 changed files with 918 additions and 1,552 deletions.
6 changes: 3 additions & 3 deletions .github/actions/metrics-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@octokit/types": "^13.5.0",
"esbuild": "^0.23.1",
"rollup": "^4.21.2"
"@octokit/types": "^13.6.0",
"esbuild": "^0.24.0",
"rollup": "^4.22.5"
}
}
513 changes: 260 additions & 253 deletions .github/actions/metrics-report/yarn.lock

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Benchmark

on:
push:
branches:
- main
pull_request:

jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.11.1
- name: Use node_modules cache
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
restore-keys: |
yarn-node-20-lock-
- run: yarn install --frozen-lockfile
- name: Run benchmark
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: yarn bench
21 changes: 0 additions & 21 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,3 @@ jobs:
path: dist
if-no-files-found: error
- run: yarn test:exports
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.11.1
- name: Use node_modules cache
uses: actions/cache@v4
with:
path: node_modules
key: yarn-node-20-lock-${{ hashFiles('yarn.lock') }}
restore-keys: |
yarn-node-20-lock-
- run: yarn install --frozen-lockfile
- name: Run benchmark
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: yarn bench
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,24 @@
"@babel/preset-env": "^7.25.4",
"@codspeed/vitest-plugin": "^3.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@vitest/coverage-v8": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vitest/coverage-v8": "^2.1.1",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-polyfill-regenerator": "^0.6.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"globby": "^11.1.0",
"prettier": "^3.3.3",
"rollup": "^4.21.2",
"rollup-plugin-delete": "^2.0.0",
"rollup": "^4.22.5",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"zx": "^8.1.5"
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"zx": "^8.1.8"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit a7f4311

Please sign in to comment.