Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

chore(deps): update all non-major dependencies - autoclosed #37

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uni-helper/uni-app-types 0.5.7 -> 0.5.12 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.31.0 -> ^0.33.0 age adoption passing confidence
markdownlint-cli ^0.34.0 -> ^0.38.0 age adoption passing confidence
pnpm (source) 8.5.0 -> 8.12.0 age adoption passing confidence
publint (source) ^0.1.11 -> ^0.2.0 age adoption passing confidence
sass 1.62.1 -> 1.69.5 age adoption passing confidence
taze ^0.10.1 -> ^0.13.0 age adoption passing confidence
typescript (source) 5.0.4 -> 5.3.3 age adoption passing confidence
vite (source) 4.3.4 -> 4.5.1 age adoption passing confidence
vitest (source) ^0.31.0 -> ^0.34.0 age adoption passing confidence
vue (source) 3.2.47 -> 3.3.11 age adoption passing confidence
vue-i18n (source) 9.2.2 -> 9.8.0 age adoption passing confidence

Release Notes

uni-helper/uni-app-types (@​uni-helper/uni-app-types)

v0.5.12

Compare Source

  • fix: 修复 WebView 相关类型

v0.5.11

Compare Source

  • fix: 修复 WebView 相关类型

v0.5.10

Compare Source

  • fix: 修复 Map 相关类型,感谢 ZXheart#​51 的贡献

v0.5.9

Compare Source

  • fix: 补充 Button open-type 和事件 微信你坏事做绝 👎

v0.5.8

Compare Source

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
    View changes on GitHub
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.38.0: 0.38.0

Compare Source

  • Update markdownlint dependency to 0.32.1
    • Remove deprecated MD002/MD006
    • Remove rule aliases for "header"
    • Add MD054/link-image-style
    • Use micromark in MD005/MD007/MD030
    • Improve MD022/MD026/MD034/MD037/MD038/MD045/MD051
  • Remove support for end-of-life Node version 16
  • Update all dependencies via Dependabot

v0.37.0: 0.37.0

Compare Source

  • Update markdownlint dependency to 0.31.1
    • Improve MD032/MD034/MD037/MD043/MD044/MD051/MD052
    • Improve performance
  • Update all dependencies via Dependabot

v0.36.0: 0.36.0

Compare Source

  • Update markdownlint dependency to 0.30.0
    • Use micromark in MD022/MD026/MD032/MD037/MD045/MD051
    • Incorporate micromark-extension-math for math syntax
    • Allow custom rules to override information URL
  • Update all dependencies via Dependabot

v0.35.0: 0.35.0

Compare Source

  • Update markdownlint dependency to 0.29.0
    • Update micromark parser dependencies for better performance
    • Use micromark in MD049/MD050
    • Improve MD034/MD037/MD044/MD049/MD050
  • Update all dependencies via Dependabot
pnpm/pnpm (pnpm)

v8.12.0

Compare Source

Minor Changes

  • Add support for basic authorization header #​7371.

Patch Changes

  • Fix a bug where pnpm incorrectly passes a flag to a run handler as a fallback command #​7244.
  • When dedupe-direct-deps is set to true, commands of dependencies should be deduplicated #​7359.

Our Gold Sponsors

Our Silver Sponsors

v8.11.0

Compare Source

Minor Changes

  • (IMPORTANT) When the package tarballs aren't hosted on the same domain on which the registry (the server with the package metadata) is, the dependency keys in the lockfile should only contain /<pkg_name>@&#8203;<pkg_version, not <domain>/<pkg_name>@&#8203;<pkg_version>.

    This change is a fix to avoid the same package from being added to node_modules/.pnpm multiple times. The change to the lockfile is backward compatible, so previous versions of pnpm will work with the fixed lockfile.

    We recommend that all team members update pnpm in order to avoid repeated changes in the lockfile.

    Related PR: #​7318.

Patch Changes

  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926.
  • The modules directory should not be removed if the registry configuration has changed.
  • Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #​5970 #​2933

Our Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "every 3 months on the first day of the month" (UTC), 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 5 times, most recently from acb781d to 358b4de Compare April 10, 2023 01:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ce2d894 to 515c0ca Compare April 18, 2023 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from bbae20e to e285813 Compare April 26, 2023 14:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from df3e80c to 8da20d7 Compare May 2, 2023 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8da20d7 to 4a940bd Compare May 3, 2023 18:39
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed May 4, 2023
@renovate renovate bot closed this May 4, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch May 4, 2023 01:38
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies May 5, 2023
@renovate renovate bot reopened this May 5, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch May 5, 2023 10:51
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency vite to v4.3.5 May 5, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ec94f66 to a6b5a73 Compare October 18, 2023 23:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7420be9 to d70e3ad Compare October 26, 2023 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 40bbda0 to f94966a Compare November 4, 2023 05:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e867695 to b84eb24 Compare November 13, 2023 05:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cbc5112 to 323b9b6 Compare November 21, 2023 20:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e5da381 to ba19e3d Compare November 28, 2023 02:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bd9fc9b to 9b1d8e8 Compare December 7, 2023 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b1d8e8 to 5f73fa3 Compare December 9, 2023 02:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f73fa3 to 468b8f5 Compare December 10, 2023 02:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Dec 11, 2023
@renovate renovate bot closed this Dec 11, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch December 11, 2023 01:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants