ehowey / gatsby-theme-catalyst

An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
MIT License
163 stars 15 forks source link

Bump gatsby-cypress from 0.6.0 to 0.8.0 #1067

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps gatsby-cypress from 0.6.0 to 0.8.0.

Release notes

Sourced from gatsby-cypress'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

Changelog

Sourced from gatsby-cypress's changelog.

Change Log

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

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

Note: Version bump only for package gatsby-cypress

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

Note: Version bump only for package gatsby-cypress

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

Note: Version bump only for package gatsby-cypress

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

Note: Version bump only for package gatsby-cypress

0.4.12 (2020-09-28)

Bug Fixes

  • docs: remove README.md not displaying on Gatsby plugin library (#27040) (6987edb)

0.4.11 (2020-09-15)

Note: Version bump only for package gatsby-cypress

0.4.10 (2020-07-09)

Note: Version bump only for package gatsby-cypress

0.4.9 (2020-07-02)

Note: Version bump only for package gatsby-cypress

0.4.8 (2020-07-01)

Note: Version bump only for package gatsby-cypress

0.4.7 (2020-07-01)

Note: Version bump only for package gatsby-cypress

0.4.6 (2020-06-24)

Note: Version bump only for package gatsby-cypress

... (truncated)

Commits


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 merge this PR once CI passes on it, as requested by @ehowey.


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
ehowey commented 3 years ago

@dependabot squash and merge