chore(deps): update all non-major dependencies (v0)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| defu | ^6.0.0 -> ^6.1.0 |
dependencies | minor | ||||
| ipx | ^0.9.10 -> ^0.9.11 |
optionalDependencies | patch | ||||
| jest-environment-jsdom | ^28.1.2 -> ^28.1.3 |
devDependencies | patch | ||||
| lru-cache | ^7.12.0 -> ^7.14.0 |
dependencies | minor | ||||
| node | >=14.20.0 -> >=v14.20.1 |
engines | patch | ||||
| node-fetch-native | ^0.1.4 -> ^0.1.7 |
dependencies | patch | ||||
| nuxt | ^3.0.0-rc.4 -> ^3.0.0-rc.11 |
devDependencies | patch | ||||
| semver | ^7.3.7 -> ^7.3.8 |
dependencies | patch | ||||
| unbuild | ^0.7.4 -> ^0.9.1 |
devDependencies | minor | ||||
| vue-plausible | ^1.3.1 -> ^1.3.2 |
devDependencies | patch |
Release Notes
unjs/defu
v6.1.0
Features
Bug Fixes
- types: constrain inferred types of
Defu(3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes
- add typing to allow for non-objects input args (#42) (1f3a701)
- merge object strings of many types (#44) (c7226f9)
v6.0.1
facebook/jest
v28.1.3
Features
[jest-leak-detector]Use nativeFinalizationRegistrywhen it exists to get rid of external C dependency (#12973)
Fixes
[jest-changed-files]Fix a lock-up after repeated invocations (#12757)[@jest/expect-utils]Fix deep equality of ImmutableJS OrderedSets (#12977)[jest-mock]Add index signature support forspyOntypes (#13013, #13020)[jest-snapshot]Fix indentation of awaited inline snapshots (#12986)
Chore & Maintenance
isaacs/node-lru-cache
v7.14.0
- Add
maxEntrySizeoption to prevent caching items above a given calculated size.
v7.13.2
v7.13.1
v7.13.0
- Add
forceRefreshoption to trigger a call to thefetchMethodeven if the item is found in cache, and not older than itsttl.
v7.12.1
nodejs/node
v14.20.1
This is a security release.
Notable changes
The following CVEs are fixed in this release:
- CVE-2022-32212: DNS rebinding in --inspect on macOS (High)
- CVE-2022-32213: bypass via obs-fold mechanic (Medium)
- CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
- [
a9f1146b88] - http: disable chunked encoding when OBS fold is used (Paolo Insogna) nodejs-private/node-private#341 - [
a1121b456c] - src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337 - [
de80707870] - src: fix IS_LTS and IS_RELEASE flags (Richard Lau) #43761
npm/node-semver
v7.3.8
Bug Fixes
d8ef32c#383 add support for node.js esm auto exports (#383) (@MylesBorins)
Documentation
7.3.7 (2022-04-11)
Bug Fixes
- allow node >=10 (85b269a)
- bin: get correct value from arg separated by equals (#449) (4ceca76), closes #431
- ensure SemVer instance passed to inc are not modified (#427) (f070dde)
- inc prerelease with numeric preid (#380) (802e161)
Dependencies
- revert to lru-cache@6 (22ae54d)
7.3.6 (2022-04-05)
Bug Fixes
- https://github.com/npm/node-semver/issues/329 (cb1ca1d)
- properly escape dots in
GTE0regexes (#432) (11494f1) - replace deprecated String.prototype.substr() (#445) (e2d55e7)
- replace regex used to split ranges (#434) (9ab7b71)
Documentation
- clarify * range behavior (cb1ca1d)
Dependencies
unjs/unbuild
v0.9.1
🩹 Fixes
- Do not infer
.jsonsubpath exports to build (b57afec)
❤️ Contributors
- Pooya Parsa
v0.9.0
🚀 Enhancements
- ⚠️ Update rollup to v3 (#129)
🏡 Chore
⚠️ Breaking Changes
- ⚠️ Update rollup to v3 (#129)
❤️ Contributors
- Chris
- Pooya Parsa
v0.8.11
v0.8.10
🚀 Enhancements
- Upgrade untyped to 0.5 (
d45af69)
❤️ Contributors
- Pooya Parsa
v0.8.9
🩹 Fixes
- Match least-nested files first when inferring entry (#108)
🏡 Chore
- Update repo (
6b3c99b)
❤️ Contributors
- Daniel Roe
- Pooya Parsa
0.8.9 (2022-08-18)
Bug Fixes
- rollup: remove wrong context (67d1d38)
0.8.8 (2022-08-11)
Bug Fixes
- rollup: seperate dynamic chunks from shared chunk names (aaf8227)
0.8.7 (2022-08-10)
Bug Fixes
- include all files for total size report (7bce76d)
0.8.6 (2022-08-10)
0.8.5 (2022-08-10)
Features
Bug Fixes
- rollup: unmark chunk names as external imports (59debad)
0.8.4 (2022-08-10)
Bug Fixes
- rollup: handle stubbing multiple exports (f215525)
0.8.3 (2022-08-10)
Bug Fixes
- rollup: escape stub import paths (63a3c11)
- rollup: fix stub type hints (38d95be)
- rollup: normalize stub entry path (f7272e0)
0.8.2 (2022-08-10)
Bug Fixes
- rollup: fix stub export resolution issues (63961e4)
0.8.1 (2022-08-10)
Bug Fixes
- update mlly (26bc33c)
v0.8.8
v0.8.7
v0.8.6
v0.8.5
v0.8.4
v0.8.3
v0.8.2
v0.8.1
🚀 Enhancements
- Upgrade untyped to 0.5 (
d45af69)
❤️ Contributors
- Pooya Parsa
v0.8.0
⚠ BREAKING CHANGES
- always enable
esmResolveforjiti(stub and config) - exit with code (1) on build warnings (#98)
Features
- always enable
esmResolveforjiti(stub and config) (b87c8df) - exit with code (1) on build warnings (#98) (ffc0d7c)
- rollup: generated named exports in esm stub (c9fce24)
0.7.6 (2022-07-20)
Bug Fixes
0.7.5 (2022-07-20)
Features
Bug Fixes
- pkg: add types field for exports (#89) (457f043)
- properly calculate bytes of output size (#82) (1888978)
0.7.4 (2022-04-13)
Bug Fixes
- deps: update mlly (c935845)
0.7.3 (2022-04-12)
Bug Fixes
- resolve asbolute path to jiti for pnpm support (#58) (81d6da7)
- stub: use
file://protocol for windows compatibility (12a99c1) - work around issue building with pnpm (#57) (eb7da84)
0.7.2 (2022-03-25)
Bug Fixes
- revert builtins from default externals (0b808c6)
0.7.1 (2022-03-25)
Bug Fixes
- add
builtinsandnode:prefixes to externals (2af233d)
v0.7.6
v0.7.5
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.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| image | ✅ Ready (Inspect) | Visit Preview | Jul 13, 2022 at 3:28PM (UTC) |
Codecov Report
Base: 58.73% // Head: 58.73% // No change to project coverage :thumbsup:
Coverage data is based on head (
ff90eae) compared to base (1934b35). Patch has no changes to coverable lines.
Additional details and impacted files
@@ Coverage Diff @@
## v0 #568 +/- ##
=======================================
Coverage 58.73% 58.73%
=======================================
Files 34 34
Lines 647 647
Branches 218 218
=======================================
Hits 380 380
Misses 266 266
Partials 1 1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.