Commit graph

13 commits

Author SHA1 Message Date
dependabot[bot]
d23558125a
Bump the npm_and_yarn group across 1 directory with 7 updates
Bumps the npm_and_yarn group with 6 updates in the /resolution-frontend directory:

| Package | From | To |
| --- | --- | --- |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.3.1` | `3.3.3` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.49.2` | `2.55.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.46.1` | `5.55.1` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` |
| [picomatch](https://github.com/micromatch/picomatch) | `4.0.3` | `4.0.4` |
| [rollup](https://github.com/rollup/rollup) | `4.54.0` | `4.60.1` |



Updates `dompurify` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.3.1...3.3.3)

Updates `@sveltejs/kit` from 2.49.2 to 2.55.0
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.55.0/packages/kit)

Updates `svelte` from 5.46.1 to 5.55.1
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.55.1/packages/svelte)

Updates `devalue` from 5.6.1 to 5.6.4
- [Release notes](https://github.com/sveltejs/devalue/releases)
- [Changelog](https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/devalue/compare/v5.6.1...v5.6.4)

Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1)

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4)

Updates `rollup` from 4.54.0 to 4.60.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.60.1)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.3.3
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.55.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: svelte
  dependency-version: 5.55.1
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: devalue
  dependency-version: 5.6.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-version: 4.60.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-03 08:25:39 +00:00
Dhamari Trice-Hanson
8974fd422c Switch to dynamic environment variables for Airtable integration. 2026-01-02 16:48:52 -05:00
Dhamari Trice-Hanson
7d2973c3e9 Add Docker configuration for frontend and include new assets while organizing unused ones. 2026-01-02 16:39:16 -05:00
Dhamari Trice-Hanson
371b3f52be Replace redundant assets, switch to Node adapter, and streamline "Resolution" content and dependencies. 2026-01-02 16:39:10 -05:00
Dhamari Trice-Hanson
894cdb9bd3 Implement resolution submission API, initialize Airtable integration, and update package dependencies. 2026-01-02 15:44:09 -05:00
Dhamari Trice-Hanson
12625e973d Add Airtable dependency and improve form submission with loading state, error handling, and email validation. 2026-01-02 15:44:02 -05:00
Dhamari Trice-Hanson
5e4a1167cb Add "Resolution" challenge details, update "InitialPage" hero content, modularize event cards, and integrate DOMPurify for email sanitization. 2026-01-02 15:21:34 -05:00
Dhamari Trice-Hanson
70a192ab55 Update asset for "InitialPage" component. 2025-12-30 12:38:00 -05:00
Dhamari Trice-Hanson
151840baf6 Combine "Events" and "FAQ" sections into a single styled section in "InitialPage" and update corresponding styles. 2025-12-30 10:52:37 -05:00
Dhamari Trice-Hanson
ed22eb1b43 Comment out unused "hero-content" section and adjust styles for "sparkly-border" in "InitialPage" component. 2025-12-30 10:40:16 -05:00
Dhamari Trice-Hanson
6073e37580 Add "InitialPage" component with assets and styles for landing page sections. 2025-12-30 10:10:31 -05:00
Dhamari Trice-Hanson
ac311d8d88 Add "InitialPage" component with assets and styles for landing page sections. 2025-12-30 10:10:28 -05:00
Dhamari Trice-Hanson
3e42ba0dab Initialize SvelteKit project with basic onboarding and landing pages. 2025-12-30 09:57:38 -05:00