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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 13.2.2 -> 13.3.0 age adoption passing confidence
simple-git (source) 3.18.0 -> 3.24.0 age adoption passing confidence
vitest (source) 0.30.1 -> 0.34.6 age adoption passing confidence

Release Notes

okonet/lint-staged (lint-staged)

v13.3.0

Compare Source

Bug Fixes
  • dependencies: update most dependencies (7443870)
  • detect duplicate redundant braces in pattern (d895aa8)
Features
  • dependencies: update listr2@​6.6.0 (09844ca)

v13.2.3

Compare Source

Bug Fixes
  • the --diff option implies --no-stash (66a716d)
steveukx/git-js (simple-git)

v3.24.0

Compare Source

Minor Changes
  • c355317: Enable the use of a two part custom binary

v3.23.0

Compare Source

Minor Changes
  • 9bfdf08: Bump package manager from yarn v1 to v4
Patch Changes
  • 8a3118d: Fixed a performance issue when parsing stat diff summaries
  • 9f1a174: Update build tools and workflows for Yarn 4 compatibility

v3.22.0

Compare Source

Minor Changes
  • df14065: add status to DiffResult when using --name-status

v3.21.0

Compare Source

Minor Changes
  • 709d80e: Add firstCommit utility interface
Patch Changes

v3.20.0

Compare Source

Minor Changes
  • 2eda817: Use pathspec in git.log to allow use of previously deleted files in file argument

v3.19.1

Compare Source

Patch Changes
  • 2ab1936: keep path splitter without path specs

v3.19.0

Compare Source

Minor Changes
  • f702b61: Create a utility to append pathspec / file lists to tasks through the TaskOptions array/object
vitest-dev/vitest (vitest)

v0.34.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.34.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.34.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.34.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
  • Deprecate deps.registerNodeLoader  -  by @​sheremet-va (7f45b)
    • This option was introduced to support aliasing inside external packages. Please, use deps.optimizer.web instead. If you test Node.js applications, consider adding external packages to server.deps.inline.
    View changes on GitHub

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

Configuration

📅 Schedule: Branch creation - "every month" in timezone America/Manaus, 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 [type] dependencies 🔕 do not notify indicar que deve ser ignorada por notificadores (ex: bot do telegram) labels Jun 1, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch 2 times, most recently from 2816ec2 to 87e0a79 Compare June 6, 2023 20:57
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch 2 times, most recently from bc7cde7 to 5408465 Compare June 16, 2023 16:28
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch 3 times, most recently from 2d6f541 to de40432 Compare July 3, 2023 11:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from de40432 to 7666e04 Compare July 6, 2023 15:11
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch 2 times, most recently from 5fc7869 to c1efff4 Compare August 1, 2023 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch 2 times, most recently from c6bd650 to bef4707 Compare August 17, 2023 12:06
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from bef4707 to 781decc Compare August 25, 2023 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from 781decc to 4711a40 Compare September 8, 2023 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch 2 times, most recently from 6211dd6 to 1f0f4a5 Compare September 23, 2023 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from 1f0f4a5 to c01782c Compare September 29, 2023 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from c01782c to d7c2cde Compare November 20, 2023 09:50
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from d7c2cde to 2feae7f Compare December 29, 2023 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from 2feae7f to 4d34570 Compare March 17, 2024 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch-no-breaking-changes branch from 4d34570 to fb4fa04 Compare March 28, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔕 do not notify indicar que deve ser ignorada por notificadores (ex: bot do telegram) [type] dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants