Skip to content

Commit

Permalink
chore(deps): update dependency vite-tsconfig-paths to v5 (#89)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths)
| [`4.3.2` ->
`5.0.1`](https://renovatebot.com/diffs/npm/vite-tsconfig-paths/4.3.2/5.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-tsconfig-paths/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vite-tsconfig-paths/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vite-tsconfig-paths/4.3.2/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-tsconfig-paths/4.3.2/5.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)</summary>

###
[`v5.0.1`](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1)

[Compare
Source](https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.0...v5.0.1)

###
[`v5.0.0`](https://github.com/aleclarson/vite-tsconfig-paths/releases/tag/v5.0.0)

[Compare
Source](https://github.com/aleclarson/vite-tsconfig-paths/compare/v4.3.2...v5.0.0)

This package is now ESM only in order to align with Vite:
https://vitejs.dev/guide/migration#deprecate-cjs-node-api

If your project is using CommonJS, you can rename your Vite config to
use the `.mjs` or `.mts` extension (depending on whether you use
TypeScript or not). If you're not using Vite v5.0.0+, you may want to
pin your dependency to v4 of this plugin.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/suddenlyGiovanni/resume).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 2, 2024
1 parent 287b9ec commit 35db2bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vitest/ui": "1.6.0",
"effect": "3.3.0",
"typescript": "5.5.1-rc",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "1.6.0"
},
"packageManager": "pnpm@9.9.0",
Expand Down
10 changes: 5 additions & 5 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 35db2bd

Please sign in to comment.