chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| eslint (source) | ^8.21.0 -> ^8.23.0 |
||||
| pnpm (source) | 7.9.0 -> 7.9.5 |
||||
| typescript (source) | ^4.7.4 -> ^4.8.2 |
||||
| unbuild | ^0.8.8 -> ^0.8.9 |
||||
| vitest | ^0.21.1 -> ^0.22.1 |
Release Notes
eslint/eslint
v8.23.0
Features
-
3e5839efeat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas) -
30b1a2dfeat: addallowEmptyCaseoption to no-fallthrough rule (#15887) (Amaresh S M) -
43f03aafeat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)
Documentation
-
b1918dadocs: package.json conventions (#16206) (Patrick McElhaney) -
0e03c33docs: remove word immediately (#16217) (Strek) -
c6790dbdocs: add anchor link for "migrating from jscs" (#16207) (Percy Ma) -
7137344docs: auto-generation edit link (#16213) (Percy Ma)
Chores
-
2e004abchore: upgrade @eslint/eslintrc@1.3.1 (#16249) (Milos Djermanovic) -
d35fbbechore: Upgrade to [email protected] (#16243) (Milos Djermanovic) -
ed26229test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic) -
deaf69fchore: fix off-by-onemin-width: 1023pxmedia queries (#15974) (Milos Djermanovic) -
63dec9frefactor: simplifyparseListConfig(#16241) (Milos Djermanovic)
v8.22.0
Features
-
2b97607feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) -
fd5d3d3feat: addmethodsIgnorePatternoption to object-shorthand rule (#16185) (Milos Djermanovic)
Documentation
-
9f5a752docs: optimize image assets (#16170) (Sam Chen) -
61b2948docs: add svgo command to pre commit hook (#16178) (Amaresh S M) -
784096ddocs: improve search result UI (#16187) (Sam Chen) -
d0f4cb4docs: use shorthand property name in example (#16180) (Kevin Elliott)
Chores
pnpm/pnpm
v7.9.5
Patch Changes
- Set
NODE_PATHwhenprefer-symlinked-executablesis enabled #5251. - Fail with a meaningful error when the audit endpoint doesn't exist #5200.
- Symlink a local dependency to
node_modules, even if the target directory doesn't exist #5219.
Our Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
Full Changelog: https://github.com/pnpm/pnpm/compare/v7.9.4...v7.9.5
v7.9.4
Patch Changes
- Auto install peer dependencies when auto-install-peers is set to true and the lockfile is up to date #5213.
-
pnpm env: for Node.js<16 install the x64 build on Darwin ARM as ARM build is not available #5239. -
pnpm env: log a message when the node.js tarball starts the download #5241. - Fix
pnpm install --merge-git-branch-lockfilewhen the lockfile is up to date #5212.
Our Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
v7.9.3
Patch Changes
- Remove legacy signal handlers #5224
Our Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
Full Changelog: https://github.com/pnpm/pnpm/compare/v7.9.2...v7.9.3
v7.9.2
Patch Changes
- When the same package is both in "peerDependencies" and in "dependencies", treat this dependency as a peer dependency if it may be resolved from the dependencies of parent packages #5210.
- Update node-gyp to v9.
- Update the compatibility database.
Our Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
v7.9.1
Patch Changes
-
pnpm setup: don't usesetxto set env variables on Windows.
Our Gold Sponsors
|
|
|
|
|
|
|
|
|
Microsoft/TypeScript
v4.8.2
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.8.0 (Beta).
- fixed issues query for Typescript 4.8.1 (RC).
- fixed issues query for Typescript 4.8.1 (Stable).
Downloads are available on:
vitest-dev/vitest
v0.22.1
🚀 Features
- Restart vitest on config change - by @antfu (c663f)
- Show transform time - by @antfu (b54a1)
-
vite-node:
moduleCache.invalidateDepTreeutiltity - by @antfu in https://github.com/vitest-dev/vitest/issues/1872
🐞 Bug Fixes
- Convert string coverage reporters to array - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/1860
- Explicitly import performance - by @antfu (870d1)
View changes on GitHub
v0.22.0
🚨 Breaking Changes
-
c8coverage support now require peer dependency@vitest/coverage-c8to be installed. Alternatively, you can install@vitest/coverage-istanbulto useistanbulfor coverage instead ofc8.
🚀 Features
- Add --no-color to cli - by @jereklas in https://github.com/vitest-dev/vitest/issues/1849
- Support auto retry on Node segfault
--segfault-retry- by @tony19 @antfu in https://github.com/vitest-dev/vitest/issues/1854 - Support
istanbulcoverage provider - by @AriPerkkio and @antfu in https://github.com/vitest-dev/vitest/issues/1676 -
cli: Support passing
--inspectand--inspect-brk- by @antfu (ea80f)
🐞 Bug Fixes
- Handle undefined returns of module mocks, and update migration docs - by @jereklas in https://github.com/vitest-dev/vitest/issues/1763 and https://github.com/vitest-dev/vitest/issues/1830
- Clear pattern when rerun all tests - by @ChpShy in https://github.com/vitest-dev/vitest/issues/1834
- reporter-junit: Remove trailing zeros in duration - by @nieyuyao in https://github.com/vitest-dev/vitest/issues/1842
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #33 (9fec700) into main (c24c8ed) will decrease coverage by
0.11%. The diff coverage isn/a.
:exclamation: Current head 9fec700 differs from pull request most recent head 2c80920. Consider uploading reports for the commit 2c80920 to get more accurate results
@@ Coverage Diff @@
## main #33 +/- ##
==========================================
- Coverage 84.17% 84.05% -0.12%
==========================================
Files 2 2
Lines 139 138 -1
Branches 12 12
==========================================
- Hits 117 116 -1
Misses 10 10
Partials 12 12
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/providers.ts | 81.17% <0.00%> (-0.22%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
