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

Node Upgrade #15037

Closed
wants to merge 48 commits into from
Closed

Node Upgrade #15037

wants to merge 48 commits into from

Conversation

SabreCat
Copy link
Member

@SabreCat SabreCat commented Dec 4, 2023

Attempts to upgrade NodeJS to latest version. Version 14 which Habitica currently uses is no longer supported.

@@ -41,11 +41,11 @@ describe('POST /challenges/:challengeId/flag', () => {
});

it('flags a challenge with a higher count when from an admin', async () => {
await user.update({ 'contributor.admin': true });
const admin = await generateUser({ 'contributor.admin': true });
Copy link
Member

Choose a reason for hiding this comment

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

TODO for me - revert this again and see if its working again

might have something to do with the domain-middleware that the CI's stopped for it

Copy link
Member

Choose a reason for hiding this comment

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

will try that again tomorrow

@rafucuk
Copy link

rafucuk commented Dec 9, 2023

What's left with this PR

@negue
Copy link
Member

negue commented Dec 10, 2023

@SabreCat created #15040 to offload the storybook changes of this PR - could you take a look at maybe just merge - then this one is a bit less cluttered

with:
node-version: ${{ matrix.node-version }}
- run: sudo apt-get -y install libkrb5-dev
Copy link
Member

Choose a reason for hiding this comment

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

@SabreCat which program needed this dependency?

@@ -41,11 +41,11 @@ describe('POST /challenges/:challengeId/flag', () => {
});

it('flags a challenge with a higher count when from an admin', async () => {
await user.update({ 'contributor.admin': true });
const admin = await generateUser({ 'contributor.admin': true });
Copy link
Member

Choose a reason for hiding this comment

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

will try that again tomorrow

# Conflicts:
#	package-lock.json
#	website/client/package-lock.json
# Conflicts:
#	package-lock.json
#	test/.eslintrc.js
#	website/client/package-lock.json
#	website/client/package.json
#	website/client/src/store/actions/user.js
#	website/client/src/store/index.js
negue and others added 13 commits December 27, 2023 18:47
# Conflicts:
#	package-lock.json
#	test/.eslintrc.js
#	website/client/package-lock.json
#	website/client/package.json
#	website/client/src/store/actions/user.js
#	website/client/src/store/index.js
…ved, viewbox stays) + SVGs in URLS wont be inlined
…cat/node-latest

# Conflicts:
#	.eslintrc.js
#	package-lock.json
#	test/.eslintrc.js
#	website/client/src/assets/svg/experience.svg
#	website/client/src/assets/svg/gem-red.svg
#	website/client/src/assets/svg/gem.svg
#	website/client/src/assets/svg/hourglass-red.svg
#	website/client/src/assets/svg/hourglass.svg
#	website/client/src/assets/svg/streak.svg
#	website/client/src/assets/svg/warrior.svg
#	website/server/controllers/api-v3/chat.js
@SabreCat SabreCat changed the base branch from develop to release January 24, 2024 15:57
@SabreCat SabreCat closed this Apr 1, 2024
@SabreCat SabreCat deleted the sabrecat/node-latest branch April 1, 2024 21:27
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.

3 participants