Commit 5604545
authored
build!: fix
* build: fix unintentionally widened node engines
This was unintentionally(?) widened when porting the package into this monorepo.
See original: https://github.com/netlify/functions/blob/acc2879e1a9629d1e2c8acefa207ad594ef63d5e/package.json#L95.
* build: bump `engines.node` to `^18.14.0 || >=20`
I don't believe there's any reason to support 14 and 16 in any of these, and this will
lead to many blocked dependency upgrades down the road.
Doing this now before public launch avoids user-facing major releases across all these
packages.
The only exception is `@netlify/blobs` (left unchanged here), because that's an existing
package that [would require a major
bump](https://github.com/netlify/blobs/blob/16973e4290e9d605792a3bd3774858e89eb33596/package.json#L7)
and some thought to update.
Note that Netlify CLI - an eventual consumer of some of these packages - currently
requires >=18.14.0 (so no problem with dropping 14 and 16), but should be dropping 18
entirely by the time it starts to pull these packages in (it reached EOL a month ago).
* refactor: remove dead CI configengines.node (#210)1 parent cb025cf commit 5604545
File tree
13 files changed
+22
-25
lines changed- .github/workflows
- packages
- cache
- dev-utils
- dev
- functions
- otel
- redirects
- runtime-utils
- runtime
- static
- types
- vite-plugin
13 files changed
+22
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 50 | | |
54 | 51 | | |
55 | 52 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments