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

From main to preview #33

Merged
merged 24 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
500957d
fix: upgrade clsx from 2.0.1 to 2.1.0 (#23)
phiko-misc Feb 23, 2024
f9e5588
fix: upgrade @vercel/speed-insights from 1.0.9 to 1.0.10
snyk-bot Mar 6, 2024
36031df
fix: upgrade next from 14.1.0 to 14.1.1
snyk-bot Mar 22, 2024
d87935f
Merge pull request #28 from phiko-misc/snyk-upgrade-c29cb44feebe74554…
phiko-misc Mar 23, 2024
d4602f7
fix: upgrade next from 14.1.1 to 14.1.2
snyk-bot Mar 26, 2024
85fe0fc
Merge pull request #29 from phiko-misc/snyk-upgrade-41cc778efead77349…
phiko-misc Mar 28, 2024
89c311d
fix: upgrade next from 14.1.2 to 14.1.4
snyk-bot Apr 17, 2024
97c2b0d
fix: upgrade next-themes from 0.2.1 to 0.3.0
snyk-bot Apr 17, 2024
70726e6
fix: install old dependencies
phiko-misc Apr 17, 2024
cab73c6
Merge branch 'main' of https://github.com/phiko-misc/christmas-meme-c…
phiko-misc Apr 17, 2024
6466a54
ci: Maked in sync
phiko-misc Apr 17, 2024
53a5b8c
ci: Maked in sync
phiko-misc Apr 17, 2024
ae8a6fe
ci: Made in sync
phiko-misc Apr 17, 2024
fffe026
Merge pull request #31 from phiko-misc/snyk-upgrade-0920896809feed608…
phiko-misc Apr 17, 2024
cde5ff2
Merge branch 'main' into snyk-upgrade-d6f6cd36590f5ee9d754732dadab8fe4
phiko-misc Apr 17, 2024
ed92353
Merge pull request #30 from phiko-misc/snyk-upgrade-d6f6cd36590f5ee9d…
phiko-misc Apr 17, 2024
9614649
fix: upgrade next from 14.1.4 to 14.2.0
snyk-bot May 3, 2024
76aee95
🐞 fix(lock): shit
phiko-misc May 4, 2024
c09ece4
🐞 fix(lock): shit
phiko-misc May 4, 2024
3304fce
Merge pull request #32 from phiko-misc/snyk-upgrade-cf703a2f8f21bc6d3…
phiko-misc May 4, 2024
12343b0
🐎 ci(git): auto prune on fetch
phiko-misc May 9, 2024
3bfe1d7
Merge branch 'preview' into main
phiko-misc May 9, 2024
f6cccaf
🐎 ci(npm): add npm i
phiko-misc May 9, 2024
ca79543
🎈 perf(ci): npm update lock file
phiko-misc May 9, 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
4 changes: 4 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm i --package-lock-only
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand All @@ -27,6 +28,7 @@ jobs:
name: E2E on Chrome
steps:
- uses: actions/checkout@v4
- run: npm i --package-lock-only
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand All @@ -39,6 +41,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: npm i --package-lock-only
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand All @@ -50,6 +53,7 @@ jobs:
name: E2E on Edge
steps:
- uses: actions/checkout@v4
- run: npm i --package-lock-only
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.pruneOnFetch": true
}
Loading
Loading