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.6.1 #771

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.6.1.

Release notes

Sourced from gatsby-page-utils's releases.

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

Fix for asset copying bug

Gatsby previously was crashing when trying to copy assets in the post-build step where the asset was not in a directory with a page.

#39

Fixed in https://github.com/gatsbyjs/gatsby/commit/55fee06a11299ae0d761323e35a80e7c49e1aa74

Support SVG

@fson added SVG support to the Webpack config in #34

Fully support ES6 and babel

@gesposito fixed up Gatsby's support for Babel in gatsbyjs/gatsby#31 as well as converting the starter blog to ES6

Thanks!

Fix path error on builds for non-index pages

@phlogisticfugu created a PR to fix #14

Fix "Cannot find module" error"

Bugs fixed:

  • #11 Error: Cannot find module '../lib/utils/init-starter' on second step of tutorial

0.2.0

First somewhat stable public release

Features added:

  • Install pre-built starter sites from Github.
  • Support adding link prefixes e.g. for Github sites.
  • Added two demo/starter sites, a blog and documentation site
  • Added two helper functions for auto-prefixing links and for finding the child pages for a template.
Changelog

Sourced from gatsby-page-utils's changelog.

0.6.1 (2020-12-23)

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

0.6.0 (2020-12-15)

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)

0.2.28 (2020-10-06)

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

0.2.27 (2020-10-01)

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

0.2.26 (2020-09-28)

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

0.2.25 (2020-09-15)

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

0.2.24 (2020-09-07)

Commits
  • 12a78af chore(release): Publish
  • 03d497f chore(release): Publish
  • 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)
  • 3ed71f9 chore(release): Publish pre-release
  • 7337f8c chore(release): Publish pre-release
  • 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 #777.