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

Update all non-major dependencies #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/changelog-github (source) 0.4.8 -> 0.5.0 age adoption passing confidence
@changesets/cli (source) 2.26.1 -> 2.27.8 age adoption passing confidence
@tsconfig/node16 (source) 16.1.1 -> 16.1.3 age adoption passing confidence
@vitest/coverage-c8 (source) 0.30.1 -> 0.33.0 age adoption passing confidence
dotenv 16.0.3 -> 16.4.5 age adoption passing confidence
eslint (source) 8.39.0 -> 8.57.1 age adoption passing confidence
lint-staged 15.1.0 -> 15.2.10 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.15.9 age adoption passing confidence
simple-git-hooks 2.8.1 -> 2.11.1 age adoption passing confidence
tsup (source) 7.1.0 -> 7.2.0 age adoption passing confidence
typescript (source) 5.0.4 -> 5.6.2 age adoption passing confidence
vitest (source) 0.30.1 -> 0.34.6 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/changelog-github)

v0.5.0

Compare Source

Minor Changes
  • #​1185 a971652 Thanks @​Andarist! - package.json#exports have been added to limit what (and how) code might be imported from the package.
Patch Changes
tsconfig/bases (@​tsconfig/node16)

v16.1.3

Compare Source

v16.1.2

Compare Source

vitest-dev/vitest (@​vitest/coverage-c8)

v0.33.0

Compare Source

   🚨 Breaking Changes
  • Revert default include patterns  -  by @​so1ve #​3729
    • 0.32.0 changed the default include globs to be compatible with Jest. After a discussion with the community, we are reverting this change because it turned out to be non-intuitive.
   🐞 Bug Fixes
    View changes on GitHub

v0.32.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.32.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.32.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.32.0

Compare Source

   🚨 Breaking Changes
  • Throw an error, if the module cannot be resolved  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3307 (1ad63)
    • Vitest used to fall back to the original import when it could not resolve it to the file path or the virtual module. This leads to hard-to-find module graph mismatches if you had incorrect alias or relied on relative imports to be resolved to the project root (which is usual behavior in TypeScript) because the code accidentally "worked". With this release, Vitest will now throw an error if it cannot resolve the module - there are possible edge cases that are not covered yet, so if you have any problems with this, please open a separate issue with reproduction.
  • Improve globs  -  by @​nickmccurdy in https://github.com/vitest-dev/vitest/issues/3392 (19ecc)
    • Vitest now has glob patterns similar to Jest for better compatibility. It's possible that some files will be considered test files when previously they were not. For example, Vitest now considers test.js to be a test file. Also any file in __tests__ is now considered to be a test, not just files with test or spec suffix.
  • Add @vitest/coverage-v8 package  -  by @​AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)
    • Vitest now uses v8 code coverage directly for better performance. @vitest/coverage-c8 is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user has c8 as their coverage provider. Please, install the new @vitest/coverage-v8 package if you previously used @vitest/coverage-c8.
  • mocker: Don't restore mock to the original if the module is automocked  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3518 (c1004)
    • spy.mockRestore on auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Remove browser from allowed pools inside poolMatchGlob config option. Please, use Vitest workspaces for running tests in the browser.

  • 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

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label May 8, 2023
@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e35a908) to head (ae9a337).

Current head ae9a337 differs from pull request most recent head 0b6681c

Please upload reports for the commit 0b6681c to get more accurate results.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #97   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           90        90           
  Branches        11        11           
=========================================
  Hits            90        90           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 92cdd60 to d065ddc Compare May 15, 2023 02:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3840100 to 386ac0c Compare May 20, 2023 00:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3936d87 to 2cbda43 Compare June 4, 2023 10:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ae9a337 to b1a6c92 Compare June 6, 2023 20:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8df8551 to 18af2b6 Compare June 17, 2023 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0ff22e8 to 82cec55 Compare June 28, 2023 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 399199c to 01130d9 Compare March 27, 2024 05:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9bd48e5 to df35c07 Compare April 4, 2024 18:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2d5e408 to 20c8693 Compare April 13, 2024 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20c8693 to 46dccf4 Compare April 30, 2024 01:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8c606ee to cde6119 Compare May 22, 2024 00:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 991d61c to 64fdd1e Compare May 28, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 72fa5f0 to 1dbee66 Compare June 12, 2024 20:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bc70c7b to f8485da Compare June 24, 2024 12:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ae48d49 to 0b6681c Compare July 1, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1288c83 to 37b660d Compare July 22, 2024 23:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37b660d to b8bd77e Compare August 3, 2024 07:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8bd77e to 461176b Compare August 13, 2024 08:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c00e89a to 4bacaf9 Compare September 4, 2024 10:42
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.

0 participants