bump prod#136
Merged
DuckySoLucky merged 31 commits intoprodfrom Apr 10, 2025
Merged
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Copilot reviewed 15 out of 19 changed files in this pull request and generated no comments.
Files not reviewed (4)
- src/lib/components/SEO.svelte: Language not supported
- src/lib/sections/stats/Inventory.svelte: Language not supported
- src/lib/sections/stats/Rift.svelte: Language not supported
- src/routes/+page.svelte: Language not supported
Comments suppressed due to low confidence (2)
src/lib/server/stats/items/processing.ts:150
- The removal of the condition that restricts the networth error message to non-backpack items may introduce unintended error messages for backpack items. Please verify that applying the error message universally is the intended behavior.
if (source.startsWith("backpack") === false) {
src/lib/server/stats/missing.ts:192
- Ensure that 'item.extra' is defined before assigning to its 'wiki' property, as this could lead to runtime errors if 'item.extra' is undefined.
item.extra.wiki = { fandom: (isFandom ? link2 : link1) ?? null, official: (isFandom ? link1 : link2) ?? null };
DuckySoLucky
added a commit
that referenced
this pull request
Apr 10, 2025
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
DuckySoLucky
added a commit
that referenced
this pull request
Apr 14, 2025
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/helper/renderer.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons * bump prod (#136) (#137) * fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * fix: do not send http errors to sentry * yes --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
DuckySoLucky
added a commit
that referenced
this pull request
Apr 14, 2025
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/helper/renderer.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons * bump prod (#136) (#137) * fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * fix: do not send http errors to sentry * yes * feat(stats): add damage stat * refactor: filter out even more errors --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
DuckySoLucky
added a commit
that referenced
this pull request
Apr 18, 2025
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/helper/renderer.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons * bump prod (#136) (#137) * fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * fix: do not send http errors to sentry * yes * feat(stats): add damage stat * refactor: filter out even more errors * fix: give node 8GB ram --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
DuckySoLucky
added a commit
that referenced
this pull request
Apr 20, 2025
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/helper/renderer.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons * bump prod (#136) (#137) * fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * fix: do not send http errors to sentry * yes * feat(stats): add damage stat * refactor: filter out even more errors * fix: give node 8GB ram * fix(stats/crimsonIsle): dojo order * fix(collections): kuudra collection tiers * fix(items/search): backpack items not being used * refactor(sentry): do not samble replays at all * refactor(sentry): small changes, do not send skycrypt error types * fix(build/vite): stop vite from trying to optimize napi-rs/canvas * feat(packs): bump furfksy * feat(packs): bump worlds and beyonds to 1.6 * refactor(packs): rename dir --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com>
DuckySoLucky
added a commit
that referenced
this pull request
May 24, 2025
* fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/lib/server/helper/renderer.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons * bump prod (#136) (#137) * fix: hex colors * fix: some minor bug fixes * update info header to refer to new repository (#129) * fix: wth * fix: do not fetch garden unless unlocked * fix: enrichments * fix: garden * feat: cache /api/item endpoint * Update src/lib/server/stats/missing.ts * Update src/lib/server/helper/renderer.ts * feat(items): add back backpack networth * fix: ironman logo * fix: do not show dungeon fllors that aren't unlocked * fix: get enchantment glint if colored armor * fix(members): do not throw an error if invalid username * fix(homePage): show favorited players even if usernaem resolving failsg * fix(items): nw calc can be null * refactor(SEO): embed, add class average * feat(homePage): add back technoblade * fix(items): all APIs diabled but museumm not showing items * fix(rift): armor & equipment failing to load if not full set * fix(dungeons): dungeon classes undefined * fix(enchantmnets): Big Brain V not being gold * fix(items): items inside of storage not having nw value * feat(missing): add wiki links * fix: Aquamarine Data giving SCC instead of FS (#134) * fix(SEO): dungeons --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> * fix: do not send http errors to sentry * yes * feat(stats): add damage stat * refactor: filter out even more errors * fix: give node 8GB ram * fix(stats/crimsonIsle): dojo order * fix(collections): kuudra collection tiers * fix(items/search): backpack items not being used * refactor(sentry): do not samble replays at all * refactor(sentry): small changes, do not send skycrypt error types * fix(build/vite): stop vite from trying to optimize napi-rs/canvas * feat(packs): bump furfksy * feat(packs): bump worlds and beyonds to 1.6 * refactor(packs): rename dir * fix(emojis): create emojis collecctions on boot * Hypixel+ 0.22.1 Update (#145) Updates the Hypixel+ Resource Pack to 0.22.1, adding many new items and fixing issues with the pack caused by the upgrade to SkyCryptV2. --------- Co-authored-by: Niko <107579333+Hydoxl@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: ic22487 <ic22487Gaming@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.