Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #162

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.15.5 -> ^18.15.11 age adoption passing confidence
@vitest/coverage-c8 ^0.29.7 -> ^0.29.8 age adoption passing confidence
changelogen ^0.5.1 -> ^0.5.2 age adoption passing confidence
eslint (source) ^8.36.0 -> ^8.37.0 age adoption passing confidence
pnpm (source) 7.30.0 -> 7.30.5 age adoption passing confidence
prettier (source) ^2.8.6 -> ^2.8.7 age adoption passing confidence
unbuild ^1.1.2 -> ^1.2.0 age adoption passing confidence
vitest ^0.29.7 -> ^0.29.8 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.29.8

Compare Source

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

v0.5.2

Compare Source

compare changes

🚀 Enhancements
  • Resolve repository config from git remote (8401f91)
  • Load config from changelog field in package.json (#​88)
  • Bump pre version (#​70)
  • Support templates for commit and tag messages (#​68)
🩹 Fixes
  • Handle unset value for config.repo (#​72)
  • getLastGitTag: Handle when there are no git tags (#​77)
💅 Refactors
🏡 Chore
  • Update badges and small improvements (146d1d4)
  • Update dev dependencies (0f44ee9)
❤️ Contributors
eslint/eslint

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

pnpm/pnpm

v7.30.5

Compare Source

Patch Changes

  • pnpm audit should work even if there are no package.json file, just a pnpm-lock.yaml file.
  • Dedupe direct dependencies after hoisting.
  • Don't remove automatically installed peer dependencies from the root workspace project, when dedupe-peer-dependents is true #​6154.

Our Gold Sponsors

Our Silver Sponsors

v7.30.4

Compare Source

v7.30.3

Compare Source

Patch Changes

  • Should use most specific override rule when multiple rules match the same target #​6210.
  • Fix regression introduced in v7.30.1 #​6271.

Our Gold Sponsors

Our Silver Sponsors

v7.30.2

Compare Source

v7.30.1

Compare Source

Patch Changes

  • Don't write the pnpm-lock.yaml file if it has no changes and pnpm install --frozen-lockfile was executed #​6158.
  • Fix git-hosted dependencies referenced via git+ssh that use semver selectors #​6239.
  • When publish some package throws an error, the exit code should be non-zero #​5528.
  • Only three paths are displayed in pnpm audit output #​6203
  • Aliased packages should be used to resolve peer dependencies too #​4301.

Our Gold Sponsors

Our Silver Sponsors

prettier/prettier

v2.8.7

Compare Source

diff

Allow multiple decorators on same getter/setter (#​14584 by @​fisker)
// Input
class A {
  @​decorator()
  get foo () {}
  
  @​decorator()
  set foo (value) {}
}

// Prettier 2.8.6
SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. (5:3)
  3 |   get foo () {}
  4 |   
> 5 |   @​decorator()
    |   ^^^^^^^^^^^^
  6 |   set foo (value) {}
  7 | }

// Prettier 2.8.7
class A {
  @​decorator()
  get foo() {}

  @​decorator()
  set foo(value) {}
}
unjs/unbuild

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • rollup: Add jsx and tsx to esbuild loader defaults (#​198)
  • rollup: Allow regular expressions in externals array (#​145)
  • mkdist: Add new pattern option (#​139)
  • Support esbuild charset option (#​190)
  • rollup: Allow passing any all common esbuild options (8e81e2a)
  • rollup: Show size of bundled npm packages in cli output (#​243)
🩹 Fixes
  • Pass missing esbuild jsx factory options (#​224)
  • rollup: Handle array format for rollup.alias.entries option (#​220)
  • rollup: Enable interop: compat for cjs compatibility (#​215)
📖 Documentation
  • Add types to default exports (#​226)
  • Remove types field suggestion for now (e8988ae)
🏡 Chore
❤️ Contributors

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #162 (92912db) into main (4495bdd) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #162   +/-   ##
=======================================
  Coverage   85.20%   85.20%           
=======================================
  Files           8        8           
  Lines         865      865           
  Branches      156      156           
=======================================
  Hits          737      737           
  Misses        128      128           

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e75b678 to c1a9ec3 Compare April 4, 2023 04:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c1a9ec3 to 92912db Compare April 8, 2023 02:30
@renovate renovate bot merged commit 9b99750 into main Apr 9, 2023
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 9, 2023 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants