Commit efdf8df
authored
feat: add
* feat: move req/res utils to @netlify/dev-utils
* build: add keywords to vite plugin package
* feat: add `@netlify/nuxt` Nuxt module
* refactor: remove useless directory?
* build: add a no-op build script
* fix: add missing deps and fix build steps
* fix: loosen nuxt module node reqs
* ci: add separate CI workflow to fix node version issue
The new package has a min. of node 20.19.0 whereas the others have 20.6.1.
The CI setup in this monorepo assumes it can run `npm run test` on all workspace packages against
the earliest supported version (20.6.1), which is assumed to be consistent.
I considered several approaches here, and this seemed like the lesser of evils. It just sets the
`test` script in this package to a no-op (npm workspaces have no option to run something against
"all workspaces packages except this one") and added a separate CI workflow for the new package.
This also avoids another weirdness while I was at it, since this package has its own lint and
typechecking.
* build: fix `test:types` nuxt module script
* test: add missing dependency to fixture
* chore(deps): remove unused dev dep
* fix(deps): specify a @types/node major
* chore: bump @netlify/nuxt version
I manually published 0.0.0 and 0.0.1 while testing@netlify/nuxt Nuxt module (#344)1 parent 9962c81 commit efdf8df
File tree
40 files changed
+14358
-6214
lines changed- .github/workflows
- packages
- dev-utils/src
- lib
- nuxt-module
- playground
- netlify
- edge-functions
- functions
- src
- test
- fixtures
- basic
- with-functions
- netlify
- edge-functions
- functions
- vite-plugin
- src
40 files changed
+14358
-6214
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 | | |
82 | 86 | | |
83 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
653 | | - | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | | - | |
658 | | - | |
659 | | - | |
660 | | - | |
661 | 652 | | |
662 | 653 | | |
663 | 654 | | |
| |||
0 commit comments