image icon indicating copy to clipboard operation
image copied to clipboard

chore(deps): update all non-major dependencies (v0)

Open renovate[bot] opened this issue 3 years ago • 2 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
defu ^6.0.0 -> ^6.1.0 age adoption passing confidence dependencies minor
ipx ^0.9.10 -> ^0.9.11 age adoption passing confidence optionalDependencies patch
jest-environment-jsdom ^28.1.2 -> ^28.1.3 age adoption passing confidence devDependencies patch
lru-cache ^7.12.0 -> ^7.14.0 age adoption passing confidence dependencies minor
node >=14.20.0 -> >=v14.20.1 age adoption passing confidence engines patch
node-fetch-native ^0.1.4 -> ^0.1.7 age adoption passing confidence dependencies patch
nuxt ^3.0.0-rc.4 -> ^3.0.0-rc.11 age adoption passing confidence devDependencies patch
semver ^7.3.7 -> ^7.3.8 age adoption passing confidence dependencies patch
unbuild ^0.7.4 -> ^0.9.1 age adoption passing confidence devDependencies minor
vue-plausible ^1.3.1 -> ^1.3.2 age adoption passing confidence devDependencies patch

Release Notes

unjs/defu

v6.1.0

Compare Source

Features
Bug Fixes
  • types: constrain inferred types of Defu (3d3ea3e)
6.0.1 (2022-08-16)
Bug Fixes

v6.0.1

Compare Source

unjs/ipx

v0.9.11

Compare Source

facebook/jest

v28.1.3

Compare Source

Features
  • [jest-leak-detector] Use native FinalizationRegistry when 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 for spyOn types (#​13013, #​13020)
  • [jest-snapshot] Fix indentation of awaited inline snapshots (#​12986)
Chore & Maintenance
  • [*] Replace internal usage of pretty-format/ConvertAnsi with jest-serializer-ansi-escapes (#​12935, #​13004)
  • [docs] Update spyOn docs (#​13000)
isaacs/node-lru-cache

v7.14.0

Compare Source

  • Add maxEntrySize option to prevent caching items above a given calculated size.

v7.13.2

Compare Source

v7.13.1

Compare Source

v7.13.0

Compare Source

  • Add forceRefresh option to trigger a call to the fetchMethod even if the item is found in cache, and not older than its ttl.

v7.12.1

Compare Source

nodejs/node

v14.20.1

Compare Source

This is a security release.

Notable changes

The following CVEs are fixed in this release:

More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.

Commits
unjs/node-fetch-native

v0.1.7

Compare Source

v0.1.6

Compare Source

v0.1.5

Compare Source

nuxt/nuxt.js

v3.0.0-rc.11

Compare Source

v3.0.0-rc.10

Compare Source

v3.0.0-rc.9

Compare Source

v3.0.0-rc.8

Compare Source

v3.0.0-rc.7

Compare Source

v3.0.0-rc.6

Compare Source

v3.0.0-rc.5

Compare Source

npm/node-semver

v7.3.8

Compare Source

Bug Fixes
Documentation
7.3.7 (2022-04-11)
Bug Fixes
Dependencies
7.3.6 (2022-04-05)
Bug Fixes
Documentation
  • clarify * range behavior (cb1ca1d)
Dependencies
unjs/unbuild

v0.9.1

Compare Source

🩹 Fixes
  • Do not infer .json subpath exports to build (b57afec)
❤️ Contributors
  • Pooya Parsa

v0.9.0

Compare Source

🚀 Enhancements
  • ⚠️ Update rollup to v3 (#​129)
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Update rollup to v3 (#​129)
❤️ Contributors
  • Chris
  • Pooya Parsa

v0.8.11

Compare Source

v0.8.10

Compare Source

🚀 Enhancements
❤️ Contributors
  • Pooya Parsa

v0.8.9

Compare Source

🩹 Fixes
  • Match least-nested files first when inferring entry (#​108)
🏡 Chore
❤️ 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
  • name option defaulting to package name (c3979ab)
  • rollup: use hashed chunk names (850b013)
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

v0.8.8

Compare Source

v0.8.7

Compare Source

v0.8.6

Compare Source

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.3

Compare Source

v0.8.2

Compare Source

v0.8.1

Compare Source

🚀 Enhancements
❤️ Contributors
  • Pooya Parsa

v0.8.0

Compare Source

⚠ BREAKING CHANGES
  • always enable esmResolve for jiti (stub and config)
  • exit with code (1) on build warnings (#​98)
Features
  • always enable esmResolve for jiti (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
  • pkg: use default export condition to avoid breaking change (858d35d), closes #​89
0.7.5 (2022-07-20)
Features
Bug Fixes
0.7.4 (2022-04-13)
Bug Fixes
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 builtins and node: prefixes to externals (2af233d)

v0.7.6

Compare Source

v0.7.5

Compare Source

moritzsternemann/vue-plausible

v1.3.2

Compare Source


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.

renovate[bot] avatar Jul 13 '22 15:07 renovate[bot]

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)

vercel[bot] avatar Jul 13 '22 15:07 vercel[bot]

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.

codecov-commenter avatar Jul 13 '22 21:07 codecov-commenter