Commit Graph

140 Commits

Author SHA1 Message Date
Michał Kędrzyński 2ef053735a
types: add `prefetchPayloads` to router options (#9715) 2021-08-27 08:45:03 +01:00
renovate[bot] 85615360b4
chore(deps): update all non-major dependencies (#9400)
[release] 

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-11 16:15:56 +02:00
Daniel Roe 8e725d34b3
fix(types): add typing for `build.stats` options (#9555) 2021-07-14 12:21:06 +02:00
Daniel Roe aa5d05f8b9
fix(types): add `onNuxtLoaded` and `onNuxtReady` types (#9510)
closes #9447
2021-07-02 15:37:19 +02:00
Andrew Luca 5934f41f08
fix(types): add nuxt.config alias type (#9424) 2021-06-10 21:10:09 +01:00
David Ovčačík 9f02e5dae7
feat(vue-app): `context.beforeSerialize` method (#9332)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-06-04 16:21:16 +02:00
renovate[bot] 83547fc4ec
chore(deps): update dependency @types/node to v14 (#9320)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-02 16:57:48 +02:00
Daniel Roe b52612ba67
chore(types): add types for new `false` option for `render.static` (#9372) 2021-06-02 15:52:46 +02:00
renovate[bot] 9a32fa18af
chore(deps): update all non-major dependencies (#9298)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-02 15:36:36 +02:00
carbotaniuman e8281dded7
feat(types): add `asyncData` return types to component instance type (#9239)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2021-06-02 15:32:39 +02:00
William L'Archeveque b116d0ded4
feat(generator): add ignoreEnv generate option during ensureBuild(cmd) (#8955)
[release]
2021-05-26 09:05:11 +02:00
renovate[bot] 877ebcd3a0
chore(deps): update all non-major dependencies (#9290)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-15 12:01:12 +01:00
Pooya Parsa a53fd32d6b chore(release): v2.15.6 2021-05-12 12:51:18 +02:00
Pooya Parsa aaf38ee3d4 chore(types): pin `@nuxt/types` dependency versions
this helps avoiding regressions like #9268. in 2.16 we probably start bundling type dependencies
2021-05-11 11:04:21 +02:00
Daniel Roe 2b1c685f24
fix(types): pin to `@types/webpack-dev-middleware@4.1.2` (#9270) 2021-05-10 13:05:06 +02:00
Pooya Parsa 9de997f164 v2.15.5 [release] 2021-05-09 10:19:03 +02:00
renovate[bot] 0c1922607f
chore(deps): update all non-major dependencies (#9235) 2021-05-08 22:56:48 +02:00
renovate[bot] ff38942c09
chore(deps): update dependency @types/file-loader to v5 (#9197)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-03 13:21:45 +01:00
renovate[bot] 65e62b96a3
chore(deps): update all non-major dependencies (#9188)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-03 10:53:43 +02:00
renovate[bot] 8e2cad5a8f
chore(deps): update all non-major dependencies (#9160)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-23 20:47:34 +02:00
Shogo Kawahara 2ec62617ce
feat(types): add declarations for `ModuleContainer` utils (#9164) 2021-04-19 09:33:13 +02:00
renovate[bot] 8ebb92a9f6
chore(deps): update all non-major dependencies (#8806)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-15 20:14:54 +01:00
Xin Du (Clark) 9212d34edf
revert(9078): add terser webpack plugin types back (#9099) 2021-04-02 12:20:28 +02:00
Pooya Parsa 18d1cd086a v2.15.4 [release] 2021-04-01 13:25:16 +02:00
Daniel Roe 4ff279ba5e
fix(types): use options from `sass-loader` rather than `sass` (#9086) 2021-03-31 18:16:39 +02:00
Xin Du (Clark) 1be68ca129
types: inline `@types/terser-webpack-plugin` (#9078) 2021-03-31 17:55:57 +02:00
Daniel Roe ca020cf9cb
refactor: move internal app runtime config to `_app` namespace (#9075) 2021-03-30 18:38:51 +02:00
renovate[bot] 589f3c0fa1
chore(deps): update all non-major dependencies (#9042)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-28 20:29:05 +02:00
Daniel Roe 248a5c85a9
chore(types): add stub entrypoint to allow node resolution of `@nuxt/types` (#9059)
see https://github.com/microsoft/TypeScript/issues/18008#issuecomment-804299674

closes #9030
2021-03-28 20:19:45 +02:00
zzzmisa 9065f63edf
fix(types): css-loader v4 type definitions (#9053) 2021-03-26 11:34:28 +01:00
renovate[bot] 6f1c658c90
chore(deps): update all non-major dependencies (#9019)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-22 11:21:29 +01:00
Daniel Roe b765552104
fix(types): don't require all csp policies as keys (#9018) 2021-03-19 15:28:03 +00:00
renovate[bot] ddc256622a
chore(deps): update all non-major dependencies (#8974)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-16 21:40:03 +00:00
Pooya Parsa f08f4efcde v2.15.3 2021-03-10 13:28:36 +01:00
renovate[bot] 3fd9a659ed
chore(deps): update all non-major dependencies (#8944)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-09 19:11:58 +01:00
Daniel Roe 0d68679947
fix(types): export interface for `NuxtConfig` instead of type (#8953) 2021-03-08 14:21:15 +00:00
Amon Sawamura 380ffb6481
feat(generator): add nojekyll option (#8813)
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com>
2021-02-24 22:01:01 +01:00
Pooya Parsa b7f9cdc2a4 v2.15.2 [release] 2021-02-23 10:16:01 +01:00
renovate[bot] a893367e2f
chore(deps): update all non-major dependencies (#8861)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-20 16:23:49 +00:00
Pooya Parsa 608a380e1d v2.15.1 [release] 2021-02-19 17:36:59 +01:00
renovate[bot] 5346963585
chore(deps): update all non-major dependencies (#8853)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-19 17:04:16 +01:00
Harlan Wilton b4a31d780d
fix(types): `build.html.minify` can be false (#8835) 2021-02-16 12:13:45 +01:00
Pooya Parsa dcfb42b772 v2.15.0 [release] 2021-02-15 12:04:09 +01:00
renovate[bot] 3aa8ae3612
chore(deps): update all non-major dependencies (#8825)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-15 11:02:39 +01:00
renovate[bot] dd0eea4090
chore(deps): update all non-major dependencies (#8816)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-14 20:51:13 +00:00
Daniel Roe 119091c8d1
refactor(utils, vue-app): use `ufo` to parse queries and join urls (#8765) 2021-02-09 17:01:37 +01:00
renovate[bot] c3f3a18506
chore(deps): update all non-major dependencies (#8755)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-08 09:05:35 +01:00
Maarten Van Hoof 201ae447ac
fix(types): add missing ssr option to config types (#8784) 2021-02-07 21:21:33 +01:00
Daniel Roe fffb1a19f6
fix(types): `vue.config`types should be optional (#8767)
closes #8766
2021-02-05 15:33:26 +01:00
renovate[bot] 067f8ebedf
chore(deps): update all non-major dependencies (#8668) 2021-01-23 21:48:14 +00:00