jxnblk / mdx-deck

♠️ React MDX-based presentation decks
https://mdx-deck.jxnblk.com
MIT License
11.32k stars 605 forks source link

Bump gatsby-page-utils from 0.0.39 to 0.8.0 #777

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps gatsby-page-utils from 0.0.39 to 0.8.0.

Release notes

Sourced from gatsby-page-utils's releases.

Internals cleanup

> DEBUG=gatsby:* gatsby build

screenshot 2015-12-06 01 48 23

Can now easily override default Webpack config

@ChristopherBiscardi added a PR to make it simple to override or extend the default Gatsby Webpack configuration. Gatsby tries to anticipate most needs out of the box but many projects will need some customizations to Webpack.

See the PR and new documentation.

Now using React 0.14!

Update to React 0.14

The big change for this release was updating React to 0.14. Thanks to @patrykkopycinski for his PR!

We're still on the 0.13 series of React Router as their recent 1.0 release will require internal updates to Gatsby. Follow along at gatsbyjs/gatsby#32 if interested.

gatsby serve now gatsby develop

Serve implied Gatsby was just serving up files. Develop conveys the idea better that you're starting up a full-fledged development server with the intent to start developing.

Can now do webpack requires in your html.jsx

Previously you couldn't do webpack requires in your html component as the development server was requiring the module in node context. But with the help of @petehunt's webpack-require project, you can now require css or anything else you'd like in your html.jsx.

Improved support for prefixing site links e.g. when building for Github Pages.

See the documentation that's been added to the README.

How to upgrade

You'll need to update React in your project to React 0.14 as well as upgrade any React components that relied on older React APIs. Make sure to not install the latest react-router.

require('babel/register') doesn't work when installed globally

Hopefully this will be fixed soon.

Reported by @luandro at gatsbyjs/gatsby#54

Babel bug report at babel/babel#1889

v0.6.0

Bug fix

  • Previously Gatsby was compiling the production bundle.js with source-maps inlined. @fson noticed this and wrote a PR to fix this which reduced bundle.js size by 3x! gatsbyjs/gatsby#48

... (truncated)

Changelog

Sourced from gatsby-page-utils's changelog.

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.10.0-next.0 (2021-01-28)

Bug Fixes

  • deps: update minor and patch for gatsby-page-utils (#29176) (3e2084b)

0.9.0-next.0 (2021-01-18)

Note: Version bump only for package gatsby-page-utils

0.8.0-next.0 (2020-12-29)

Note: Version bump only for package gatsby-page-utils

0.7.0-next.1 (2020-12-29)

Note: Version bump only for package gatsby-page-utils

0.7.0-next.0 (2020-12-10)

Note: Version bump only for package gatsby-page-utils

0.6.0-next.1 (2020-12-08)

Features

  • gatsby-plugin-page-creator: Add slugify option (#28485) (721f42a)

0.6.0-next.0 (2020-11-26)

Note: Version bump only for package gatsby-page-utils

0.5.0-next.0 (2020-11-18)

Note: Version bump only for package gatsby-page-utils

0.3.0-next.1 (2020-11-10)

Note: Version bump only for package gatsby-page-utils

0.2.29 (2020-10-26)

Bug Fixes

  • deps: update minor and patch for gatsby-page-utils (#27538) (1241029)

... (truncated)

Commits
  • fbc5893 chore(release): Publish
  • 2059ead chore(release): Publish next pre-minor
  • 968914f chore(release): Publish next
  • 9eb5031 chore(release): Publish next pre-minor
  • a819b9b chore(deps): update dependency cross-env to ^7.0.3 (#28505)
  • 755950d chore(release): Publish next
  • 721f42a feat(gatsby-plugin-page-creator): Add slugify option (#28485)
  • 443c8d0 chore(release): Publish next pre-minor
  • fe83465 chore(release): Publish next pre-minor
  • 539dbb0 chore(deps): update babel monorepo (#27528)
  • Additional commits viewable in compare view


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.

Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.


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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #782.