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

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 11, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) ^2.25.2 -> ^2.27.1 age adoption passing confidence
@ombro/eslint-config-typescript (source) ^0.1.2 -> ^0.1.4 age adoption passing confidence
@ombro/tsconfig (source) ^1.4.2 -> ^1.4.3 age adoption passing confidence
@trivago/prettier-plugin-sort-imports ^4.0.0 -> ^4.3.0 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.25.3 -> ^0.33.0 age adoption passing confidence
@vue/compiler-sfc (source) ^3.2.45 -> ^3.4.27 age adoption passing confidence
commitizen ^4.2.5 -> ^4.3.0 age adoption passing confidence
eslint (source) ^8.29.0 -> ^8.57.0 age adoption passing confidence
husky ^8.0.2 -> ^8.0.3 age adoption passing confidence
lint-staged ^13.1.0 -> ^13.3.0 age adoption passing confidence
pnpm (source) 7.18.0 -> 7.33.7 age adoption passing confidence
prettier (source) ^2.8.0 -> ^2.8.8 age adoption passing confidence
tsx ^3.12.1 -> ^3.14.0 age adoption passing confidence
turbo (source) ^1.6.3 -> ^1.13.3 age adoption passing confidence
typescript (source) ^4.9.3 -> ^4.9.5 age adoption passing confidence
vitest (source) ^0.25.3 -> ^0.34.6 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

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.

v2.26.0

Compare Source

Minor Changes
  • #​1033 521205d Thanks @​Andarist! - A new config-level changedFilePatterns option has been added. You can configure it with an array of glob patterns like here:

    // .changeset/config.json
    {
      "changedFilePatterns": ["src/**"]
    }

    Files that do not match the configured pattern won't contribute to the "changed" status of the package to which they belong. This both affects changesets add and changeset status.

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

v0.1.4

Patch Changes
  • Upgrade prettier version

v0.1.3

Patch Changes
  • Update dependencies
Cphayim/ombro (@​ombro/tsconfig)

v1.4.3

Patch Changes
  • Update dependencies
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

v4.1.1

Compare Source

Revert

v4.1.0

Compare Source

New features
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

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 force-pushed the renovate/all-minor-patch branch 3 times, most recently from 71cca38 to 0b084f5 Compare December 17, 2022 02:32
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d3d41b4 to b5e5086 Compare December 21, 2022 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f925281 to eecea4a Compare January 1, 2023 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1652932 to 5dd58b8 Compare January 9, 2023 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 1b1dc33 to 6fdd4fb Compare January 17, 2023 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4b931d0 to 35cd414 Compare January 18, 2024 17:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a577743 to cdba730 Compare February 7, 2024 00:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 314b273 to fbc295e Compare February 14, 2024 18:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 00592fb to a672071 Compare February 28, 2024 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a672071 to 1d423af Compare March 6, 2024 19:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1d423af to 230e164 Compare March 21, 2024 19:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 475b565 to be415d3 Compare April 2, 2024 18:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9835e7f to 5364f96 Compare April 22, 2024 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 166e73f to 0e72376 Compare April 29, 2024 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e72376 to 3919ef2 Compare May 7, 2024 01:29
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

1 participant