danibram / mocker-data-generator

A simplified way to generate masive mock data based on a schema, you can use the awesome fake/random data generators like (FakerJs, ChanceJs, CasualJs and RandExpJs)
https://danibram.github.io/mocker-data-generator/
MIT License
426 stars 45 forks source link

Update next in group default to the latest version πŸš€ #90

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency next was updated from 7.0.3 to 8.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.1

Patches

  • [with-typescript] Fixed incorrect query type: #6238
  • Updated examples for build-time env configuration for v8: #6237
  • Add setup to run example with cookie authentication locally: #6101
  • Apply babel to .mjs files: #6253
  • Styled-components example: use a fragment for styles initial prop: #6252
  • Add yarn check to test: #6257
  • Change anynymous functions to named functions on examples in the README.md file: #6255
  • Add module as server fallback main field: #6256
  • Fix Runtime Config in next export: #6258
  • Set default Error status code to 404: #6276
  • Fix Docs: #6270
  • [with-typescript] Fixed incorrect query type: #6238
  • Updated examples for build-time env configuration for v8: #6237
  • Add setup to run example with cookie authentication locally: #6101
  • Styled-components example: use a fragment for styles initial prop: #6252
  • Add yarn check to test: #6257
  • Change anynymous functions to named functions on examples in the README.md file: #6255
  • Fix Runtime Config in next export: #6258
  • Apply babel to .mjs files: #6253
  • Add module as server fallback main field: #6256

Credits

Huge thanks to @resir014, @Ephem, @j0lv3r4, @developit, @elliottsj, @dav-is, @Timer, @Timer, @resir014, @Ephem, @j0lv3r4 , @elliottsj, and @revskill10 for helping!

Commits

The new version differs by 15 commits.

  • 7fd9cb4 v8.0.1
  • 77a5a6f v8.0.1-canary.0
  • 4fea345 Merge branch 'master' into canary
  • 10f41f5 Fix Docs (#6270)
  • f43e1a9 Set default Error status code to 404 (#6276)
  • 68db099 v8.0.0-canary.24
  • bd24918 Fix Runtime Config in next export (#6258)
  • 33b9ebc Add module as server fallback main field (#6256)
  • 23c9c0d Change anynymous functions to named functions on examples in the README.md file (#6255)
  • e1056e3 Add yarn check to test (#6257)
  • 4dd6094 styled-components example: use a fragment for styles initial prop (#6252)
  • 734513b Apply babel to .mjs files (#6253)
  • 80cb91e Add setup to run example with cookie authentication locally (#6101)
  • 2ab1ae7 Updated examples for build-time env configuration for v8 (#6237)
  • 3746d7d [with-typescript] Fixed incorrect query type (#6238)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.2

Patches

  • Add example using lingui.js: #6210
  • Fixes a few inconsistencies in server routes examples: #6382
  • Update link in wasm example: #6389
  • Drop cli-cursor dependency: #6387
  • Move webpack config to TypeScript: #6348
  • Feat: Validate url.format calls: #6379
  • [with-sentry] Use env config instead of webpack where possible: #6381
  • Remove alternate screen usage: #6377
  • Pass all <Html> props to <html>: #6378
  • Fixed missing next deployment directory bug: #6331
  • Updated module and removed old example in socket.io example: #6368
  • Assign deep defaults for custom config: #6359
  • Add SSR'd Portals example: #6365
  • Fixes for with-sentry example: #6362
  • Add Html tag for custom Document: #6372
  • Recreate stdChannel (or saga middleware).: #6330
  • Use a query parameter for AMP pages instead of new route: #6336
  • Load styled-components example on codesandbox: #6321
  • Fix: pass full path to launch-editor: #6302
  • Join merged style tags: #6345
  • Add tests for AMP style tags: #6355
  • Update readme with ZEIT Now deployment guide link: #6341
  • Remove onDemandEntries WebSocket server in favor of EventSource connection: #6354
  • Upgrade standard and fix files: #6358
  • Make getBaseWebpackConfig synchronous.: #6356
  • Add --frozen-lockfile to circleci: 17ad1eb
  • Use alternate screen buffer if terminal supports it: #6364
  • Fix style importing: #6322
  • Fix recursive hydration of next/dynamic: #6326
  • Pass through arguments of the next cli correctly: #6327
  • Make build output friendlier: #6320
  • Fix url in docs: #6323
  • Development mode output improvement: #6312
  • Fix README links: #6284
  • Fixes hashed statics readme: #6293
  • Remove lerna bootstrap: #6289
  • [experimental] Rendering to AMP: #6218
  • Update webpack message formatter: #6299
  • Use process.browser instead of env probing: #6286
  • Push redux-saga to major release 1.0.1.: #6300
  • Block Certain Env Keys That Are Used Internally: #6260
  • Add falling back to fetch based pinging for onDemandEntries: #6310

Huge thanks to @dav-is, @Timer, @isaachinman, @jesstelford, @afuggini, @7ma7X, @kinetifex, @bbortt, @klujanrosas, @timothyis, @wtgtybhertgeghgtwtg, @A-Tokyo, @joshua-scott, @garmeeh, @jontonsoup4, @slaskis, @vgrafe, and @felixmosh.

Special thanks to @ijjk for continued involved with on-demand-entries.

Special thanks to @kinetifex and @indexzero for their feedback on the on-demand-entries websocket implementation.

Commits

The new version differs by 52 commits.

  • 016d41f v8.0.2
  • ce7dcae v8.0.2-canary.7
  • 1757ad0 Drop cli-cursor dependency (#6387)
  • 414e8fa Update link in wasm example (#6389)
  • d7856c6 fixes a few inconsistencies in server routes (#6382)
  • 9f5d1ef Add example using lingui.js (#6210)
  • faf69b4 v8.0.2-canary.6
  • 5ab3f00 Fixed missing next deployment directory bug (#6331)
  • 3ba1811 Pass all <Html> props to <html> (#6378)
  • 8b78476 Remove alternate screen usage (#6377)
  • 09508ed [with-sentry] Use env config instead of webpack where possible (#6381)
  • 6e23b75 feat: Validate url.format calls (#6379)
  • 61de215 Move webpack config to TypeScript (#6348)
  • 0bf5041 v8.0.2-canary.5
  • 5ff2dea Add Html tag for custom Document (#6372)

There are 52 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.0.3

Patches

  • Fix hot reloading in the yarn workspaces example: #6402
  • Remove ansi-html dep: #6394
  • Add an example using ESI cache (with React ESI): #6225
  • Fix invalid ping response throwing error in client: #6397
  • Don’t hide parse error from on-demand-entries: d0e90d0

Credits

Huge thanks to @dunglas, @ijjk, and @martpie for helping!

Commits

The new version differs by 8 commits.

  • a99323c v8.0.3
  • e05229b Fix hot reloading in the yarn workspaces example (#6402)
  • ca7b772 v8.0.3-canary.0
  • d0e90d0 Don’t hide parse error from on-demand-entries
  • 299eeb4 Merge branch 'master' into canary
  • 71ae456 Fix invalid ping response throwing error in client (#6397)
  • e0896e5 Add an example using ESI cache (with React ESI) (#6225)
  • d14d170 Remove ansi-html dep (#6394)

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 233 commits.

  • e6e4a15 v8.0.4
  • 25deefb Avoid "ad" anywhere in the buildId (#6854)
  • 742f29f buildId is not an ad (#6851)
  • e25312b Make sure error isn't swallowed for production test on CircleCi (#6848)
  • 14eef58 Re-add chromedriver retrying from previous webdriver setup (#6846)
  • 8cd7bd1 Fix wrong anchors and add missing link (#6845)
  • 3a7caa6 v8.0.4-canary.31
  • c864ab9 Added useBuiltIns to babel object-rest-spread (#6805)
  • 41da136 v8.0.4-canary.30
  • f6786b4 v8.0.4-canary.29
  • 99023b9 v8.0.4-canary.28
  • 71680fb Fix typo in workflow (#6838)
  • e48610e v8.0.4-canary.27
  • f6439ae Add workflow to generate stats for release (#6836)
  • 6bb8327 Exclude transform-typeof-symbol (#6812)

There are 233 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v8.1.0

New Features

Next.js 8.1 introduces AMP support on a per-page basis, allowing incremental adoption of AMP.

Please read our blog post to learn more!

Patches

  • Fix adblock comment: #6859
  • Added async-to-promises transform: #6797
  • Amp-bind data injection: #6840
  • Add optimizing AMP pages: #6835
  • Emit manifest of all page files: #6853
  • Add error message for AMP bind syntax: #6865
  • Refine selective page building: #6866
  • Add an experimental debug mode to builds: #6870
  • Add useRouter hook: #6869
  • Added an HTTP2 server example: #6856
  • Fastify example dep update: #6714
  • Update Sentry to v5 and add @sentry/integrations: #6873
  • Added example with react-multi-carousel for rendering items on the server-side: #6820
  • Temporarily pass arguments directly: #6876
  • Allow only values that can be serialized to key: #6881
  • Add RouterContext in production mode: #6883
  • Fix serverless options: #6884
  • Update to latest version of amp-toolbox-optimizer: #6885
  • Set buildId to a fixed value during debug build: #6886
  • Update docs for env variables: #6889
  • Upgrade amp-toolbox-optimizer: #6890
  • Add check for data in serverless-loader: #6893
  • Add test for AMP in serverless mode: #6894
  • Dont prefetch with debug mode: #6895
  • Revert weird firefox workaround: #6896
  • Add checking of react versions: #6892
  • Make Client request BUILD_ID from the Server: #6891
  • Compute Chunk Graph file hashes on emit: #6897
  • Add ** experimental page globbing support: #6899
  • Correctly compute unknown module ids: #6898
  • Extract styled-jsx: #6901
  • Turn off module opts when selective page building: #6903
  • Temporarily only do one pass: #6900
  • Revert "Extract styled-jsx " (#6907): #6901
  • Only handle on catch in render: #6908
  • Add query for debugging amp data: #6909
  • Add useRequest hook and RequestContext: #6910
  • Add more chunk graph data: #6911
  • Better debug build message: #6915
  • Add a build all but specified pages mode: #6916
  • Fix page resolution: #6920
  • Remove route cache key: #6921
  • Make chunk graph more accurate: #6923
  • Add lambda version of shared chunks: #6924
  • Fix nesting level of client page scripts: #6925
  • Add babel-plugin-transform-async-to-promises: #6929
  • Bump parallelism on circleci: #6926
  • Use var as libraryTarget: #6945
  • Disable terser for server build: #6951
  • Simplify options assignment: #6949
  • Optimize resolve configuration: #6954
  • Upgrade Async to Promises: #6958
  • Replace imurmurhash with string-hash: #6964
  • Moved NODE_ENV to our config: #6965
  • Circleci filter PRs: #6961
  • Add Amp bind error message: #6962
  • Do not clear the console: #6758
  • Remove use of Promise.finally in polyfill: #6975
  • Disabled performance config in webpack: #6976
  • Brought escape-string-regexp source to next: #6979
  • Disabled the checkWasmTypes config in webpack: #6978
  • Fix getSpecifiedPages on Windows: #6977
  • Adjust flying shuttle minify: #6980
  • Custom ReasonML Server: #6970
  • Update README.md: #6749
  • Update no-document-title.md: #6832
  • Custom hapi server example handle static files: #6822
  • Added cross-env package for using on Windows: #6877
  • Fix re-rendering on client after navigating back from external: #6652
  • Update root-static-files example: #6967
  • The externals option is undefined for client builds: #6983
  • Adjust onFinishCallback polyfill: #6984
  • Add an experimental mode for flyingShuttle: #6985
  • Remove CLI and negative page building: #6986
  • Move build utils to their own file: #6990
  • Fix Chunk Graph Plugin hashes type: #6994
  • Use chunkGroup request over rawRequest for loadable manifest: #6993
  • Adjust all modules identified plugin output: #6995
  • Correct page search order: #6996
  • Disable recordsPath for selective page building: #6997
  • Disable flying shuttle when building for now dev: #6998
  • Add new getFileForPage helper to build utils: #6999
  • Add Flying Shuttle v1: #6991
  • Use next.config env and packages to calculate hashes: #7001
  • Add Flying Shuttle tests: #7000
  • Set custom cacheIdentifier for babel-loader: #6982
  • Add package.json to example: #7004
  • Simplify profiling and add serverless target: #7007
  • Make async-to-promises babel plugin experimental: #7006
  • Disable terser on .min.js input files: #7008
  • Replace .amp.js with withAmp(Comp): #7009
  • Switch to using .next/cache for flying shuttle and terser: #7013
  • Update with-graphql-hooks example to exclude SSR library from commons chunk: #7015
  • Make sure AmpContext is available in _document: #7021
  • Amp page level reload: #6971
  • Set descriptive displayName on withRouter HOC: #7017
  • Fix GitHub spelling: #7024
  • Enable strict type checking on custom-server-typescript example: #7025
  • Fix missing dash: 3363f26
  • Update README.md: e4ceb90
  • Add x-powered-by: #7029
  • Add AMP docs to README: #7031
  • Re-add experimental amp config: #7030
  • Remove noDirtyAmp option: #7032
  • Add experimental option to enable terser loader: #7033
  • Move next/router to Typescript: #7019
  • Remove experimental amp config: #7046
  • Remove experimental flag: #7048
  • Remove client bundles for AMP only pages: #7034
  • AMP fix escaped rel: #7045
  • Add a dot to a note in README.md: #7053
  • Updated handling of AMP page reloading: #7052

Credits

Huge thanks to @merelinguist, @lfades, @timneutkens, @Timer, @ijjk, @shahzeb1, @crutchcorn, @HeadFox, @YIZHUANG, @omonk, @justinmchase, @Tevinthuku, @mayank23, @ajrussellaudio, @IvanJov, @nguyenkhois, @kylemh, @j0lv3r4, @alexparish, @SBoudrias, @friederbluemle, @jalcalav, and @lucas0707 for helping!

Commits

The new version differs by 149 commits.

  • 0dbd3b9 v8.1.0
  • 588a8f3 v8.0.5-canary.35
  • fdfbab5 Updated handling of AMP page reloading (#7052)
  • abae173 Add a dot to a note in README.md (#7053)
  • 75a2c45 AMP fix escaped rel (#7045)
  • 59b328b Remove client bundles for AMP only pages (#7034)
  • 5054e94 Remove experimental flag (#7048)
  • 6f9c3aa Remove experimental amp config (#7046)
  • c48340c Move next/router to Typescript (#7019)
  • 8b136a6 Add experimental option to enable terser loader (#7033)
  • cedd9b0 v8.0.5-canary.34
  • a79bacc Remove noDirtyAmp option (#7032)
  • cf889d6 Re-add experimental amp config (#7030)
  • 016c197 Add AMP docs to README (#7031)
  • 1a53ca7 Add x-powered-by (#7029)

There are 149 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€