Trek Glowacki
68b4516722
Remove svelte v5 fixture ( #10698 )
...
I originally created with following the instructions on the site `npm create svelte@latest` but got confused seeing a version `5.1.1` but that's for `create-svelte`, not `svelte` itself. It creates a svelte 4 app still.
2023-10-12 22:22:46 +00:00
Ethan Arrowood
7bf7591dd3
[static-build] add angular v16 ( #10683 )
2023-10-12 21:57:07 +00:00
Ethan Arrowood
a012a1e749
[static-build] ember-v5 ( #10696 )
2023-10-12 21:30:56 +00:00
Ethan Arrowood
6dbeb5c3ee
[static-build] stencil-v4 ( #10695 )
2023-10-12 21:05:50 +00:00
Ethan Arrowood
853a570384
[static-build] nuxt-v3 ( #10694 )
2023-10-12 20:42:34 +00:00
Ethan Arrowood
6fcbdb90c7
[static-build] scully-v2 ( #10693 )
2023-10-12 18:20:25 +00:00
Ethan Arrowood
80a6960dc9
[static-build] hydrogen-v2023 ( #10688 )
2023-10-11 23:25:12 +00:00
Ethan Arrowood
b52741b1bb
[static-build] blitz-v2 ( #10690 )
2023-10-11 22:59:44 +00:00
Ethan Arrowood
1d4c86d0f8
[static-build] storybook-v7 ( #10686 )
2023-10-11 22:35:18 +00:00
Trek Glowacki
ae489687d2
Revert "Remove comment (testing branch protection)"
...
This reverts commit 6fc2872794 .
2023-10-11 09:06:10 -05:00
Trek Glowacki
6fc2872794
Remove comment (testing branch protection)
2023-10-10 18:04:31 -05:00
Ethan Arrowood
6697a0e846
[static-build] vite-v4 ( #10675 )
2023-10-10 22:52:47 +00:00
Ethan Arrowood
ed9ef486a8
Revert "[static-build] hydrogen-v2023"
...
This reverts commit 213ec69db3 .
2023-10-10 16:44:10 -06:00
Ethan Arrowood
213ec69db3
[static-build] hydrogen-v2023
2023-10-10 16:41:59 -06:00
Ethan Arrowood
7512bf64b1
[static-build] hexo-v6 fixture ( #10684 )
2023-10-10 20:42:44 +00:00
Trek Glowacki
00e12792d8
[static-build] Add basic Middleman v4 fixture ( #10682 )
...
Adding a new fixture for middleman. Currently missing.
2023-10-10 19:54:49 +00:00
Trek Glowacki
3029af5a2b
[static-build] add umi-4 fixture ( #10659 )
...
Added new umi-v4 fixture by following the [new project directions for `npm`](https://umijs-org.translate.goog/docs/guides/getting-started?_x_tr_sl=auto&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp&_x_tr_hist=true )
2023-10-10 16:50:55 +00:00
Trek Glowacki
4422eee5c4
Add vue-3 ( #10660 )
...
Adds a fixture test for vue@3
2023-10-09 12:23:46 +00:00
Chris Barber
222710f612
Add type-check and unify tsconfig ( #10667 )
...
This adds a new `pnpm type-check` that leverages `turbo` to validate the TypeScript code. This can be run at the top-level or for an individual package.
The `test-lint` workflow will run it after linting and doing the prettier check.
As apart of this effort, each package's `tsconfig.json` has been simplified. There's a new top-level `tsconfig.base.json` file that extends the Vercel Style Guide for TypeScript. Each package's `tsconfig.json` has been audited and previously suppressed rules that no longer apply have been removed. The result is each package's `tsconfig.json` is greatly simplified and we can control common settings in the base config while keeping the flexibility of package-level overrides.
Lastly, in `package/cli`, `pnpm build` calls `scripts/build.mjs` which calls `scripts/compile-templates.mjs`. The `compile-templates.mjs` file was generating invalid TypeScript code. I've fixed it and now it's happier than ever.
Note: In order to run `pnpm type-check`, you must first `pnpm build` because we need the `.d.ts` definition files.
2023-10-09 11:58:23 +00:00
Ethan Arrowood
d8179032e2
[static-build] add parcel v2 fixture ( #10674 )
...
Kinda simple. Not sure how else to improve this. Parcel is a pretty
basic build tool I think.
2023-10-06 11:07:27 -06:00
Trek Glowacki
f2d7f3f444
Move existing framework fixtures to numeric-free prefix ( #10670 )
2023-10-05 16:05:12 -05:00
Trek Glowacki
60929bb1af
[static-build] Add fixtures for latest versions of tested frameworks ( #10656 )
...
Adds `preact@10`, `eleventy@2` and `jekyll@4` fixtures.
2023-10-05 18:55:51 +00:00
Trek Glowacki
cf6152d16b
[static-build] Update existing fixtures to latest of their currently pinned framework dependency ( #10652 )
...
Co-authored-by: Chris Barber <chris.barber@vercel.com >
2023-10-04 11:04:39 -05:00
Trek Glowacki
0c1603f41b
[static-build] Add Svelte 5 fixture ( #10645 )
...
Adds Svelte 5 fixture for testing as we expand our test matrix. This is an updated version of `11-svelte`
2023-10-03 15:26:37 +00:00
Trek Glowacki
18b04b3589
[static-build] Add fixture for svelte 4 apps ( #10637 )
...
Adds Svelte 4 fixture for testing as we expand our test matrix. This is an updated version of `11-svelte`
2023-10-03 15:06:46 +00:00
Vercel Release Bot
45ae16e371
Version Packages ( #10576 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## vercel@32.4.0
### Minor Changes
- Restore unsetting teamId for non-team accounts
([#10612 ](https://github.com/vercel/vercel/pull/10612 ))
### Patch Changes
- remove unused source map pkg
([#10577 ](https://github.com/vercel/vercel/pull/10577 ))
- disable source map for prod build
([#10575 ](https://github.com/vercel/vercel/pull/10575 ))
- Better rendering upon authentication error in `vc cert ls`
([#10551 ](https://github.com/vercel/vercel/pull/10551 ))
- Updated dependencies
\[[`e9026c7a6`](e9026c7a69 ),
[`ea5bc8806`](ea5bc88062 ),
[`a4996e1c5`](a4996e1c5a ),
[`a18ed98f2`](a18ed98f2d ),
[`2f5b0aeeb`](2f5b0aeeb1 ),
[`09f1bbfa4`](09f1bbfa41 ),
[`ce7e82fa7`](ce7e82fa7a )]:
- @vercel/next@4.0.9
- @vercel/go@3.0.3
- @vercel/build-utils@7.2.2
- @vercel/node@3.0.7
- @vercel/redwood@2.0.4
- @vercel/remix-builder@2.0.9
- @vercel/static-build@2.0.8
## @vercel/build-utils@7.2.2
### Patch Changes
- [cli] Update bun detection and add tests for projects with both
bunlock binary and yarn.lock text files
([#10583 ](https://github.com/vercel/vercel/pull/10583 ))
## @vercel/client@13.0.5
### Patch Changes
- Updated dependencies
\[[`2f5b0aeeb`](2f5b0aeeb1 )]:
- @vercel/build-utils@7.2.2
## @vercel/fs-detectors@5.1.1
### Patch Changes
- [cli] Update bun detection and add tests for projects with both
bunlock binary and yarn.lock text files
([#10583 ](https://github.com/vercel/vercel/pull/10583 ))
## @vercel/gatsby-plugin-vercel-builder@2.0.7
### Patch Changes
- Updated dependencies
\[[`2f5b0aeeb`](2f5b0aeeb1 )]:
- @vercel/build-utils@7.2.2
## @vercel/go@3.0.3
### Patch Changes
- Update broken documentation link
([#10579 ](https://github.com/vercel/vercel/pull/10579 ))
## @vercel/next@4.0.9
### Patch Changes
- Correct output file tracing and limit calculation
([#10631 ](https://github.com/vercel/vercel/pull/10631 ))
- Fix the instrumentation hook on Next.js Edge Functions
([#10608 ](https://github.com/vercel/vercel/pull/10608 ))
- [next] fix lambda creation for i18n edge pages
([#10630 ](https://github.com/vercel/vercel/pull/10630 ))
- Revert "[next][node][redwood][remix] Update @vercel/nft (#10540 )"
([#10633 ](https://github.com/vercel/vercel/pull/10633 ))
- Update `@vercel/nft` to 0.24.2
([#10644 ](https://github.com/vercel/vercel/pull/10644 ))
## @vercel/node@3.0.7
### Patch Changes
- Revert "[next][node][redwood][remix] Update @vercel/nft (#10540 )"
([#10633 ](https://github.com/vercel/vercel/pull/10633 ))
- Update `@vercel/nft` to 0.24.2
([#10644 ](https://github.com/vercel/vercel/pull/10644 ))
- Updated dependencies
\[[`2f5b0aeeb`](2f5b0aeeb1 )]:
- @vercel/build-utils@7.2.2
## @vercel/redwood@2.0.4
### Patch Changes
- Revert "[next][node][redwood][remix] Update @vercel/nft (#10540 )"
([#10633 ](https://github.com/vercel/vercel/pull/10633 ))
- Update `@vercel/nft` to 0.24.2
([#10644 ](https://github.com/vercel/vercel/pull/10644 ))
## @vercel/remix-builder@2.0.9
### Patch Changes
- Revert "[next][node][redwood][remix] Update @vercel/nft (#10540 )"
([#10633 ](https://github.com/vercel/vercel/pull/10633 ))
- Update `@vercel/nft` to 0.24.2
([#10644 ](https://github.com/vercel/vercel/pull/10644 ))
## @vercel/static-build@2.0.8
### Patch Changes
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@2.0.7
## @vercel-internals/types@1.0.12
### Patch Changes
- Updated dependencies
\[[`2f5b0aeeb`](2f5b0aeeb1 )]:
- @vercel/build-utils@7.2.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-03 05:38:27 -06:00
Trek Glowacki
13efc4f04f
[static-build] Add Astro 2.x fixture ( #10634 )
...
Adds Astro 2 fixture for testing as we expand our test matrix. Not sure what all probes we'd want beyond a "did it work" one.
2023-10-02 19:56:59 +00:00
Trek Glowacki
08c5a9b0fc
[static-build] Add Astro 3.x fixture ( #10632 )
...
Adds Astro 3 fixture for testing as we expand our test matrix. Not sure what all probes we'd want beyond a "did it work" one.
2023-10-02 19:32:42 +00:00
Ethan Arrowood
2f51171a17
[tests] improve gatsby fixtures in static-build ( #10620 )
2023-09-29 16:11:17 +00:00
Ethan Arrowood
d402c4350a
[tests] Reduce ionic fixture sizes to improve test timing ( #10605 )
...
This PR regenerates the ionic-angular and ionic-react fixtures to be significantly smaller and simpler.
I don't know why the lock files are so massive. If anyone has ideas to reduce the size of those (I've tried ripping out a bunch of dependencies).
2023-09-28 15:29:39 +00:00
Nathan Rajlich
873327e9bd
Remove @vercel/ncc dependency from all packages ( #10559 )
2023-09-22 13:57:20 +00:00
Vercel Release Bot
6d312d85b2
Version Packages ( #10542 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## vercel@32.3.0
### Minor Changes
- [cli] Support northstar users
([#10535 ](https://github.com/vercel/vercel/pull/10535 ))
### Patch Changes
- Internal variants
([#10549 ](https://github.com/vercel/vercel/pull/10549 ))
- [speed insights] Prepare for migration to new speed insights package
([#10500 ](https://github.com/vercel/vercel/pull/10500 ))
- Updated dependencies
\[[`b0898a665`](b0898a6659 ),
[`10d4e51ac`](10d4e51ac5 ),
[`decdf27fb`](decdf27fb5 ),
[`f5ca497b7`](f5ca497b75 ),
[`ab329f0fe`](ab329f0fe8 ),
[`d0d052011`](d0d0520111 ),
[`9bb3067de`](9bb3067de2 )]:
- @vercel/static-build@2.0.7
- @vercel/node@3.0.6
- @vercel/build-utils@7.2.1
- @vercel/next@4.0.7
- @vercel/python@4.0.2
- @vercel/redwood@2.0.3
- @vercel/remix-builder@2.0.7
- @vercel/go@3.0.2
## @vercel/edge@1.1.0
### Minor Changes
- Add flag to geolocation
([#10443 ](https://github.com/vercel/vercel/pull/10443 ))
Usage
const { flag } = geolocation(req)
## @vercel/build-utils@7.2.1
### Patch Changes
- Internal variants
([#10549 ](https://github.com/vercel/vercel/pull/10549 ))
## @vercel/client@13.0.4
### Patch Changes
- Updated dependencies
\[[`decdf27fb`](decdf27fb5 )]:
- @vercel/build-utils@7.2.1
## @vercel/gatsby-plugin-vercel-analytics@1.0.11
### Patch Changes
- Remove "babel" compilation
([#10546 ](https://github.com/vercel/vercel/pull/10546 ))
## @vercel/gatsby-plugin-vercel-builder@2.0.6
### Patch Changes
- Use "esbuild" to build package
([#10508 ](https://github.com/vercel/vercel/pull/10508 ))
- Updated dependencies
\[[`decdf27fb`](decdf27fb5 )]:
- @vercel/build-utils@7.2.1
## @vercel/go@3.0.2
### Patch Changes
- Add support for Go v1.21.0
([#10552 ](https://github.com/vercel/vercel/pull/10552 ))
## @vercel/next@4.0.7
### Patch Changes
- Internal variants
([#10549 ](https://github.com/vercel/vercel/pull/10549 ))
- Update `@vercel/nft` to v0.24.1.
([#10540 ](https://github.com/vercel/vercel/pull/10540 ))
- Build package using "esbuild"
([#10482 ](https://github.com/vercel/vercel/pull/10482 ))
## @vercel/node@3.0.6
### Patch Changes
- Use "esbuild" to build package
([#10553 ](https://github.com/vercel/vercel/pull/10553 ))
- Update `@vercel/nft` to v0.24.1.
([#10540 ](https://github.com/vercel/vercel/pull/10540 ))
- Updated dependencies
\[[`decdf27fb`](decdf27fb5 )]:
- @vercel/build-utils@7.2.1
## @vercel/python@4.0.2
### Patch Changes
- Fix docs URL in error message
([#10544 ](https://github.com/vercel/vercel/pull/10544 ))
## @vercel/redwood@2.0.3
### Patch Changes
- Update `@vercel/nft` to v0.24.1.
([#10540 ](https://github.com/vercel/vercel/pull/10540 ))
## @vercel/remix-builder@2.0.7
### Patch Changes
- Update `@vercel/nft` to v0.24.1.
([#10540 ](https://github.com/vercel/vercel/pull/10540 ))
## @vercel/static-build@2.0.7
### Patch Changes
- Mark `@vercel/static-config` and `ts-morph` as externals
([#10543 ](https://github.com/vercel/vercel/pull/10543 ))
- Updated dependencies
\[[`4b376a564`](4b376a564a ),
[`b8bc682d3`](b8bc682d3e )]:
- @vercel/gatsby-plugin-vercel-builder@2.0.6
- @vercel/gatsby-plugin-vercel-analytics@1.0.11
## @vercel-internals/types@1.0.11
### Patch Changes
- Updated dependencies
\[[`decdf27fb`](decdf27fb5 )]:
- @vercel/build-utils@7.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-21 11:59:12 -06:00
Nathan Rajlich
b0898a6659
[static-build] Mark @vercel/static-config and ts-morph as externals ( #10543 )
...
To be consistent with the other packages that use `@vercel/static-config`/`ts-morph`, move these packages to "dependencies" so that they will be excluded from the bundle, and de-duped at the `node_modules` level when installing CLI.
2023-09-19 17:47:05 +00:00
Vercel Release Bot
eb40c4c4a0
Version Packages ( #10514 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @vercel/fs-detectors@5.1.0
### Minor Changes
- Add support for bun detection in monorepo
([#10511 ](https://github.com/vercel/vercel/pull/10511 ))
## vercel@32.2.4
### Patch Changes
- Add support for bun detection in monorepo
([#10511 ](https://github.com/vercel/vercel/pull/10511 ))
- Updated dependencies
\[[`1b6f3a0f6`](1b6f3a0f65 )]:
- @vercel/static-build@2.0.6
## @vercel/static-build@2.0.6
### Patch Changes
- Add support for bun detection in monorepo
([#10511 ](https://github.com/vercel/vercel/pull/10511 ))
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-15 15:13:54 -04:00
Vercel Release Bot
314a105ba1
Version Packages ( #10493 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-13 17:15:29 -05:00
Vercel Release Bot
bcebab7517
Version Packages ( #10478 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @vercel/build-utils@7.2.0
### Minor Changes
- Add new optional prerender field: experimentalStreamingLambdaPath
([#10476 ](https://github.com/vercel/vercel/pull/10476 ))
- [build-utils] Add zero config detection for bun package manager
([#10486 ](https://github.com/vercel/vercel/pull/10486 ))
### Patch Changes
- add `experimentalBypassFor` field to Prerender
([#10481 ](https://github.com/vercel/vercel/pull/10481 ))
## vercel@32.2.1
### Patch Changes
- Update @vercel/fun@1.1.0
([#10477 ](https://github.com/vercel/vercel/pull/10477 ))
- [node] upgrade edge-runtime
([#10451 ](https://github.com/vercel/vercel/pull/10451 ))
- Updated dependencies
\[[`6784e7751`](6784e77516 ),
[`a8ad17626`](a8ad176262 ),
[`0ee089a50`](0ee089a501 ),
[`f15cba614`](f15cba6148 ),
[`b265e13d4`](b265e13d40 ),
[`50e04dd85`](50e04dd858 ),
[`45b73c7e8`](45b73c7e86 ),
[`a732d30c8`](a732d30c84 ),
[`9d64312aa`](9d64312aaa ),
[`6baefc825`](6baefc825a ),
[`989f0d813`](989f0d8139 ),
[`d8bc570f6`](d8bc570f60 )]:
- @vercel/go@3.0.1
- @vercel/redwood@2.0.2
- @vercel/remix-builder@2.0.4
- @vercel/hydrogen@1.0.1
- @vercel/static-build@2.0.5
- @vercel/build-utils@7.2.0
- @vercel/next@4.0.3
- @vercel/node@3.0.5
- @vercel/python@4.0.1
- @vercel/ruby@2.0.2
## @vercel/client@13.0.3
### Patch Changes
- Updated dependencies
\[[`50e04dd85`](50e04dd858 ),
[`45b73c7e8`](45b73c7e86 ),
[`d8bc570f6`](d8bc570f60 )]:
- @vercel/build-utils@7.2.0
## @vercel/edge@1.0.2
### Patch Changes
- [node] upgrade edge-runtime
([#10451 ](https://github.com/vercel/vercel/pull/10451 ))
## @vercel/gatsby-plugin-vercel-builder@2.0.5
### Patch Changes
- Updated dependencies
\[[`50e04dd85`](50e04dd858 ),
[`45b73c7e8`](45b73c7e86 ),
[`9d64312aa`](9d64312aaa ),
[`d8bc570f6`](d8bc570f60 )]:
- @vercel/build-utils@7.2.0
- @vercel/node@3.0.5
## @vercel/go@3.0.1
### Patch Changes
- Update to esbuild script
([#10468 ](https://github.com/vercel/vercel/pull/10468 ))
## @vercel/hydrogen@1.0.1
### Patch Changes
- Use `build-builder.mjs` script to bundle, and remove types and source
maps ([#10480 ](https://github.com/vercel/vercel/pull/10480 ))
## @vercel/next@4.0.3
### Patch Changes
- fix content-type for RSC prefetches
([#10487 ](https://github.com/vercel/vercel/pull/10487 ))
## @vercel/node@3.0.5
### Patch Changes
- [node] upgrade edge-runtime
([#10451 ](https://github.com/vercel/vercel/pull/10451 ))
- Updated dependencies
\[[`50e04dd85`](50e04dd858 ),
[`45b73c7e8`](45b73c7e86 ),
[`d8bc570f6`](d8bc570f60 )]:
- @vercel/build-utils@7.2.0
## @vercel/python@4.0.1
### Patch Changes
- Update to esbuild script
([#10470 ](https://github.com/vercel/vercel/pull/10470 ))
## @vercel/redwood@2.0.2
### Patch Changes
- Update to esbuild script
([#10471 ](https://github.com/vercel/vercel/pull/10471 ))
## @vercel/remix-builder@2.0.4
### Patch Changes
- Use `build-builder.mjs` script to bundle, and remove types and source
maps ([#10479 ](https://github.com/vercel/vercel/pull/10479 ))
## @vercel/ruby@2.0.2
### Patch Changes
- Update to esbuild script
([#10472 ](https://github.com/vercel/vercel/pull/10472 ))
## @vercel/static-build@2.0.5
### Patch Changes
- Build package using "esbuild"
([#10462 ](https://github.com/vercel/vercel/pull/10462 ))
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@2.0.5
## @vercel-internals/types@1.0.10
### Patch Changes
- Updated dependencies
\[[`50e04dd85`](50e04dd858 ),
[`45b73c7e8`](45b73c7e86 ),
[`d8bc570f6`](d8bc570f60 )]:
- @vercel/build-utils@7.2.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-11 17:30:02 -04:00
Nathan Rajlich
b265e13d40
[static-build] Use esbuild ( #10462 )
...
Switch to using esbuild to compile + bundle `@vercel/static-build`.
2023-09-08 19:39:12 +00:00
Vercel Release Bot
82231058da
Version Packages ( #10400 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-08 11:41:32 -05:00
Espen Hovlandsdal
1b4de4a986
chore(deps): upgrade semver dependency ( #10411 )
...
Addresses ReDoS vulnerability: https://security.snyk.io/vuln/SNYK-JS-SEMVER-3247795
Uses the latest unaffected versions in the respective major versions, to prevent having to deal with any other breaking changes.
2023-09-06 13:37:37 +00:00
Vercel Release Bot
d3c84e5d2a
Version Packages ( #10398 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24 16:04:39 -05:00
Vercel Release Bot
cfc1bb180b
Version Packages ( #10384 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-24 13:56:29 -05:00
Vercel Release Bot
3a0cfce669
Version Packages ( #10375 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-22 14:43:00 -05:00
Vercel Release Bot
c97407da49
Version Packages ( #10361 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-21 15:10:45 -05:00
Steven
37f5c62700
BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ( #10369 )
...
https://vercel.com/changelog/node-js-14-and-16-are-being-deprecated
https://github.com/nodejs/Release/blob/main/README.md#end-of-life-releases
2023-08-21 08:51:38 -04:00
Chris Barber
bc7a5d38be
Exclude Gatsby from default 404 error route ( #10365 )
...
All static builds (except Next.js) have a default 404 error route. This PR add the exclusion of Gatsby from being assigned a 404 error route. The error routes are now introduced by the `gatsby-plugin-vercel-builder`.
Linear: https://linear.app/vercel/issue/VCCLI-749/fix-gatsby-404500-pages-directory-listing-bug
2023-08-18 17:10:40 +00:00
Trek Glowacki
6aa2dc6f51
Connecting Datadog / GH Actions / Turbo / Jest to detect flakey tests ( #10334 )
...
Co-authored-by: Trek Glowacki <trek.glowacki@vercel.com >
Co-authored-by: Steven <steven@ceriously.com >
2023-08-17 10:31:16 -05:00
Vercel Release Bot
de9a1dbab7
Version Packages ( #10359 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## vercel@31.4.0
### Minor Changes
- Force-publish ([#10358 ](https://github.com/vercel/vercel/pull/10358 ))
### Patch Changes
- Updated dependencies
\[[`6e44757ff`](6e44757ff5 )]:
- @vercel/static-build@1.4.0
## @vercel/static-build@1.4.0
### Minor Changes
- Force-publish ([#10358 ](https://github.com/vercel/vercel/pull/10358 ))
2023-08-16 20:34:05 -07:00
Vercel Release Bot
8dcefe5e83
Version Packages ( #10356 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-16 18:02:42 -05:00
Nathan Rajlich
10a6aa55f9
[tests] Fix failures due to Node 14.x being discontinued ( #10346 )
...
This PR upgrades test fixtures from Node.js 14 to 16 and also removes
the `35-puppeteer` test fixture since it doesn't support Node.js 16
unfortunately.
- See https://github.com/alixaxel/chrome-aws-lambda/pull/274
---------
Co-authored-by: Steven <steven@ceriously.com >
2023-08-15 17:59:21 -04:00
Vercel Release Bot
78be5aedd5
Version Packages ( #10318 )
...
This PR was opened by the [Changesets
release](https://github.com/changesets/action ) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## vercel@31.3.0
### Minor Changes
- Update help output to use cli-table3
([#10333 ](https://github.com/vercel/vercel/pull/10333 ))
### Patch Changes
- Sanitize argv in log during `vc build`.
([#10311 ](https://github.com/vercel/vercel/pull/10311 ))
- Respect `--yes` flag for all prompts during `vc link --repo`
([#10337 ](https://github.com/vercel/vercel/pull/10337 ))
- Updated dependencies
\[[`8cb9385fd`](8cb9385fd3 ),
[`94c93dfb5`](94c93dfb5b )]:
- @vercel/node@2.15.10
- @vercel/static-build@1.3.46
## @vercel/frameworks@1.5.1
### Patch Changes
- Add "(v1)" suffix to "hydrogen" preset
([#10320 ](https://github.com/vercel/vercel/pull/10320 ))
- Use parenthesis on Docusaurus "name" fields
([#10324 ](https://github.com/vercel/vercel/pull/10324 ))
## @vercel/fs-detectors@4.1.2
### Patch Changes
- Updated dependencies
\[[`33d9c1b7f`](33d9c1b7f9 ),
[`f54598724`](f54598724c )]:
- @vercel/frameworks@1.5.1
## @vercel/gatsby-plugin-vercel-builder@1.3.18
### Patch Changes
- Updated dependencies
\[[`8cb9385fd`](8cb9385fd3 ),
[`94c93dfb5`](94c93dfb5b )]:
- @vercel/node@2.15.10
## @vercel/node@2.15.10
### Patch Changes
- Update 'edge-runtime' to 2.4.4
([#10255 ](https://github.com/vercel/vercel/pull/10255 ))
- `edge-light` condition interoperability with `vercel dev`
([#10313 ](https://github.com/vercel/vercel/pull/10313 ))
## @vercel/static-build@1.3.46
### Patch Changes
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@1.3.18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-14 13:00:01 -06:00