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

Merged
merged 1 commit into from
Jul 13, 2023
Merged

chore(deps): update all dependencies #7

merged 1 commit into from
Jul 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.3.3 -> 20.4.1 age adoption passing confidence
@vitest/coverage-v8 (source) 0.32.2 -> 0.33.0 age adoption passing confidence
happy-dom 9.20.3 -> 10.1.1 age adoption passing confidence
postcss (source) 8.4.24 -> 8.4.25 age adoption passing confidence
vite (source) 4.3.9 -> 4.4.2 age adoption passing confidence
vite-plugin-dts 3.0.2 -> 3.2.0 age adoption passing confidence
vitest 0.32.2 -> 0.33.0 age adoption passing confidence
vue-tsc 1.8.3 -> 1.8.4 age adoption passing confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

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
capricorn86/happy-dom (happy-dom)

v10.1.1

Compare Source

👷‍♂️ Patch fixes
  • Fixes bug where Document.getRootNode() returned null, but should return the document. (#​950)

@​Schleuse thank you for your contribution!

v10.1.0

Compare Source

🎨 Features
  • Adds support for HTMLInputElement.valueAsNumber. (#​945)
  • Adds support for sanitizing values in input fields of type date, month, time and week in HTMLInputElement.value. (#​945)

Thank you @​malko for your contribution!

v10.0.7

Compare Source

v10.0.6

Compare Source

👷‍♂️ Patch fixes
  • Adds a timeout before dispatching the event in Window.postMessage() to better simulate the browser behavior. (#​948)

Thank you for your contribution @​DylanPiercey!

v10.0.5

Compare Source

👷‍♂️ Patch fixes
  • Fixes parsing of pseudo elements in CSS query selectors (e.g. "::-webkit-inner-spin-button"). (#​939)

Thank you @​btea for your contribution!

v10.0.4

Compare Source

v10.0.3

Compare Source

👷‍♂️ Patch fixes
  • Fixes issue with importing CJS modules directly. (#​968)

v10.0.2

Compare Source

v10.0.1

Compare Source

v10.0.0

Compare Source

🎨 Features
  • Adds support for ESM. Happy DOM will still have support for CommonJS. (#​873)
  • Migrates to Vitest for unit tests internally. (#​963)
👷‍♂️ Patch fixes
  • Adds support for capturing errors when executing Javascript in HTMLScriptElement. It will log the errors in the console and trigger an error event instead of failing the entire execution. (#​816)
💣 Breaking Changes
  • Adding support for ESM may be a breaking change as it can potentially exist build environments that doesn't support this configuration. (#​873)
postcss/postcss (postcss)

v8.4.25

Compare Source

vitejs/vite (vite)

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

Experimental support for Lightning CSS

Starting from Vite 4.4, there is experimental support for Lightning CSS. You can opt into it by adding css.transformer: 'lightningcss' to your config file and install the optional lightningcss dev dependency. If enabled, CSS files will be processed by Lightning CSS instead of PostCSS.

Lightning CSS can also be used as the CSS minifier with build.cssMinify: 'lightningcss'.

See beta docs at the Lighting CSS guide.

esbuild 0.18 update

esbuild 0.18 contains backwards-incompatible changes to esbuild's handling of tsconfig.json files. We think they shouldn't affect Vite users, you can review #​13525 for more information.

Templates for Solid and Qwik in create-vite

New starter templates have been added to create-vite for Solid and Qwik. Try them online at vite.new/solid-ts and vite.new/qwik-ts.

Korean Translation

Vite's docs are now translated to Korean, available at ko.vitejs.dev.

Features
Bug Fixes
Previous Changelogs
4.4.0-beta.4 (2023-07-03)

See 4.4.0-beta.4 changelog

4.4.0-beta.3 (2023-06-25)

See 4.4.0-beta.3 changelog

4.4.0-beta.2 (2023-06-22)

See 4.4.0-beta.2 changelog

4.4.0-beta.1 (2023-06-21)

See 4.4.0-beta.1 changelog

4.4.0-beta.0 (2023-06-20)

See 4.4.0-beta.0 changelog

qmhc/vite-plugin-dts (vite-plugin-dts)

v3.2.0

Compare Source

Bug Fixes
  • ensure paths are absolute when process public root (3628877), closes #​238
  • normalize paths of resolver transform returns (3b5a945)
Features

3.1.1 (2023-07-07)

Bug Fixes
  • ensure aliases init when using Rollup (22c69a4)

v3.1.1

Compare Source

Bug Fixes
  • ensure aliases init when using Rollup (22c69a4)

v3.1.0

Compare Source

Features

3.0.3 (2023-07-03)

Bug Fixes
  • incorrect lib path process when rollup types (292b8b7), closes #​232

3.0.2 (2023-06-30)

Bug Fixes
  • error if exists same lib when transfrom dynamic imports (c187278)

3.0.1 (2023-06-30)

Bug Fixes
  • correctly process default dynamic imports (99105b0), closes #​222
  • ensure collect manual dts for js source files (5b7c5e5), closes #​184

v3.0.3

Compare Source

Bug Fixes
  • incorrect lib path process when rollup types (292b8b7), closes #​232
vuejs/language-tools (vue-tsc)

v1.8.4

Compare Source


Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Helsinki, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@github-actions
Copy link

github-actions bot commented Jul 9, 2023

Coverage Summary

Status Category Percentage Covered / Total
🔵 Lines 69.51% 114 / 164
🔵 Statements 69.51% 114 / 164
🔵 Functions 100% 0 / 0
🔵 Branches 0% 0 / 12
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
src/components/SlipmatButton.vue 69.51% 0% 100% 69.51% 52-58, 66-73, 81-94, 101-107, 114-120, 127-133

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from da651dd to b27b5cb Compare July 12, 2023 22:23
@renovate renovate bot merged commit 56b715b into main Jul 13, 2023
3 checks passed
@renovate renovate bot deleted the renovate/all branch July 13, 2023 03:21
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.

None yet

0 participants