renovate[bot]
dc6944a7cb
chore(deps): update dependency webpack to ^5.71.0 ( #4024 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-01 16:08:50 +02:00
Daniel Roe
ade3378a00
refactor(bridge): align bridge with vite and inline systemjs polyfill in entry ( #4005 )
2022-04-01 15:22:22 +02:00
renovate[bot]
1b61bda286
chore(deps): update all non-major dependencies ( #4013 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-01 13:44:34 +02:00
renovate[bot]
0c5d9872ac
chore(deps): update all non-major dependencies ( #3979 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-31 21:59:36 +02:00
renovate[bot]
5fa9d79303
chore(deps): update all non-major dependencies ( #3888 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-03-25 15:43:14 +01:00
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
Daniel Roe
7458dd1aa6
fix(nuxt3): use shared module for dynamic paths ( #3757 )
...
* test: add tests for dynamic paths + relative assets
Co-authored-by: Anthony Fu <hi@antfu.me>
* fix: rework client config and use shared module for dynamic paths
* resolves webpack public path regression
* refactor: use more similar names to nitro equivalent
* fix: align config exports
* refactor: remove `__` prefix within dynamic paths module
* refactor: use '#_config' to indicate internal alias
* Update packages/nuxt3/src/core/templates.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
* refactor: use `#_config` alias and rename to `paths.mjs`
Co-authored-by: Anthony Fu <hi@antfu.me>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-22 16:51:26 +01:00
renovate[bot]
6c4a34a675
chore(deps): update dependency postcss-import to ^14.1.0 ( #3837 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 16:48:10 +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
Anthony Fu
f69126e8f4
feat: support reactivity transform ( #3737 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-03-17 23:17:59 +01:00
renovate[bot]
3a8bef609d
chore(deps): update all non-major dependencies ( #3677 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-16 11:53:18 +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
Ahad Birang
e891ea0cca
feat(webpack): add webpack:devMiddleware
and webpack:hotMiddleware
hooks ( #3606 )
2022-03-13 19:43:41 +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
yoho
c942465f79
chore: remove extra space ( #3597 )
2022-03-11 09:07:26 +01:00
renovate[bot]
230c8cb491
chore(deps): update all non-major dependencies ( #3555 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-09 11:38:46 +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
Daniel Roe
d404484c61
fix(vite, webpack): add missing dependencies ( #3547 )
2022-03-08 11:07:18 +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
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
Daniel Roe
e45a780714
fix(vite,webpack): disable async entrypoint by default ( #3375 )
...
* fix(vite): don't use async entry
* fix: use async entry when built
* refactor: default to sync entry, with option to enable async
* refactor: move to experimental.asyncEntry
* Update packages/webpack/src/presets/base.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
* Update packages/vite/src/vite.ts
Co-authored-by: pooya parsa <pyapar@gmail.com>
* style: remove double space
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-02-25 13:42:34 +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
renovate[bot]
3d258d304e
chore(deps): update dependency @babel/core to ^7.17.5 ( #3300 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 18:11:36 +01:00
renovate[bot]
65d51d67ce
chore(deps): update all non-major dependencies ( #3273 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-17 17:32:49 +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]
7c3327a772
chore(deps): update all non-major dependencies ( #3240 )
2022-02-16 20:11:21 +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
42373e060d
fix: clean up some type issues and add type test suite ( #3199 )
2022-02-15 10:50:11 +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
renovate[bot]
b98d08cf6a
chore(deps): update all non-major dependencies ( #3133 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-08 17:25:10 +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
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]
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
Daniel Roe
9660cd8212
fix(webpack): prevent implicit externalising ( #2829 )
2022-01-21 10:50:34 +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
Daniel Roe
d07d572263
feat: improve base url options ( #2655 )
2022-01-18 17:59:14 +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]
74be5a7416
chore(deps): update all non-major dependencies ( #2676 )
2022-01-13 14:13:58 +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]
d45869d6ce
chore(deps): update all non-major dependencies ( #2618 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-07 10:49:33 +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
renovate[bot]
05da4c2ef5
chore(deps): update all non-major dependencies ( #2496 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 11:59:44 +01:00
renovate[bot]
2d3f61d478
chore(deps): update all non-major dependencies ( #2461 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 15:27:15 +01:00
pooya parsa
c288907f72
fix(webpack): import esbuild-loader
as commonjs ( #2460 )
2021-12-20 13:00:27 +01:00
renovate[bot]
85f0547ca4
chore(deps): update all non-major dependencies ( #2379 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-20 12:33:18 +01:00
renovate[bot]
23397e603c
feat(deps): update all non-major dependencies ( #2252 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-12-14 16:46:05 +01:00
renovate[bot]
2939cacefc
chore(deps): update dependency vue-loader to v17 ( #2355 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 14:29:08 +01:00
renovate[bot]
ceec9fdba8
chore(deps): update all non-major dependencies ( #2214 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-01 12:58:38 +01:00
sanfengliao
cad09fe9b3
fix(webpack): remove MiniCssExtractPlugin.loader options ( #2217 ) ( #2218 )
...
Co-authored-by: sanfordliao <sanfordliao@tencent.com>
2021-11-30 16:39:45 +01:00
renovate[bot]
7d8a1769fa
chore(deps): update all non-major dependencies ( #2144 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-29 12:34:40 +01:00
renovate[bot]
0d5fcb52ad
chore(deps): update dependency memfs to ^3.4.0 ( #2137 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 16:58:09 +01:00
renovate[bot]
4efd72d5d4
chore(deps): update all non-major dependencies ( #2093 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 16:43:01 +01:00
pooya parsa
d68318f9d5
refactor: split schema to @nuxt/schema
and simplify kit ( #2059 )
2021-11-21 17:14:46 +01:00
renovate[bot]
4706f0877f
chore(deps): update all non-major dependencies ( #2031 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-21 13:32:53 +01:00
renovate[bot]
fdcec1fdc6
chore(deps): update all non-major dependencies ( #1990 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-18 12:09:16 +01:00
renovate[bot]
1c5859f5a3
chore(deps): update all non-major dependencies ( #1970 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-17 12:21:57 +01:00
Xin Du (Clark)
c90bc50817
chore(lint): improve no-unused-vars rule ( #1977 )
2021-11-17 12:21:38 +01:00
renovate[bot]
a4f5de5fc3
chore(deps): update dependency webpack to ^5.64.1 ( #1937 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-15 20:21:04 +01:00
renovate[bot]
5786949d9b
chore(deps): update all non-major dependencies ( #1837 )
2021-11-15 13:09:26 +01:00
Anthony Fu
202617bdd1
fix(bridge): plugin default detection ( #1847 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-11-11 14:58:43 +01:00
renovate[bot]
02f3fd1451
chore(deps): update all non-major dependencies ( #1828 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 21:15:39 +01:00
renovate[bot]
fd9e56f2b8
chore(deps): update all non-major dependencies ( #1807 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 13:12:11 +01:00
Xin Du (Clark)
256d9b1424
fix(webpack): detect postcss config and show warning ( #1805 )
2021-11-10 13:11:08 +01:00
renovate[bot]
bf716f3978
chore(deps): update all non-major dependencies ( #1743 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 13:55:48 +01:00
renovate[bot]
6bbe8153f6
chore(deps): update all non-major dependencies ( #1736 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-05 16:13:41 +01:00
renovate[bot]
de04b321d4
chore(deps): update all non-major dependencies ( #1692 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 19:19:41 +01:00
renovate[bot]
529880ee6c
chore(deps): update all non-major dependencies ( #1673 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 09:17:05 +01:00
renovate[bot]
6f934aa9d9
chore(deps): update all non-major dependencies ( #1641 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 14:32:25 +01:00
renovate[bot]
266578b76e
chore(deps): update all non-major dependencies ( #1591 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 12:26:26 +01:00
renovate[bot]
ddf45fbcc7
chore(deps): update all non-major dependencies ( #1546 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-29 14:24:28 +02:00
Levi (Nguyễn Lương Huy)
4c17b92b66
chore(docs): add code format using markdownlint ( #1498 ) ( #1556 )
2021-10-29 13:26:01 +02:00
renovate[bot]
59de0f9218
chore(deps): update all non-major dependencies ( #1519 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-28 16:49:07 +02:00
renovate[bot]
0520db6b22
chore(deps): update all non-major dependencies ( #1508 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-27 16:01:11 +02:00
renovate[bot]
5ad4d3eae0
chore(deps): update dependency css-loader to ^6.5.0 ( #1482 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-26 19:38:18 +02:00
renovate[bot]
83139d07e9
chore(deps): update all non-major dependencies ( #1448 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-26 16:46:19 +02:00
Anthony Fu
4f9c87b99a
fix(pkg): support node 17.x in the engines field ( #1443 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-25 16:14:52 +02:00
renovate[bot]
c8cb6c7ad1
chore(deps): update all non-major dependencies ( #1333 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-22 19:04:28 +02:00
Daniel Roe
f0b9474b40
feat(nuxi): bundle analyzer ( #701 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-21 21:51:44 +02:00
renovate[bot]
2350760854
chore(deps): update all non-major dependencies ( #1319 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-21 20:55:59 +02:00
renovate[bot]
34910f1218
chore(deps): update all non-major dependencies ( #1304 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-21 12:14:57 +02:00
renovate[bot]
bfa4a02ca3
chore(deps): update dependency postcss to ^8.3.10 ( #1299 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 20:49:34 +02:00
Levi (Nguyễn Lương Huy)
a3058eebae
test(nuxt3): add unit tests for generateRoutesFromFiles
( #261 ) ( #1227 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-20 20:12:55 +02:00
renovate[bot]
22acd39508
chore(deps): update all non-major dependencies ( #1240 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 12:13:35 +02:00
Daniel Roe
d166b78e06
feat(vite): use externality
to resolve externals for ssr dev bundler ( #1172 )
2021-10-20 11:50:29 +02:00
Pooya Parsa
4526af78a9
fix(pkg): downgrade node version to 14.16.x due to stackblitz issue
...
14.16.0 was released at 2021-02-23. hopefully most of platforms had time to migrate LTS.
2021-10-19 13:37:59 +02:00
Pooya Parsa
8db76fcf2e
fix(pkg): downgrade node version to 14.17.x due to codesandbox issue
2021-10-19 13:24:51 +02:00
pooya parsa
d8d10febd5
feat!: add engines.node
field and node.js version check ( #1197 )
2021-10-18 21:31:15 +02:00
renovate[bot]
9357d0895d
chore(deps): update dependency mlly to ^0.2.10 ( #1170 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 15:40:56 +02:00
renovate[bot]
cba4c4202b
chore(deps): update all non-major dependencies ( #1156 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-18 11:41:29 +02:00
renovate[bot]
4f050e50bf
chore(deps): update all non-major dependencies ( #989 )
2021-10-18 10:50:46 +02:00
Xin Du (Clark)
080f497eee
fix(webpack): support jsx syntax in esbuild ( #1014 )
2021-10-14 15:21:55 +02:00
renovate[bot]
07086c8397
chore(deps): update all non-major dependencies ( #821 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-13 22:41:21 +02:00
renovate[bot]
2e87a76721
chore(deps): update all non-major dependencies ( #742 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-12 16:04:31 +02:00
Sébastien Chopin
95779c3d5f
chore: add readme to packages ( #727 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-10-12 03:38:17 +02:00
Pooya Parsa
0287b46fed
chore: remove unused vuex dependency
2021-10-11 21:17:09 +02:00
renovate[bot]
0dcbd4a682
chore(deps): update all non-major dependencies ( #704 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-11 15:30:04 +02:00
renovate[bot]
27666063ea
chore(deps): update all non-major dependencies ( #649 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-08 16:22:23 +02:00
Pooya Parsa
2b1bf4824e
chore: update base major versions to 3.x for simplicity
2021-10-05 17:09:24 +02:00
renovate[bot]
21a3e44fdb
chore(deps): update all non-major dependencies ( #637 )
2021-10-05 13:09:32 +02:00
renovate[bot]
03754d9ff7
chore(deps): update dependency mlly to ^0.2.4 ( #622 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-02 19:00:10 +02:00
pooya parsa
6e496373f3
feat: use native esm for all packages ( #539 )
2021-10-02 18:01:17 +02:00
renovate[bot]
d2214c4ee4
chore(deps): update all non-major dependencies ( #606 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-02 13:54:10 +02:00
Anthony Fu
e13baf9867
feat(nuxt3): remove <script setup>
transform and prefer top level await ( #579 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-30 20:19:55 +02:00
Daniel Roe
0c14b0a48b
fix: workaround for vue
3.2.18+ esm bundle issue and revert #566 ( #578 ) ( #578 )
2021-09-29 13:47:36 +02:00
renovate[bot]
aaaeb826ba
chore(deps): update all non-major dependencies ( #565 )
2021-09-29 12:53:41 +02:00
pooya parsa
6329a681e4
refactor: migrate from upath to pathe ( #553 )
2021-09-27 14:49:36 +02:00
Anthony Fu
c8f8691496
fix: workaround for vue/server-renderer
import, close #563 ( #566 )
2021-09-24 11:49:04 +02:00
renovate[bot]
7be43456a4
chore(deps): update all non-major dependencies ( #554 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-23 20:39:49 +02:00
renovate[bot]
680887fc2a
chore(deps): update all non-major dependencies ( #552 )
2021-09-22 21:02:51 +02:00
renovate[bot]
2bae698c18
chore(deps): update all non-major dependencies ( #548 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-22 17:58:48 +02:00
Pooya Parsa
317fc55539
fix(pkg): enable declaration for for and webpack
2021-09-21 19:07:24 +02:00
Pooya Parsa
57f435a59f
fix(webpack): typecheck postcss plugins and add missing postcss-import
( resolves #544 )
2021-09-21 19:02:45 +02:00
Pooya Parsa
e2d216e4ee
chore: ping unbuild to latest for sub packages
...
closes #457
2021-09-21 18:59:37 +02:00
renovate[bot]
b06e90d336
chore(deps): update all non-major dependencies ( #540 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-21 18:53:25 +02:00
pooya parsa
62647844b5
chore: update to unbuild 0.5.x ( #545 )
2021-09-21 18:49:36 +02:00
renovate[bot]
758bf3ef6f
chore(deps): update all non-major dependencies ( #521 )
2021-09-20 20:59:49 +02:00
Xin Du (Clark)
d05d8821a0
feat(webpack): bring back postcss and postcss-loader ( #532 )
2021-09-17 18:20:05 +02:00
renovate[bot]
a6c7ee1828
chore(deps): update all non-major dependencies ( #517 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-10 09:24:55 +02:00
renovate[bot]
3af5b92a25
chore(deps): update all non-major dependencies ( #508 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-09 10:43:09 +02:00
renovate[bot]
51eb4dba22
chore(deps): update all non-major dependencies ( #504 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-08 14:09:33 +02:00
renovate[bot]
b1da8ea2ca
chore(deps): update all non-major dependencies to ^3.2.9 ( #486 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-09-06 01:39:28 +02:00
renovate[bot]
9f7438afb1
chore: update all non-major dependencies and add node
to nitro external conditions ( #440 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-09-05 23:54:12 +02:00
Daniel Roe
8aaa1b3124
fix(webpack): exclude assets from webpack externals ( #471 )
2021-09-05 22:34:56 +02:00
Daniel Roe
193d7bf8bc
feat: use webpack esm server build ( #474 )
2021-09-05 22:33:24 +02:00
renovate[bot]
09824d9167
chore(deps): update all non-major dependencies ( #428 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-11 22:39:46 +02:00
pooya parsa
ee0163c273
refactor: merge modules to nuxt3
( #439 )
2021-08-11 22:28:38 +02:00
renovate[bot]
50acd3dda5
chore(deps): update all non-major dependencies ( #422 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-09 23:55:26 +02:00
Daniel Roe
25e96bb896
fix: windows path issues ( #408 )
2021-08-09 20:24:52 +02:00
renovate[bot]
62921afad0
chore(deps): update all non-major dependencies ( #401 )
...
[no-release]
2021-08-09 17:46:36 +02:00
Xin Du (Clark)
5a1ccec61f
fix(webpack): enable minimize for client production bundles ( #404 )
2021-07-31 21:26:32 +01:00
Daniel Roe
bb757045ec
fix(webpack): use cjs for emitted webpack files ( #395 )
2021-07-28 14:00:39 +02:00
renovate[bot]
f6f7d771ee
chore(deps): update all non-major dependencies ( #389 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-28 13:52:01 +02:00
renovate[bot]
a57b9e1887
chore(deps): update all non-major dependencies ( #350 )
...
[skip-release]
2021-07-23 17:22:54 +02:00
Daniel Roe
f980ef235f
fix(app): separate plugin entrypoints ( #366 )
2021-07-23 16:58:38 +02:00
pooya parsa
be255772b2
feat: support ssr: false
( #351 )
...
Co-Authored-By: Daniel Roe <daniel@roe.dev>
2021-07-21 22:05:22 +02:00
renovate[bot]
9c7085da58
chore(deps): update all non-major dependencies ( #347 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-21 19:18:45 +02:00
renovate[bot]
17a2d18486
chore(deps): update all non-major dependencies ( #344 )
...
[skip-release]
2021-07-20 12:20:35 +02:00
renovate[bot]
19794ddd21
chore(deps): update all non-major dependencies ( #333 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-19 15:27:51 +02:00
pooya parsa
bec2720930
feat: use virtual filesystem for templates ( #292 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 12:18:34 +02:00
renovate[bot]
6d0bb7c740
chore(deps): update dependency css-loader to v6 ( #323 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-15 11:38:53 +02:00
pooya parsa
6318438415
feat(nitro, vite): use native module ( #252 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-07-15 11:38:06 +02:00
renovate[bot]
569d4f3cb3
chore(deps): update all non-major dependencies ( #307 )
2021-07-14 16:52:08 +02:00
Daniel Roe
0a3041cdf9
fix: allow use of nuxt3 in non-wsl windows environment ( #308 )
2021-07-12 12:54:24 +02:00
renovate[bot]
be835de180
chore(deps): update all non-major dependencies ( #300 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-07 20:42:12 +02:00
renovate[bot]
68cd6dd68a
chore(deps): update dependency mini-css-extract-plugin to v2 ( #295 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-02 14:45:49 +02:00
renovate[bot]
1dc68c0a84
chore(deps): update all non-major dependencies ( #293 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-02 14:45:36 +02:00
renovate[bot]
79523399d2
chore(deps): update all non-major dependencies ( #257 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-30 12:49:42 +02:00
Pooya Parsa
9797642d78
chore: release
...
- @nuxt/app@0.5.0
- nuxt-cli@0.3.8
- @nuxt/component-discovery@0.2.0
- @nuxt/kit@0.6.4
- @nuxt/nitro@0.9.1
- nuxt3@0.8.0
- @nuxt/pages@0.3.0
- @nuxt/vite-builder@0.5.0
- @nuxt/webpack-builder@0.5.0
2021-06-24 11:06:54 +02:00
renovate[bot]
d44a607a4e
chore(deps): update all non-major dependencies ( #233 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-18 19:17:07 +02:00
Anthony Fu
58327824fb
fix: source map for webpack nuxt-setup-loader ( #236 )
2021-06-17 11:56:21 +02:00
Pooya Parsa
68e65bd468
chore: update esbuild ( #232 )
...
closes #43 closes #231
2021-06-16 15:26:33 +02:00
renovate[bot]
59998eef51
chore(deps): update all non-major dependencies ( #219 )
...
* chore(deps): update all non-major dependencies
* fix nuxt-windicss version
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-16 15:01:15 +02:00
Anthony Fu
11a5a3e14f
feat(app): make asyncData
working with <script setup nuxt>
( #220 )
2021-06-16 14:42:58 +02:00
Daniel Roe
4095f96559
chore: release
...
- @nuxt/app@0.4.3
- nuxt-cli@0.3.7
- @nuxt/kit@0.6.3
- @nuxt/nitro@0.9.0
- nuxt3@0.7.4
- @nuxt/pages@0.2.3
- @nuxt/vite-builder@0.4.3
- @nuxt/webpack-builder@0.4.3
2021-06-16 12:36:06 +01:00
renovate[bot]
41982affee
chore(deps): update dependency postcss-loader to v6 ( #203 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-14 21:23:24 +02:00
renovate[bot]
bf1b6dae74
chore(deps): update all non-major dependencies ( #200 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-14 21:12:26 +02:00
Ahad Birang
8740ece29e
fix(webpack): find asset modules of chunk ( #198 )
2021-06-14 11:37:54 +02:00
renovate[bot]
d6da38a1fe
chore(deps): update all non-major dependencies ( #182 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-08 23:59:13 +02:00
renovate[bot]
ef2fbe3e1b
chore(deps): update dependency webpack-dev-middleware to v5 ( #176 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-07 11:18:44 +02:00
renovate[bot]
7d2cd2f356
chore(deps): update all non-major dependencies ( #166 )
...
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-06-07 11:12:36 +02:00
Pooya Parsa
8aae9ef7b2
chore: release
...
- @nuxt/app@0.4.2
- nuxt-cli@0.3.6
- @nuxt/kit@0.6.2
- @nuxt/nitro@0.7.2
- nuxt3@0.7.2
- @nuxt/pages@0.2.2
- @nuxt/vite-builder@0.4.2
- @nuxt/webpack-builder@0.4.2
2021-06-04 21:19:13 +02:00
Pooya Parsa
6bde903273
chore: release
...
- @nuxt/app@0.4.1
- nuxt-cli@0.3.5
- @nuxt/kit@0.6.1
- @nuxt/nitro@0.7.1
- nuxt3@0.7.1
- @nuxt/pages@0.2.1
- @nuxt/vite-builder@0.4.1
- @nuxt/webpack-builder@0.4.1
2021-05-24 13:30:14 +02:00
Pooya Parsa
838eae4a57
chore: apply latest eslint rules
...
closes #163
2021-05-24 13:14:10 +02:00
renovate[bot]
6d216d1255
chore(deps): update all non-major dependencies ( #159 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-24 13:03:42 +02:00
Pooya Parsa
2f2e818e32
chore: release
...
- @nuxt/app@0.4.0
- nuxt-cli@0.3.4
- @nuxt/kit@0.6.0
- @nuxt/nitro@0.7.0
- nuxt3@0.7.0
- @nuxt/pages@0.2.0
- @nuxt/vite-builder@0.4.0
- @nuxt/webpack-builder@0.4.0
2021-05-20 15:34:30 +02:00
Pooya Parsa
6b62d456d7
feat: optional pages and refactor nuxt3 ( #142 )
2021-05-20 13:42:41 +02:00
renovate[bot]
82b585dbb0
chore(deps): lock file maintenance and fix lint issues ( #141 )
2021-05-20 12:58:30 +02:00
renovate[bot]
404838bcc8
chore(deps): update all non-major dependencies ( #155 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-20 12:47:35 +02:00
renovate[bot]
7db904af77
chore(deps): update all non-major dependencies ( #139 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-19 17:54:46 +02:00
renovate[bot]
9e5751bf71
chore(deps): update dependency css-minimizer-webpack-plugin to v3 ( #151 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-19 17:35:52 +02:00
renovate[bot]
f26614aeea
chore(deps): update dependency fs-extra to v10 ( #143 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-19 17:35:09 +02:00
renovate[bot]
717b26f3ce
chore(deps): update all non-major dependencies ( #123 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-29 14:06:45 +02:00
pooya parsa
9732d63c74
feat: update vite implementation ( #130 )
2021-04-29 13:51:54 +02:00
Pooya Parsa
bfcd3b0e9c
chore: release
...
- nuxt-cli@0.3.3
- @nuxt/kit@0.5.3
- @nuxt/nitro@0.6.3
- nuxt3@0.6.3
- @nuxt/vite-builder@0.3.3
- @nuxt/webpack-builder@0.3.4
2021-04-28 19:17:42 +02:00
Pooya Parsa
f723cc6fcd
chore: disable webpack fs cache
2021-04-28 16:50:41 +02:00
Pooya Parsa
7255a890a0
chore: release
...
- @nuxt/app@0.3.3
- nuxt-cli@0.3.2
- @nuxt/kit@0.5.2
- @nuxt/nitro@0.6.2
- nuxt3@0.6.2
- @nuxt/vite-builder@0.3.2
- @nuxt/webpack-builder@0.3.3
2021-04-28 16:24:45 +02:00
renovate[bot]
a806e8ca01
chore(deps): update all non-major dependencies ( #116 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-28 13:06:06 +02:00
Pooya Parsa
0d92f1a042
chore: release
...
- @nuxt/app@0.3.2
- nuxt-cli@0.3.1
- @nuxt/kit@0.5.1
- @nuxt/nitro@0.6.0
- nuxt3@0.6.0
- @nuxt/vite-builder@0.3.1
- @nuxt/webpack-builder@0.3.2
2021-04-23 22:57:57 +02:00
renovate[bot]
79f46748f1
chore(deps): update all non-major dependencies ( #113 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-23 22:30:55 +02:00
pooya parsa
5aa59c2ca5
test: add nitro preset tests (v2 & v3) ( #104 )
2021-04-23 21:52:32 +02:00
renovate[bot]
3f712f3d46
chore(deps): update all non-major dependencies ( #110 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-23 21:26:28 +02:00
renovate[bot]
ab0ff594d9
chore(deps): update all non-major dependencies ( #103 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-21 18:35:08 +02:00
pooya parsa
de9dffb0d6
chore: migrate to unenv and mkbuild 0.2 ( #108 )
2021-04-21 17:10:53 +02:00
Pooya Parsa
0a74f1e239
fix(webpack): don't inline scoped packages
2021-04-20 15:22:24 +02:00
renovate[bot]
8ffb15200e
chore(deps): update all non-major dependencies ( #91 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-20 14:20:38 +02:00
Pooya Parsa
4e1865358c
fix: issues with externals outside of rootDir
2021-04-19 22:41:02 +02:00
Pooya Parsa
daaf02f5e4
fix(webpack): exclude ! for externals
2021-04-18 18:37:21 +02:00
Pooya Parsa
c06dbd6c6e
chore: release
...
- @nuxt/app@0.3.1
- nuxt-cli@0.3.0
- @nuxt/kit@0.5.0
- @nuxt/nitro@0.5.1
- nuxt3@0.5.0
- @nuxt/vite-builder@0.3.0
- @nuxt/webpack-builder@0.3.1
2021-04-16 22:07:53 +02:00