Commit graph

14 commits

Author SHA1 Message Date
Marc Cataford
5c1ec76feb
ci: manual releases (#194)
* ci: manual releases

* build: unused dep
2021-03-19 17:09:47 -04:00
Marc Cataford
5e1dec842a
refactor: more cleanup (#164)
* chore: misplaced test file

* refactor: rename, async main

* refactor: fix types

* chore: type args

* refactor: extract package root invariant

* refactor: error behaviour on limit exceeded

* test: more precise error cov

* refactor: extract logging

* refactor: logger

* test: index fix

* refactor: move mocking downstream
2021-03-19 16:49:27 -04:00
Marc Cataford
72673970c0
refactor: mockless tests (#163)
* refactor: parametrize cwd

* test: set up helpers and validate

* refactor: remove mocks from tests

* ci: bump node

* build: bump node

* refactor: extract utils, hoist cwd up

* test: cov utils
2021-02-18 23:31:33 -05:00
dependabot-preview[bot]
da74b4d9fb
build(deps-dev): bump eslint-config-prettier from 6.11.0 to 7.2.0 (#156)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 7.2.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v7.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-17 22:38:11 -05:00
dependabot-preview[bot]
8275f7674e
build(deps-dev): bump eslint-plugin-jest from 23.20.0 to 24.1.5 (#161)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.20.0 to 24.1.5.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-17 22:34:31 -05:00
Marc Cataford
ac1adaa22f
build: switch to berry (#162)
* build: switch to berry

* ci: deprecated opt
2021-02-17 21:34:44 -05:00
Marc Cataford
401196d62a
refactor: move to Typescript (#146)
* chore: add swap files to ignores

* chore: set up typescript deps

* refactor: rough conversion

* chore: linting config

* refactor: isolate untestable bits

* chore: runtime mapping

* chore: move tests
2020-12-12 19:18:25 -05:00
dependabot-preview[bot]
24e5404cae
build(deps-dev): bump @tophat/eslint-config from 0.6.1 to 0.7.0 (#58)
Bumps [@tophat/eslint-config](https://github.com/tophat/eslint-config) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/tophat/eslint-config/releases)
- [Changelog](https://github.com/tophat/eslint-config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tophat/eslint-config/compare/v0.6.1...v0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-15 20:09:21 -04:00
dependabot-preview[bot]
ef9e514fed
build(deps-dev): bump eslint from 6.8.0 to 7.0.0 (#34)
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v6.8.0...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-12 09:49:28 -04:00
dependabot-preview[bot]
77c458c20c
build(deps-dev): bump jest from 25.1.0 to 26.0.1 (#30)
Bumps [jest](https://github.com/facebook/jest) from 25.1.0 to 26.0.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.1.0...v26.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-05 09:42:18 -04:00
dependabot-preview[bot]
bb42bdd362
build(deps-dev): bump prettier from 1.19.1 to 2.0.5 (#22)
Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.0.5.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/1.19.1...2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-01 21:45:26 -04:00
Michael Rose
216af49d0b
Add babel-preset-env (#7) 2020-03-06 16:25:44 -05:00
Marc Cataford
98060385e9
Ci setup (#2)
* chore: terminology change

* ci: basic

* ci: remove node 8.x

* chore: add semantic release

* ci: restrict codecov to n12

* ci: undo

* docs: spruce up main heading before release

* ci: secret name
2020-02-29 19:38:31 -05:00
Marc Cataford
218f8172ea
Initial upload (#1)
* chore: initial version

* chore: add shebang
2020-02-29 18:40:39 -05:00