Skip to content

Commit e1c060c

Browse files
committed
chore: bump deps
1 parent 7a2c81c commit e1c060c

File tree

8 files changed

+3833
-10227
lines changed

8 files changed

+3833
-10227
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ coverage
22
dist
33
lib
44
CHANGELOG.md
5-
/pnpm-*.yaml
5+
/pnpm-lock.yaml
66
!/.github
77
!/.*.cjs

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
jobs:
99
release:
1010
name: Release
11-
if: github.repository != 'rx-ts/yocto-ttl-cache'
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Checkout Repo

.github/workflows/size-limit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
version: latest
1818

19-
- name: Setup Node.js ${{ matrix.node }}
19+
- name: Setup Node.js 16
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: ${{ matrix.node }}
22+
node-version: 16
2323
cache: pnpm
2424

2525
- name: Install Dependencies

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ public-hoist-pattern[]=@1stg/*
44
public-hoist-pattern[]=@commitlint/*
55
public-hoist-pattern[]=@jest/types
66
public-hoist-pattern[]=@pkgr/*
7+
public-hoist-pattern[]=@size-limit/*
78
public-hoist-pattern[]=@types/*
89
public-hoist-pattern[]=cross-env
910
public-hoist-pattern[]=core-js

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/pnpm-lock.yaml

benchmark/benchmark.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ runtime: node v16.15.1 (arm64-darwin)
33

44
benchmark time (avg) (min … max) p75 p99 p995
55
-------------------------------------------------------- -----------------------------
6-
yocto-ttl-cache 34.7 µs/iter (30.92 µs … 650.58 µs) 33.58 µs 84.79 µs 95.29 µs
7-
@isaacs/ttlcache 114.71 µs/iter (99.75 µs … 3.53 ms) 108.71 µs 289.75 µs 714.38 µs
6+
yocto-ttl-cache 34.68 µs/iter (30.88 µs … 720.08 µs) 33.71 µs 85.04 µs 93.63 µs
7+
@isaacs/ttlcache 115.12 µs/iter (99.42 µs … 3.31 ms) 109.21 µs 288.21 µs 725.71 µs
88

99
summary
1010
yocto-ttl-cache
11-
3.31x faster than @isaacs/ttlcache
11+
3.32x faster than @isaacs/ttlcache

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"funding": "https://opencollective.com/unts",
4040
"license": "MIT",
41-
"packageManager": "[email protected].0",
41+
"packageManager": "[email protected].1",
4242
"engines": {
4343
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
4444
},
@@ -76,29 +76,30 @@
7676
"tslib": "^2.4.0"
7777
},
7878
"devDependencies": {
79-
"@1stg/app-config": "^6.1.2",
80-
"@1stg/lib-config": "^8.1.1",
79+
"@1stg/app-config": "^6.1.3",
80+
"@1stg/lib-config": "^9.0.0",
8181
"@changesets/changelog-github": "^0.4.5",
82-
"@changesets/cli": "^2.23.1",
82+
"@changesets/cli": "^2.23.2",
8383
"@isaacs/ttlcache": "^1.1.0",
8484
"@pkgr/webpack": "^3.1.2",
8585
"@pkgr/webpack-mdx": "^2.0.3",
8686
"@size-limit/preset-small-lib": "^7.0.8",
87-
"@types/jest": "^28.1.4",
87+
"@types/jest": "^28.1.6",
8888
"@types/mdx": "^2.0.2",
89-
"@types/node": "^18.0.3",
89+
"@types/node": "^18.0.5",
9090
"@types/react": "^18.0.15",
9191
"@types/react-dom": "^18.0.6",
9292
"@types/web": "^0.0.69",
9393
"github-markdown-css": "^5.1.0",
94-
"jest-environment-jsdom": "^28.1.2",
94+
"jest": "^28.1.3",
95+
"jest-environment-jsdom": "^28.1.3",
9596
"mitata": "^0.1.6",
9697
"react": "^18.2.0",
9798
"react-dom": "^18.2.0",
9899
"react-router-dom": "^6.3.0",
99100
"sirv-cli": "^2.0.2",
100101
"size-limit": "^7.0.8",
101-
"ts-jest": "^28.0.5",
102+
"ts-jest": "^28.0.6",
102103
"type-coverage": "^2.22.0",
103104
"typescript": "^4.7.4"
104105
},

0 commit comments

Comments
 (0)