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

[3] remove unused webpack deps #3681

Merged
merged 40 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
75d59f8
new looks of tabs
dimaMachina Jul 4, 2024
a7082d6
add graphiql react too
dimaMachina Jul 4, 2024
39724c6
all fixes
dimaMachina Jul 4, 2024
9986069
more polishing
dimaMachina Jul 4, 2024
7cad659
more
dimaMachina Jul 4, 2024
85c1939
more
dimaMachina Jul 4, 2024
271e268
more
dimaMachina Jul 4, 2024
ba3f9c3
more
dimaMachina Jul 4, 2024
721afa2
more
dimaMachina Jul 4, 2024
5dd3707
prettier
dimaMachina Jul 4, 2024
78afcd0
polish changeset
dimaMachina Jul 4, 2024
e5277a2
Merge branch 'main' into new-tabs
dimaMachina Jul 23, 2024
b495ed1
Merge branch 'main' into new-tabs
dimaMachina Jul 24, 2024
5e16d76
disable shrinking while changing the operation name
dimaMachina Jul 24, 2024
956af89
Update packages/graphiql-react/src/ui/tabs.css
dimaMachina Jul 24, 2024
a22d4ab
Merge branch 'main' into new-tabs
dimaMachina Jul 25, 2024
c8112fe
yarn i
dimaMachina Jul 25, 2024
30d6e58
Merge branch 'main' into new-tabs
dimaMachina Jul 25, 2024
34010d5
Merge branch 'main' into new-tabs
dimaMachina Aug 5, 2024
62656d0
apply new design changes
dimaMachina Aug 5, 2024
cdcc678
prettier
dimaMachina Aug 5, 2024
a5d4c70
vite
dimaMachina Aug 6, 2024
9180437
fix demo
dimaMachina Aug 6, 2024
5be31b7
fix cspell
dimaMachina Aug 6, 2024
47e495e
fix dev
dimaMachina Aug 6, 2024
a9304f1
update cypress to v13
dimaMachina Aug 7, 2024
538938c
upd cache key
dimaMachina Aug 7, 2024
80c6811
Merge branch 'upd-cypress' into vite
dimaMachina Aug 7, 2024
b4e83a8
remove webpack deps
dimaMachina Aug 7, 2024
154942d
fix `yarn jest --coverage`
dimaMachina Aug 7, 2024
6d67b9f
Merge branch 'main' into vite
dimaMachina Aug 7, 2024
a803214
Update .changeset/thirty-spoons-call.md
dimaMachina Aug 7, 2024
19ac114
Update packages/graphiql/vite.config.mts
dimaMachina Aug 7, 2024
5c92320
Merge branch 'new-tabs' into vite
dimaMachina Aug 7, 2024
4b5de1a
merge
dimaMachina Aug 7, 2024
0544b30
add changeset
dimaMachina Aug 7, 2024
1c35c74
Merge branch 'vite' into remove-webpack-deps
dimaMachina Aug 7, 2024
8044217
yarn.lock
dimaMachina Aug 7, 2024
0af984b
Merge branch 'graphiql-v4' into remove-webpack-deps
dimaMachina Aug 7, 2024
e15407a
yarn.lock
dimaMachina Aug 7, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/main-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: |
~/.cache/Cypress
key: cypress-${{ runner.os }}
key: cypress-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile --immutable

jest:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: |
~/.cache/Cypress
key: cypress-${{ runner.os }}
key: cypress-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile --immutable

build:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
with:
path: |
~/.cache/Cypress
key: cypress-${{ runner.os }}
key: cypress-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
- name: Cypress run
uses: cypress-io/github-action@v5
with:
Expand Down
Loading