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: try if removing examples from workspaces changes a damn thing
TkDodo committed Jul 13, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c4be1847224e64599904779b6cdecd53de440d91
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
uses: bahmutov/npm-install@v1
with:
install-command: npm ci --legacy-peer-deps
- run: npm run test:ci
env:
REACTJS_VERSION: ${{ matrix.react }}
83,135 changes: 20,986 additions & 62,149 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 1 addition & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -33,27 +33,7 @@
"./packages/query-sync-storage-persister",
"./packages/react-query",
"./packages/react-query-devtools",
"./packages/react-query-persist-client",
"./examples/react/auto-refetching",
"./examples/react/basic",
"./examples/react/basic-graphql-request",
"./examples/react/basic-typescript",
"./examples/react/custom-hooks",
"./examples/react/default-query-function",
"./examples/react/focus-refetching",
"./examples/react/load-more-infinite-scroll",
"./examples/react/nextjs",
"./examples/react/offline",
"./examples/react/optimistic-updates",
"./examples/react/optimistic-updates-typescript",
"./examples/react/pagination",
"./examples/react/playground",
"./examples/react/prefetching",
"./examples/react/react-native",
"./examples/react/rick-morty",
"./examples/react/simple",
"./examples/react/star-wars",
"./examples/react/suspense"
"./packages/react-query-persist-client"
],
"devDependencies": {
"@babel/core": "^7.17.9",