Skip to content

Commit 3120970

Browse files
authored
Merge branch 'master' into renovate/eslint-plugin-react-hooks-4.x
2 parents 1761fb9 + 0d649a8 commit 3120970

File tree

762 files changed

+64115
-26034
lines changed

Some content is hidden

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

762 files changed

+64115
-26034
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,13 @@ jobs:
320320
test_path: integration-tests/functions
321321
test_command: yarn test
322322

323+
integration_tests_head_function_export:
324+
executor: node
325+
steps:
326+
- e2e-test:
327+
test_path: integration-tests/head-function-export
328+
test_command: yarn test
329+
323330
e2e_tests_path-prefix:
324331
<<: *e2e-executor
325332
environment:
@@ -626,6 +633,8 @@ workflows:
626633
<<: *e2e-test-workflow
627634
- integration_tests_functions:
628635
<<: *e2e-test-workflow
636+
- integration_tests_head_function_export:
637+
<<: *e2e-test-workflow
629638
- integration_tests_gatsby_cli:
630639
requires:
631640
- bootstrap

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,14 @@ body:
3737
attributes:
3838
label: Reproduction Link
3939
placeholder: "https://github.com/username/repository-name/"
40-
description: "Link to a reproduction (GitHub repository, Codesandbox, etc.). **Do not link to your actual project**, but provide a minimal reproduction in a fresh project -- how to make a minimal reproduction: https://gatsby.dev/reproduction"
40+
description: |
41+
Link to a minimal reproduction (GitHub repository, CodeSandbox, StackBlitz, etc.).
42+
43+
**Do not link to your actual project**, but provide a minimal reproduction in a fresh project — how to make a minimal reproduction: https://gatsby.dev/reproduction
44+
45+
You can use these links to quickly set up a new reproduction:
46+
- CodeSandbox: https://githubbox.com/gatsbyjs/gatsby-starter-minimal
47+
- StackBlitz: https://githubblitz.com/gatsbyjs/gatsby-starter-minimal
4148
validations:
4249
required: true
4350
- type: textarea

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/gatsby/src/utils/source-nodes-api-runner.ts @gatsbyjs/integrations-collaboration

packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md renamed to deprecated-packages/gatsby-plugin-remove-trailing-slashes/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.19.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-remove-trailing-slashes) (2022-07-19)
7+
8+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.19)
9+
10+
**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes
11+
12+
## [4.18.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-remove-trailing-slashes) (2022-07-05)
13+
14+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.18)
15+
16+
**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes
17+
18+
## [4.17.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-remove-trailing-slashes) (2022-06-21)
19+
20+
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.17)
21+
22+
**Note:** Version bump only for package gatsby-plugin-remove-trailing-slashes
23+
624
## [4.16.0](https://github.com/gatsbyjs/gatsby/commits/[email protected]/packages/gatsby-plugin-remove-trailing-slashes) (2022-06-07)
725

826
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16)

packages/gatsby-plugin-remove-trailing-slashes/README.md renamed to deprecated-packages/gatsby-plugin-remove-trailing-slashes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gatsby-plugin-remove-trailing-slashes
22

3-
**Please Note:** This plugin will soon be **deprecated**, please use Gatsby's `trailingSlash` option. Read the [documentation](https://gatsby.dev/trailing-slash) to learn more.
3+
**Please Note:** This plugin is **deprecated**, please use Gatsby's `trailingSlash` option. Read the [documentation](https://gatsby.dev/trailing-slash) to learn more.
44

55
This plugin removes trailing slashes from your project's paths. For
66
example, `yoursite.com/about/` becomes `yoursite.com/about`.

packages/gatsby-plugin-remove-trailing-slashes/package.json renamed to deprecated-packages/gatsby-plugin-remove-trailing-slashes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-remove-trailing-slashes",
33
"description": "Removes trailing slashes from your project's paths. For example, yoursite.com/about/ becomes yoursite.com/about",
4-
"version": "4.19.0-next.0",
4+
"version": "4.20.0-next.0",
55
"author": "[email protected]",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@babel/cli": "^7.15.4",
1414
"@babel/core": "^7.15.5",
15-
"babel-preset-gatsby-package": "^2.19.0-next.0",
15+
"babel-preset-gatsby-package": "^2.20.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},
1818
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-remove-trailing-slashes#readme",

0 commit comments

Comments
 (0)