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 devdependencies #453

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.7 -> 7.26.8 age adoption passing confidence
@babel/eslint-parser (source) 7.26.5 -> 7.26.8 age adoption passing confidence
@babel/preset-env (source) 7.26.7 -> 7.26.8 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.31.4 -> ^0.33.0 age adoption passing confidence
@vitest/ui (source) ^0.31.4 -> ^0.34.0 age adoption passing confidence
esbuild ^0.19.9 -> ^0.25.0 age adoption passing confidence
vitest (source) ^0.31.4 -> ^0.34.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
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
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
   🏎 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

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (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.

Copy link

stackblitz bot commented Dec 17, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

changeset-bot bot commented Dec 17, 2023

⚠️ No Changeset found

Latest commit: 8edfda7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/devdependencies branch from d116a47 to 306ccea Compare December 24, 2023 23:00
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3e3feab to 2eaec16 Compare January 14, 2024 21:08
@renovate renovate bot force-pushed the renovate/devdependencies branch from 2eaec16 to a23d4b2 Compare January 21, 2024 21:32
@renovate renovate bot force-pushed the renovate/devdependencies branch from a23d4b2 to b596ea3 Compare January 28, 2024 21:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from c500752 to cf07d54 Compare February 11, 2024 21:08
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 7cbce45 to e99ecad Compare February 25, 2024 21:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 3d2ce20 to 80c3d8a Compare March 10, 2024 21:54
@renovate renovate bot force-pushed the renovate/devdependencies branch from 80c3d8a to 2e8e1a8 Compare March 17, 2024 22:13
@renovate renovate bot force-pushed the renovate/devdependencies branch from 2e8e1a8 to 771e90d Compare March 24, 2024 22:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from c5b606c to f1f3bc6 Compare April 7, 2024 22:29
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from cec5720 to adbb451 Compare April 21, 2024 21:11
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 3607fea to 79eb367 Compare April 28, 2024 21:29
@renovate renovate bot force-pushed the renovate/devdependencies branch from 79eb367 to cad1bc9 Compare May 5, 2024 22:19
@renovate renovate bot force-pushed the renovate/devdependencies branch from cad1bc9 to 9dbf964 Compare May 12, 2024 22:28
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from c5277d6 to a33596e Compare May 26, 2024 22:22
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 4b268b8 to a71b961 Compare September 22, 2024 22:47
@renovate renovate bot force-pushed the renovate/devdependencies branch from a71b961 to 4b9f16e Compare September 29, 2024 21:30
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4b9f16e to 88fe50b Compare October 6, 2024 22:00
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from c79447f to c4fc5e6 Compare October 20, 2024 21:40
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 40207e9 to d2fdc6f Compare November 3, 2024 22:31
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 824dc75 to c1f3452 Compare November 17, 2024 22:26
@renovate renovate bot force-pushed the renovate/devdependencies branch from c1f3452 to 55fbb66 Compare November 24, 2024 21:06
@renovate renovate bot force-pushed the renovate/devdependencies branch from 55fbb66 to 6d9c8c0 Compare December 1, 2024 21:28
@renovate renovate bot changed the title chore(deps): update devdependencies chore(deps): update devdependencies - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/devdependencies branch December 8, 2024 18:55
@renovate renovate bot changed the title chore(deps): update devdependencies - autoclosed chore(deps): update devdependencies Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/devdependencies branch from 33bcb69 to 6d9c8c0 Compare December 8, 2024 21:14
@renovate renovate bot force-pushed the renovate/devdependencies branch from 6d9c8c0 to 007ec34 Compare December 15, 2024 21:57
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 6be5ba9 to da7366a Compare December 29, 2024 21:30
@renovate renovate bot force-pushed the renovate/devdependencies branch from da7366a to 87c14ee Compare January 5, 2025 23:02
@renovate renovate bot force-pushed the renovate/devdependencies branch from 87c14ee to da0fcf2 Compare January 19, 2025 21:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from da0fcf2 to f5471be Compare February 2, 2025 21:13
@renovate renovate bot force-pushed the renovate/devdependencies branch from f5471be to 8edfda7 Compare February 16, 2025 23:02
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.

0 participants