mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
004f383315
This PR contains the following updates:
| Package | Type | Update | Change | References |
|---|---|---|---|---|
| puppeteer | devDependencies | minor | `^1.8.0` -> `^1.9.0` | [source](https://renovatebot.com/gh/GoogleChrome/puppeteer) |
| rollup | devDependencies | patch | `^0.66.3` -> `^0.66.4` | [source](https://renovatebot.com/gh/rollup/rollup) |
---
### Release Notes
<details>
<summary>GoogleChrome/puppeteer</summary>
### [`v1.9.0`](https://renovatebot.com/gh/GoogleChrome/puppeteer/releases/v1.9.0)
[Compare Source](https://renovatebot.com/gh/GoogleChrome/puppeteer/compare/v1.8.0...v1.9.0)
#### Big Changes
- Chromium 71.0.3563.0 (r594312)
- Debugging: Puppeteer errors now have [async stack traces](0b9d8a6271
)
- Puppeteer now can be [bundled with Browserify](https://renovatebot.com/gh/GoogleChrome/puppeteer/tree/master/utils/browser/README.md).
- It's now possible to navigate frames using [`frame.goto`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.9.0/docs/api.md#framegotourl-options) and [`frame.waitForNavigation`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.9.0/docs/api.md#framewaitfornavigationoptions)
#### API Changes
##### Added:
- [`browser.target()`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.9.0/docs/api.md#browsertarget) ([`4e48dfc`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/4e48dfc7))
- [`frame.goto(url, options)`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.9.0/docs/api.md#framegotourl-options) ([`5acf953`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5acf9531))
- [`frame.waitForNavigation(options)`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.9.0/docs/api.md#framewaitfornavigationoptions) ([`5acf953`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5acf9531))
- [`response.frame()`](https://renovatebot.com/gh/GoogleChrome/puppeteer/blob/v1.9.0/docs/api.md#responseframe) ([`5acf953`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5acf9531))
#### Bug Fixes
- [#​2374](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/2374) - feat(browser): Run puppeteer in browser (POC)
- [#​2377](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/2377) - Certificates error using puppeteer
- [#​2721](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/2721) - page.goto doesn't clear internal timeout when the browser is closed
- [#​2888](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/2888) - Cannot read property '\_bodyLoadedPromiseFulfill' of null
- [#​2918](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/2918) - Support waitForNavigation for frames
- [#​3104](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3104) - Full page screenshot fails when defaultViewport is null
- [#​3109](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3109) - Is it clear what <...Type> means in the docs?
- [#​3204](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3204) - docs: mention require('puppeteer-core')
- [#​3221](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3221) - As for puppeteer to emulate the movement of the mouse while pressing?
- [#​3232](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3232) - Add documentation and examples for iframe API.
- [#​3234](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3234) - Black render with `omitBackground: true`
- [#​3340](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3340) - Does --filter=SomeTest do anything when running npm run unit
#### Raw Notes
[`4abf7d1`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/4abf7d1) - docs(bundling): add docs about bundling for web ([#​3348](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3348))
[`8becb31`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/8becb31) - test: add failing test for page.select ([#​3346](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3346))
[`5ebfe1a`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5ebfe1a) - docs(contributing): remove the --filter note ([#​3342](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3342))
[`cd54ce3`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/cd54ce3) - fix(types): upgrade node types to 8.10.34 ([#​3341](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3341))
[`c9657f8`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/c9657f8) - docs(api.md): minor grammar and consistency fixes ([#​3320](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3320))
[`c237947`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/c237947) - chore(types): upgrade to TypeScript 3.1.1 ([#​3331](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3331))
[`842fee8`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/842fee8) - fix(page): full page screenshot when defaultViewport is null ([#​3306](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3306))
[`e75e36b`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/e75e36b) - feat(chromium): roll Chromium to r594312 ([#​3310](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3310))
[`85aca8e`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/85aca8e) - chore(testserver): prepare test server ([#​3294](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3294))
[`9c89090`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/9c89090) - chore(testrunner): fix readme description ([#​3293](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3293))
[`12e317c`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/12e317c) - chore: add .npmignore for testrunner ([#​3290](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3290))
[`5b3ddf5`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5b3ddf5) - chore(testrunner): bump version to v0.5.0-post ([#​3291](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3291))
[`907d9be`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/907d9be) - chore: prepare testrunner to be published to npm ([#​3289](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3289))
[`4e48dfc`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/4e48dfc) - feat(launcher): add experimental "transport" option to pptr.connect ([#​3265](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3265))
[`5acf953`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/5acf953) - feat(frame): introduce Frame.goto and Frame.waitForNavigation ([#​3276](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3276))
[`ad49f79`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/ad49f79) - docs(api.md): Fix description of SecurityDetails class ([#​3277](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3277))
[`0b9d8a6`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/0b9d8a6) - feat: async stacks for all "async" public methods ([#​3262](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3262))
[`9223bca`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/9223bca) - refactor: move navigation management to FrameManager ([#​3266](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3266))
[`27477a1`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/27477a1) - docs(api.md): Fix typo ([#​3273](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3273))
[`b97bddf`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/b97bddf) - refactor: unify response tracking in page.goto and waitForNavigation ([#​3258](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3258))
[`a1a211d`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a1a211d) - chore: nicer stack highlight ([#​3259](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3259))
[`a4abb4a`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a4abb4a) - feat(chromium): Roll Chromium to r591618 ([#​3263](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3263))
[`7f00860`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/7f00860) - fix(browserfetcher): Fix windows fetching ([#​3256](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3256))
[`f5d388a`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/f5d388a) - docs(api.md): add example for Mouse class ([#​3244](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3244))
[`d547b9d`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/d547b9d) - fix(browser): browser closing/disconnecting should abort navigations ([#​3245](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3245))
[`f0beabd`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/f0beabd) - chore: drop DEBUG for public API calls ([#​3246](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3246))
[`d929f7e`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/d929f7e) - fix: set JPG background to white when omitBackground option is used ([#​3240](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3240))
[`6ec3ce6`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/6ec3ce6) - chore: make sure Puppeteer bundling works ([#​3239](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3239))
[`f49687f`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/f49687f) - docs(api.md): add frame example ([#​3237](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3237))
[`a582acd`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/a582acd) - feat(chromium): roll Chromium to r590951 ([#​3236](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3236))
[`7ec0801`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/7ec0801) - fix: expect Network.responseReceived event is never dispatched ([#​3233](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3233))
[`c644a3b`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/c644a3b) - test: make sure zero-width screenshots don't hang ([#​3214](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3214))
[`9c4b6d0`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/9c4b6d0) - refactor: use browser-compliant interface of 'ws' ([#​3218](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3218))
[`56b3bd8`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/56b3bd8) - docs(readme.md): Added yarn guide also to puppeteer-core ([#​3227](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3227))
[`6581ee9`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/6581ee9) - docs: add `ndb` as a debugging tip ([#​3195](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3195))
[`1b2c811`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/1b2c811) - refactor: move Connection to use ConnectionTransport ([#​3217](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3217))
[`c967aeb`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/c967aeb) - docs(api.md): add an include statement for puppeteer-core ([#​3213](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3213))
[`c5511ec`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/c5511ec) - docs(api.md): Clarify how to call page.setCookie ([#​3215](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3215))
[`78e9d5c`](https://renovatebot.com/gh/GoogleChrome/puppeteer/commit/78e9d5c) - chore: bump version to v1.8.0-post ([#​3212](https://renovatebot.com/gh/GoogleChrome/puppeteer/issues/3212))
</details>
<details>
<summary>rollup/rollup</summary>
### [`v0.66.4`](https://renovatebot.com/gh/rollup/rollup/blob/master/CHANGELOG.md#​0664)
[Compare Source](https://renovatebot.com/gh/rollup/rollup/compare/v0.66.3...v0.66.4)
_2018-10-04_
- Fix links in warnings and errors ([#​2471](https://renovatebot.com/gh/rollup/rollup/pull/2471))
</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!`".
👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://renovatebot.com/gh/renovatebot/config-help/issues) if that's undesired.
---
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).
182 lines
4.8 KiB
JSON
182 lines
4.8 KiB
JSON
{
|
|
"name": "nuxt",
|
|
"version": "2.1.0",
|
|
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
|
|
"contributors": [
|
|
{
|
|
"name": "Sebastien Chopin (@Atinux)"
|
|
},
|
|
{
|
|
"name": "Alexandre Chopin (@alexchopin)"
|
|
},
|
|
{
|
|
"name": "Pooya Parsa (@pi0)"
|
|
},
|
|
{
|
|
"name": "Clark Du (@clarkdo)"
|
|
},
|
|
{
|
|
"name": "Jonas Galvez (@galvez)"
|
|
},
|
|
{
|
|
"name": "Alexander Lichter (@manniL}"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"module": "./lib/nuxt.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"dist",
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"nuxt",
|
|
"nuxt.js",
|
|
"nuxtjs",
|
|
"vue",
|
|
"vue.js",
|
|
"vuejs",
|
|
"vue universal",
|
|
"vue ssr",
|
|
"vue server side",
|
|
"ssr",
|
|
"vue isomorphic",
|
|
"vue versatile"
|
|
],
|
|
"homepage": "https://github.com/nuxt/nuxt.js#readme",
|
|
"bin": {
|
|
"nuxt": "./bin/nuxt"
|
|
},
|
|
"scripts": {
|
|
"build": "node -r esm ./packages/nuxt-pack/build.js",
|
|
"coverage": "codecov",
|
|
"lint": "eslint --ext .js,.mjs,.vue bin/** benchmarks examples lib packages test",
|
|
"postinstall": "opencollective || exit 0",
|
|
"test": "yarn test:fixtures && yarn test:unit",
|
|
"test:fixtures": "jest test/fixtures",
|
|
"test:e2e": "jest -i test/e2e",
|
|
"test:lint": "yarn lint",
|
|
"test:unit": "jest test/unit"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@nuxtjs/babel-preset-app": "^0.7.0",
|
|
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
|
|
"@nuxtjs/opencollective": "^0.1.0",
|
|
"@nuxtjs/youch": "^4.2.3",
|
|
"babel-loader": "^8.0.4",
|
|
"cache-loader": "^1.2.2",
|
|
"caniuse-lite": "^1.0.30000889",
|
|
"chalk": "^2.4.1",
|
|
"chokidar": "^2.0.4",
|
|
"compression": "^1.7.3",
|
|
"connect": "^3.6.6",
|
|
"consola": "^1.4.3",
|
|
"css-loader": "^1.0.0",
|
|
"cssnano": "^4.1.4",
|
|
"debug": "^4.0.1",
|
|
"devalue": "^1.0.4",
|
|
"esm": "^3.0.84",
|
|
"etag": "^1.8.1",
|
|
"file-loader": "^2.0.0",
|
|
"fresh": "^0.5.2",
|
|
"fs-extra": "^7.0.0",
|
|
"glob": "^7.1.3",
|
|
"hash-sum": "^1.0.2",
|
|
"html-minifier": "^3.5.20",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"ip": "^1.1.5",
|
|
"launch-editor-middleware": "^2.2.1",
|
|
"lodash": "^4.17.11",
|
|
"lru-cache": "^4.1.3",
|
|
"memory-fs": "^0.4.1",
|
|
"mini-css-extract-plugin": "^0.4.3",
|
|
"minimist": "^1.2.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
"pify": "^4.0.0",
|
|
"postcss": "^7.0.5",
|
|
"postcss-import": "^12.0.0",
|
|
"postcss-import-resolver": "^1.1.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-preset-env": "^6.0.10",
|
|
"postcss-url": "^8.0.0",
|
|
"semver": "^5.5.1",
|
|
"serialize-javascript": "^1.5.0",
|
|
"serve-static": "^1.13.2",
|
|
"server-destroy": "^1.0.1",
|
|
"std-env": "^2.0.2",
|
|
"style-resources-loader": "^1.2.1",
|
|
"terser-webpack-plugin": "^1.1.0",
|
|
"thread-loader": "^1.2.0",
|
|
"time-fix-plugin": "^2.0.3",
|
|
"upath": "^1.1.0",
|
|
"url-loader": "^1.1.1",
|
|
"vue": "^2.5.17",
|
|
"vue-loader": "^15.4.2",
|
|
"vue-meta": "^1.5.5",
|
|
"vue-no-ssr": "^1.0.0",
|
|
"vue-router": "^3.0.1",
|
|
"vue-server-renderer": "^2.5.17",
|
|
"vue-template-compiler": "^2.5.17",
|
|
"vuex": "^3.0.1",
|
|
"webpack": "^4.20.2",
|
|
"webpack-bundle-analyzer": "^3.0.2",
|
|
"webpack-dev-middleware": "^3.4.0",
|
|
"webpack-hot-middleware": "^2.24.2",
|
|
"webpack-node-externals": "^1.7.2",
|
|
"webpackbar": "^2.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.1.0",
|
|
"babel-core": "^7.0.0-bridge",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"babel-plugin-dynamic-import-node": "^2.1.0",
|
|
"codecov": "^3.1.0",
|
|
"cross-env": "^5.2.0",
|
|
"cross-spawn": "^6.0.5",
|
|
"eslint": "^5.6.1",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-config-standard-jsx": "^6.0.2",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-jest": "^21.24.1",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
"eslint-plugin-react": "^7.11.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^5.0.0-beta.3",
|
|
"express": "^4.16.3",
|
|
"finalhandler": "^1.1.1",
|
|
"get-port": "^4.0.0",
|
|
"jest": "^23.6.0",
|
|
"jsdom": "^12.1.0",
|
|
"klaw-sync": "^5.0.0",
|
|
"pug": "^2.0.3",
|
|
"pug-plain-loader": "^1.0.0",
|
|
"puppeteer": "^1.9.0",
|
|
"request": "^2.88.0",
|
|
"request-promise-native": "^1.0.5",
|
|
"rimraf": "^2.6.2",
|
|
"rollup": "^0.66.4",
|
|
"rollup-plugin-babel": "^4.0.3",
|
|
"rollup-plugin-commonjs": "^9.1.8",
|
|
"rollup-plugin-json": "^3.1.0",
|
|
"rollup-plugin-license": "^0.7.0"
|
|
},
|
|
"collective": {
|
|
"url": "https://opencollective.com/nuxtjs",
|
|
"logoUrl": "https://opencollective.com/nuxtjs/logo.txt?reverse=true&variant=variant2"
|
|
}
|
|
}
|