Skip to content
Closed

Deps #203

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
45f16b6
feat: kcd -> cod
codfish Sep 15, 2019
ab174b4
chore: add github actions
codfish Sep 15, 2019
a6c3455
feat: add commitlint config files
codfish Sep 15, 2019
d7c78fc
Merge pull request #1 from codfish/codfish
codfish Sep 16, 2019
c146002
chore: fix npm registry
codfish Sep 16, 2019
8ec8a4e
Merge pull request #2 from codfish/fix-registry
codfish Sep 16, 2019
a2243f9
docs: update LICENSE
codfish Sep 16, 2019
b30ff20
feat: add more filetypes to prettier formatting
codfish Sep 17, 2019
6f41bd8
fix: add missing --no-eslint flag for lint-staged *.md command
codfish Sep 17, 2019
6a2c024
feat: bump dependencies
codfish Sep 18, 2019
3cec9a1
Merge pull request #3 from codfish/eslint
codfish Sep 18, 2019
ca41fc6
feat: add commitlint script
codfish Sep 19, 2019
fb14ad9
Merge pull request #4 from codfish/commitlint
codfish Sep 19, 2019
22db519
feat(eslint): bump eslint-config-codfish version
codfish Sep 22, 2019
98081bb
fix: downgrade eslint dep to v5
codfish Sep 24, 2019
12bd2e4
feat(jest): add support for jest.setup.js file
codfish Oct 2, 2019
7296717
style: add missing semi-colon
codfish Oct 2, 2019
35d28e2
test: fix broken dependency paths
codfish Oct 3, 2019
76e8a46
feat(jest): add testing-library setup files automatically
codfish Sep 25, 2019
38f3177
feat(jest): add fetch polyfill using react-app-polyfill
codfish Oct 3, 2019
40b568c
Merge pull request #5 from codfish/jest-setupFilesAfterEnv
codfish Oct 3, 2019
8d71799
feat: bump deps with patch version changes
codfish Oct 24, 2019
b73988b
Merge pull request #6 from codfish/deps
codfish Oct 24, 2019
466c2d3
Merge branch 'master' of https://github.com/kentcdodds/kcd-scripts in…
codfish Feb 8, 2020
9380504
Merge branch 'master' of https://github.com/kentcdodds/kcd-scripts in…
codfish Feb 8, 2020
4cb3105
ci: update github actions events
codfish Feb 8, 2020
6e9c45f
fix: only run validate pre-commit if script exists
codfish Feb 17, 2020
398138c
ci: lockdown checkout action to v1
codfish Feb 17, 2020
7b40938
Merge pull request #38 from codfish/pre-commit-validate
codfish Feb 17, 2020
5912efd
fix(jest): ensure src directory exists before using it as root
codfish Mar 31, 2020
4d83442
style: fix linting errors
codfish Mar 31, 2020
39a66ac
Merge pull request #51 from codfish/jest
codfish Mar 31, 2020
bcc7a44
docs: update readme badges
codfish Apr 22, 2020
6fc06ed
docs: update readme motivation
codfish Apr 22, 2020
104cbb9
docs: add build badge
codfish Apr 23, 2020
0d59533
docs: update readme badges
codfish Apr 23, 2020
c05f47c
fix: add missing script in spawnScript
codfish Apr 25, 2020
43abbfc
feat: bump deps
codfish Sep 10, 2020
b54d66c
Merge pull request #150 from codfish/deps
codfish Sep 10, 2020
7bd4877
feat: bump deps
codfish Nov 1, 2020
3d323d2
deps
codfish Nov 17, 2020
9440bfb
feat: bump deps
codfish Dec 7, 2020
28ade2a
Merge branch 'master' of https://github.com/kentcdodds/kcd-scripts in…
codfish Dec 8, 2020
f16901c
feat: update deps
codfish Dec 8, 2020
c13b516
feat: turn off commitlint in ci to prevent failures from upstream
codfish Dec 8, 2020
ad5065a
Merge pull request #162 from codfish/deps
codfish Dec 8, 2020
ab8c8ce
fix: use built in prettier config for eslint if no local config found
codfish Feb 26, 2021
81bd3f9
style: update eslint to line up with upstream
codfish Feb 26, 2021
4f72bf9
Merge pull request #172 from codfish/eslint-changes
codfish Feb 26, 2021
011aace
Merge branch 'main' of https://github.com/kentcdodds/kcd-scripts into…
codfish Feb 26, 2021
10efcee
style: conform to kcd-scripts styling to avoid dumb conflicts
codfish Feb 26, 2021
a1244d7
feat: bump deps
codfish Feb 26, 2021
d0a3a78
Merge pull request #173 from codfish/deps
codfish Feb 26, 2021
5b547d9
ci: run validation scripts for node 15.x
codfish Feb 28, 2021
d90dfd4
fix: bump eslint-config-codfish, remove direct dep of eslint-config-p…
codfish Feb 28, 2021
1dcdbc2
Merge pull request #174 from codfish/deps
codfish Feb 28, 2021
e16daed
feat: bump eslint-config-codfish@9
codfish Mar 1, 2021
0b95372
Merge pull request #175 from codfish/deps
codfish Mar 1, 2021
0003867
ci: add pr versions
codfish Mar 19, 2021
8e959eb
Merge pull request #176 from codfish/pr-versions
codfish Apr 3, 2021
ca157f0
fix: reference builtin babel config for @babel/eslint-parser
codfish Apr 24, 2021
904d76e
ci: update branch patterns for release workflow
codfish Apr 24, 2021
f205e80
ci: use semantic-release to speed up releases
codfish Apr 24, 2021
c4298f4
feat: update node engine requirement to >=12.0.0
codfish Apr 24, 2021
482db85
Merge pull request #183 from codfish/fix-babel
codfish Apr 25, 2021
fc14169
feat: bump deps
codfish Apr 24, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
299 changes: 0 additions & 299 deletions .all-contributorsrc

This file was deleted.

4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
dist/
coverage/
package-lock.json
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ never done that before, that's great! Check this free short video tutorial to
learn how: http://kcd.im/pull-request
-->

- `kcd-scripts` version:
- `cod-scripts` version:
- `node` version:
- `npm` (or `yarn`) version:

Expand Down
39 changes: 39 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Release

on:
push:
branches:
- master
- main
- alpha
- beta
- next
- 'next-major'
- '+([0-9])?(.{+([0-9]),x}).x'

jobs:
release:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1

- uses: actions/setup-node@v1
with:
node-version: 12.x

- name: validate before release
run: |
npm install --no-save
npm run build
npm run lint
npm run test
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
CI: true

- name: semantic release
uses: docker://ghcr.io/codfish/semantic-release-action:v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading