Commit Graph

5318 Commits

Author SHA1 Message Date
Pooya Parsa 8b8eb84c89 chore: pin vue-router to 3.4.8 2020-11-09 20:01:54 +01:00
Orkhan Alikhanov 3e480fdadc fix(types): `NuxtOptionsHead` can be a function (#8319)
[deprecated]
2020-11-09 18:26:38 +01:00
Sébastien Chopin e601f0a0d6
chore(server): redirect if `router.base` specified in development (#8313) 2020-11-09 18:17:32 +01:00
renovate[bot] 63f5a0ed8c
chore(deps): update all non-major dependencies (#8300)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-09 18:11:56 +01:00
renovate[bot] 18f92749a9
chore(deps): lock file maintenance (#8320)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-09 17:17:02 +01:00
Pim 2c6610cfb8
fix(vue-app): triggerScroll when transitions is disabled (#8225) 2020-11-06 09:38:08 +01:00
Daniel Roe 005daebfce
fix(types): add missing `ssrContext` and `next` typings to `Context` (#8302)
closes #8296
2020-11-06 09:36:40 +01:00
renovate[bot] 2712eb3fde
chore(deps): lock file maintenance (#8278) 2020-11-04 14:19:12 +00:00
Clark Du 20822be26c chore(actions): cache all workspaces node_modules 2020-11-04 14:14:46 +00:00
renovate[bot] 8a25a91b60
chore(deps): update all non-major dependencies (#8267) 2020-11-04 13:59:02 +00:00
George Tsiolis eb88589550
chore(deps): update vetur extension for gitpod to 0.28.0 (#8294) 2020-11-04 13:41:57 +00:00
Xin Du (Clark) 418405c216
chore(actions): speed up windows build (#8265) 2020-11-04 13:38:38 +00:00
Xin Du (Clark) 1f9f324963
chore(deps): ignore node-sass which requires minimum node v10 2020-11-04 13:37:34 +00:00
Daniel Roe 442b6c07c9
fix(vue-app): use nuxt globalName correctly in nuxt-link and fetch mixin (#8289) 2020-11-04 13:35:29 +00:00
Daniel Roe e14b7201b4
fix(vue-app): prevent redirection loop with uri encoded path (#8280) 2020-11-04 13:35:12 +00:00
Daniel Roe 011b3b4491
test: fix redirect tests (#8282) 2020-11-04 13:32:57 +00:00
renovate[bot] baf94d31f3
chore(deps): lock file maintenance (#8250) 2020-10-29 22:45:08 +00:00
renovate[bot] 3e334ebb91
chore(deps): update actions/cache action to v2 (#8228)
* chore(deps): update actions/cache action to v2

* use relative and multiple paths for actions/cache

Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-10-29 22:31:28 +00:00
renovate[bot] 44df8cc1b1
chore(deps): update dependency caniuse-lite to ^1.0.30001154 (#8264)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-29 22:15:26 +00:00
renovate[bot] 918b589772
chore(deps): update all non-major dependencies (#8224)
* chore(deps): update all non-major dependencies

* fix lock

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-10-29 21:47:05 +00:00
Clark Du 7c2e7acc9e chore(deps): ignore postcss pacakges which require minimum node v10 2020-10-29 20:53:27 +00:00
renovate[bot] 624db79c05
chore(deps): update devdependency @rollup/plugin-commonjs to v16 (#8254)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-29 20:50:19 +00:00
renovate[bot] 9b477d532a
chore(deps): update devdependency @rollup/plugin-node-resolve to v10 (#8255)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-29 20:47:53 +00:00
renovate[bot] b6e7a6bae4
chore(deps): update devdependency @nuxtjs/eslint-config to v4 (#8226)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-29 20:11:25 +00:00
renovate[bot] 046a0a4bd3
chore(deps): update all non-major dependencies to ^26.6.0 (#8221)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-19 15:13:47 +01:00
renovate[bot] d9bf73387a
chore(deps): lock file maintenance (#8220)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-19 12:04:00 +02:00
renovate[bot] d5c05054fe
chore(deps): update all non-major dependencies (#8211)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-19 11:59:14 +02:00
Steve Perkins 2547605164
fix(cli): grammatical errors (#8219)
* Fixed grammatical errors

* Update packages/cli/src/commands/generate.js

Co-authored-by: Daniel Roe <daniel@roe.dev>

Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2020-10-19 11:58:42 +02:00
pooya parsa 265d0e7aac v2.14.7
[release]
2020-10-15 18:17:49 +02:00
Sébastien Chopin 7e7190b90d
fix: add better logs for DX with target option (#8206)
* fix: add better logs for DX with target option

* chore: add warning for old nuxt build in ssr false

* Update generator.js

* Update generate.js

* chore: better logs

* fix: update
2020-10-15 18:12:06 +02:00
renovate[bot] 044d07cb17
chore(deps): update all non-major dependencies to ^7.12.0 (#8207)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-15 13:11:27 +02:00
pooya parsa c75ac80f36
fix(babel-preset-app): always transpile optional chaining and nullish-coalescing for server (#8203) 2020-10-14 16:02:13 +02:00
pooya parsa d9f48228fe
fix(cli): rebuild if process.env changes in nuxt.config (#8200) 2020-10-14 10:30:44 +02:00
renovate[bot] 5842a64506
chore(deps): update dependency @nuxt/opencollective to ^0.3.2 (#8201)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-13 22:18:59 +02:00
pooya parsa 7e1ecfeb18 chore: update yarn.lock 2020-10-13 21:09:03 +02:00
renovate[bot] b533877b6a
chore(deps): update all non-major dependencies (#8197)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-13 21:07:29 +02:00
pooya parsa 819afcdeb4
fix(cli): avoid error about `nuxt-edge` if installed in parent `node_modules` (#8194) 2020-10-13 12:20:04 +02:00
renovate[bot] 5b87d1cfc0
chore(deps): update all non-major dependencies (#8177)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-13 12:19:36 +02:00
Daniel Roe 9c4dac3c61
fix(vue-app): use getter to provide `this.$nuxt` (#8170) 2020-10-13 12:19:08 +02:00
renovate[bot] a52b5af694
chore(deps): lock file maintenance (#8191)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-13 10:59:26 +02:00
Daniel Roe a748cf0ca3
fix(types): add type for `serverMiddleware` object format (#8182) 2020-10-11 00:34:37 +02:00
renovate[bot] 00c9dc3fc2
chore(deps): update dependency @types/node to ^12.12.67 (#8171)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-09 12:03:26 +02:00
Daniel Roe 81030bef6b
fix(types): make `NuxtConfig` an interface (#8169) 2020-10-09 12:03:04 +02:00
renovate[bot] 05353fcba8
chore(deps): lock file maintenance (#8147)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:37:01 +02:00
renovate[bot] 1b1ef37fcb
chore(deps): update dependency upath to v2 (#8157)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:36:19 +02:00
renovate[bot] f0c1375477
chore(deps): update all non-major dependencies (#8137)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-08 16:34:45 +02:00
Xin Du (Clark) 202f35584b
fix(cli): mode deprecation with explicit spa or universal flag (#8134) 2020-10-08 16:30:02 +02:00
Sébastien Chopin 34f32113b4
fix(generator): handle when no `routes.json` defined (#8166) 2020-10-08 16:29:30 +02:00
Sébastien Chopin dfaa1960f7 chore(example): remove usage of axios in layout-transitions 2020-10-06 12:43:05 +02:00
Clark Du 61e93d01f9 Revert "fix(vue-app): use mixin to provide `this.$nuxt` (#8068)"
This reverts commit 8abdc177be.
2020-09-30 12:08:57 +01:00