renovate[bot]
|
1ad65998a4
|
chore(deps): update all non-major dependencies (#3859)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-03-24 13:14:12 +01:00 |
|
renovate[bot]
|
a8317830a8
|
chore(deps): update all non-major dependencies (#3857)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-03-23 12:58:44 +01:00 |
|
renovate[bot]
|
ae364f95cc
|
chore(deps): update all non-major dependencies (#3788)
* chore(deps): update all non-major dependencies
* update test
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-03-22 10:57:35 +01:00 |
|
renovate[bot]
|
d909bc6548
|
chore(deps): update dependency defu to v6 (#3816)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-03-22 10:32:28 +01:00 |
|
pooya parsa
|
fb150825ce
|
feat(nuxt3): useFetch with dynamic reactive request (#3731)
|
2022-03-17 11:47:41 +01:00 |
|
Daniel Roe
|
e3f0b31925
|
refactor: add some more explicit types (#3721)
|
2022-03-16 23:44:22 +01:00 |
|
Daniel Roe
|
5c9cf9cf9e
|
fix(pkg): add implicit dependencies (#3682)
* chore: prevent unintentional inlinings
* fix: workaround hoisting by moving `unimport` to peerDeps
* add missing dep
* add unimport as bridge dpeendency
* fix(nuxt3): explicitly type presets
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-03-16 13:13:50 +01:00 |
|
Pooya Parsa
|
a436d8e0dc
|
fix: update ufo
|
2022-03-16 11:21:24 +01:00 |
|
Divine
|
04026a3861
|
refactor: use ufo.hasProtocol to detect external link (#3686)
|
2022-03-16 10:44:05 +01:00 |
|
renovate[bot]
|
fa8daefb6e
|
chore(deps): update all non-major dependencies (#3660)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-03-15 15:51:53 +01:00 |
|
Anthony Fu
|
505acb820a
|
chore(deps): upgrade unimport (#3669)
|
2022-03-15 12:21:06 +01:00 |
|
renovate[bot]
|
a2b21d9b8f
|
chore(deps): update all non-major dependencies (#3613)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-03-13 19:41:42 +01:00 |
|
renovate[bot]
|
7650f6c57d
|
chore(deps): update all non-major dependencies (#3585)
* chore(deps): update all non-major dependencies
* transpile h3 for bridge
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-03-11 09:57:59 +01:00 |
|
Daniel Roe
|
5d58ef48af
|
feat(nitro, nuxt3): allow handling otherwise unhandled runtime errors (#3464)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-03-11 09:22:16 +01:00 |
|
Anthony Fu
|
cff2f37cc8
|
refactor!: migrate to unimport (#3386)
|
2022-03-11 09:09:11 +01:00 |
|
pooya parsa
|
20f31712c1
|
feat(nuxt3): auto generate runtime config type declarations (#3573)
Co-authored-by: Rodrigo Mesquita <rodrigoriome@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Rodrigo Mesquita <30835404+rrmesquita@users.noreply.github.com>
|
2022-03-09 14:41:24 +01:00 |
|
renovate[bot]
|
3d5b695e34
|
chore(deps): update all non-major dependencies (#3554)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-03-08 19:01:22 +01:00 |
|
renovate[bot]
|
5b7fbc1569
|
chore(deps): update all non-major dependencies (#3450)
|
2022-03-08 18:17:01 +01:00 |
|
Anthony Fu
|
ecee32988d
|
chore: migrate to magic-string (#3482)
|
2022-03-03 11:01:14 +01:00 |
|
Anthony Fu
|
3888b0c338
|
fix: sourcemap support for nuxt:components-loader (#3439)
|
2022-02-28 20:20:41 +01:00 |
|
renovate[bot]
|
fcb200730d
|
chore(deps): update all non-major dependencies (#3434)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-28 20:08:45 +01:00 |
|
Daniel Roe
|
754ff0c9e7
|
feat: .nuxtignore support and isIgnored kit utility (#3424)
|
2022-02-28 17:11:46 +01:00 |
|
renovate[bot]
|
9b19b9f366
|
chore(deps): update all non-major dependencies (#3400)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-27 19:38:00 +00:00 |
|
Daniel Roe
|
73ba30fb69
|
refactor(schema,webpack)!: split out webpack and postcss build options (#2812)
* refactor: split out webpack and postcss build options
* feat(schema): set nuxt3 builder in config
* fix(schema): default postcss config file to false
* chore: update lockfile
* style: remove unused imports
* refactor(webpack): remove (previously disabled) babel config
* refactor: move shared vite options into schema
* fix(schema): omit __NUXT_BASE__ from defaults
* fix: move appDir-dependent options back to vite
* refactor: split out virtual modules
* refactor: extract compile/createDevMiddleware
* refactor: further improvements
* chore: remove `@nuxt/webpack-builder` dependency
* chore: update lockfile
* refactor: move `builder` option to top level
* fix: bind close to watcher instance
* chore: update lockfile
* fix: create portal between postcss & build.postcss.postcssOptions
* fix: remove duplicate
* fix: revert
* fix: use `postcss` directly
* fix: import builder from rootDir
* chore: dedupe webpack install
* test: update fixture to use `builder`
* fix: bind class in pify
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-02-25 20:11:01 +01:00 |
|
renovate[bot]
|
5c1f2fad83
|
chore(deps): update all non-major dependencies (#3347)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-25 12:39:10 +01:00 |
|
Daniel Roe
|
70542a3af7
|
feat(nuxt3): expose /app export paths (#3323)
|
2022-02-18 19:26:43 +01:00 |
|
Anthony Fu
|
467ab693b9
|
feat: shared logger and silent test logs (#3259)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2022-02-16 22:34:32 +01:00 |
|
renovate[bot]
|
cc9d525650
|
chore(deps): update all non-major dependencies (#3204)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-15 10:53:20 +01:00 |
|
Daniel Roe
|
408a944ffd
|
chore(nuxt3): add implicit fs-extra dependency (#3192)
|
2022-02-11 12:47:08 +01:00 |
|
renovate[bot]
|
7701c125ea
|
chore(deps): update all non-major dependencies (#3176)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-11 10:19:53 +01:00 |
|
pooya parsa
|
aece3518b5
|
feat(nuxt3): experimental nitropack support (#3160)
|
2022-02-10 18:29:59 +01:00 |
|
renovate[bot]
|
a1b2d09438
|
chore(deps): update all non-major dependencies (#3097)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-07 21:50:53 +01:00 |
|
Daniel Roe
|
29171bd105
|
fix: sanitize import filenames in generated imports (#2216)
|
2022-02-07 14:45:47 +01:00 |
|
renovate[bot]
|
00ba607ca2
|
chore(deps): update all non-major dependencies (#3066)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-07 11:22:43 +01:00 |
|
renovate[bot]
|
09dc06e138
|
chore(deps): update all non-major dependencies (#3013)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-02-03 11:21:51 +01:00 |
|
Daniel Roe
|
965f2abaee
|
feat(nuxt3): middleware type generation improvements (#2945)
|
2022-01-27 12:13:32 +01:00 |
|
renovate[bot]
|
0affa39b62
|
chore(deps): update all non-major dependencies (#2912)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-01-26 12:57:33 +01:00 |
|
renovate[bot]
|
b0a56ad807
|
chore(deps): update all non-major dependencies (#2902)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-25 15:51:19 +01:00 |
|
renovate[bot]
|
538b4ab98d
|
chore(deps): update all non-major dependencies (#2895)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-25 13:29:23 +01:00 |
|
renovate[bot]
|
d5cbe09ced
|
chore(deps): update dependency globby to v13 (#2881)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-24 14:21:52 +01:00 |
|
renovate[bot]
|
0b0e56ae4f
|
chore(deps): update all non-major dependencies (#2818)
* chore(deps): update all non-major dependencies
* feat: add isShallow auto import
https://github.com/vuejs/core/commit/9fda941
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-01-24 13:38:03 +01:00 |
|
renovate[bot]
|
74ce059d6f
|
chore(deps): update all non-major dependencies (#2781)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-19 19:09:22 +01:00 |
|
renovate[bot]
|
1ca9424910
|
chore(deps): update dependency h3 to ^0.3.9 (#2776)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-18 18:04:48 +01:00 |
|
renovate[bot]
|
c80870ad8c
|
chore(deps): update all non-major dependencies (#2767)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-18 17:59:31 +01:00 |
|
renovate[bot]
|
0e984fe496
|
chore(deps): update all non-major dependencies (#2756)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-17 18:25:38 +01:00 |
|
renovate[bot]
|
91032cdd64
|
chore(deps): update all non-major dependencies (#2717)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-17 11:56:28 +01:00 |
|
renovate[bot]
|
4de167e246
|
chore(deps): update dependency globby to v12 (#2659)
|
2022-01-13 19:21:49 +01:00 |
|
renovate[bot]
|
303b5bd220
|
chore(deps): update all non-major dependencies (#2707)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-13 18:21:05 +01:00 |
|
renovate[bot]
|
47cac4c597
|
chore(deps): update all non-major dependencies (#2637)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-11 18:45:11 +01:00 |
|
renovate[bot]
|
c8b02972d0
|
chore(deps): update all non-major dependencies (#2527)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
|
2022-01-05 19:37:56 +01:00 |
|