Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tinylibs/tinybench into fix/dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-benoit committed Oct 11, 2024
2 parents 29e44b2 + 586ed1d commit 284281e
Show file tree
Hide file tree
Showing 5 changed files with 1,216 additions and 984 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'tinylibs/tinybench'

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- run: npx changelogithub
env:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
strategy:
matrix:
node-version:
- 18
- 16
- 18
- 20
name: Node.js ${{ matrix.node-version }} Quick
steps:
- uses: actions/checkout@v3
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Install dependencies
Expand Down
30 changes: 17 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "tinybench",
"version": "2.9.0",
"type": "module",
"packageManager": "[email protected]",
"packageManager": "[email protected]",
"volta": {
"node": "20.17.0",
"pnpm": "8.15.8"
},
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand All @@ -26,23 +30,23 @@
"repository": "tinylibs/tinybench",
"license": "MIT",
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.4",
"@size-limit/preset-small-lib": "^7.0.8",
"@size-limit/time": "^7.0.8",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"bumpp": "^8.2.0",
"changelogithub": "^0.12.4",
"clean-publish": "^3.4.4",
"eslint": "^8.22.0",
"@types/node": "^18.19.54",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"bumpp": "^8.2.1",
"changelogithub": "^0.12.12",
"clean-publish": "^3.4.5",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.30.0",
"nano-staged": "^0.5.0",
"p-limit": "^4.0.0",
"size-limit": "^7.0.8",
"tsup": "^8.2.3",
"typescript": "^5.2.2",
"vite": "^2.9.12",
"tsup": "^8.3.0",
"typescript": "~5.2.2",
"vite": "^2.9.18",
"vitest": "^0.34.6"
},
"keywords": [
Expand Down
Loading

0 comments on commit 284281e

Please sign in to comment.