Natalie L
3aa7b8b447
Gifting modal design ( #14124 )
...
* update selectUserModal.vue
* more updates to selectUserModal.vue, typo fix in subscriber.json
* remove exact sizing for selectUserModal.vue
* update to size for selectUserModal.vue
* added sendGiftModal.vue file
* updates to selectUser & sendGift modals
* making the modals go & position cursor
* working working working
* added a return to method
* avatar display & placeholder profile.name and username
* subscription-options added
* added menu row & started on gem options
* Added selectPage function, have not tested.
* updated habitica-images
* state changes
* bringing in gem counter
* arranging elements
* state changes, gem input boxes
* styling sendGiftModal.vue
* more sendGiftModal.vue styling and new close.svg icon
* more styling!
* and more styling of send own gems part of page
* images update
* more styling of own gems & some attempts to adjust :class on the menu
* styling styling styling
* replace +/- svg, styling
* styling, mostly
* new SVGs
* stylin'
* reverting svg changes
* no more stylin'
* finally got the +/- icons to show up...but they're the wrong color
* solved svg icon color problem! :)
* habitica-images
* working on sendGift part of button
* trying to make it do math, failing
* more attempts at math
* +/- buttons work on gem pages & cost calculation on buyGems
* trying to get hover colors working on +/- svgs
* formatted dollar amount as currency
* css/html for subscription-options & payments-buttons simplified
* swag at payments-buttons parameter (not tested)
* send gems from own balance works!
* working on starting page
* increment gem amount limited to maxGems and not < 0
* uncommented onHide()
* got bg color on sub options to work! yay!
* payment buttons!
* making g1g1 look good
* position modal on page properly & code clean-up
* Changes as requested!
* small color update
* fixed ternary function
* chore(html): indentation and comments
* fix(fn): correct catch for under-0
* chore(json): whitespace
* update gem styling; add linebreak to notifications.vue bc linter
* updating subscriptionOptions
* snackbar css fix
* reverting commit e16c12f
* removing merge conflict markers
* just a little comment
* fixed some navigation, clear input field on selectPage, cleaned up code; another try at subscriptionOption.vue
* merge upstream/develop
* update selectPage() to disable Gems menu items when on 'ownGems' or 'buyGems' states
* working on subscriptionOptions.vue logic
* fix(script): changed props & added updateSubscriptionData()
* fix(script): forgot to call updateSubscriptionData()
* fix(scripts): corrected :userReceivingGift on sendGiftModal.vue
* fix(scripts): correct props userReceivingGift to an Object
* fix(scripts): corrected v-if & revised props
* fix(style/html/whitespace): updated css for close.svg and added missing </div>
* style(radio-buttons): updated focus states and added hover states
* style(radio-buttons): refined focus and hover states
* fix(function): changed buyGemsLink to buyGems; still working on menu
* style(radio buttons): ensured consistent display of radio buttons through-out site; still struggling with hover states
* style(radio buttons): updated focus/active/hover to match design & removed unnecessary code
* fix: set default subscription option to 1 month
* fix(function): add default amounts to gem states when modal selected from user profile
* fix(build): use develop package json
* fix: SCSS commenting & abstracted setGemsDefault()
* fix(packages): revert to develop
* fix: remove unnecessary console.log statement
Co-authored-by: SabreCat <sabe@habitica.com >
2022-07-13 14:17:28 -05:00
dependabot[bot]
94b9bb1036
build(deps): bump image-size from 1.0.1 to 1.0.2 ( #14123 )
...
Bumps [image-size](https://github.com/image-size/image-size ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/image-size/image-size/releases )
- [Commits](https://github.com/image-size/image-size/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: image-size
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 12:11:38 -04:00
dependabot[bot]
a2f169ab76
build(deps): bump core-js from 3.23.3 to 3.23.4 in /website/client ( #14114 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.3 to 3.23.4.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.23.3...v3.23.4 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-13 12:10:45 -04:00
SabreCat
6d345740ff
Merge branch 'release' into develop
2022-07-12 10:06:07 -05:00
SabreCat
294cc63fef
4.236.1
v4.236.1
2022-07-12 10:05:09 -05:00
SabreCat
9a879d566e
fix(content): correct availability range for Seafoam
2022-07-12 10:05:02 -05:00
Scott Coffrin
8ecb0f45b5
Modal responsive improvements ( #14087 )
...
* stack profile actions on smaller screens
* stack avatar and stats for even smaller screens
* remove unnecessary classes to keep profile nav on the same line
* adjust media query width
* refactor stats removing unnecessary classes and simplifying with less elements and relying more on flexbox
* adjust breakpoints for modal vs pofile page
* more margin for avatar
* handle allocation on middle size more gracefully
Co-authored-by: scoffrin <scoffrin@indeed.com >
2022-07-08 15:49:22 -05:00
darkarchana
b04df06a37
Fix no response when password changed ( #14054 )
...
* Fix no response when password changed
* Update website/client/src/components/settings/site.vue
update the spacing in website/client/src/components/settings/site.vue
Co-authored-by: Panu Valtanen <p4nu@users.noreply.github.com >
* Update website/client/src/components/settings/site.vue
change to single quote
* Fix success change password response using internationalization
* fix(i18n): remove translations other than US English
Partial revert of #1a198677bd
Co-authored-by: Panu Valtanen <p4nu@users.noreply.github.com >
Co-authored-by: SabreCat <sabe@habitica.com >
2022-07-08 15:42:18 -05:00
bbqben
706cffa71d
🐛 Update fetch language call to not retrieve from cache ( #14099 )
...
Co-authored-by: Ben Tran <bentran@Bens-Intel-MacBook-Pro.local >
2022-07-06 15:32:07 -05:00
dependabot[bot]
00b8f4fef5
build(deps): bump moment from 2.29.3 to 2.29.4 ( #14111 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 15:28:28 -05:00
dependabot[bot]
5ea675b8a5
build(deps): bump async from 2.6.3 to 2.6.4 in /website/client ( #14109 )
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 15:28:12 -05:00
dependabot[bot]
78f0c71387
build(deps): bump moment from 2.29.3 to 2.29.4 in /website/client ( #14112 )
...
Bumps [moment](https://github.com/moment/moment ) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases )
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4 )
---
updated-dependencies:
- dependency-name: moment
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-06 15:28:01 -05:00
SabreCat
e674ef4035
Merge branch 'release' into develop
2022-07-06 14:34:24 -05:00
SabreCat
1655e2e03a
4.236.0
v4.236.0
2022-07-06 14:32:58 -05:00
Natalie L
0d444a9d6a
chore(content): prebuild July Enchanted Armoire and Backgrounds ( #14108 )
2022-07-06 14:30:40 -05:00
dependabot[bot]
de331f5e76
build(deps-dev): bump @babel/plugin-proposal-optional-chaining ( #14105 )
...
Bumps [@babel/plugin-proposal-optional-chaining](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-optional-chaining ) from 7.17.12 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-plugin-proposal-optional-chaining )
---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-optional-chaining"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 16:06:03 -04:00
dependabot[bot]
c48043ec90
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #14106 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.5.18 to 4.5.19.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.19/packages/@vue/cli-plugin-eslint )
---
updated-dependencies:
- dependency-name: "@vue/cli-plugin-eslint"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 16:03:41 -04:00
dependabot[bot]
ac4d148170
build(deps): bump winston from 3.8.0 to 3.8.1 ( #14103 )
...
Bumps [winston](https://github.com/winstonjs/winston ) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/winstonjs/winston/releases )
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md )
- [Commits](https://github.com/winstonjs/winston/compare/v3.8.0...v3.8.1 )
---
updated-dependencies:
- dependency-name: winston
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 16:01:03 -04:00
dependabot[bot]
ca49e995be
build(deps): bump @babel/preset-env from 7.18.2 to 7.18.6 ( #14098 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.18.2 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-05 15:43:56 -04:00
SabreCat
d47a867149
Merge branch 'release' into develop
2022-07-05 14:34:30 -05:00
SabreCat
f4d9c6271b
4.235.1
v4.235.1
2022-07-05 14:34:17 -05:00
Natalie L
0e458683fd
chore(content): add splashySkins for Summer Gala event ( #14107 )
...
* chore(content): add splashySkins for Summer Gala event
* fix(content): use date string, not Boolean, for range start
Co-authored-by: SabreCat <sabe@habitica.com >
2022-07-05 14:33:50 -05:00
Alys
76ab93f501
add deilann to moderators in Tavern and Community Guidelines
...
Note that his picture is still needed in the Community Guidelines
and when that's done, the "(not yet pictured)" text should be removed
2022-07-02 14:04:09 +10:00
Alys
5d4600f5c7
add banned words - TRIGGER / CONTENT WARNING: assault, slurs, swearwords, etc
2022-07-01 20:55:34 +10:00
dependabot[bot]
13c4a726c7
build(deps): bump @babel/core from 7.18.5 to 7.18.6 ( #14097 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.5 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 13:45:15 -04:00
dependabot[bot]
43122805fb
build(deps): bump @babel/register from 7.17.7 to 7.18.6 ( #14096 )
...
Bumps [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register ) from 7.17.7 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-register )
---
updated-dependencies:
- dependency-name: "@babel/register"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 13:44:55 -04:00
dependabot[bot]
1262d8f36e
build(deps): bump core-js from 3.23.1 to 3.23.3 in /website/client ( #14094 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.23.1 to 3.23.3.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.23.1...v3.23.3 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 13:42:41 -04:00
dependabot[bot]
2b1635ff62
build(deps): bump winston from 3.7.2 to 3.8.0 ( #14093 )
...
Bumps [winston](https://github.com/winstonjs/winston ) from 3.7.2 to 3.8.0.
- [Release notes](https://github.com/winstonjs/winston/releases )
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md )
- [Commits](https://github.com/winstonjs/winston/compare/v3.7.2...v3.8.0 )
---
updated-dependencies:
- dependency-name: winston
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 13:42:19 -04:00
dependabot[bot]
e1664d2f87
build(deps): bump amplitude-js from 8.18.4 to 8.18.5 in /website/client ( #14089 )
...
Bumps [amplitude-js](https://github.com/amplitude/amplitude-javascript ) from 8.18.4 to 8.18.5.
- [Release notes](https://github.com/amplitude/amplitude-javascript/releases )
- [Changelog](https://github.com/amplitude/Amplitude-JavaScript/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amplitude/amplitude-javascript/compare/v8.18.4...v8.18.5 )
---
updated-dependencies:
- dependency-name: amplitude-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-30 13:39:42 -04:00
SabreCat
6975b6061b
Merge branch 'release' into develop
2022-06-29 14:04:39 -05:00
SabreCat
695a5cc24d
4.235.0
v4.235.0
2022-06-29 14:04:28 -05:00
Natalie L
dcced2debb
chore(content): July 2022 Mystery Items ( #14095 )
...
* merge upstream/release into release
* chore(content): Added July 2022 Mystery Items
2022-06-29 14:02:46 -05:00
SabreCat
88af9c13a8
4.234.2
v4.234.2
2022-06-27 16:35:20 -05:00
SabreCat
d5926ef7f1
fix(auth): null string validation error on unique email conflict
2022-06-27 16:35:13 -05:00
SabreCat
e9222e4f7c
fix(strings): revise text because left-handedness confuses people
2022-06-27 16:11:23 -05:00
SabreCat
cd0278c6b3
fix(strings): cherry-pick update by @CuriousMagpie
2022-06-24 15:44:48 -05:00
Natalie L
9680c94087
fix(strings): removed extra word in headSpecialSummer2022WarriorNotes ( #14088 )
...
* fix(string): questVice1Notes html changed to a mobile-device friendly format
* fix(strings): updated limited.json with "dateEnd" & "monthYYYY" months & put in chronological order
* fix(string): remove extra word from headSpecialSummer2022WarriorNotes
* fix(string): corrected armorSpecialSummer2022MageNotes
2022-06-24 15:43:38 -05:00
Weblate
76de241675
Added translation using Weblate (Cebuano)
...
Added translation using Weblate (Cebuano)
Added translation using Weblate (Cebuano)
Added translation using Weblate (Cebuano)
Merge branch 'origin/develop' into Weblate.
Translated using Weblate (Portuguese)
Currently translated at 83.9% (115 of 137 strings)
Translated using Weblate (Portuguese)
Currently translated at 83.9% (115 of 137 strings)
Translated using Weblate (Portuguese)
Currently translated at 83.9% (115 of 137 strings)
Translated using Weblate (Greek)
Currently translated at 75.0% (6 of 8 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2607 of 2607 strings)
Translated using Weblate (German)
Currently translated at 100.0% (2607 of 2607 strings)
Translated using Weblate (Filipino)
Currently translated at 43.8% (1139 of 2597 strings)
Translated using Weblate (Filipino)
Currently translated at 43.7% (1137 of 2597 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (2607 of 2607 strings)
Translated using Weblate (Italian)
Currently translated at 100.0% (704 of 704 strings)
Translated using Weblate (Dutch)
Currently translated at 90.6% (2363 of 2607 strings)
Translated using Weblate (Dutch)
Currently translated at 100.0% (704 of 704 strings)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 98.5% (135 of 137 strings)
Translated using Weblate (French)
Currently translated at 100.0% (755 of 755 strings)
Translated using Weblate (German)
Currently translated at 100.0% (755 of 755 strings)
Co-authored-by: Benoit Hetru <me+hbtc@gahanka.net >
Co-authored-by: Céu <marcel.ufscar@gmail.com >
Co-authored-by: Hexe des Windes (she/her) <krausanna1@gmail.com >
Co-authored-by: Lucifer <selmanreyhan@gmail.com >
Co-authored-by: Mara S. (Dolichotis) <marascherzer@gmail.com >
Co-authored-by: Martim Pinto Paiva <pintopaivam@gmail.com >
Co-authored-by: Nathan Monteiro <nathanspeeds1@outlook.com >
Co-authored-by: Panagiotis Zachos <panzaxos@gmail.com >
Co-authored-by: Sandra Marcial <sandramarcial80@gmail.com >
Co-authored-by: SunshineRain <suusykraft@gmail.com >
Co-authored-by: Vince Vilan <vincemorel.vilan.889@my.csun.edu >
Co-authored-by: Weblate <noreply@weblate.org >
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt/
Translate-URL: https://translate.habitica.com/projects/habitica/achievements/pt_BR/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/it/
Translate-URL: https://translate.habitica.com/projects/habitica/backgrounds/nl/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/de/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/fil/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/it/
Translate-URL: https://translate.habitica.com/projects/habitica/gear/nl/
Translate-URL: https://translate.habitica.com/projects/habitica/overview/el/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/de/
Translate-URL: https://translate.habitica.com/projects/habitica/questscontent/fr/
Translation: Habitica/Achievements
Translation: Habitica/Backgrounds
Translation: Habitica/Gear
Translation: Habitica/Overview
Translation: Habitica/Questscontent
2022-06-22 21:18:17 +02:00
SabreCat
3ba6b4a209
feat(language): initialize Cebuano for translation
2022-06-22 14:04:51 -05:00
SabreCat
b101d43e62
Merge branch 'release' into develop
2022-06-21 13:50:35 -05:00
SabreCat
59a1a2783c
4.234.1
v4.234.1
2022-06-21 13:50:22 -05:00
Natalie L
517fbc3c8e
fix(strings): error and omissions corrected ( #14085 )
...
* build(deps): bump @storybook/addons in /website/client (#14066 )
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons ) from 6.5.8 to 6.5.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.9/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.9/lib/addons )
---
updated-dependencies:
- dependency-name: "@storybook/addons"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump jpeg-js from 0.4.3 to 0.4.4 (#14071 )
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/eugeneware/jpeg-js/releases )
- [Commits](https://github.com/eugeneware/jpeg-js/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: jpeg-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix(string): questVice1Notes html changed to a mobile-device friendly format
* fix(strings): updated limited.json with "dateEnd" & "monthYYYY" months & put in chronological order
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 13:48:26 -05:00
dependabot[bot]
c0e8d80966
build(deps): bump @vue/cli-plugin-eslint in /website/client ( #14084 )
...
Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint ) from 4.5.17 to 4.5.18.
- [Release notes](https://github.com/vuejs/vue-cli/releases )
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-cli/commits/v4.5.18/packages/@vue/cli-plugin-eslint )
---
updated-dependencies:
- dependency-name: "@vue/cli-plugin-eslint"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 13:02:34 -04:00
dependabot[bot]
afacd497d7
build(deps): bump core-js from 3.22.8 to 3.23.1 in /website/client ( #14082 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.22.8 to 3.23.1.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.22.8...v3.23.1 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 13:02:07 -04:00
SabreCat
dc744de4a9
Merge branch 'release' into develop
2022-06-21 09:33:35 -05:00
SabreCat
b042d4b899
4.234.0
v4.234.0
2022-06-21 09:33:22 -05:00
Natalie L
f0c25dab05
2022 Summer Gala Content ( #14067 )
...
* merge upstream/release into origin/release
* Revert "merge upstream/release into origin/release"
This reverts commit 902ed08cc3 .
* Summer Splash 2022 Content
* added magic hatching potions
* updated events for testing
* fix whitespace
* various corrections
* fix(gear): mage set, healer set, event start date
* update: habitica-images
* fix(events): include normal/empty season data outside of gala
* fix(string): missing attribute and event verbiage for warrior item
Co-authored-by: SabreCat <sabe@habitica.com >
2022-06-21 09:29:53 -05:00
dependabot[bot]
f44bebb573
build(deps): bump jpeg-js from 0.4.3 to 0.4.4 ( #14071 )
...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js ) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/eugeneware/jpeg-js/releases )
- [Commits](https://github.com/eugeneware/jpeg-js/compare/v0.4.3...v0.4.4 )
---
updated-dependencies:
- dependency-name: jpeg-js
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-17 13:26:08 -04:00
dependabot[bot]
8ccf701aec
build(deps): bump @storybook/addons in /website/client ( #14066 )
...
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons ) from 6.5.8 to 6.5.9.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.5.9/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.5.9/lib/addons )
---
updated-dependencies:
- dependency-name: "@storybook/addons"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-16 16:18:59 -04:00
SabreCat
170146f91e
4.233.3
v4.233.3
2022-06-16 14:08:50 -05:00