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

chore: downgrade dependencies to avoid 500 error on /oauth/callback #3075

Merged
merged 42 commits into from
Dec 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
25d34e1
chore: downgrade nuxt to ^3.13.2
shuuji3 Dec 5, 2024
5df4161
chore: downgrade @unlazy/nuxt to ^0.11.3
shuuji3 Dec 6, 2024
ac452f7
chore: fix versions of @unlazy/nuxt and nuxt
shuuji3 Dec 6, 2024
af3105d
chore: revert dependencies to 738bc88
shuuji3 Dec 8, 2024
cbfbbe7
chore: partially apply f4b667fe
shuuji3 Dec 8, 2024
7bc530a
Merge remote-tracking branch 'upstream/main' into shuuji3/chore/downg…
shuuji3 Dec 8, 2024
2b2b77a
chore: update pnpm-lock.yaml
shuuji3 Dec 8, 2024
3733ff9
chore: update pnpm version
shuuji3 Dec 8, 2024
6e9b76f
chore: update @antfu/ni
shuuji3 Dec 8, 2024
f648ce9
chore: update eslint-related packages
shuuji3 Dec 8, 2024
5771f43
chore: update vitest
shuuji3 Dec 8, 2024
11a287c
chore: update pnpm-lock.yaml
shuuji3 Dec 8, 2024
66e9ab1
chore: fix eslint error (perfectionist/sort-imports)
shuuji3 Dec 8, 2024
5e90d13
chore: update unocss-related packages
shuuji3 Dec 9, 2024
a0692b6
chore: update slimeform
shuuji3 Dec 9, 2024
094957f
chore: update postcss-nested
shuuji3 Dec 9, 2024
53be6c5
chore: update vite-plugin-pwa
shuuji3 Dec 9, 2024
4396151
chore: update pinia-related packages
shuuji3 Dec 9, 2024
bb067a9
Merge remote-tracking branch 'upstream/main' into shuuji3/chore/downg…
shuuji3 Dec 9, 2024
680135a
chore: update @unlazy/nuxt
shuuji3 Dec 9, 2024
48cd310
chore: update @vercel/kv to ^3.0.0
shuuji3 Dec 9, 2024
41ba31a
chore(deps): update dependency vitest to v2.1.8 (#3080)
renovate[bot] Dec 9, 2024
06beea6
chore(deps): update pnpm to v9.15.0 (#3083)
renovate[bot] Dec 9, 2024
03241fc
chore(deps): update devdependencies (#3081)
renovate[bot] Dec 9, 2024
8fd2a46
Merge remote-tracking branch 'upstream/main' into shuuji3/chore/downg…
shuuji3 Dec 14, 2024
41c6d34
chore: update pnpm-lock.yaml
shuuji3 Dec 14, 2024
cfcadee
chore: update nuxt-security to ^2.0.0
shuuji3 Dec 14, 2024
ea8df35
chore: remove old patch for @vueuse/motion
shuuji3 Dec 14, 2024
ce37e41
chore: update pnpm-lock.yaml
shuuji3 Dec 14, 2024
90aa666
chore: update nuxt-component-meta and unstorage in resolutions
shuuji3 Dec 14, 2024
b3c961e
chore: update nuxt and @nuxt/schema
shuuji3 Dec 14, 2024
ec6e257
chore: downgrade nuxt from 3.14.1592 to 3.14.159
shuuji3 Dec 14, 2024
84ccf66
chore: downgrade nuxt from 3.14.159 to 3.14.0
shuuji3 Dec 14, 2024
32e1908
chore: downgrade nuxt from 3.14.0 to 3.13.2
shuuji3 Dec 14, 2024
ba020cf
Revert "chore: downgrade nuxt from 3.14.0 to 3.13.2"
shuuji3 Dec 14, 2024
193647c
Revert "chore: downgrade nuxt from 3.14.159 to 3.14.0"
shuuji3 Dec 14, 2024
0620ed3
Revert "chore: downgrade nuxt from 3.14.1592 to 3.14.159"
shuuji3 Dec 14, 2024
bf287c9
Revert "chore: update nuxt and @nuxt/schema"
shuuji3 Dec 14, 2024
a726f7d
chore: update nuxt from 3.13.2 to 3.14.0
shuuji3 Dec 15, 2024
46ebec8
Revert "chore: update nuxt from 3.13.2 to 3.14.0"
shuuji3 Dec 15, 2024
4aba7b5
Merge remote-tracking branch 'upstream/main' into shuuji3/chore/downg…
shuuji3 Dec 16, 2024
9c4dfc0
chore: update pnpm-lock.yaml
shuuji3 Dec 16, 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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
"devDependencies": {
"@antfu/eslint-config": "^3.12.0",
"@antfu/ni": "^0.23.1",
"@nuxt/schema": "^3.14.1592",
"@types/chroma-js": "^2.4.4",
"@types/file-saver": "^2.0.7",
"@types/fnando__sparkline": "^0.3.7",
Expand All @@ -134,7 +133,7 @@
"flat": "^6.0.1",
"fs-extra": "^11.2.0",
"lint-staged": "^15.2.11",
"nuxt": "^3.14.1592",
"nuxt": "^3.13.2",
"prettier": "^3.4.2",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
Expand Down
Loading
Loading