Closed dependabot-preview[bot] closed 5 years ago
File name | Previous Size | New Size | Change |
---|---|---|---|
page-_error.js.gz | 185 bytes | 185 bytes | 0 bytes (0%) |
page-catalog.js.gz | 58.41 KB | 58.29 KB | -119 bytes (0%) |
page-catalogs.js.gz | 3.03 KB | 3 KB | -34 bytes (1%) |
page-dataset.js.gz | 18.98 KB | 18.83 KB | -151 bytes (1%) |
page-doc-publish-your-data.js.gz | 3.68 KB | 3.63 KB | -53 bytes (1%) |
page-doc.js.gz | 1.54 KB | 1.52 KB | -18 bytes (1%) |
page-events.js.gz | 2.24 KB | 2.23 KB | -8 bytes (0%) |
page-harvest.js.gz | 2.41 KB | 2.4 KB | -16 bytes (1%) |
page-index.js.gz | 5.11 KB | 5.1 KB | -4 bytes (0%) |
page-legal.js.gz | 816 bytes | 792 bytes | -24 bytes (3%) |
page-publication-datasets.js.gz | 5.1 KB | 5.04 KB | -69 bytes (1%) |
page-publication-organization.js.gz | 8.34 KB | 8.29 KB | -46 bytes (1%) |
page-publication-producers.js.gz | 4.56 KB | 4.5 KB | -62 bytes (1%) |
page-publication.js.gz | 3.32 KB | 3.29 KB | -34 bytes (1%) |
page-search.js.gz | 7.75 KB | 7.74 KB | -6 bytes (0%) |
page-doc-link-proxy.js.gz | 1.47 KB | 1.44 KB | -29 bytes (2%) |
page-embed-preview.js.gz | 5.78 KB | 5.38 KB | -411 bytes (7%) |
page-_app.js.gz | 2.37 KB | 2.2 KB | -169 bytes (7%) |
chunk-centered-map.[hash].js.gz | 177.84 KB | 177.67 KB | -179 bytes (0%) |
chunk-commons.[hash].js.gz | 136.33 KB | 135.59 KB | -755 bytes (1%) |
chunk-preview-table.[hash].js.gz | 12.81 KB | 12.66 KB | -157 bytes (1%) |
runtime-main-[hash].js.gz | 2.16 KB | 495 bytes | -1.68 KB (78%) |
runtime-webpack-[hash].js.gz | 1.2 KB | 1.23 KB | 28 bytes (2%) |
Superseded by #998.
Bumps next from 8.0.3 to 9.0.5.
Release notes
*Sourced from [next's releases](https://github.com/zeit/next.js/releases).* > ## v9.0.5 > ### Patches > > - Add example with forwardRef to readme: [#8428](https://github-redirect.dependabot.com/zeit/next.js/issues/8428) > - Update Zones Documentation: [#8426](https://github-redirect.dependabot.com/zeit/next.js/issues/8426) > - [with-electron] Upgrade electron & transpile for the installed version: [#8399](https://github-redirect.dependabot.com/zeit/next.js/issues/8399) > - Adds basic support for PnP: [#8427](https://github-redirect.dependabot.com/zeit/next.js/issues/8427) > - Update with-apollo-auth example: [#8416](https://github-redirect.dependabot.com/zeit/next.js/issues/8416) > - Adjust Create Next App install env: [#8431](https://github-redirect.dependabot.com/zeit/next.js/issues/8431) > - Adjust experimental warning: [#8432](https://github-redirect.dependabot.com/zeit/next.js/issues/8432) > - 🗜 Optimize client-side routing manifest: [#8429](https://github-redirect.dependabot.com/zeit/next.js/issues/8429) > - Change FAQ for dynamic routing: [#8439](https://github-redirect.dependabot.com/zeit/next.js/issues/8439) > - Remove Flying Shuttle experiment: [#8433](https://github-redirect.dependabot.com/zeit/next.js/issues/8433) > - Remove `__NEXT_REPLACE__BUILD_ID__` workaround: [#8445](https://github-redirect.dependabot.com/zeit/next.js/issues/8445) > - Fix custom page extension in development: [#8446](https://github-redirect.dependabot.com/zeit/next.js/issues/8446) > - Add package.json to with-zones example, make create-next-app work: [#8453](https://github-redirect.dependabot.com/zeit/next.js/issues/8453) > - Initial optimizeLibraries experimental flag: [#8345](https://github-redirect.dependabot.com/zeit/next.js/issues/8345) > - Fix build-manifest not removing _app files for modern: [#8447](https://github-redirect.dependabot.com/zeit/next.js/issues/8447) > - Doc: typo fix: [#8460](https://github-redirect.dependabot.com/zeit/next.js/issues/8460) > - Remove Duplicate Assignment: [#8464](https://github-redirect.dependabot.com/zeit/next.js/issues/8464) > - Fix a broken link in webpack config: [#8456](https://github-redirect.dependabot.com/zeit/next.js/issues/8456) > - [with-apollo] Remove prefetch attibutes: [#8465](https://github-redirect.dependabot.com/zeit/next.js/issues/8465) > - Update redux example using hooks api: [#8410](https://github-redirect.dependabot.com/zeit/next.js/issues/8410) > - Adjust lib chunk naming algorithm and prevent duplicate react-dom: [#8450](https://github-redirect.dependabot.com/zeit/next.js/issues/8450) > - Fix bug in hook destructuring optimization when ignoring array elements: [#8455](https://github-redirect.dependabot.com/zeit/next.js/issues/8455) > - Add warning when empty object is returned from getInitialProps: [#8474](https://github-redirect.dependabot.com/zeit/next.js/issues/8474) > - Add deprecation warning for App Container: [#8475](https://github-redirect.dependabot.com/zeit/next.js/issues/8475) > - Debug TypeScript test suite: [#8476](https://github-redirect.dependabot.com/zeit/next.js/issues/8476) > - Fix duplicate spaces in readme: [#8484](https://github-redirect.dependabot.com/zeit/next.js/issues/8484) > - Check for TypeScript files for auto setup: [#8479](https://github-redirect.dependabot.com/zeit/next.js/issues/8479) > - Fix invalid href with-tailwindcss example: [#8488](https://github-redirect.dependabot.com/zeit/next.js/issues/8488) > - Remove prefetch attributes from examples: [#8481](https://github-redirect.dependabot.com/zeit/next.js/issues/8481) > - Tweaks and test for library chunks fixes: [#8482](https://github-redirect.dependabot.com/zeit/next.js/issues/8482) > - Remove front from examples: 5396ab473a5aa13fa7f15487d3a521bcb23b80cc > - Update `./static/` folder documentation: [#8477](https://github-redirect.dependabot.com/zeit/next.js/issues/8477) > - Refactor data-fetch example: [#8490](https://github-redirect.dependabot.com/zeit/next.js/issues/8490) > - Update prerender-manifest structure: [#8497](https://github-redirect.dependabot.com/zeit/next.js/issues/8497) > - Remove extension from err.sh link: [#8500](https://github-redirect.dependabot.com/zeit/next.js/issues/8500) > - Add config for diffing fetched pages: [#8492](https://github-redirect.dependabot.com/zeit/next.js/issues/8492) > - Add version property to Next.js instance: [#8499](https://github-redirect.dependabot.com/zeit/next.js/issues/8499) > > ### Credits > > Huge thanks to [@ijjk](https://github.com/ijjk), [@paulogdm](https://github.com/paulogdm), [@merceyz](https://github.com/merceyz), [@arcanis](https://github.com/arcanis), [@tabomors](https://github.com/tabomors), [@huv1k](https://github.com/huv1k), [@borekb](https://github.com/borekb), [@developit](https://github.com/developit), [@housseindjirdeh](https://github.com/housseindjirdeh), [@revolunet](https://github.com/revolunet), [@HaNdTriX](https://github.com/HaNdTriX), [@ranyitz](https://github.com/ranyitz), [@Naturalclar](https://github.com/Naturalclar), [@atcastle](https://github.com/atcastle), [@raon0211](https://github.com/raon0211), [@justjavac](https://github.com/justjavac), [@Timer](https://github.com/Timer), and [@lfades](https://github.com/lfades) for helping! > > ## v9.0.5-canary.3 > ### Patches > > - Remove extension from err.sh link: [#8500](https://github-redirect.dependabot.com/zeit/next.js/issues/8500) > - Add config for diffing fetched pages: [#8492](https://github-redirect.dependabot.com/zeit/next.js/issues/8492) > ... (truncated)Commits
- [`2c7b4d8`](https://github.com/zeit/next.js/commit/2c7b4d8aaac475f81de21c0e9cb40fdea1a7a178) v9.0.5 - [`0f92a87`](https://github.com/zeit/next.js/commit/0f92a8770ad2d96f5476dc5e468ebc11c1054bb7) v9.0.5-canary.3 - [`0100599`](https://github.com/zeit/next.js/commit/010059915da401f63b56dc8e9355bb9ce7c2fc3e) Add version property to Next.js instance ([#8499](https://github-redirect.dependabot.com/zeit/next.js/issues/8499)) - [`12c211b`](https://github.com/zeit/next.js/commit/12c211bdbe20a6584afba52e670235fc9332bb0a) Add config for diffing fetched pages ([#8492](https://github-redirect.dependabot.com/zeit/next.js/issues/8492)) - [`1dbacda`](https://github.com/zeit/next.js/commit/1dbacda5760f03eb2e9bf8fe9a782415d0b41394) Remove extension from err.sh link ([#8500](https://github-redirect.dependabot.com/zeit/next.js/issues/8500)) - [`30cd8c2`](https://github.com/zeit/next.js/commit/30cd8c2840b8154a86f782ee56bef77c42634732) v9.0.5-canary.2 - [`674ba17`](https://github.com/zeit/next.js/commit/674ba172117c29d271f484587bc4c81dd83ac89a) Update prerender-manifest structure ([#8497](https://github-redirect.dependabot.com/zeit/next.js/issues/8497)) - [`483cd10`](https://github.com/zeit/next.js/commit/483cd1052f92d6d1b58144bd678bd990cc12759e) Refactor data-fetch example ([#8490](https://github-redirect.dependabot.com/zeit/next.js/issues/8490)) - [`64e8c61`](https://github.com/zeit/next.js/commit/64e8c61dcff871e44771b66444fce451b9c9a5eb) Update `./static/` folder documentation ([#8477](https://github-redirect.dependabot.com/zeit/next.js/issues/8477)) - [`5396ab4`](https://github.com/zeit/next.js/commit/5396ab473a5aa13fa7f15487d3a521bcb23b80cc) Remove front from examples - Additional commits viewable in [compare view](https://github.com/zeit/next.js/compare/v8.0.3...v9.0.5)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
.Dependabot will not automatically merge this PR because it includes a major update to a production dependency.
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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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.