Opinionated Vite starter template with TailwindCSS
Inspired by Vitesse
Features
-
📲 PWA -
🎨 Tailwind CSS - Rapidly build modern websites without ever leaving your HTML. -
🔥 Use the new<script setup>
syntax -
📥 APIs auto importing - use Composition API and others directly -
🖨 Server-side generation (SSG) via vite-ssg -
🦔 Critical CSS via critters -
🦾 TypeScript, of course
Pre-packed
UI Frameworks
Icons
- Iconify - use icons from any icon sets
unplugin-icons
- icons as Vue components
Plugins
- Vue Router
vite-plugin-pages
- file system based routingvite-plugin-vue-layouts
- layouts for pages
- Pinia - Intuitive, type safe, light and flexible Store for Vue using the composition api
unplugin-vue-components
- components auto importunplugin-auto-import
- Directly use Vue Composition API and others without importing- VueUse - collection of useful composition APIs
@vueuse/head
- manipulate document head reactively- Vue I18n - Internationalization
vite-plugin-vue-i18n
- Vite plugin for Vue I18n
vite-plugin-pwa
- PWA
Coding Style
- Use Composition API with
<script setup>
SFC syntax
Dev tools
- TypeScript
- pnpm - fast, disk space efficient package manager
vite-ssg
- Server-side generation- critters - Critical CSS
- VS Code Extensions
- Vite - Fire up Vite server automatically
- Volar - Vue 3
<script setup>
IDE support - Iconify IntelliSense - Icon inline display and autocomplete
- TailwindCSS Intellisense - IDE support for Tailwind CSS
- i18n Ally - All in one i18n support
Try it now!
GitHub Template
Create a repo from this template on GitHub.
Clone to local
If you prefer to do it manually with the cleaner git history
npx degit zynth17/vitailse my-vitailse-app
cd my-vitailse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
Checklist
When you use this template, try follow the checklist to update your info properly
- Rename
name
field inpackage.json
- Change the author name in
LICENSE
- Change the title in
App.vue
- Change the favicon in
public
- Remove the
.github
folder which contains the funding info - Clean up the READMEs and remove routes
And, enjoy :)
Usage
Development
Just run and visit http://localhost:3000
pnpm dev
Preview in Https
Just run and visit https://localhost
pnpm build && pnpm run https-preview
Build
To build the App, run
pnpm build
And you will see the generated file in dist
that ready to be served.
ReferenceError: window is not defined
Used Vitailse as a template. Cloned to my computer. Ran
pnpm i
with no problems. Ranpnpm dev
with no problems.Running
pnpm build
fails everytime with the following issue:Tried to install
workbox-window
but that doesn't help, and just gives me this warning:layouts
How to fix layouts? They are not working at all try to put some text, for example, DEFAULT LAYOUT into layouts/default.vue and you will see - nothing changed.
Fresh repo clone and build fails
I was getting vite-ssg build errors on my project, decided to check on a clean install. Repo without any modifications fails vite-ssg build.
` Please report an issue, if none already exists: https://github.com/antfu/vite-ssg/issues C:\Code\TEST_REPOS\vitailse-test\node_modules.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:430 const { history, location } = window; ^
ReferenceError: window is not defined at useHistoryStateNavigation (C:\Code\TEST_REPOS\vitailse-test\node_modules.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:430:35) at Object.createWebHistory (C:\Code\TEST_REPOS\vitailse-test\node_modules.pnpm\[email protected][email protected]\node_modules\vue-router\dist\vue-router.prod.cjs:517:31) at Module. (C:\Code\TEST_REPOS\vitailse-test.vite-ssg-temp\main.cjs:2914:22)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at build (file:///C:/Code/TEST_REPOS/vitailse-test/node_modules/.pnpm/[email protected]_zodgg63wx4ia7g264h7fi3aaae/node_modules/vite-ssg/dist/chunks/build.mjs:171:115)
ELIFECYCLE Command failed with exit code 1.`
How to sort TailwindCSS class without prettier?
Hi.
I see the upstream version opt-out the Prettier. The same thing with this project. How do you sort TailwindCSS class without prettier-plugin-tailwindcss?
Thanks.
Fresh install: pnpm build results in error
Brand new fresh install.
I go to https://github.com/zynth17/vitailse and click "Use this Template"
And create a new repo from this template.
Git clone my new repo to local.
Run
pnpm i
.Run
pnpm dev
, works fine! 👍Run
pnpm build
, results in error. First appears fine:But finishes with error
chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.22
Bumps vue-tsc from 0.38.9 to 1.0.22.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
eed0532
v1.0.227233276
v1.0.21e00f068
v1.0.204820a7c
refactor: simplify language server params for vue02267fe
v1.0.198990ddc
feat: Support for Additional Language Modules (Experimental) (#2267)f102ee7
v1.0.18b66b64f
v1.0.178e5cec4
fix(vue-tsc): cannot resolve hook path from extends optionsaf47604
v1.0.16Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.21
Bumps vue-tsc from 0.38.9 to 1.0.21.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
7233276
v1.0.21e00f068
v1.0.204820a7c
refactor: simplify language server params for vue02267fe
v1.0.198990ddc
feat: Support for Additional Language Modules (Experimental) (#2267)f102ee7
v1.0.18b66b64f
v1.0.178e5cec4
fix(vue-tsc): cannot resolve hook path from extends optionsaf47604
v1.0.165d7581e
fix(vue-tsc): shim vue-tsc/out/proxy.js for 1.0.xDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.20
Bumps vue-tsc from 0.38.9 to 1.0.20.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
e00f068
v1.0.204820a7c
refactor: simplify language server params for vue02267fe
v1.0.198990ddc
feat: Support for Additional Language Modules (Experimental) (#2267)f102ee7
v1.0.18b66b64f
v1.0.178e5cec4
fix(vue-tsc): cannot resolve hook path from extends optionsaf47604
v1.0.165d7581e
fix(vue-tsc): shim vue-tsc/out/proxy.js for 1.0.x877d3c0
v1.0.14Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump unplugin-vue-router from 0.0.21 to 0.3.0
Bumps unplugin-vue-router from 0.0.21 to 0.3.0.
Release notes
Sourced from unplugin-vue-router's releases.
Changelog
Sourced from unplugin-vue-router's changelog.
... (truncated)
Commits
a58e42c
release: [email protected]dffcc61
fix: read name and path from definePage6838eb1
chor: up deps95864c3
chore(deps): update all non-major dependenciesac48454
chore(deps): update all non-major dependenciese41d4e5
chore(deps): update all non-major dependencies8424677
style: format53b276d
feat: export RouterLink component (#105)c213dd5
chore; up depsc456e3e
chore(deps): update dependency pathe to v1 (#104)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.19
Bumps vue-tsc from 0.38.9 to 1.0.19.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
02267fe
v1.0.198990ddc
feat: Support for Additional Language Modules (Experimental) (#2267)f102ee7
v1.0.18b66b64f
v1.0.178e5cec4
fix(vue-tsc): cannot resolve hook path from extends optionsaf47604
v1.0.165d7581e
fix(vue-tsc): shim vue-tsc/out/proxy.js for 1.0.x877d3c0
v1.0.14e5f7b23
feat: ESLint supports (#2220)4e8b0e4
feat(vue-tsc):experimentalTscProgramCallbacks
(#2217)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.18
Bumps vue-tsc from 0.38.9 to 1.0.18.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
f102ee7
v1.0.18b66b64f
v1.0.178e5cec4
fix(vue-tsc): cannot resolve hook path from extends optionsaf47604
v1.0.165d7581e
fix(vue-tsc): shim vue-tsc/out/proxy.js for 1.0.x877d3c0
v1.0.14e5f7b23
feat: ESLint supports (#2220)4e8b0e4
feat(vue-tsc):experimentalTscProgramCallbacks
(#2217)cba2eba
v1.0.139bfe852
v1.0.12Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vue-tsc from 0.38.9 to 1.0.24
Bumps vue-tsc from 0.38.9 to 1.0.24.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
46da609
v1.0.2488e4c1a
chore: tidy svelte exampleeb097f5
feat(vue-tsc): add Hook type7cb72f6
feat:vueCompilerOptions.macros
eed0532
v1.0.227233276
v1.0.21e00f068
v1.0.204820a7c
refactor: simplify language server params for vue02267fe
v1.0.198990ddc
feat: Support for Additional Language Modules (Experimental) (#2267)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump unplugin-vue-router from 0.0.21 to 0.3.1
Bumps unplugin-vue-router from 0.0.21 to 0.3.1.
Release notes
Sourced from unplugin-vue-router's releases.
Changelog
Sourced from unplugin-vue-router's changelog.
... (truncated)
Commits
23dc0b6
release: [email protected]178107b
fix: work with files named definePagefeb04cc
chore: up depsce70048
fix: parse non modules with definePage348e95c
chore: better tree debug print9ea2cb6
docs: example exclude filesc73aa48
chore: ignore some componentsf5f508a
fix: stricter extension check8ed1660
docs: better docsf6581c5
docs: path segmentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)fix(deps): bump @vueuse/core from 8.9.4 to 9.10.0
Bumps @vueuse/core from 8.9.4 to 9.10.0.
Release notes
Sourced from
@vueuse/core
's releases.... (truncated)
Commits
2851c32
chore: release v9.10.02861468
fix(onKeyStroke): maketarget
ref nullable (#2579)0c39d0c
feat(useMouse): support for movement detection (#2589)07f2031
feat(useActiveElement): support shadow roots (#2592)7bb0144
chore: update depsecd5578
docs(unrefElement): fix example (#2583)9f495d6
feat(useVirutalList): exposescrollTo
in component (#2397)c9a9a92
fix(useScrollLock): fix iOS touchmove bug (#2362)ae78d8b
fix(useActiveElement): ignore if relatedTarget is set (#2600)0e4d0f1
docs(useShare): hydration issue in demo (#2601)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)fix(deps): bump @vueuse/components from 8.9.4 to 9.10.0
Bumps @vueuse/components from 8.9.4 to 9.10.0.
Release notes
Sourced from
@vueuse/components
's releases.... (truncated)
Commits
2851c32
chore: release v9.10.070f55d4
chore: release v9.9.04dea4be
chore: release v9.8.230a43b2
chore: release v9.8.1d4c5933
chore: release v9.8.081f626f
chore: release v9.7.0043bcba
chore: release v9.6.0ebaa07d
chore: release v9.5.024747b6
chore: release v9.4.0d0dffc6
chore: release v9.3.1Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vite-plugin-pwa from 0.12.8 to 0.14.1
Bumps vite-plugin-pwa from 0.12.8 to 0.14.1.
Release notes
Sourced from vite-plugin-pwa's releases.
... (truncated)
Commits
d1b6616
chore: release v0.14.178f8672
fix: prompt for update logic (#428)fd9475d
docs: unregister docs from the plugin repo (#408)7d1ab01
release v0.14.0e500d1a
feat: custom sw without injection point (#390)ea1a58b
fix(client): multiple clients with prompt for update (#394)d8d2d36
feat: support rollup assets file names (#413)c19785f
feat: Vite 4 support (#424)50f5061
chore: release v0.13.3a94fc2a
fix: usecreateRequire
to load rollup replace plugin (#406)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)chore(deps-dev): bump vitest from 0.18.1 to 0.26.3
Bumps vitest from 0.18.1 to 0.26.3.
Release notes
Sourced from vitest's releases.
... (truncated)
Commits
8d64790
chore: release v0.26.3dba1337
fix(coverage): env-replacer to remove query params from sourcemaps filenames ...32a577b
fix: show list of tests when typechecking (#2585)c479d9c
fix: don't hang when mocking module with circular dependency (#2572)9f41edd
fix: start tracking module resolution as soon as possible for easier tracking...ef77dcc
fix(api): make api parse error stacks and return sourcePos in onTaskUpdate (#...853eedd
feat(mock): expose aimportOriginal
helper to the factory (#2551)07ef0f2
chore: release v0.26.2f6b592a
fix(cli): respect inline configdir
(#2550)84f98e7
feat: project nameDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)