File tree Expand file tree Collapse file tree 6 files changed +42
-154
lines changed Expand file tree Collapse file tree 6 files changed +42
-154
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " size-limit-node-esbuild " : minor
3+ " size-limit-preset-node-lib " : minor
4+ ---
5+
6+ feat!: bump to ` size-limit ` v11
Original file line number Diff line number Diff line change 11# size-limit
22
3- [ ![ GitHub Actions] ( https://github.com/ un-ts/size-limit/workflows/CI/badge.svg )] ( https://github.com/un-ts/size-limit/actions/workflows/ci.yml )
3+ [ ![ GitHub Actions Workflow Status ] ( https://img.shields.io/github/actions/workflow/status/ un-ts/size-limit/ci.yml?branch=main )] ( https://github.com/un-ts/size-limit/actions/workflows/ci.yml?query=branch%3Amain )
44[ ![ Codecov] ( https://img.shields.io/codecov/c/gh/un-ts/size-limit )] ( https://codecov.io/gh/un-ts/size-limit )
55[ ![ type-coverage] ( https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fun-ts%2Fsize-limit%2Fmain%2Fpackage.json )] ( https://github.com/plantain-00/type-coverage )
66[ ![ GitHub release] ( https://img.shields.io/github/release/un-ts/size-limit )] ( https://github.com/un-ts/size-limit/releases )
Original file line number Diff line number Diff line change 3636 "@commitlint/cli" : " ^19.8.1" ,
3737 "@mdx-js/rollup" : " ^3.1.0" ,
3838 "@shikijs/rehype" : " ^3.4.2" ,
39- "@types/node" : " ^18.19.101 " ,
39+ "@types/node" : " ^22.15.19 " ,
4040 "@types/react" : " ^19.1.4" ,
4141 "@types/react-dom" : " ^19.1.5" ,
4242 "@types/web" : " ^0.0.235" ,
5454 "sass" : " ^1.89.0" ,
5555 "simple-git-hooks" : " ^2.13.0" ,
5656 "sirv-cli" : " ^3.0.1" ,
57- "size-limit" : " ^10.0.3 " ,
57+ "size-limit" : " ^11.2.0 " ,
5858 "size-limit-node-esbuild" : " link:packages/node-esbuild" ,
5959 "size-limit-preset-node-lib" : " link:packages/preset-node-lib" ,
6060 "stylelint" : " ^16.19.1" ,
Original file line number Diff line number Diff line change 2323 ],
2424 "dependencies" : {
2525 "nanoid" : " ^5.1.5" ,
26- "size-limit" : " ^10.0.3 " ,
26+ "size-limit" : " ^11.2.0 " ,
2727 "tslib" : " ^2.8.1"
2828 },
2929 "publishConfig" : {
Original file line number Diff line number Diff line change 2222 " shim.d.ts"
2323 ],
2424 "peerDependencies" : {
25- "size-limit" : " ^10 .0.0"
25+ "size-limit" : " ^11 .0.0"
2626 },
2727 "dependencies" : {
28- "@size-limit/file" : " ^10.0.3 " ,
28+ "@size-limit/file" : " ^11.2.0 " ,
2929 "size-limit-node-esbuild" : " ^0.3.0" ,
3030 "tslib" : " ^2.8.1"
3131 },
You can’t perform that action at this time.
0 commit comments