Skip to content

bump prod#136

Merged
DuckySoLucky merged 31 commits intoprodfrom
dev
Apr 10, 2025
Merged

bump prod#136
DuckySoLucky merged 31 commits intoprodfrom
dev

Conversation

@DuckySoLucky
Copy link
Copy Markdown
Member

No description provided.

DuckySoLucky and others added 29 commits March 30, 2025 23:16
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 10, 2025 12:36
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 DuckySoLucky merged commit 47cdb13 into prod Apr 10, 2025
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants