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

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
@babel/plugin-syntax-typescript (source) 7.21.4 -> 7.23.3 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.31.0 -> ^0.33.0 age adoption passing confidence
@vue/shared (source) 3.3.2 -> 3.3.11 age adoption passing confidence
babel-plugin-import 1.13.6 -> 1.13.8 age adoption passing confidence
core-js (source) 3.30.2 -> 3.34.0 age adoption passing confidence
markdownlint-cli ^0.34.0 -> ^0.38.0 age adoption passing confidence
pnpm (source) 8.5.1 -> 8.12.0 age adoption passing confidence
publint (source) ^0.1.11 -> ^0.2.0 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.7 -> 4.5.1 age adoption passing confidence
vitest (source) ^0.31.0 -> ^0.34.0 age adoption passing confidence
vue (source) 3.3.2 -> 3.3.11 age adoption passing confidence
vue (source) 3.2.47 -> 3.3.11 age adoption passing confidence
vue (source) 2.6.14 -> 2.7.15 age adoption passing confidence
vue-i18n (source) 9.2.2 -> 9.8.0 age adoption passing confidence
vue-template-compiler (source) 2.6.14 -> 2.7.15 age adoption passing confidence
vue-tsc (source) 1.6.5 -> 1.8.25 age adoption passing confidence

Release Notes

babel/babel (@​babel/plugin-syntax-typescript)

v7.23.3

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
🏃‍♀️ Performance
🔬 Output optimization
  • babel-plugin-transform-computed-properties

v7.22.5

Compare Source

🐛 Bug Fix
💅 Polish
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
vuejs/core (@​vue/shared)

v3.3.11

Compare Source

Bug Fixes

v3.3.10

Compare Source

Bug Fixes
  • app: prevent template from being cached between apps with different options (#​9724) (ec71585), closes #​9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #​3231 #​3842 #​7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#​9735) (c3e2c55), closes #​9707
  • compiler-sfc: generate more treeshaking friendly code (#​9507) (8d74ca0), closes #​9500
  • compiler-sfc: support inferring generic types (#​8511) (eb5e307), closes #​8482
  • compiler-sfc: support resolving components from props (#​8785) (7cbcee3)
  • compiler-sfc: throw error when failing to load TS during type resolution (#​8883) (4936d2e)
  • cssVars: cssVar names should be double-escaped when generating code for ssr ([#​8824](h

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 from 76a0727 to 353723c Compare April 4, 2023 02:45
@renovate renovate bot changed the title chore(deps): update dependency vite to v4.2.1 chore(deps): update all non-major dependencies Apr 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e301050 to dac01c6 Compare April 10, 2023 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f7a3ee6 to 38da407 Compare April 20, 2023 23:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5d8b7a2 to 27c7169 Compare April 27, 2023 08:19
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency vite to v4.3.3 Apr 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27c7169 to f280523 Compare April 27, 2023 18:08
@renovate renovate bot changed the title chore(deps): update dependency vite to v4.3.3 chore(deps): update all non-major dependencies Apr 27, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from db52ae9 to c4c9df8 Compare May 3, 2023 22:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7e7aef4 to e20a4ed Compare May 11, 2023 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e6cb847 to 3b93ca9 Compare May 15, 2023 19:39
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency vite to v4.3.6 May 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b93ca9 to 6dcd40a Compare May 16, 2023 13:17
@renovate renovate bot changed the title chore(deps): update dependency vite to v4.3.6 chore(deps): update dependency vite to v4.3.7 May 16, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fb07273 to 70bad1c Compare October 27, 2023 05:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 30e2747 to 8271575 Compare November 4, 2023 05:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 79952b4 to 218b3d5 Compare November 13, 2023 08:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 07df10a to d98d16f Compare November 21, 2023 06:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from dec920b to 924bc86 Compare November 28, 2023 02:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d10e5ae to 2bb6e54 Compare December 7, 2023 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2bb6e54 to 4622deb Compare December 9, 2023 08:30
@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:43
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