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

Merged
merged 1 commit into from
Jun 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mheob/commitlint-config (source) ^1.0.1 -> ^1.1.0 age adoption passing confidence
@mheob/eslint-config (source) ^5.0.0 -> ^5.0.1 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.31.2 -> ^0.32.0 age adoption passing confidence
concurrently ^8.0.1 -> ^8.1.0 age adoption passing confidence
eslint (source) ^8.41.0 -> ^8.42.0 age adoption passing confidence
typescript (source) ^5.0.4 -> ^5.1.3 age adoption passing confidence
vitest ^0.31.2 -> ^0.32.0 age adoption passing confidence

Release Notes

mheob/config

v1.1.0

Compare Source

Minor Changes
vitest-dev/vitest

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
open-cli-tools/concurrently

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.0.1...v8.1.0

eslint/eslint

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

Microsoft/TypeScript

v5.1.3: TypeScript 5.1.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Berlin, 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 requested a review from mheob as a code owner May 29, 2023 01:08
@renovate renovate bot added the dependencies issue or pull request that belongs to a dependency label May 29, 2023
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 29, 2023
@renovate renovate bot closed this May 29, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 29, 2023 11:55
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 30, 2023
@renovate renovate bot reopened this May 30, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch May 30, 2023 10:12
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to ^17.6.5 May 30, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fa2c612 to dce30df Compare May 30, 2023 13:23
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^17.6.5 chore(deps): update all non-major dependencies to ^17.6.5 - autoclosed May 30, 2023
@renovate renovate bot closed this May 30, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 30, 2023 15:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^17.6.5 - autoclosed chore(deps): update all non-major dependencies to ^17.6.5 Jun 1, 2023
@renovate renovate bot reopened this Jun 1, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch June 1, 2023 06:58
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^17.6.5 chore(deps): update all non-major dependencies to ^0.31.3 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e6c3cbc to cec55f9 Compare June 1, 2023 09:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^0.31.3 chore(deps): update all non-major dependencies Jun 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from bd76b7e to 2700d53 Compare June 3, 2023 15:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to ^0.31.3 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2700d53 to a9d7199 Compare June 4, 2023 09:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^0.31.3 chore(deps): update all non-major dependencies Jun 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c578f84 to e320b8a Compare June 6, 2023 00:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e320b8a to bc665e9 Compare June 8, 2023 10:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc665e9 to b1b68e7 Compare June 9, 2023 18:43
@kodiakhq kodiakhq bot merged commit 432bd43 into main Jun 12, 2023
6 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch June 12, 2023 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies issue or pull request that belongs to a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant