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.8.0 to 0.10.0 #1123

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps gatsby-cypress from 0.8.0 to 0.10.0.

Release notes

Sourced from gatsby-cypress's releases.

React 15!

Thanks to the efforts of @patrykkopycinski, Gatsby now supports React 15. This should be an easy upgrade for most people as long as your current site is showing deprecation warnings in the console.log. gatsbyjs/gatsby#252

@alampros also contributed a bug fix as he noticed that when setting the host option for gatsby develop and gatsby serve-build that the short version -h overrode the default help option. He changed that to -H so there would no longer be a conflict gatsbyjs/gatsby#247.

New --open flag, more tests, small bug fixes

@alampros added a --open flag to gatsby develop and gatsby serve-build so Gatsby can now automatically open your site in your default browser. https://github.com/gatsbyjs/gatsby/commit/09ea56a01a0530c2941871358fff70a3a562cdce

@benstepp continued his testing ways and added integration tests for building pages with Markdown and HTML and added tests for the rewritePath API. Great stuff! gatsbyjs/gatsby#240

@kyleamathews fixed a bug where running gatsby --version wasn't actually returning the version 😬 gatsbyjs/gatsby#249

Tests!, bug fixes, DX improvements

New tests!

@benstepp waded into the center of Gatsby and refactored one of the core functions AND setup a test framework AND added a number of tests. Awesome! gatsbyjs/gatsby#232

Bug fixes

Developer Experience (DX) improvements

  • @michaeljdeeb added a check that hard-coded paths in pages have a path prefix. This is a problem that's bit several people as it's easy to miss gatsbyjs/gatsby#223. Invariants are awesome!
  • @alehlopeh added a new cli command gatsby serve-build so you can easily check that your built site is working as expected. gatsbyjs/gatsby#237

Thanks everyone!

Babel 6! Require local install of Gatsby! 2500 stars!

Another release with two nice DX improvements.

Also we hit 2500 stars as I was writing this review :tada:

Babel 6

Gatsby started its life on Babel 5 but Babel 6 is out and stable so we'll upgrade along with the rest of the ecosystem and take advantage of its improved performance and awesome new plugin api.

Gatsby must now be installed as a dependency of the site

The global Gatsby install now defers to the local install of Gatsby (and throws if it can't find one). This means you can build a site and not worry about needing to upgrade it again as Gatsby accumulates breaking changes. This also helps ensure Gatsby works in environments where you don't want a global install e.g. build servers.

Upgrade instructions

  • Install Gatsby — npm install --save gatsby
  • Install new Babel 6 dependencies (they must be installed locally) — npm install --save babel-plugin-add-module-exports babel-preset-es2015 babel-preset-react babel-preset-stage-1 and npm install --save-dev babel-preset-react-hmre.
  • Uninstall old Babel 5 dependencies (if you added any).
  • The link function from gatsby-helpers.js was renamed to prefixLink to clarify its purpose.
  • Your .babelrc file needs to be upgraded to look like:
{
</tr></table> 

... (truncated)

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.11.0-next.0 (2021-01-18)

Note: Version bump only for package gatsby-cypress

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

Note: Version bump only for package gatsby-cypress

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

... (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 it's up-to-date and 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