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

fix(deps): update all non-major dependencies #21

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/utils ^0.6.2 -> ^0.6.3 age adoption passing confidence
@babel/generator (source) ^7.20.3 -> ^7.20.4 age adoption passing confidence
eslint-define-config ^1.11.0 -> ^1.12.0 age adoption passing confidence
pnpm (source) 7.14.2 -> 7.15.0 age adoption passing confidence
tsx ^3.11.0 -> ^3.12.1 age adoption passing confidence
vitest ^0.24.5 -> ^0.25.1 age adoption passing confidence

Release Notes

antfu/utils

v0.6.3

Compare Source

Features
babel/babel

v7.20.4

Compare Source

🐛 Bug Fix
Shinigami92/eslint-define-config

v1.12.0

Compare Source

diff

  • Add globals key to overrides (#​153)
  • Update rules for: [eslint, jsdoc, n, typescript-eslint, vue]
pnpm/pnpm

v7.15.0

Compare Source

Minor Changes
  • Support --format=json option to output outdated packages in JSON format with outdated command #​2705.

    pnpm outdated --format=json
    #or
    pnpm outdated --json
  • A new setting supported for ignoring vulnerabilities by their CVEs. The ignored CVEs may be listed in the pnpm.auditConfig.ignoreCves field of package.json. For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreCves": [
            "CVE-2019-10742",
            "CVE-2020-28168",
            "CVE-2021-3749",
            "CVE-2020-7598"
          ]
        }
      }
    }
Patch Changes
  • The reporter should not crash when the CLI process is kill during lifecycle scripts execution #​5588.
  • Installation shouldn't fail when the injected dependency has broken symlinks. The broken symlinks should be just skipped #​5598.
Our Gold Sponsors
Our Silver Sponsors
esbuild-kit/tsx

v3.12.1

Compare Source

Bug Fixes

v3.12.0

Compare Source

Bug Fixes
Features
vitest-dev/vitest

v0.25.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.0

Compare Source

   ✅ Builtin TypeChecking

In v0.25.0, Vitest allows you to write tests for your types, using expectTypeOf or assertType syntaxes. By default all tests inside *.test-d.ts files are considered type tests. Run vitest typecheck to run type tests.

// my.test-d.ts
import { assertType, expectTypeOf } from 'vitest'
import { mount } from './mount.js'

test('my types work properly', () => {
  expectTypeOf(mount).toBeFunction()
  expectTypeOf(mount).parameter(0).toMatchTypeOf<{ name: string }>()

  // @&#8203;ts-expect-error name is a string
  assertType(mount({ name: 42 }))
})

Learn more at the documentation and this RFC

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

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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, check this box

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

@sxzz sxzz merged commit fb31eeb into main Nov 14, 2022
@sxzz sxzz deleted the renovate/all-minor-patch branch November 14, 2022 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant