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

Merged
merged 2 commits into from Feb 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.26.1 -> ^2.27.1 age adoption passing confidence
@ombro/eslint-config-typescript (source) ^0.1.3 -> ^0.1.4 age adoption passing confidence
@trivago/prettier-plugin-sort-imports ^4.1.1 -> ^4.3.0 age adoption passing confidence
@types/fs-extra (source) ^11.0.2 -> ^11.0.4 age adoption passing confidence
@types/gradient-string (source) ^1.1.2 -> ^1.1.5 age adoption passing confidence
@types/inquirer (source) ^9.0.3 -> ^9.0.7 age adoption passing confidence
@types/node (source) ^18.16.16 -> ^18.19.18 age adoption passing confidence
@types/root-check (source) ^1.0.0 -> ^1.0.2 age adoption passing confidence
@types/semver (source) ^7.5.0 -> ^7.5.8 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.31.1 -> ^0.33.0 age adoption passing confidence
@vitest/ui (source) ^0.31.1 -> ^0.34.7 age adoption passing confidence
compressing ^1.9.0 -> ^1.10.0 age adoption passing confidence
dotenv ^16.3.1 -> ^16.4.5 age adoption passing confidence
eslint (source) ^8.41.0 -> ^8.57.0 age adoption passing confidence
fs-extra ^11.1.1 -> ^11.2.0 age adoption passing confidence
inquirer (source) ^9.2.10 -> ^9.2.15 age adoption passing confidence
node-fetch ^3.3.1 -> ^3.3.2 age adoption passing confidence
semver ^7.5.1 -> ^7.6.0 age adoption passing confidence
tsx ^3.12.7 -> ^3.14.0 age adoption passing confidence
vitest (source) ^0.31.1 -> ^0.34.6 age adoption passing confidence
yaml (source) ^2.3.1 -> ^2.3.4 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.1

Compare Source

Patch Changes
  • #​1267 86cfff1 Thanks @​Andarist! - Make ./bin.js available through package.json#exports to fix compatibility with changesets/action.

v2.27.0

Compare Source

Minor Changes
Patch Changes

v2.26.2

Compare Source

Patch Changes
Cphayim/ombro (@​ombro/eslint-config-typescript)

v0.1.4

Patch Changes
  • Upgrade prettier version
trivago/prettier-plugin-sort-imports (@​trivago/prettier-plugin-sort-imports)

v4.3.0

Compare Source

New features

v4.2.1

Compare Source

Chore

v4.2.0

Compare Source

Chore
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
vitest-dev/vitest (@​vitest/ui)

v0.34.7

Compare Source

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Shanghai, 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.

@renovate renovate bot added the dependencies label Jun 4, 2023
@renovate renovate bot assigned Cphayim and Hoyoe Jun 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f35b441 to fe1891f Compare June 13, 2023 03:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d1031a1 to cfae26d Compare June 17, 2023 00:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 46de254 to 7d7778a Compare June 28, 2023 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 53cab7e to d74a43f Compare July 8, 2023 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8cd988a to e80723b Compare July 21, 2023 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1f5c618 to 646c257 Compare July 25, 2023 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 646c257 to f915e6e Compare July 29, 2023 02:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b33b9ef to 2dade4d Compare February 1, 2024 19:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 78d3f74 to fe5e212 Compare February 11, 2024 16:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from cd47458 to d64bd7a Compare February 19, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 902b07e to 12ff5f8 Compare February 25, 2024 10:18
Copy link
Contributor Author

renovate bot commented Feb 25, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.12%. Comparing base (e60b0dc) to head (9863448).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #74   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          35       35           
  Lines        2137     2137           
  Branches      149      149           
=======================================
  Hits         2097     2097           
  Misses         38       38           
  Partials        2        2           

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

@Cphayim Cphayim merged commit b9044b5 into main Feb 26, 2024
14 checks passed
@Cphayim Cphayim deleted the renovate/all-minor-patch branch February 26, 2024 18:12
@Cphayim Cphayim mentioned this pull request Apr 6, 2024
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.

None yet

2 participants