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

Events #223

Merged
merged 4 commits into from
Nov 15, 2023
Merged

Events #223

merged 4 commits into from
Nov 15, 2023

Conversation

Hannah-Sofie
Copy link
Contributor

What has changed? ✨

  • Dynamic Event Data Retrieval: The EventPage component fetches event details based on the eventId prop, ensuring each event page is tailored to the specific event.
  • Styling and Layout Improvements: The code introduces a more sophisticated styling approach, utilizing flexbox for responsive design and adding aesthetic elements like gradients and shadows for a modern look.

How did you solve/implement it? 🧠

  • Data Handling: The events data is stored in an array, with each event as an object. The EventPage component filters this array based on eventId, ensuring the correct event data is displayed.
  • Text Formatting: A custom function getDescriptionWithLineBreaks transforms event descriptions into well-formatted paragraphs, improving readability.
    Skjermbilde 2023-11-10 kl  18 48 16
    Skjermbilde 2023-11-10 kl  18 48 26
    Skjermbilde 2023-11-10 kl  18 48 51
    Skjermbilde 2023-11-10 kl  18 48 44

Copy link

vercel bot commented Nov 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
startgjovik-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 8:23pm

Copy link
Contributor

@KjetilIN KjetilIN left a comment

Choose a reason for hiding this comment

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

@Hannah-Sofie The icons looks amazing! Really good work here! Just added som small comments, when they are fixed, I will approve:

  • Create an issue for getting event data for common events through sanity (with desc.)
  • Fix naming on page of the const (see comment above)

Comment on lines 2 to 4

const Event7Page = () => {
return <EventPage eventId='7' />;
Copy link
Contributor

Choose a reason for hiding this comment

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

@Hannah-Sofie Here you can change the name to MotEnGrunderPage or something descriptive. This goes for all pages.

Comment on lines +4 to +15
// Array of objects representing events
export const events = [
// Event object structure
{
id: '1',
imageUrl: BASE_IMAGE_URL,
id: '1', // Unique identifier for the event
imageUrl: `${BASE_IMAGE_URL}/bcm.png`,
title: 'BCM',
subtitle: 'Business Canvas Mastery: Lås opp potensialet i din forretningsidé!',
alt: 'BCM',
link: `${BASE_EVENT_URL}/bcm`,
description: `Oppdag nøkkelen til en vellykket forretningsmodell med vårt Business Canvas-modellkurs! Dette er en gyllen mulighet for studenter til å dykke ned i en av de mest kritiske verktøyene for å forbedre både din pitch og din forretningsmodell. Lær hvordan du kan bringe din idé til liv og få en dypere forståelse av ditt forretningskonsept gjennom et interaktivt kurs ledet av erfarne veiledere.
Etter kurset får du sjansen til å sette teori ut i praksis: bruk Business Canvas-modellen på din egen idé og fremfør din pitch foran et panel av eksperter og dine medstudenter. Dette er ikke bare en læringsøkt, men en reell mulighet til å få verdifull tilbakemelding og nettverke med likesinnede.
BCM-kurset har vært en stor suksess tidligere, og deltakere har gått fra arrangementet med ny innsikt og forbedrede ferdigheter som er umiddelbart anvendelige. Ikke gå glipp av denne sjansen til å gi din forretningsidé det løftet den fortjener. Registrer deg nå og begynn reisen mot forretningsmestring!`,
Copy link
Contributor

Choose a reason for hiding this comment

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

@Hannah-Sofie This is perfect for the MVP. However, we may need to look into fetching this data from Sanity later on. Please make an issue ⭐

@IT-Start-Gjovik IT-Start-Gjovik deleted a comment from Delightai6881 Nov 14, 2023
Copy link
Contributor

@KjetilIN KjetilIN left a comment

Choose a reason for hiding this comment

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

LGTM

@KjetilIN KjetilIN merged commit 690b748 into development Nov 15, 2023
@KjetilIN KjetilIN deleted the events branch November 15, 2023 08:43
@KjetilIN KjetilIN mentioned this pull request Nov 15, 2023
Copy link

@Delightai6881 Delightai6881 left a comment

Choose a reason for hiding this comment

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

KjetilIN added a commit that referenced this pull request Dec 12, 2023
* build(deps): bump eslint from 8.49.0 to 8.50.0 (#122)

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* build(deps): bump @types/node from 20.6.0 to 20.7.1 (#125)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>

* build(deps): bump sanity from 3.16.1 to 3.17.0 (#129)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.17.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* build(deps): bump @types/node from 20.7.1 to 20.8.2 (#128)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.1 to 20.8.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>

* build(deps): bump zod and next (#131)

Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Removes `zod`

Updates `next` from 13.5.1 to 13.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.1...v13.5.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump postcss from 8.4.25 to 8.4.31 (#130)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.25...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: move all enums in its own folder (#126)

* refacotr: Adds .prettierc config file for default formatting (#133)

* Add route for bedrifter (#134)

* Added for-company route

* fix bug

* Change route name to For-bedrifter

* fix tailwind

---------

Co-authored-by: abdi <abdiraay@ntnu.no>

* Change route name to norwegian (#138)

* changing names

* link fix and name fix

---------

Co-authored-by: abdi <abdiraay@ntnu.no>

* build(deps): bump eslint from 8.50.0 to 8.51.0 (#137)

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* Better descriptions for the input fields (#135)

* Better descriptions for the input fields

* fix-issue-sanity

* små enderinger etter tilbakemelding

---------

Co-authored-by: Nahom Berhane <nahomberhane@Nahoms-Air.lan>

* build(deps): bump sanity from 3.17.0 to 3.18.0 (#145)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.17.0 to 3.18.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.18.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* build(deps): bump @sanity/client from 6.4.12 to 6.6.0 (#146)

Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.4.12 to 6.6.0.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.4.12...v6.6.0)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  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>

* add: section for contributors in readme (#150)

* add: contributers file and config (#151)

* add: new contributors file

* fix: readme file

* docs: add KjetilIN as a contributor for code (#152)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add members as a contributor for code (#153)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add AbdiYus as a contributor for code (#154)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* contibutor-patch

* docs: add Hannah-Sofie as a contributor for code (#155)

* docs: update CONTRIBUTORS.md

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* docs: add Mosazghi as a contributor for code (#157)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* docs: add FredrikSundt-Hansen as a contributor for code (#156)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* Update .all-contributorsrc

* docs: add AbdiYus as a contributor for bug (#160)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add KjetilIN as a contributor for bug (#162)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* route name change (#158)

Co-authored-by: abdi <abdiraay@ntnu.no>

* feat: new baerekraft page (#163)

* docs: add Mosazghi as a contributor for bug (#165)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* fix: new properties for .prettierrc file (#164)

* add: emoji explanation (#171)

* update: english text for contribute file (#170)

* docs: add KjetilIN as a contributor for projectManagement (#172)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 (#173)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [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.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* made an over badge for the events (#141)

* made an over badge for the events

* fixed width and removed the read more button when the event is over

* docs: add KjetilIN as a contributor for design (#174)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Hannah-Sofie as a contributor for design (#175)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Mosazghi as a contributor for design (#176)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* Update CONTRIBUTORS.md (#178)

* docs: add AbdiYus as a contributor for design (#177)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* revesed order of elements in events fetch (#186)

Co-authored-by: abdi <abdiraay@ntnu.no>

* add: main text (#183)

* build(deps): bump actions/setup-node from 3 to 4 (#184)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump eslint from 8.51.0 to 8.52.0 (#182)

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* build(deps): bump @sanity/client from 6.6.0 to 6.7.0 (#179)

Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.6.0...v6.7.0)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  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>

* add: new route => "om-oss" (#168)

* New rout om oss

* OM-oss side

* om oss side

* page.tsx

byttet navn på function til "AboutUsPage"

* jumbotron.tsx

gjøre om-oss til en link og referert til om-oss siden

* byttet navn fra Om-oss til om-oss på filen

* Fix-captial letter H

* fix: case sensitive folder

* Update components/jumbotron/jumbotron.tsx

om-oss ==> Les om oss

Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

---------

Co-authored-by: Kjetil Indrehus <kjetilindrehus@gmail.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* fix: event date format (#191)

* fix: event date format

* fix: event date format

* fix(urgent?): aligns eventcards section properly (#166)

* fix: aligns eventcards section properly

* fix: remove image stretch

* fix: remove image stretch

* fix: further improvm.

* fix: eventcards now align perfectly

* fix: eventcards now align perfectly

* del: remove uppercase route

* build(deps): bump eslint-config-next from 13.5.1 to 14.0.1 (#197)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.1 to 14.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.0.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* del: submodule (#199)

* docs: add Nahom101-1 as a contributor for code (#200)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* build(deps): bump sanity from 3.18.0 to 3.19.0 (#201)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.19.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* fix: event card width (#202)

* Fix eventcard width (#205)

* fix: event card width

* (minor)fix: event card container width

* build(deps): bump eslint from 8.52.0 to 8.53.0 (#213)

Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.52.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* Eventpage (#212)

* Merge v1.2.1 (#203)

* build(deps): bump eslint from 8.49.0 to 8.50.0 (#122)

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* build(deps): bump @types/node from 20.6.0 to 20.7.1 (#125)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.0 to 20.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>

* build(deps): bump sanity from 3.16.1 to 3.17.0 (#129)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.17.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* build(deps): bump @types/node from 20.7.1 to 20.8.2 (#128)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.7.1 to 20.8.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>

* build(deps): bump zod and next (#131)

Removes [zod](https://github.com/colinhacks/zod). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together.


Removes `zod`

Updates `next` from 13.5.1 to 13.5.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.1...v13.5.4)

---
updated-dependencies:
- dependency-name: zod
  dependency-type: indirect
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump postcss from 8.4.25 to 8.4.31 (#130)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.25...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: move all enums in its own folder (#126)

* refacotr: Adds .prettierc config file for default formatting (#133)

* Add route for bedrifter (#134)

* Added for-company route

* fix bug

* Change route name to For-bedrifter

* fix tailwind

---------

Co-authored-by: abdi <abdiraay@ntnu.no>

* Change route name to norwegian (#138)

* changing names

* link fix and name fix

---------

Co-authored-by: abdi <abdiraay@ntnu.no>

* build(deps): bump eslint from 8.50.0 to 8.51.0 (#137)

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.51.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* Better descriptions for the input fields (#135)

* Better descriptions for the input fields

* fix-issue-sanity

* små enderinger etter tilbakemelding

---------

Co-authored-by: Nahom Berhane <nahomberhane@Nahoms-Air.lan>

* build(deps): bump sanity from 3.17.0 to 3.18.0 (#145)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.17.0 to 3.18.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.18.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* build(deps): bump @sanity/client from 6.4.12 to 6.6.0 (#146)

Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.4.12 to 6.6.0.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.4.12...v6.6.0)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  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>

* add: section for contributors in readme (#150)

* add: contributers file and config (#151)

* add: new contributors file

* fix: readme file

* docs: add KjetilIN as a contributor for code (#152)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add members as a contributor for code (#153)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add AbdiYus as a contributor for code (#154)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* contibutor-patch

* docs: add Hannah-Sofie as a contributor for code (#155)

* docs: update CONTRIBUTORS.md

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* docs: add Mosazghi as a contributor for code (#157)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* docs: add FredrikSundt-Hansen as a contributor for code (#156)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* Update .all-contributorsrc

* docs: add AbdiYus as a contributor for bug (#160)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add KjetilIN as a contributor for bug (#162)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* route name change (#158)

Co-authored-by: abdi <abdiraay@ntnu.no>

* feat: new baerekraft page (#163)

* docs: add Mosazghi as a contributor for bug (#165)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* fix: new properties for .prettierrc file (#164)

* add: emoji explanation (#171)

* update: english text for contribute file (#170)

* docs: add KjetilIN as a contributor for projectManagement (#172)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* build(deps): bump @babel/traverse from 7.22.10 to 7.23.2 (#173)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.10 to 7.23.2.
- [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.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* made an over badge for the events (#141)

* made an over badge for the events

* fixed width and removed the read more button when the event is over

* docs: add KjetilIN as a contributor for design (#174)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Hannah-Sofie as a contributor for design (#175)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* docs: add Mosazghi as a contributor for design (#176)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* Update CONTRIBUTORS.md (#178)

* docs: add AbdiYus as a contributor for design (#177)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* revesed order of elements in events fetch (#186)

Co-authored-by: abdi <abdiraay@ntnu.no>

* add: main text (#183)

* build(deps): bump actions/setup-node from 3 to 4 (#184)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): bump eslint from 8.51.0 to 8.52.0 (#182)

Bumps [eslint](https://github.com/eslint/eslint) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.51.0...v8.52.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* build(deps): bump @sanity/client from 6.6.0 to 6.7.0 (#179)

Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.6.0 to 6.7.0.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.6.0...v6.7.0)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  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>

* add: new route => "om-oss" (#168)

* New rout om oss

* OM-oss side

* om oss side

* page.tsx

byttet navn på function til "AboutUsPage"

* jumbotron.tsx

gjøre om-oss til en link og referert til om-oss siden

* byttet navn fra Om-oss til om-oss på filen

* Fix-captial letter H

* fix: case sensitive folder

* Update components/jumbotron/jumbotron.tsx

om-oss ==> Les om oss

Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

---------

Co-authored-by: Kjetil Indrehus <kjetilindrehus@gmail.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>

* fix: event date format (#191)

* fix: event date format

* fix: event date format

* fix(urgent?): aligns eventcards section properly (#166)

* fix: aligns eventcards section properly

* fix: remove image stretch

* fix: remove image stretch

* fix: further improvm.

* fix: eventcards now align perfectly

* fix: eventcards now align perfectly

* del: remove uppercase route

* build(deps): bump eslint-config-next from 13.5.1 to 14.0.1 (#197)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.5.1 to 14.0.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.0.1/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* del: submodule (#199)

* docs: add Nahom101-1 as a contributor for code (#200)

* docs: update CONTRIBUTORS.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* build(deps): bump sanity from 3.18.0 to 3.19.0 (#201)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.18.0 to 3.19.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.19.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* fix: event card width (#202)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mosazghi <116307580+Mosazghi@users.noreply.github.com>
Co-authored-by: AbdiYus <133913649+AbdiYus@users.noreply.github.com>
Co-authored-by: abdi <abdiraay@ntnu.no>
Co-authored-by: Nahom101-1 <146176292+Nahom101-1@users.noreply.github.com>
Co-authored-by: Nahom Berhane <nahomberhane@Nahoms-Air.lan>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Hannah <90150033+Hannah-Sofie@users.noreply.github.com>

* Added a new button to the main page to the all event page created

* Added a new button to the main page to the all event page created

* Added a new button to the main page to the all event page created + fixed some duplication

* added eventboxes

* added eventboxes for repeating events

* fixed conflicts and centered for mobile and desktop

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kjetil Indrehus <66110094+KjetilIN@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mosazghi <116307580+Mosazghi@users.noreply.github.com>
Co-authored-by: AbdiYus <133913649+AbdiYus@users.noreply.github.com>
Co-authored-by: abdi <abdiraay@ntnu.no>
Co-authored-by: Nahom101-1 <146176292+Nahom101-1@users.noreply.github.com>
Co-authored-by: Nahom Berhane <nahomberhane@Nahoms-Air.lan>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>

* add: sustainability images and description (#210)

* For bedrifter text layout (#216)

* added flex

* added div with mock text and some css

* show where map goes

* size changes dynmicly

---------

Co-authored-by: abdi <abdiraay@ntnu.no>

* Carbon footprint header+text (#214)

* add: sustainability images and description

* testing

* add: everything about carbon footprint + some styling page

* minor: component rename

* sustainability bold and url badge (#219)

* add: sustainability images and description

* testing

* add: everything about carbon footprint + some styling page

* minor: component rename

* chore: header text bold + url carbon badge

* build(deps): bump @types/node from 20.8.6 to 20.9.0 (#220)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.6 to 20.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>

* build(deps): bump @sanity/client from 6.7.0 to 6.8.0 (#222)

Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.7.0...v6.8.0)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  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>

* del: deleted submodule

* Events (#223)

* dynamic linking

* added individual event page

* Added explicit type for the text parameter and the function return type

* fixed naming on the event pages to something more descriptive

* Gallery (#226)

* dynamic linking

* added individual event page

* Added explicit type for the text parameter and the function return type

* Moved previous events to a new site

* hopefully fixed deployment errors

* added a slideshow for photos to the past events

* test2

* test2

* added missing /div

* Front page nav bar (#187)

* add first version of figma of nav bar

* remove figma form github, add to google docs

* add hader with nav bar

add new color 'darkblue' Add new CSS element called 'active-link' when a page is active in navbar

* add dropdown menu and mobile responive

* change desktop to not have max size

* add on hover effect on drop down menu

change burger menu icon size

* add text size as parameter to drop down menu

* change naming of BurgerMenuProps to MenuProps

* add key to li and a element

* add small documentation

* made navbar text semibold

* resolve merge conflict with development

* resolve merge conflict with development

* Nav bar animation (#229)

* add first version of figma of nav bar

* remove figma form github, add to google docs

* add hader with nav bar

add new color 'darkblue' Add new CSS element called 'active-link' when a page is active in navbar

* add dropdown menu and mobile responive

* change desktop to not have max size

* add on hover effect on drop down menu

change burger menu icon size

* add text size as parameter to drop down menu

* change naming of BurgerMenuProps to MenuProps

* add key to li and a element

* add small documentation

* made navbar text semibold

* resolve merge conflict with development

* resolve merge conflict with development

* linitng navbar page

* add fade in animation to navbar

* remove fade in animation for burger menu logo

* add navbar to all pages (#230)

* add navbar to all
pages

not working for arrangementer/[eventPage]

* change upcoming events in menu to go to upcoming events on home page Previous events now goes to 'alle-arrangementer'

* add 'kommende arrangementer' and 'tidligere arrangementer' to hamburger menu

* Previous events (#224)

* dynamic linking

* added individual event page

* Added explicit type for the text parameter and the function return type

* Moved previous events to a new site

* hopefully fixed deployment errors

* added missing /div

* Mazemap component (#207)

* added mazemap component

* intilazed mazemap

* added type

* change type definiton to mazemap

* changing position error

* removed comments

* merge fix

* added component to new layout

* dynamicly added Map component

---------

Co-authored-by: abdi <abdiraay@ntnu.no>
Co-authored-by: AbubakarAhmedYusuf <abubakar.yusuf@hamarmedia.no>

* build(deps): bump sanity from 3.19.0 to 3.20.0 (#232)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.20.0/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* build(deps): bump eslint from 8.53.0 to 8.54.0 (#234)

Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* Front page animation (#235)

* replace custom sizes with tailwind css standard sizes

made small (sm) size not have a min size, so that small phone sizes can view the navbar correctly

* made active link line height a bit smaller

* add animation to item cards

now when the page is loaded there is a animation pushing the item cards form the left side

* fix for when navbar is loaded on smaller screen sizes

made it so that navbar elements does animate from the top instead of from the left of the screen

* build(deps): bump typescript from 5.2.2 to 5.3.2 (#236)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)

---
updated-dependencies:
- dependency-name: typescript
  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>

* Sustainability page text (#237)

* fix: some minor fixes with styling etc

* new: complete text for sutainability page

* fix es lint

* For bedrifter mvp (#243)

* added text and spinner

* added spinner

* mvp

---------

Co-authored-by: abdi <abdiraay@ntnu.no>

* build(deps): bump @types/node from 20.9.0 to 20.10.0 (#239)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.9.0 to 20.10.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  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>

* build(deps): bump @sanity/client from 6.8.6 to 6.9.1 (#244)

Bumps [@sanity/client](https://github.com/sanity-io/client) from 6.8.6 to 6.9.1.
- [Release notes](https://github.com/sanity-io/client/releases)
- [Changelog](https://github.com/sanity-io/client/blob/main/CHANGELOG.md)
- [Commits](sanity-io/client@v6.8.6...v6.9.1)

---
updated-dependencies:
- dependency-name: "@sanity/client"
  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>

* build(deps): bump eslint from 8.54.0 to 8.55.0 (#245)

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.55.0)

---
updated-dependencies:
- dependency-name: eslint
  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>

* build(deps): bump sanity from 3.20.0 to 3.21.1 (#249)

Bumps [sanity](https://github.com/sanity-io/sanity/tree/HEAD/packages/sanity) from 3.20.0 to 3.21.1.
- [Release notes](https://github.com/sanity-io/sanity/releases)
- [Commits](https://github.com/sanity-io/sanity/commits/v3.21.1/packages/sanity)

---
updated-dependencies:
- dependency-name: sanity
  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>

* build(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 (#246)

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 9.0.0 to 9.1.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  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>

* build(deps): bump vite from 4.4.9 to 4.5.1 (#247)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.9 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mosazghi <116307580+Mosazghi@users.noreply.github.com>
Co-authored-by: AbdiYus <133913649+AbdiYus@users.noreply.github.com>
Co-authored-by: abdi <abdiraay@ntnu.no>
Co-authored-by: Nahom101-1 <146176292+Nahom101-1@users.noreply.github.com>
Co-authored-by: Nahom Berhane <nahomberhane@Nahoms-Air.lan>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Hannah <90150033+Hannah-Sofie@users.noreply.github.com>
Co-authored-by: Fredrik Sundt-Hansen <38140980+FredrikSundt-Hansen@users.noreply.github.com>
Co-authored-by: AbubakarAhmedYusuf <abubakar.yusuf@hamarmedia.no>
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