Skip to content
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

rebranded imports #3803

Merged
merged 23 commits into from
Jul 13, 2022
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
12bdcaf
refactor: apply import codemod to examples
TkDodo Jul 13, 2022
850d6ac
refactor: update import in typescript example
TkDodo Jul 13, 2022
7b590f7
refactor: more import updates
TkDodo Jul 13, 2022
074b166
Merge remote-tracking branch 'tannerlinsley/beta' into feature/rebran…
TkDodo Jul 13, 2022
279dcc7
chore: run prettier over examples
TkDodo Jul 13, 2022
bd3a475
chore: try to setup codesandbox-ci for the monorepo structure
TkDodo Jul 13, 2022
eb6492c
chore: force the use of npm ci in the pipeline
TkDodo Jul 13, 2022
5bcd21a
chore: install with leagacy peer deps
TkDodo Jul 13, 2022
cb2cf47
chore: try --force instead
TkDodo Jul 13, 2022
7e73283
chore: re-generate lock file in the hopes that it fixes the install p…
TkDodo Jul 13, 2022
4bb26c6
chore: force testing-library to v12.1.4
TkDodo Jul 13, 2022
5b5c2da
chore: try again with legacy peer deps now that only eslint-config is…
TkDodo Jul 13, 2022
c4be184
chore: try if removing examples from workspaces changes a damn thing
TkDodo Jul 13, 2022
055add9
Revert "chore: try if removing examples from workspaces changes a dam…
TkDodo Jul 13, 2022
c8945b8
chore: try a specific node version
TkDodo Jul 13, 2022
09b506a
chore: add dependencies to correct packages
TkDodo Jul 13, 2022
d451c80
chore: add missing dev dependencies (maybe)
TkDodo Jul 13, 2022
5a58261
chore: add more top level devDependencies
TkDodo Jul 13, 2022
97b149f
chore: move jscodeshift to the top, too
TkDodo Jul 13, 2022
fe873f0
chore: try with npm install
TkDodo Jul 13, 2022
172825e
chore: run node16 only!
TkDodo Jul 13, 2022
b81f091
chore: run node16 only
TkDodo Jul 13, 2022
03b0430
chore: remove devDependencies from top level package.json again
TkDodo Jul 13, 2022
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
Prev Previous commit
Next Next commit
chore: force the use of npm ci in the pipeline
TkDodo committed Jul 13, 2022
commit eb6492c3988a1471dab76e422aff149a08ecfb18
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,8 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: npm ci
- run: npm run test:ci
env:
REACTJS_VERSION: ${{ matrix.react }}