Skip to content

Commit d152e7b

Browse files
authored
Merge branch 'master' into renovate/eslint-plugin-react-hooks-4.x
2 parents d3b130f + 2263c8c commit d152e7b

File tree

60 files changed

+275
-296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+275
-296
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"eslint-plugin-filenames": "^1.3.2",
4141
"eslint-plugin-flowtype": "^6.1.1",
4242
"eslint-plugin-import": "^2.26.0",
43-
"eslint-plugin-jsx-a11y": "^6.5.1",
44-
"eslint-plugin-prettier": "^4.0.0",
45-
"eslint-plugin-react": "^7.30.0",
43+
"eslint-plugin-jsx-a11y": "^6.6.0",
44+
"eslint-plugin-prettier": "^4.2.1",
45+
"eslint-plugin-react": "^7.30.1",
4646
"fs-extra": "^10.1.0",
4747
"glob": "^7.2.3",
4848
"husky": "3.1.0",
@@ -61,7 +61,7 @@
6161
"npm-packlist": "^2.1.5",
6262
"npm-run-all": "4.1.5",
6363
"plop": "^1.9.1",
64-
"prettier": "^2.6.2",
64+
"prettier": "^2.7.1",
6565
"remark": "^13.0.0",
6666
"remark-cli": "^9.0.0",
6767
"remark-frontmatter": "^3.0.0",

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "2.19.0-next.0",
3+
"version": "2.19.0-next.1",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -23,7 +23,7 @@
2323
"babel-plugin-macros": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2525
"gatsby-core-utils": "^3.19.0-next.0",
26-
"gatsby-legacy-polyfills": "^2.19.0-next.0"
26+
"gatsby-legacy-polyfills": "^2.19.0-next.1"
2727
},
2828
"peerDependencies": {
2929
"@babel/core": "^7.11.6",

packages/create-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "2.19.0-next.0",
3+
"version": "2.19.0-next.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"fs-extra": "^10.1.0",
3131
"gatsby-plugin-utils": "^3.13.0-next.0",
3232
"joi": "^17.4.2",
33-
"microbundle": "^0.14.2",
33+
"microbundle": "^0.15.0",
3434
"node-fetch": "^2.6.6",
3535
"string-length": "^4.0.2",
3636
"terminal-link": "^2.1.1",

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "4.19.0-next.0",
4+
"version": "4.19.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -27,13 +27,13 @@
2727
"common-tags": "^1.8.2",
2828
"configstore": "^5.0.1",
2929
"convert-hrtime": "^3.0.0",
30-
"create-gatsby": "^2.19.0-next.0",
30+
"create-gatsby": "^2.19.0-next.1",
3131
"envinfo": "^7.8.1",
3232
"execa": "^5.1.1",
3333
"fs-exists-cached": "^1.0.0",
3434
"fs-extra": "^10.1.0",
3535
"gatsby-core-utils": "^3.19.0-next.0",
36-
"gatsby-telemetry": "^3.19.0-next.0",
36+
"gatsby-telemetry": "^3.19.0-next.1",
3737
"hosted-git-info": "^3.0.8",
3838
"is-valid-path": "^0.1.1",
3939
"joi": "^17.4.2",

packages/gatsby-codemods/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## gatsby-codemods
1+
# gatsby-codemods
22

33
A collection of codemod scripts for use with [JSCodeshift](https://github.com/facebook/jscodeshift) that help migrate to newer versions of Gatsby.
44

55
> **Note:** Codemods are designed to rewrite your project's files. Ensure you have a backup before going any further.
66
7-
### Setup & Run
7+
## Setup & Run
88

99
There are two ways to run codemods on this package.
1010

@@ -49,9 +49,9 @@ Structure of a jscodeshift call:
4949
- use the `--extensions` option if your files have different extensions than `.js` (for example, `--extensions js,jsx`)
5050
- see all available [jscodeshift options](https://github.com/facebook/jscodeshift#usage-cli).
5151

52-
### Included scripts
52+
## Included scripts
5353

54-
#### `global-graphql-calls`
54+
### `global-graphql-calls`
5555

5656
Add a `graphql` import to modules that use the `graphql` tag function without an import. This was supported in Gatsby v1 and deprecated for Gatsby v2.
5757

@@ -82,7 +82,7 @@ export const query = graphql`
8282
`
8383
```
8484

85-
#### `import-link`
85+
### `import-link`
8686

8787
Import `Link` from `gatsby` instead of `gatsby-link` and remove the `gatsby-link` import.
8888

@@ -103,7 +103,7 @@ export default props => (
103103
)
104104
```
105105

106-
#### `navigate-calls`
106+
### `navigate-calls`
107107

108108
Change the deprecated `navigateTo` method from `gatsby-link` to `navigate` from the `gatsby` module.
109109

@@ -128,7 +128,7 @@ export default props => (
128128
)
129129
```
130130

131-
#### `rename-bound-action-creators`
131+
### `rename-bound-action-creators`
132132

133133
Rename `boundActionCreators` to `actions`. `boundActionCreators` has been deprecated in Gatsby v2
134134

@@ -158,7 +158,7 @@ Example result:
158158
}
159159
```
160160

161-
### More scripts
161+
## More scripts
162162

163163
Check out [issue 5038 in the Gatsby repo for additional codemod ideas](https://github.com/gatsbyjs/gatsby/issues/5038#issuecomment-411516865).
164164

packages/gatsby-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-codemods",
3-
"version": "3.19.0-next.0",
3+
"version": "3.19.0-next.1",
44
"description": "A collection of codemod scripts for use with JSCodeshift that help migrate to newer versions of Gatsby.",
55
"main": "index.js",
66
"scripts": {

packages/gatsby-design-tokens/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<img src="https://user-images.githubusercontent.com/21834/74070062-35b91980-4a00-11ea-93a8-b77bde7b4c37.png" width="48" height="48" alt="rebeccapurple dot" />
2-
<br>
3-
<br>
4-
51
# gatsby-design-tokens
62

73
<a href="https://www.npmjs.org/package/gatsby-design-tokens">

packages/gatsby-design-tokens/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-design-tokens",
3-
"version": "4.19.0-next.0",
3+
"version": "4.19.0-next.2",
44
"description": "Gatsby Design Tokens",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"agadoo": "^2.0.0",
3434
"cross-env": "^7.0.3",
35-
"microbundle": "^0.14.2",
35+
"microbundle": "^0.15.0",
3636
"preval.macro": "^5.0.0"
3737
},
3838
"engines": {

packages/gatsby-legacy-polyfills/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-legacy-polyfills",
33
"description": "Polyfills for legacy browsers",
4-
"version": "2.19.0-next.0",
4+
"version": "2.19.0-next.1",
55
"main": "dist/polyfills.js",
66
"author": "Ward Peeters <[email protected]>",
77
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme",
@@ -40,7 +40,7 @@
4040
"event-target-polyfill": "^0.0.3",
4141
"execa": "^5.1.1",
4242
"fs-extra": "^10.1.0",
43-
"microbundle": "^0.14.2",
43+
"microbundle": "^0.15.0",
4444
"npm-run-all": "^4.1.5",
4545
"object-assign": "^4.1.1",
4646
"url-polyfill": "^1.1.12",

packages/gatsby-link/.babelrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{
2-
"presets": [["babel-preset-gatsby-package", { "browser": true, "esm": true }]]
3-
}
1+
{}

0 commit comments

Comments
 (0)