renovate[bot]
d962504dde
fix(deps): update dependency std-env to v2.0.2 ( #4056 )
...
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| std-env | dependencies | major | `^1.3.1` -> `^2.0.2` | [source](https://renovatebot.com/gh/blindmedia/std-env ) |
---
### Release Notes
<details>
<summary>blindmedia/std-env</summary>
### [`v2.0.2`](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.1...v2.0.2 )
[Compare Source](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.1...v2.0.2 )
### [`v2.0.1`](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.0...v2.0.1 )
[Compare Source](https://renovatebot.com/gh/blindmedia/std-env/compare/v2.0.0...v2.0.1 )
### [`v2.0.0`](https://renovatebot.com/gh/blindmedia/std-env/compare/v1.3.1...v2.0.0 )
[Compare Source](https://renovatebot.com/gh/blindmedia/std-env/compare/v1.3.1...v2.0.0 )
</details>
---
### Renovate configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate ). View repository job log [here](https://renovatebot.com/dashboard#nuxt/nuxt.js ).
2018-10-05 13:23:29 +01:00
Clark Du
2c5d9a572c
fix: xmlchars warning
2018-10-03 20:38:22 +01:00
Clark Du
f73bbe25ee
fix: only publish package include package.json ( #4045 )
...
<!--- Provide a general summary of your changes in the title above -->
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [x] Bug fix (a non-breaking change which fixes an issue)
- [ ] New feature (a non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Description
<!--- Describe your changes in detail -->
<!--- Why is this change required? What problem does it solve? -->
<!--- If it resolves an open issue, please link to the issue here. For example "Resolves: #1337 " -->
## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [ ] All new and existing tests are passing.
2018-10-03 20:28:18 +01:00
Alexander Lichter
37fc2da568
chore: update contribution guide ( #4028 )
...
* chore: update contribution guide
* refactor: content-parity with doc contribution guide
* fix: remove double double-dashes and add npm cmd
2018-10-03 20:01:02 +01:00
Clark Du
ea8c2a6505
feat: move build to packages ( #4031 )
...
* feat: move build to packages
* fix: remove build in eslint
* refactor: rename nuxt-build to nuxt-pack
2018-10-03 19:50:22 +01:00
renovate[bot]
9c3d2df0b5
chore(deps): update dependency rollup to ^0.66.3 ( #4041 )
2018-10-03 19:17:12 +01:00
Clark Du
96a737100d
chore: remove unnecessary travis config file ( #4030 )
2018-10-03 13:34:29 +03:30
Renovate Bot
32f395d7e8
fix(deps): update all non-major dependencies
2018-10-03 13:30:58 +03:30
renovate[bot]
6a88e06c45
fix(deps): update dependency postcss-preset-env to ^6.0.8 ( #4029 )
...
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| postcss-preset-env | dependencies | patch | `^6.0.7` -> `^6.0.8` | [source](https://renovatebot.com/gh/csstools/postcss-preset-env ) |
---
### Release Notes
<details>
<summary>csstools/postcss-preset-env</summary>
### [`v6.0.8`](https://renovatebot.com/gh/csstools/postcss-preset-env/blob/master/CHANGELOG.md#​608-October-1-2018 )
[Compare Source](7dfb8c9d7c...71ff1e5930
)
- Updated: `caniuse-lite` to 1.0.[`3000088`](https://renovatebot.com/gh/csstools/postcss-preset-env/commit/30000888 ) (patch)
- Updated: `postcss` to 7.0.4 (patch)
**Did you hear? PostCSS Preset Env is now part of Create React App!** 🎉
</details>
---
### Renovate configuration
📅 **Schedule**: No schedule defined.
🚦 **Automerge**: Enabled.
♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate ). View repository job log [here](https://renovatebot.com/dashboard#nuxt/nuxt.js ).
2018-10-02 09:07:52 +01:00
Renovate Bot
12db681751
chore(deps): update all non-major dependencies
2018-10-02 00:32:26 +03:30
Dmitry Molotkov
951c601cfc
Merge branch 'dev' into missing-chunk-reload
2018-10-01 14:35:06 +03:00
Sébastien Chopin
d79f9a7c67
pkg: bump to 2.1.0
2018-09-30 18:33:28 +02:00
Sébastien Chopin
fdb225fbeb
2.1.0
2018-09-30 18:28:05 +02:00
Alexander Lichter
d69b4b8b12
feat: abstract minify and use value for all modes ( #3965 )
...
* feat: abstract minify and use value for all modes
* change name to htmlMinify
* only override htmlMinify with legacy value in generate mode
* Use default options for htmlMinify and add override info to warning
* Remove redundant minification settings
* Override minification settings in generator
* Cleanup and add TODO for nuxt 3
* Improve warning
* set default minify option to "true"
* make tests pass again
* remove the culprit
* replace htmlMinify with html.minify
2018-09-30 18:12:38 +02:00
renovate[bot]
bc9071663f
fix(deps): update all non-major dependencies ( #3991 )
...
* fix(deps): update all non-major dependencies
* Update package.json
* fix(deps): lock file update
* fix test due to changed css attribute order
2018-09-30 18:11:52 +02:00
Clark Du
0393bf781c
feat: use understandable file names for analyze mode ( #4014 )
...
* feat: use understandable file names for analyze mode
* test: asset name for analyze mode
* refactor: add warning message for analyze mode
* refactor: move analyze warning to builder
* test: analyze warning message
2018-09-30 18:11:20 +02:00
Pooya Parsa
8f06a187db
feat(builder): allow to customize or disable minimizer plugins ( #4018 )
...
* feat(builder): allow to customize or disable minimizer plugins
* feat: support optimization.minimize
https://webpack.js.org/configuration/optimization/#optimization-minimize
* fix typos
2018-09-30 18:09:06 +02:00
Clark Du
1bf6385d48
fix: wrong extension for dev mode css file
2018-09-29 21:40:04 +01:00
Clark Du
f08cc76055
exmaple: remove unnecessary transpile for vuetify
2018-09-29 21:18:33 +01:00
Lajos Veres
74eb5a6302
* Typofixes - https://github.com/vlajos/misspell-fixer ( #4013 )
2018-09-29 22:05:20 +02:00
Aldarund
4a7945e7f4
prevent error page blinking for user
2018-09-29 16:13:48 +03:00
Dmitry Molotkov
984031438c
Merge branch 'dev' into missing-chunk-reload
2018-09-29 15:48:44 +03:00
Pooya Parsa
0c1d94a2c7
fix(cli): apply default value for NODE_ENV environment variable ( #4003 )
2018-09-28 18:23:25 +02:00
Pooya Parsa
d7fa66ddde
meta: improve github templates ( #4004 )
2018-09-28 13:56:13 +03:30
Pooya Parsa
daf90215b5
refactor: minior improvements
...
- ensure message is a string
- use location.reload to support hash # and also explictly bypass cache
- added minor comments
2018-09-28 12:22:35 +03:30
Pooya Parsa
c4cfd08185
Merge branch 'dev' into missing-chunk-reload
2018-09-28 12:22:19 +03:30
Sébastien Chopin
bb78a92709
fix: vue-meta version to 1.5.3
2018-09-27 16:31:49 +02:00
renovate[bot]
1fef39d488
fix(deps): update dependency cssnano to ^4.1.4 ( #3990 )
2018-09-27 17:21:05 +03:30
renovate[bot]
163cfab240
chore(deps): update all non-major dependencies ( #3986 )
2018-09-27 11:05:12 +03:30
renovate[bot]
c097598da3
chore(deps): update dependency babel-eslint to v10 ( #3984 )
2018-09-27 10:30:28 +03:30
renovate[bot]
e413dff491
chore(deps): update dependency webpack-bundle-analyzer to ^3.0.2 ( #3983 )
2018-09-27 10:28:12 +03:30
renovate[bot]
931bc88b12
chore: configure renovate bot ( #3959 )
2018-09-27 01:38:21 +03:30
Sébastien Chopin
1ab2483622
Update package.json
2018-09-26 19:10:46 +02:00
Dmitry Molotkov
4061b6fd87
dont allow to cache error pages ( #3962 )
2018-09-25 17:16:15 +02:00
Dmitry Molotkov
ccc9e7e174
add missing dep for legacy and start ( #3963 )
2018-09-25 17:15:19 +02:00
Dmitry Molotkov
df148a896e
fix: properly serialize undefined in vuex store ( #3913 )
...
* allow to serialize undefined variable in vuex store
* test properly
* fix test
* lock
2018-09-25 10:51:07 +02:00
Tatsuyuki Ishi
55a153c7d0
fix: expose loading.throttle as an option ( #3953 )
2018-09-24 18:30:22 +01:00
Alexander Lichter
c8693da621
chore: update core team info ( #3950 )
2018-09-24 17:39:15 +02:00
Sébastien Chopin
d728b81f38
Merge branch 'dev' into missing-chunk-reload
2018-09-24 17:38:40 +02:00
Alexander Lichter
054ea7931a
refactor: client store code style ( #3683 )
2018-09-24 02:15:44 +03:30
Alexander Lichter
bc1cecf4a6
chore: update dependencies ( #3947 )
2018-09-23 19:19:09 +03:30
Alexander Lichter
dabc60c44d
chore: update vue-meta version ( #3946 )
2018-09-23 11:39:02 +01:00
Sébastien Chopin
3368cd2d9a
Merge branch 'dev' into missing-chunk-reload
2018-09-23 11:03:07 +01:00
Sébastien Chopin
be5e0571ab
fix: No need to use process.client here
2018-09-23 11:00:58 +01:00
Dmitry Molotkov
9c3702c819
fix: use options.server values port, host, socket ( #3942 )
...
* user options.server values port, host, socket
* fix: Remove default value
2018-09-23 10:49:51 +01:00
Aldarund
0eb928eba9
reload in case of missing chunk ( e.g. site updated)
2018-09-22 17:41:27 +03:00
Sébastien Chopin
7a68e1dde1
contributors: Add two new members
2018-09-20 22:57:16 +01:00
Pooya Parsa
b69cabef88
hotfix: use terser-webpack-plugin
( #3928 )
...
<!--- Provide a general summary of your changes in the title above -->
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
## Description
Webpack requires `uglifyjs-webpack-plugin@1.x`. thus `uglifyjs-webpack-plugin@2.x` may not resolve correctly. Also, the webpack team decided to go with `terser-webpack-plugin` (https://github.com/webpack/webpack/pull/8036 ).
## Checklist:
<!--- Put an `x` in all the boxes that apply. -->
<!--- If your change requires a documentation PR, please link it appropriately -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly. (PR: #)
- [ ] I have added tests to cover my changes (if not applicable, please state why)
- [ ] All new and existing tests passed.
2018-09-20 22:49:43 +01:00
Pooya Parsa
e4d7bc7018
chore: sync nuxt-legacy and nuxt-start versions
2018-09-21 01:04:18 +04:30
Pooya Parsa
a7be6349f5
chore(package): automatically sort dependencies
2018-09-21 01:04:08 +04:30