Releases: bundlewatch/bundlewatch
Releases · bundlewatch/bundlewatch
v0.4.2
What's Changed
- Show all contributors by @charpeni in #489
- Refine
README.mdby @charpeni in #490 - Bump
axiosto0.31.1by @melindastanbery in #494
New Contributors
- @melindastanbery made their first contribution in #494
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- build(deps): bump micromatch from 4.0.4 to 4.0.8 in the npm_and_yarn group by @dependabot in #482
- build(deps): bump axios from 0.28.0 to 0.30.0 in the npm_and_yarn group across 1 directory by @dependabot in #487
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Warning
The minimum Node version supported is now 16, but it may work fine with older versions.
Features
- feat: support mjs and cjs extensions by @EdieLemoine in #460
Bug Fixes and Chores
- chore: fix linter by @charpeni in #467
- chore: bump node to
20.15.1(LTS) by @charpeni in #468 - fix: normalizing file paths accidentally returning empty file path by @cheapsteak in #453
- chore: bump
babelby @charpeni in #469 s/messsage/messageby @charpeni in #48
CVEs
- build(deps): bump minimist from 1.2.5 to 1.2.8 by @dependabot in #461
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #459
- build(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #458
- build(deps): bump axios from 0.24.0 to 0.28.0 by @dependabot in #472
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #471
- build(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #473
- build(deps): bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #474
- build(deps): bump ws from 7.5.6 to 7.5.10 by @dependabot in #475
- build(deps): bump @babel/traverse from 7.16.8 to 7.24.8 by @dependabot in #476
- build(deps): bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #477
- build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 in the npm_and_yarn group by @dependabot in #478
New Contributors
- @EdieLemoine made their first contribution in #460 🎉
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- chore: upgrade node, yarn, and CircleCI by @charpeni in #442
- build(dev-deps): upgrade dev dependencies by @charpeni in #443
- chore: remove auto-approve workflow by @charpeni in #445
- docs: add charpeni as a contributor for code, maintenance, security by @allcontributors in #446
- build(deps): bump axios from 0.21.1 to 0.21.2 by @dependabot in #444
- chore: fix CircleCI steps not passing exit codes properly by @charpeni in #447
- build(deps): upgrade dependencies by @charpeni in #448
- build(deps): bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #438
New Contributors
Full Changelog: v0.3.2...v0.3.3
fix(security): bump axios from 0.19.2 to 0.21.1
- build(deps): [security] bump axios from 0.19.2 to 0.21.1 (#310)
fix: file path normalization wasn't working right
#30, via #238 (thanks to @cheapsteak )
exclude hashes when comparing diff's
Adds:
- #30, via #214 (thanks to @cheapsteak and @beeequeue)
Fix support for pr branches and file size calculation
Bug fixes
- Correctly set ci envs including pr base branch (#129) (@iamogbz)
- Add support for TravisCI push branch name (#95) (@aleksejleonov)
- Binary file size calculation (#94) (@aleksejleonov)
Add github actions support
fix: ensure documentation links are up-to-date
v0.2.5 docs: update doc links