Skip to content

Commit

Permalink
chore: apply patches for v5 (gatsbyjs#36796)
Browse files Browse the repository at this point in the history
* chore: apply patches for v5

* update lock file

* update babel-preset-gatsby-package defaults

* ensure we will use GATSBY_MAJOR=5 when releasing next versions (just in case)

* 1

* remove patches after they were applied

* remove dropped jobs from the pipeline

* drop some more jobs

* more 18s

* update babel-preset-gatsby-package snapshot

* gatsby-cli

* gatsby-cli error message

* set SLICES env var for e2e in case tests need to conditionally test it

* ??

* v5 for windows unit tests

* another gatsby-cli one

* skip accessibility -> Focus subrouter inside client-only page test for now

* skip some redirects tests for now

* update matcher to handle parenthesis

* skip some rebuild-tests until resolved

* filter out version incompability warnings from mocked reporter.warn

* aggr tests

* update ssr snapshot

* it would nice to skip the right tests

* reset e2e-test.sh changes

* it would nice to skip the right tests ... yup, i get the irony
  • Loading branch information
pieh committed Oct 12, 2022
1 parent d7ae0a4 commit 5e16a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,7 +31,7 @@
],
"license": "MIT",
"peerDependencies": {
"gatsby": "^4.0.0-next"
"gatsby": "^5.0.0-alpha-v5"
},
"repository": {
"type": "git",
Expand All @@ -45,6 +45,6 @@
},
"types": "index.d.ts",
"engines": {
"node": ">=14.15.0"
"node": ">=18.0.0"
}
}

0 comments on commit 5e16a40

Please sign in to comment.