Skip to content

Commit

Permalink
chore(deps): update all dependencies (#26)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) |
[`20.9.1` ->
`20.10.0`](https://renovatebot.com/diffs/npm/@types%2fnode/20.9.1/20.10.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.9.1/20.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.9.1/20.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://github.com/Microsoft/TypeScript)) | [`5.2.2` ->
`5.3.2`](https://renovatebot.com/diffs/npm/typescript/5.2.2/5.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.2.2/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.2.2/5.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [vite](https://github.com/vitejs/vite/tree/main/#readme)
([source](https://github.com/vitejs/vite)) | [`5.0.0` ->
`5.0.2`](https://renovatebot.com/diffs/npm/vite/5.0.0/5.0.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite/5.0.0/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite/5.0.0/5.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.3.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.3.2):
TypeScript 5.3

[Compare
Source](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)

For release notes, check out the [release
announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/).

For the complete list of fixed issues, check out the

- [fixed issues query for Typescript 5.3.0
(Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.1
(RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+).
- [fixed issues query for Typescript 5.3.2
(Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+).

Downloads are available on:

- [NuGet
package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)

</details>

<details>
<summary>vitejs/vite (vite)</summary>

###
[`v5.0.2`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small502-2023-11-21-small)

[Compare
Source](https://github.com/vitejs/vite/compare/v5.0.1...v5.0.2)

- fix: make htmlFallback more permissive
([#&#8203;15059](https://github.com/vitejs/vite/issues/15059))
([6fcceeb](https://github.com/vitejs/vite/commit/6fcceeb)), closes
[#&#8203;15059](https://github.com/vitejs/vite/issues/15059)

###
[`v5.0.1`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small501-2023-11-21-small)

- test: avoid read check when running as root
([#&#8203;14884](https://github.com/vitejs/vite/issues/14884))
([1d9516c](https://github.com/vitejs/vite/commit/1d9516c)), closes
[#&#8203;14884](https://github.com/vitejs/vite/issues/14884)
- perf(hmr): skip traversed modules when checking circular imports
([#&#8203;15034](https://github.com/vitejs/vite/issues/15034))
([41e437f](https://github.com/vitejs/vite/commit/41e437f)), closes
[#&#8203;15034](https://github.com/vitejs/vite/issues/15034)
- fix: run htmlFallbackMiddleware for no accept header requests
([#&#8203;15025](https://github.com/vitejs/vite/issues/15025))
([b93dfe3](https://github.com/vitejs/vite/commit/b93dfe3)), closes
[#&#8203;15025](https://github.com/vitejs/vite/issues/15025)
- fix: update type CSSModulesOptions interface
([#&#8203;14987](https://github.com/vitejs/vite/issues/14987))
([d0b2153](https://github.com/vitejs/vite/commit/d0b2153)), closes
[#&#8203;14987](https://github.com/vitejs/vite/issues/14987)
- fix(legacy): error in build with --watch and manifest enabled
([#&#8203;14450](https://github.com/vitejs/vite/issues/14450))
([b9ee620](https://github.com/vitejs/vite/commit/b9ee620)), closes
[#&#8203;14450](https://github.com/vitejs/vite/issues/14450)
- chore: add comment about crossorigin attribute for script module
([#&#8203;15040](https://github.com/vitejs/vite/issues/15040))
([03c371e](https://github.com/vitejs/vite/commit/03c371e)), closes
[#&#8203;15040](https://github.com/vitejs/vite/issues/15040)
- chore: cleanup v5 beta changelog
([#&#8203;14694](https://github.com/vitejs/vite/issues/14694))
([531d3cb](https://github.com/vitejs/vite/commit/531d3cb)), closes
[#&#8203;14694](https://github.com/vitejs/vite/issues/14694)

</details>

---

### 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](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/slipmatio/ui).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 27, 2023
1 parent 8579892 commit 9098acc
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@
"devDependencies": {
"@playwright/test": "1.40.0",
"@slipmatio/tailwind-config": "3.0.0",
"@types/node": "20.9.1",
"@types/node": "20.10.0",
"@vitejs/plugin-vue": "4.5.0",
"@vitest/coverage-v8": "0.34.6",
"@vue/test-utils": "2.4.2",
"autoprefixer": "10.4.16",
"happy-dom": "12.10.3",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "5.0.0",
"typescript": "5.3.2",
"vite": "5.0.2",
"vite-plugin-dts": "3.6.3",
"vitest": "0.34.6",
"vue": "3.3.8",
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9098acc

Please sign in to comment.