Skip to content

Commit

Permalink
Merge branch 'develop' into inject-exact-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed May 22, 2021
2 parents df21470 + 26b80c6 commit 67fa03d
Show file tree
Hide file tree
Showing 320 changed files with 9,060 additions and 4,784 deletions.
40 changes: 37 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/theme-ui/README.md"
],
"imageSize": 63,
"contributorsPerLine": 11,
"contributorsPerLine": 8,
"commit": true,
"commitConvention": "angular",
"contributors": [
Expand Down Expand Up @@ -132,7 +132,8 @@
"contributions": [
"code",
"bug",
"doc"
"doc",
"example"
]
},
{
Expand Down Expand Up @@ -162,7 +163,8 @@
"contributions": [
"code",
"bug",
"test"
"test",
"doc"
]
},
{
Expand Down Expand Up @@ -1044,6 +1046,38 @@
"code",
"bug"
]
},
{
"login": "carolinmaisenbacher",
"name": "Carolin Maisenbacher",
"avatar_url": "https://avatars.githubusercontent.com/u/32734844?v=4",
"profile": "https://github.com/carolinmaisenbacher",
"contributions": [
"code",
"doc",
"test"
]
},
{
"login": "alexanderchan",
"name": "Alex Chan",
"avatar_url": "https://avatars.githubusercontent.com/u/1864372?v=4",
"profile": "https://twitter.com/alexandermchan",
"contributions": [
"doc",
"example",
"test",
"code"
]
},
{
"login": "kenny-f",
"name": "Kenny",
"avatar_url": "https://avatars.githubusercontent.com/u/1841819?v=4",
"profile": "https://github.com/kenny-f",
"contributions": [
"code"
]
}
]
}
15 changes: 15 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
parser: '@typescript-eslint/parser',
parserOptions: {
sourceType: 'module',
},
extends: ['react-app'],
plugins: ['@typescript-eslint'],
globals: {
__PATH_PREFIX__: true,
},
rules: {
'no-use-before-define': 'off',
'react/react-in-jsx-scope': 'off',
},
}
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ packages/custom-properties @hasparus
packages/docs @lachlanjc @hasparus
# packages/editor looking for maintainers!
# packages/gatsby-plugin-theme-ui looking for maintainers!
# packages/gatsby-theme-code-recipes looking for maintainers!
# packages/gatsby-theme-style-guide looking for maintainers!
# packages/gatsby-theme-ui-blog looking for maintainers!
# packages/gatsby-theme-ui-layout looking for maintainers!
Expand Down
96 changes: 96 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: babel-preset-gatsby
versions:
- ">= 0.11.a, < 0.12"
- dependency-name: gatsby-plugin-catch-links
versions:
- ">= 2.10.a, < 2.11"
- dependency-name: gatsby-plugin-catch-links
versions:
- ">= 2.9.a, < 2.10"
- dependency-name: gatsby-plugin-mdx
versions:
- "> 1.10.0, < 1.11"
- dependency-name: gatsby-plugin-mdx
versions:
- ">= 1.9.a, < 1.10"
- dependency-name: gatsby-plugin-react-helmet
versions:
- ">= 3.10.a, < 3.11"
- dependency-name: gatsby-plugin-react-helmet
versions:
- ">= 3.7.a, < 3.8"
- dependency-name: gatsby-plugin-react-helmet
versions:
- ">= 3.9.a, < 3.10"
- dependency-name: gatsby-plugin-react-helmet
versions:
- ">= 4.0.a, < 4.1"
- dependency-name: gatsby-plugin-react-helmet
versions:
- ">= 4.a, < 5"
- dependency-name: gatsby-source-filesystem
versions:
- ">= 2.10.a, < 2.11"
- dependency-name: gatsby-source-filesystem
versions:
- "> 2.11.0, < 2.12"
- dependency-name: gatsby-source-filesystem
versions:
- ">= 3.a, < 4"
- dependency-name: tailwindcss
versions:
- ">= 2.a, < 3"
- dependency-name: babel-preset-gatsby
versions:
- 0.12.2
- 1.0.0
- 1.1.0
- 1.3.0
- dependency-name: "@testing-library/react"
versions:
- 11.2.6
- dependency-name: "@babel/plugin-transform-runtime"
versions:
- 7.12.15
- dependency-name: gatsby-plugin-catch-links
versions:
- 3.0.0
- 3.1.0
- dependency-name: ts-jest
versions:
- 26.5.4
- dependency-name: gatsby
versions:
- 3.1.1
- dependency-name: type-fest
versions:
- 1.0.0
- dependency-name: reakit
versions:
- 1.3.6
- dependency-name: "@auto-it/conventional-commits"
versions:
- 10.21.0
- dependency-name: lerna
versions:
- 4.0.0
- dependency-name: "@auto-it/first-time-contributor"
versions:
- 10.21.0
- dependency-name: prism-react-renderer
versions:
- 1.2.0
- dependency-name: "@types/react-dom"
versions:
- 17.0.2
- dependency-name: gatsby-plugin-mdx
versions:
- 2.0.0
25 changes: 21 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,27 @@ jobs:

- name: Typecheck
run: yarn typecheck

- name: Build
run: yarn build

- name: Run Codechecks
run: yarn codechecks
env:
CC_SECRET: ${{ secrets.CC_SECRET }}
if: ${{ env.CC_SECRET != '' }}

release:
runs-on: ubuntu-latest
needs: [build]
if: >
!contains(github.event.head_commit.message, 'ci skip') &&
!contains(github.event.head_commit.message, 'ci skip') &&
!contains(github.event.head_commit.message, 'skip ci') &&
(github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
!startsWith(github.event.head_commit.message, 'chore') &&
!startsWith(github.event.pull_request.title, 'chore') && (
github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name == github.repository
)
steps:
- uses: actions/checkout@v2

Expand All @@ -47,12 +61,15 @@ jobs:

- uses: bahmutov/npm-install@v1

- name: Turnstyle
- name: Queue in release turnstile
id: turnstyle
continue-on-error: true
uses: softprops/turnstyle@v1
with:
abort-after-seconds: 600

- name: Create Release
- name: Create release
if: steps.turnstyle.outcome == 'success'
env:
GITHUB_TOKEN: ${{ secrets.AUTO_RELEASE_GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ coverage
.idea
.vscode
.envrc
.publish-log.txt
.yarn-error.log

Loading

0 comments on commit 67fa03d

Please sign in to comment.