ipx icon indicating copy to clipboard operation
ipx copied to clipboard

chore(deps): update all non-major dependencies

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

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/sharp (source) ^0.30.5 -> ^0.31.0 age adoption passing confidence
@vitest/coverage-c8 ^0.22.1 -> ^0.23.4 age adoption passing confidence
changelogen ^0.3.0 -> ^0.3.2 age adoption passing confidence
eslint (source) ^8.23.0 -> ^8.23.1 age adoption passing confidence
jiti ^1.14.0 -> ^1.16.0 age adoption passing confidence
listhen ^0.2.15 -> ^0.3.4 age adoption passing confidence
nodemon (source) ^2.0.19 -> ^2.0.20 age adoption passing confidence
ohmyfetch ^0.4.18 -> ^0.4.19 age adoption passing confidence
pathe ^0.3.5 -> ^0.3.8 age adoption passing confidence
pnpm (source) 7.9.5 -> 7.12.2 age adoption passing confidence
sharp (changelog) ^0.30.7 -> ^0.31.0 age adoption passing confidence
typescript (source) ^4.8.2 -> ^4.8.3 age adoption passing confidence
unbuild ^0.8.10 -> ^0.8.11 age adoption passing confidence
vitest ^0.22.1 -> ^0.23.4 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.23.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.23.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.23.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.23.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/changelogen

v0.3.2

Compare Source

compare changes

🩹 Fixes
  • Use release version in changelog title (04671a6)
❤️ Contributors
  • Pooya Parsa

v0.3.1

Compare Source

🚀 Enhancements
  • Handle new version before generating changelog (fd56f6b)
🩹 Fixes
  • Use creatordate to find last tag (#​39)
❤️ Contributors
  • Ahad Birang
  • Pooya Parsa
eslint/eslint

v8.23.1

Compare Source

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#​16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#​16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#​16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#​16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#​16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#​16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#​16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#​16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#​16223) (Mert Ciflikli)

Chores

unjs/jiti

v1.16.0

Compare Source

Features
  • support export namespace from syntax (resolves #​84) (ebb59cf)
Bug Fixes

v1.15.0

Compare Source

Features
  • basic alias support (resolves #​37) (cab50cc)
  • options for nativeModules and transformModules (64151af)
Bug Fixes
  • manually exclude typescript from transpilation (dbd3f22)
  • use pathe for path resolution (000c6ad), closes #​74
unjs/listhen

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

v0.3.1

Compare Source

v0.3.0

Compare Source

⚠ BREAKING CHANGES
  • certificate and selfsigned options are merged with https
Features
0.2.15 (2022-08-08)
Bug Fixes
  • deps: update get-port please (d0267d8)
0.2.14 (2022-08-08)
Features
  • update ger-port-please with verbose error (8e6f023)
Bug Fixes
0.2.13 (2022-06-15)
Bug Fixes
0.2.12 (2022-06-13)
Features
0.2.11 (2022-04-25)
Bug Fixes
0.2.10 (2022-04-16)
Bug Fixes
  • bundle xdg-open as an async chunk (890a4a9)
0.2.9 (2022-04-15)
Bug Fixes
0.2.8 (2022-04-07)
0.2.7 (2022-04-07)
Bug Fixes
  • update ssl keySize to 2048 (f63967b)
0.2.6 (2022-01-13)
Features
0.2.5 (2021-10-14)
Bug Fixes
0.2.4 (2021-04-13)
Features
  • allow recalling showURL (cd00e79)
0.2.3 (2021-04-05)
Bug Fixes
  • add \n to surrounding of listen message (b4b1300)
0.2.2 (2021-04-05)
Bug Fixes
  • add empty line to listening message (8381c49)
0.2.1 (2021-04-05)
Features
remy/nodemon

v2.0.20

Compare Source

Bug Fixes
  • remove postinstall script (e099e91)
unjs/ohmyfetch

v0.4.19

Compare Source

unjs/pathe

v0.3.8

Compare Source

v0.3.7

Compare Source

v0.3.6

Compare Source

pnpm/pnpm

v7.12.2

Compare Source

Patch Changes

  • Don't crash when auto-install-peers is true and the project has many complex circular dependencies #​5394.
  • pnpm link --global should work with the --dir=<path> option #​5371.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.12.1...v7.12.2

v7.12.1

Compare Source

Patch Changes

  • Deduplicate peer dependencies when automatically installing them #​5373.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.12.0...v7.12.1

v7.12.0

Compare Source

Minor Changes

  • A new setting supported in the pnpm section of the package.json file: allowNonAppliedPatches. When it is set to true, non-applied patches will not cause an error, just a warning will be printed. For example:

    {
      "name": "foo",
      "version": "1.0.0",
      "pnpm": {
        "patchedDependencies": {
          "[email protected]": "patches/[email protected]"
        },
        "allowNonAppliedPatches": true
      }
    }
    
  • Now it is possible to exclude packages from hoisting by prepending a ! to the pattern. This works with both the hoist-pattern and public-hoist-pattern settings. For instance:

    public-hoist-pattern[]='*types*'
    public-hoist-pattern[]='!@&#8203;types/react'
    
    hoist-pattern[]='*eslint*'
    hoist-pattern[]='!*eslint-plugin*'
    

    Ref #​5272

Patch Changes

  • When the same dependency with missing peers is used in multiple workspace projects, install the missing peers in each workspace project #​4820.
  • pnpm patch should work on files that don't have an end of line #​5320.
  • Fix pnpm patch using a custom --edit-dir.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.11.0...v7.12.0

v7.11.0

Compare Source

Minor Changes

  • pnpm patch: edit the patched package in a directory specified by the --edit-dir option. E.g., pnpm patch [email protected] --edit-dir=/home/xxx/src/patched-express #​5304

Patch Changes

  • Auto installing a peer dependency in a workspace that also has it as a dev dependency in another project #​5144.
  • When an error happens during installation of a subdependency, print some context information in order to be able to locate that subdependency. Print the exact chain of packages that led to the problematic dependency.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.10.0...v7.11.0

v7.10.0

Compare Source

Minor Changes

  • New time-based resolution strategy supported.

    When resolution-mode is set to time-based, pnpm will resolve dependencies the following way:

    1. Direct dependencies will be resolved to their lowest versions. So if there is foo@^1.1.0 in the dependencies, then 1.1.0 will be installed.
    2. Subdependencies will be resolved from versions that were published before the last direct dependency was published.

    With this resolution mode installations with hot cache are faster. It also reduces the chance of subdependency hijacking as subdependencies will be updated only if direct dependencies are updated.

    This resolution mode works only with npm's full metadata. So it is slower in some scenarios. However, if you use Verdaccio v5.15.1 or newer, you may set the registry-supports-time-field setting to true, and it will be really fast.

    Related RFC.

  • Enhance pnpm env with the remove command. To remove a Node.js version installed by pnpm, run:

    pnpm env remove --global <node.js version>
    

Patch Changes

  • pnpm store prune should remove all cached metadata.
  • Don't modify the manifest of the injected workspace project, when it has the same dependency in prod and peer dependencies.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/pnpm/compare/v7.9.5...v7.10.0

lovell/sharp

v0.31.0

Compare Source

Microsoft/TypeScript

v4.8.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

unjs/unbuild

v0.8.11

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 Sep 04 '22 11:09 renovate[bot]

Codecov Report

Merging #84 (159030f) into main (c6ab8ae) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 159030f differs from pull request most recent head 0fd0a53. Consider uploading reports for the commit 0fd0a53 to get more accurate results

@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   58.95%   58.95%           
=======================================
  Files          10       10           
  Lines         782      782           
  Branches       43       43           
=======================================
  Hits          461      461           
  Misses        321      321           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov[bot] avatar Sep 04 '22 11:09 codecov[bot]