Commit 16db3da
authored
Update npm dependencies (#51)
This is a dependency update that resolves some outstanding security
notices. I updated the Nuxt config to account for a couple new features
of the dev server:
- Explicitly allow requests referred from a local development domain
- Pre-optimize some modules to avoid full page reloads during
development
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Changes
### Dependencies Updated
- **nuxt**: `^4.0.0` → `^4.4.6`
- **vue**: `^3.4.19` → `^3.5.34`
### Nuxt Configuration Enhanced
Added `vite` configuration to `nuxt.config.ts`:
- **Dev Server**: Restricted `allowedHosts` to `workspaces.local` to
explicitly allow requests from the local development domain.
- **Pre-bundling**: Configured `optimizeDeps.include` to pre-bundle key
dependencies, reducing full page reloads during development. Included
modules: `@osmcha/*`, `@sindresorhus/slugify`, Vue devtools packages,
`@zip.js/zip.js`, `ajv`/`ajv-formats`, `bootstrap-vue-next`
components/composables, `dayjs` plugins, `maplibre-gl`, `papaparse`,
`vue-qrcode`, and `vue3-toastify`.
### CI Workflow
- Updated GitHub Actions workflow (.github/workflows/ci.yml) to use
**Node.js 24** instead of 20.
<!-- review_stack_entry_start -->
[](https://app.coderabbit.ai/change-stack/TaskarCenterAtUW/workspaces-frontend/pull/51?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)
<!-- review_stack_entry_end -->
<!-- end of auto-generated comment: release notes by coderabbit.ai -->4 files changed
Lines changed: 6536 additions & 7179 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
0 commit comments