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 #168

Merged
merged 1 commit into from
May 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.16.2 -> ^18.16.5 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.30.1 -> ^0.31.0 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.40.0 age adoption passing confidence
pkg-types ^1.0.2 -> ^1.0.3 age adoption passing confidence
pnpm (source) 7.32.2 -> 7.32.3 age adoption passing confidence
ufo ^1.1.1 -> ^1.1.2 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.0 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Update mock implementation to support ESM runtime, introduce "vi.hoisted"  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3258 (0c09a)

    • Bypass ESM import order restriction with vi.hoisted to run code before imports are executed:
    vi.hoisted(() => vi.setSystemTime(new Date(2022, 1, 1)))

    You can also use it to pass variables to vi.mock:

    const { mockedMethod } = vi.hoisted(() => {
      return { mockedMethod: vi.fn() }
    })   
    vi.mocked('./path/to/module.js', () => {
      return { originalMethod: mockedMethod }
    })
  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

unjs/pkg-types

v1.0.3

Compare Source

compare changes

🩹 Fixes
  • Add exports.types field (#​120)
📖 Documentation
  • Remove duplicate usage in readme (#​115)
🤖 CI
  • Remove lint workflow from matrix (a5a00af)
  • Revert to node 16 (f6cb62c)
❤️ Contributors
pnpm/pnpm

v7.32.3

Compare Source

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Show cyclic workspace dependency details #​5059.

Our Gold Sponsors

Our Silver Sponsors

unjs/ufo

v1.1.2

Compare Source

compare changes

🩹 Fixes
  • Provide node16 style types field (#​133)
📖 Documentation
  • Add jsdocs for parse utils (#​134)
  • Add stringifyParsedURL (81e92b2)
🏡 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 May 2, 2023

Codecov Report

Merging #168 (3bf77af) into main (a4d1239) will increase coverage by 0.69%.
The diff coverage is n/a.

❗ Current head 3bf77af differs from pull request most recent head 0902106. Consider uploading reports for the commit 0902106 to get more accurate results

@@            Coverage Diff             @@
##             main     #168      +/-   ##
==========================================
+ Coverage   85.20%   85.89%   +0.69%     
==========================================
  Files           8        8              
  Lines         865      865              
  Branches      156      134      -22     
==========================================
+ Hits          737      743       +6     
+ Misses        128      122       -6     

see 4 files with indirect coverage changes

@renovate renovate bot changed the title chore(deps): update devdependency @types/node to ^18.16.3 chore(deps): update all non-major dependencies May 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6e901af to 18693e6 Compare May 9, 2023 00:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18693e6 to 3ad6525 Compare May 9, 2023 22:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ad6525 to 0902106 Compare May 10, 2023 10:44
@pi0 pi0 merged commit 9251fc5 into main May 11, 2023
1 check failed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 11, 2023 18:23
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

1 participant