-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standardize test config, upgrade (some) devDeps, add named export #70
Commits on Feb 10, 2022
-
(refactor): move tests to test/, test-utils/ to test/config/
- have been putting tests separately from source nowadays in other of my libraries, so standardize around that - put fixtures just in test/ (later could be in test/fixtures/), leave config/ solely for test config type things
Configuration menu - View commit details
-
Copy full SHA for 3748ff0 - Browse repository at this point
Copy the full SHA 3748ff0View commit details -
(env/refactor): standardize .gitignore
- basically the same one I use in all my other libraries - I believe it's an old version of Node output from gitignore.io iirc - it has comments unlike the old one, so that's much nicer for those who aren't totally sure what each entry is for
Configuration menu - View commit details
-
Copy full SHA for fed1e6a - Browse repository at this point
Copy the full SHA fed1e6aView commit details -
(deps): use jest-without-globals to import jest globals
- no more globals used in tests!
Configuration menu - View commit details
-
Copy full SHA for c4a9ec8 - Browse repository at this point
Copy the full SHA c4a9ec8View commit details -
- Node 8 was EOL in December, I upgraded locally a while ago too - The default NPM version for Node v10 also supports `npm ci`, which should be a CI speed boost as well
Configuration menu - View commit details
-
Copy full SHA for 651c5c5 - Browse repository at this point
Copy the full SHA 651c5c5View commit details -
(deps): upgrade to canvas@2, jsdom@15
- because canvas@1 is deprecated and is having install issues - see hhttps://travis-ci.org/agilgur5/react-signature-canvas/builds/650962136, https://travis-ci.org/agilgur5/react-signature-canvas/builds/658062587, etc
Configuration menu - View commit details
-
Copy full SHA for 754e0b6 - Browse repository at this point
Copy the full SHA 754e0b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3962613 - Browse repository at this point
Copy the full SHA 3962613View commit details -
(feat): add a named export (same as default)
- because many folks prefer not to use default exports and because named exports are more explicit, etc, etc
Configuration menu - View commit details
-
Copy full SHA for 0e423d4 - Browse repository at this point
Copy the full SHA 0e423d4View commit details -
(env): rename 'dist' script to 'build'
- 'build' is a lot more intuitive and matches other usage
Configuration menu - View commit details
-
Copy full SHA for 02141b7 - Browse repository at this point
Copy the full SHA 02141b7View commit details -
(deps): move the window.resizeTo polyfill to its own package
- and import & use it here!
Configuration menu - View commit details
-
Copy full SHA for e8b0554 - Browse repository at this point
Copy the full SHA e8b0554View commit details -
env: switch to
main
branch as default- now that GH officially supports branch renames, moving all my repos to use `main` - GH also creates redirects now, which seem to be working well for the badges right now, but better to move all of them anyway - also had to switch Codecov default branch etc
Configuration menu - View commit details
-
Copy full SHA for 0c55ee1 - Browse repository at this point
Copy the full SHA 0c55ee1View commit details -
ci: use travis-ci.com as .org is decomm'd
- https://blog.travis-ci.com/2021-05-07-orgshutdown - made the switch over with my last PR, but needed to change the docs too - update badge to use `.com` - update link to use `.com`, `app.` subdomain, and `github/` URL that travis-ci.com currently uses - also use `/branches` URL as the default URL shows current builds, which includes WIP PR/branch builds too - `/branches` shows the "default branch" first instead and various checkmarks etc, so it's a good summary page that can be drilled down from
Configuration menu - View commit details
-
Copy full SHA for fceda76 - Browse repository at this point
Copy the full SHA fceda76View commit details