technologiestiftung / bezirksregionenprofile

1 stars 0 forks source link

Bump nuxt from 1.4.0 to 2.3.4 #1

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps nuxt from 1.4.0 to 2.3.4.

Release notes *Sourced from [nuxt's releases](https://github.com/nuxt/nuxt.js/releases).* > ## v2.3.4 > (Please skip `v2.3.3` release. It was mistaken.) > > ## 🔧 Fixes > > - **CLI:** `nuxt-start` command should always start nuxt in production mode ([#4384](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4384)) > - **Modern Mode:** Fix behavior where `modern=true` or `false` didn't work as expected ([#4378](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4378)) > - **Router:** Correctly handle Unicode page names ([#4402](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4402)) > - **Router:** Emit `triggerScroll` event after changing the layout ([#4399](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4399)) > - **Components:** Allow `0` values for progress bar attributes ([#4397](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4397)) > - **Server/Tests:** Correctly print timeout error message for JSDom ([#4412](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4412)) > > ## ⚡️ Dependencies > > - Update dependency `vue-router` from `3.0.1` to `3.0.2` ([#4394](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4394)) > - Update dependency `@nuxt/friendly-errors-webpack-plugin` from `2.3.0` to `2.3.2` > - Update dependency `mini-css-extract-plugin` from `0.4.4` to `0.4.5` > - Update dependency `webpack` from `4.26.0` to `4.26.1` > - Update dependency `vue-meta` from `v1.5.5` to `v1.5.6` > - Remove `opencollective` dependency from `nuxt-start` ([#4415](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4415)) > - Remove `lodash` dependency from packages to reduce the `nuxt-start` size ([#4411](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4411)) > > ## v2.3.2 > ## Fixes > > - Use exact versions for Nuxt internal packages > - Fallback to default value when `publicPath` is falsy ([#4365](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4365)) > - Add lodash inside templating ([#4368](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4368)) > > ## v2.3.1 > ## 📝 Release Notes > > With v2.3, Nuxt.js is splitted into smaller packages (Aka a mono-repo). This means smaller packages, independent versioning support and ability to replace _any_ part of Nuxt.js without dirty hacks. Before this release, we carefully tested the latest updates using edge release channel against real-world projects and there should be no breaking changes. > > Please note that for upgrading Nuxt.js just changing version inside `package.json` is not enough. Please use `yarn upgrade` or `npm upgrade` so that the final directory structure of `node_modules` will be correct. In case of problems clean up `node_modules` and `yarn.lock`/`package-lock.json`. Still having problems? [open an issue](https://cmty.app/nuxt/issues/new) in cmty! > > ## 🔧 Fixes and Enhancements > > - CLI and DX improvements ([#4259](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4259)) > - CLI cleanups and improvements ([#4222](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4222)) > - Improve nuxt-loading component ([#3891](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/3891)) > - Set defaults for port and host values ([#4207](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4207)) > - Dynamically read environment variables when loading `nuxt.config.js` (PR [#4208](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4208)) > - Support custom pushAssets function to control http2 push headers ([#4198](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4198)) > - Reduce duplicate code in `routes.js` ([#4121](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4121)) > - Print warning when using `build.extractCSS.allChunks` ([#4097](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4097)) > - Throw an error when layout property is not string ([#4142](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4142)) > - Use `require.resolve` to get the path of babel-loader ([#4150](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4150)) > - Check style resources for existence ([#4155](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4155)) > - Serialize config head fn shorthand correctly ([#4283](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4283)) > ... (truncated)
Changelog *Sourced from [nuxt's changelog](https://github.com/nuxt/nuxt.js/blob/dev/CHANGELOG.md).* > ## [2.3.4](https://github.com/nuxt/nuxt.js/compare/v2.3.2...v2.3.4) (2018-11-26) > > > ### Bug Fixes > > * **pkg:** move opencollective dependency nuxt and nuxt-legacy ([#4415](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4415)) ([4a85c03](https://github.com/nuxt/nuxt.js/commit/4a85c03)) > * **progress-bar:** allow 0 for values and remove duplicate defaults ([#4397](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4397)) ([8030ca1](https://github.com/nuxt/nuxt.js/commit/8030ca1)) > * **scrollBehavior:** emit triggerScroll event after changing layer ([#4399](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4399)) ([0c6c69b](https://github.com/nuxt/nuxt.js/commit/0c6c69b)), closes [#4080](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4080) > * **server, jsdom:** fix timeout error message ([#4412](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4412)) ([e1c1240](https://github.com/nuxt/nuxt.js/commit/e1c1240)) > * **server, vue-app:** allow unicode page names ([#4402](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4402)) ([d187793](https://github.com/nuxt/nuxt.js/commit/d187793)) > * empty error message in dev mode ([47f02ae](https://github.com/nuxt/nuxt.js/commit/47f02ae)) > * modern=true or false not work as expected ([#4378](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4378)) ([ff7c083](https://github.com/nuxt/nuxt.js/commit/ff7c083)) > * router Expected "0" to be defined ([#4394](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4394)) ([54d2737](https://github.com/nuxt/nuxt.js/commit/54d2737)) > > > ### Performance Improvements > > * **pkg:** remove lodash dependency from packages ([#4411](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4411)) ([7e1beed](https://github.com/nuxt/nuxt.js/commit/7e1beed))
Commits - [`16c5b89`](https://github.com/nuxt/nuxt.js/commit/16c5b892fa3104992f3a6778ac97a0fcb1ca657c) v2.3.4 - [`e4a02a5`](https://github.com/nuxt/nuxt.js/commit/e4a02a51aceb3c92e47a31c2e83df8b20cc666a6) whitelist CHANGELOG files - [`c96e9f4`](https://github.com/nuxt/nuxt.js/commit/c96e9f49964c6acaf3daa2f17b16261663a5d42c) lerna auto tag - [`be126bd`](https://github.com/nuxt/nuxt.js/commit/be126bd962fd6491713d72b2f281c2677e4eb358) remove extra gitHead - [`eefa130`](https://github.com/nuxt/nuxt.js/commit/eefa13033f106508732f984d6a6a45894a572197) hotfix: build on prepublish hook - [`d0af6a4`](https://github.com/nuxt/nuxt.js/commit/d0af6a473664bbf55b06aec30023a51dd3d6dc9d) bump: Bump to v2.3.3 - [`2e90166`](https://github.com/nuxt/nuxt.js/commit/2e90166f2a87271dedaf7072c2f7d9457bff5d34) update @nuxtjs/opencollective to 0.2.0 - [`f10c982`](https://github.com/nuxt/nuxt.js/commit/f10c9829a86b0f6848c1db9694c087edfd081fc9) chore(deps): update dependency vue-meta to ^1.5.6 ([#4427](https://github-redirect.dependabot.com/nuxt/nuxt.js/issues/4427)) - [`b7285fe`](https://github.com/nuxt/nuxt.js/commit/b7285fe8f3c3370f1868b923994790edb33e3868) remove build with devtools tests as feature is not merged yet - [`b582e70`](https://github.com/nuxt/nuxt.js/commit/b582e706fc249dea092360a87f0f1238d0c56506) update patch-only dependencies - Additional commits viewable in [compare view](https://github.com/nuxt/nuxt.js/compare/v1.4.0...v2.3.4)
Maintainer changes This version was pushed to npm by [pi0](https://www.npmjs.com/~pi0), a new releaser for nuxt since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.