Vercel Release Bot
7a0f377afe
Version Packages ( #10074 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-07 01:23:29 -05:00
Vercel Release Bot
c21d93de44
Version Packages ( #10062 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06 16:34:04 -05:00
Vercel Release Bot
4ad1cbbd7d
Version Packages ( #10058 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-02 19:29:17 -05:00
Vercel Release Bot
4cd77608e8
Version Packages ( #10020 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-01 10:09:24 -05:00
Vercel Release Bot
f7bdc6cc26
Version Packages ( #9991 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-19 12:08:50 -05:00
Sean Massa
e94a153b2f
add repo details for packages that are missing it ( #9990 )
2023-05-19 12:02:12 -05:00
Vercel Release Bot
74e639a772
Version Packages ( #9978 )
...
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@6.7.3
### Patch Changes
- Deprecate Node.js 14.x and 16.x with warning
([#9976 ](https://github.com/vercel/vercel/pull/9976 ))
## vercel@29.3.5
### Patch Changes
- Updated dependencies
\[[`2c950d47a`](2c950d47ae ),
[`71b9f3a94`](71b9f3a94b ),
[`f00b08a82`](f00b08a820 )]:
- @vercel/static-build@1.3.31
- @vercel/build-utils@6.7.3
- @vercel/next@3.8.5
- @vercel/node@2.14 .3
- @vercel/remix-builder@1.8.10
## @vercel/client@12.5.1
### Patch Changes
- Updated dependencies
\[[`71b9f3a94`](71b9f3a94b )]:
- @vercel/build-utils@6.7.3
## @vercel/gatsby-plugin-vercel-builder@1.3.4
### Patch Changes
- Updated dependencies
\[[`71b9f3a94`](71b9f3a94b )]:
- @vercel/build-utils@6.7.3
- @vercel/node@2.14 .3
## @vercel/next@3.8.5
### Patch Changes
- [next] Ensure app functions are detected/separated properly
([#9989 ](https://github.com/vercel/vercel/pull/9989 ))
## @vercel/node@2.14 .3
### Patch Changes
- Updated dependencies
\[[`71b9f3a94`](71b9f3a94b )]:
- @vercel/build-utils@6.7.3
## @vercel/remix-builder@1.8.10
### Patch Changes
- Updated dependencies
\[[`71b9f3a94`](71b9f3a94b )]:
- @vercel/build-utils@6.7.3
## @vercel/static-build@1.3.31
### Patch Changes
- ensure cleanup after gatsby plugin runs
([#9975 ](https://github.com/vercel/vercel/pull/9975 ))
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@1.3.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-19 09:34:26 -07:00
Nathan Rajlich
d1d3e9384d
Publish Stable
...
- vercel@29.2.0
- @vercel/client@12.5.0
- @vercel/frameworks@1.4.2
- @vercel/fs-detectors@3.9.2
- @vercel/gatsby-plugin-vercel-builder@1.3.3
- @vercel/node@2.14 .2
- @vercel/static-build@1.3.30
2023-05-10 10:39:11 -07:00
Sean Massa
672c1681cc
Publish Stable
...
- vercel@29.1.0
- @vercel/frameworks@1.4.0
- @vercel/fs-detectors@3.9.0
- @vercel/gatsby-plugin-vercel-builder@1.3.2
- @vercel/node@2.14 .1
- @vercel/remix-builder@1.8.7
- @vercel/static-build@1.3.28
2023-05-03 14:08:25 -05:00
Steven
b5db13c970
Publish Stable
...
- vercel@29.0.1
- @vercel/fs-detectors@3.8.13
- @vercel/gatsby-plugin-vercel-builder@1.3.1
- @vercel/next@3.8.0
- @vercel/node@2.14 .0
- @vercel/static-build@1.3.27
2023-04-29 18:02:35 -04:00
Sean Massa
2de365f9cf
Publish Stable
...
- @vercel/build-utils@6.7.2
- vercel@29.0.0
- @vercel/client@12.4.12
- @vercel/edge@0.3.4
- @vercel/frameworks@1.3.5
- @vercel/fs-detectors@3.8.12
- @vercel/gatsby-plugin-vercel-builder@1.3.0
- @vercel/go@2.5.1
- @vercel/hydrogen@0.0.64
- @vercel/next@3.7.6
- @vercel/node@2.13 .0
- @vercel/python@3.1.60
- @vercel/redwood@1.1.15
- @vercel/remix-builder@1.8.6
- @vercel/routing-utils@2.2.1
- @vercel/ruby@1.3.76
- @vercel/static-build@1.3.26
- @vercel/static-config@2.0.17
2023-04-27 13:09:25 -05:00
Sean Massa
0490a7733b
[tests] install root typescript version 4.9.5 and standardize on that version ( #9858 )
...
This add a root-level `typescript` version that matches the one used throughout for VS Code (and other IDEs) to use when browsing the code. After this PR merges, you will be able to set VS Code's TypeScript version to match the project's version.
This will remove issues where the IDE says TypeScript compilation is good to go, but `pnpm build` disagrees.
If there's a better way to allow this, please suggest it!
---
To enable:
<img width="849" alt="Screenshot 2023-04-25 at 4 28 22 PM" src="https://user-images.githubusercontent.com/41545/234408245-205b3260-7b1d-4c43-a531-d616915dbefb.png ">
Then:
<img width="1015" alt="Screenshot 2023-04-25 at 4 29 20 PM" src="https://user-images.githubusercontent.com/41545/234408271-4e7b4ec8-0be3-4743-afd7-813a267c0756.png ">
2023-04-27 08:13:53 +00:00
Nathan Rajlich
fda76691d1
[gatsby-plugin-vercel-builder] Log validation errors ( #9854 )
...
Log state validation errors, because they can be user error.
Example:
```
error "gatsby-node.js" threw an error while running the onPostBuild lifecycle:
Gatsby state validation failed:
- Expected boolean, got string ("true") at path "/redirects/0/isPermanent"
Please check your Gatsby configuration files, or file an issue at https://vercel.com/help#issues
3 |
4 | export const onPostBuild = async ({ store }: { store: any }) => {
> 5 | await generateVercelBuildOutputAPI3Output({
| ^
6 | // validated by `pluginOptionSchema`
7 | gatsbyStoreState: store.getState(),
8 | });
```
2023-04-25 06:31:27 +00:00
Chris Barber
7082da8451
Publish Stable
...
- vercel@28.20 .0
- @vercel/client@12.4.11
- @vercel/gatsby-plugin-vercel-analytics@1.0.10
- @vercel/gatsby-plugin-vercel-builder@1.2.10
- @vercel/node@2.12 .0
- @vercel/static-build@1.3.25
2023-04-20 09:19:59 -05:00
Chris Barber
a63b9d960b
Publish Stable
...
- vercel@28.19 .0
- @vercel/client@12.4.10
- @vercel/edge@0.3.3
- @vercel/error-utils@1.0.10
- @vercel/fs-detectors@3.8.11
- @vercel/gatsby-plugin-vercel-builder@1.2.9
- @vercel/go@2.5.0
- @vercel/hydrogen@0.0.63
- @vercel/next@3.7.5
- @vercel/node@2.11 .0
- @vercel/python@3.1.59
- @vercel/remix-builder@1.8.5
- @vercel/static-build@1.3.24
- @vercel/static-config@2.0.16
2023-04-19 10:14:58 -05:00
Dan Stowell
14ece4111a
Publish Stable
...
- vercel@28.18 .5
- @vercel/fs-detectors@3.8.10
- @vercel/gatsby-plugin-vercel-builder@1.2.8
- @vercel/static-build@1.3.23
2023-04-11 16:25:20 -05:00
Nathan Rajlich
43a57a3a60
[gatsby-plugin-vercel-builder] Ignore assetPrefix completely ( #9787 )
...
Before, we were stripping off only the hostname portion of `assetPrefix`, so any pathname was still being "handled" by the plugin.
Instead, we should be ignoring the `assetPrefix` entirely, so that these two configurations are treated differently:
* `{ assetPrefix: 'http://example.com ', pathPrefix: '/foo' }` - Gatsby project is served from `/foo`
* `{ assetPrefix: 'http://example.com/foo ', pathPrefix: undefined }` - Gatsby project is served from the root `/`
Currently, both configuration behave as the first version listed above. This change makes it so they can behave differently, specifically for some proxy configurations.
In both cases, the generated HTML contains the full URL `http://example.com/foo/ *` for JS/CSS/etc. assets
2023-04-11 19:52:38 +00:00
Sean Massa
925c8ba18c
Publish Stable
...
- @vercel/build-utils@6.7.1
- vercel@28.18 .4
- @vercel/client@12.4.9
- @vercel/edge@0.3.2
- @vercel/error-utils@1.0.9
- @vercel/frameworks@1.3.4
- @vercel/fs-detectors@3.8.9
- @vercel/gatsby-plugin-vercel-analytics@1.0.9
- @vercel/gatsby-plugin-vercel-builder@1.2.7
- @vercel/go@2.4.4
- @vercel/hydrogen@0.0.62
- @vercel/next@3.7.4
- @vercel/node-bridge@4.0.1
- @vercel/node@2.10 .3
- @vercel/python@3.1.58
- @vercel/redwood@1.1.14
- @vercel/remix-entry-server@0.1.1
- @vercel/remix-builder@1.8.4
- @vercel/routing-utils@2.2.0
- @vercel/ruby@1.3.75
- @vercel/static-build@1.3.22
- @vercel/static-config@2.0.15
2023-04-07 16:43:42 -05:00
Nathan Rajlich
46348201b4
Publish Stable
...
- @vercel/build-utils@6.7.0
- vercel@28.18 .3
- @vercel/client@12.4.8
- @vercel/fs-detectors@3.8.8
- @vercel/gatsby-plugin-vercel-builder@1.2.6
- @vercel/go@2.4.3
- @vercel/hydrogen@0.0.61
- @vercel/next@3.7.3
- @vercel/node@2.10 .2
- @vercel/python@3.1.57
- @vercel/redwood@1.1.13
- @vercel/remix-builder@1.8.3
- @vercel/ruby@1.3.74
- @vercel/static-build@1.3.21
2023-03-29 12:25:26 -07:00
Sean Massa
54514a44af
Publish Stable
...
- @vercel/build-utils@6.6.0
- vercel@28.18 .2
- @vercel/client@12.4.7
- @vercel/fs-detectors@3.8.7
- @vercel/gatsby-plugin-vercel-builder@1.2.5
- @vercel/go@2.4.2
- @vercel/hydrogen@0.0.60
- @vercel/next@3.7.2
- @vercel/node-bridge@4.0.0
- @vercel/node@2.10 .1
- @vercel/python@3.1.56
- @vercel/redwood@1.1.12
- @vercel/remix-builder@1.8.2
- @vercel/ruby@1.3.73
- @vercel/static-build@1.3.20
2023-03-27 22:25:08 -05:00
Sean Massa
6a7fa1526c
Publish Stable
...
- vercel@28.18 .1
- @vercel/gatsby-plugin-vercel-builder@1.2.4
- @vercel/next@3.7.1
- @vercel/node@2.10 .0
- @vercel/remix-builder@1.8.1
- @vercel/static-build@1.3.19
2023-03-23 14:45:33 -05:00
Sean Massa
ab9915af32
Publish Stable
...
- @vercel/build-utils@6.5.0
- vercel@28.18 .0
- @vercel/client@12.4.6
- @vercel/fs-detectors@3.8.6
- @vercel/gatsby-plugin-vercel-builder@1.2.3
- @vercel/go@2.4.1
- @vercel/hydrogen@0.0.59
- @vercel/next@3.7.0
- @vercel/node@2.9.14
- @vercel/python@3.1.55
- @vercel/redwood@1.1.11
- @vercel/remix-builder@1.8.0
- @vercel/ruby@1.3.72
- @vercel/static-build@1.3.18
2023-03-22 12:37:51 -05:00
Nathan Rajlich
b2c68f1301
Publish Stable
...
- @vercel/build-utils@6.4.0
- vercel@28.17 .0
- @vercel/client@12.4.5
- @vercel/frameworks@1.3.3
- @vercel/fs-detectors@3.8.5
- @vercel/gatsby-plugin-vercel-builder@1.2.2
- @vercel/go@2.4.0
- @vercel/hydrogen@0.0.58
- @vercel/next@3.6.7
- @vercel/node@2.9.13
- @vercel/python@3.1.54
- @vercel/redwood@1.1.10
- @vercel/remix-builder@1.7.0
- @vercel/routing-utils@2.1.11
- @vercel/ruby@1.3.71
- @vercel/static-build@1.3.17
- @vercel/static-config@2.0.14
2023-03-16 12:23:51 -07:00
Sean Massa
ffdca76155
[gatsby-plugin-vercel-builder] link instead of move ( #9673 )
...
When creating the `./vercel/output/static` dir...
**Moving the `public` dir** is what currently happens. This causes Gatsby to believe that the build was not complete:
> info We've detected that the Gatsby cache is incomplete (the .cache directory exists but the public directory does not). As a precaution, we're deleting your site's cache to ensure there's no stale data.
**Copying the `public` dir** is not an option because it can cause a build to run out of space.
**Symlinking the `public` dir** would work, but it would require more changes throughout the system to make sure the symlink was followed properly.
**Hard Linking the `public` dir's files** is the best option. This PR links the directories instead of moving them. We did look for a library that already does the `hardlinkFileTree` thing, but couldn't find one.
---
**Testing**
This was manually tested with real deployments.
---
* paired with @TooTallNate
* [user report](https://github.com/vercel/vercel/issues/9452#issuecomment-1432858615 )
2023-03-16 18:00:56 +00:00
Steven
21a440b832
Publish Stable
...
- @vercel/build-utils@6.3.4
- vercel@28.16.15
- @vercel/client@12.4.4
- @vercel/fs-detectors@3.8.4
- @vercel/gatsby-plugin-vercel-builder@1.2.1
- @vercel/go@2.3.11
- @vercel/hydrogen@0.0.57
- @vercel/next@3.6.6
- @vercel/node@2.9.12
- @vercel/python@3.1.53
- @vercel/redwood@1.1.9
- @vercel/remix@1.6.2
- @vercel/ruby@1.3.70
- @vercel/static-build@1.3.16
2023-03-07 13:56:14 -05:00
Steven
48d925f105
Publish Stable
...
- @vercel/build-utils@6.3.3
- vercel@28.16.14
- @vercel/client@12.4.3
- @vercel/fs-detectors@3.8.3
- @vercel/gatsby-plugin-vercel-builder@1.2.0
- @vercel/go@2.3.10
- @vercel/hydrogen@0.0.56
- @vercel/next@3.6.5
- @vercel/node@2.9.11
- @vercel/python@3.1.52
- @vercel/redwood@1.1.8
- @vercel/remix@1.6.1
- @vercel/ruby@1.3.69
- @vercel/static-build@1.3.15
2023-03-07 13:17:14 -05:00
Nathan Rajlich
2e8423e24e
[gatsby] Remove "gatsby" dependency, use typebox instead of ajv for validation ( #9606 )
...
The "gatsby" dependency is large and relies on native packages ("sharp" specifically, which are error prone because it attempts to download a precompiled binary, of which the CDN has been down before causing us to not be able to merge anything).
The package is only used for TypeScript types, and we've decided that including the package only for those types is not worth the trouble. The existing JSON schemas already validate at runtime that the Gatsby redux store provides the values that we depend on.
`ajv` was ditched in favor of TypeBox types, which provide both JSON Schema and validation using a simpler syntax.
2023-03-06 21:44:23 +00:00
Chris Barber
803a9363f9
Publish Stable
...
- vercel@28.16 .9
- @vercel/gatsby-plugin-vercel-analytics@1.0.8
- @vercel/gatsby-plugin-vercel-builder@1.1.11
- @vercel/node-bridge@3.1.14
- @vercel/node@2.9.10
- @vercel/static-build@1.3.14
2023-02-28 15:32:23 -06:00
Mehul Kar
347c2de3a2
[tests] Adopt Workspace Configurations from turbo@1.8 ( #9573 )
2023-02-28 20:49:28 +00:00
Sean Massa
e0f8bc9820
Publish Stable
...
- @vercel/build-utils@6.3.2
- vercel@28.16 .8
- @vercel/client@12.4.2
- @vercel/edge@0.3.1
- @vercel/frameworks@1.3.2
- @vercel/fs-detectors@3.8.2
- @vercel/gatsby-plugin-vercel-builder@1.1.10
- @vercel/go@2.3.9
- @vercel/hydrogen@0.0.55
- @vercel/next@3.6.2
- @vercel/node-bridge@3.1.13
- @vercel/node@2.9.9
- @vercel/python@3.1.51
- @vercel/redwood@1.1.7
- @vercel/remix@1.4.2
- @vercel/routing-utils@2.1.10
- @vercel/ruby@1.3.68
- @vercel/static-build@1.3.13
2023-02-28 10:26:29 -06:00
Nathan Rajlich
7845bef826
Publish Stable
...
- vercel@28.16 .7
- @vercel/edge@0.3.0
- @vercel/gatsby-plugin-vercel-builder@1.1.9
- @vercel/next@3.6.1
- @vercel/node-bridge@3.1.12
- @vercel/node@2.9.8
- @vercel/static-build@1.3.12
2023-02-24 04:04:16 -08:00
Steven
34d199bd49
Publish Stable
...
- @vercel/build-utils@6.3.1
- vercel@28.16 .5
- @vercel/client@12.4.1
- @vercel/fs-detectors@3.8.1
- @vercel/gatsby-plugin-vercel-builder@1.1.8
- @vercel/go@2.3.8
- @vercel/hydrogen@0.0.54
- @vercel/next@3.6.0
- @vercel/node@2.9.7
- @vercel/python@3.1.50
- @vercel/redwood@1.1.6
- @vercel/remix@1.4.0
- @vercel/ruby@1.3.67
- @vercel/static-build@1.3.11
2023-02-22 20:23:55 -05:00
Steven
1dd421e1f6
[build-utils][next] Add images.contentDispositionType ( #9513 )
...
- Related to https://github.com/vercel/next.js/pull/46254
- Depends on https://github.com/vercel/api/pull/17434
2023-02-22 20:13:16 -05:00
Vincent Voyer
3d98d1cdea
Publish Stable
...
- @vercel/build-utils@6.3.0
- vercel@28.16 .0
- @vercel/client@12.4.0
- @vercel/fs-detectors@3.7.14
- @vercel/gatsby-plugin-vercel-builder@1.1.7
- @vercel/go@2.3.7
- @vercel/hydrogen@0.0.53
- @vercel/next@3.4.7
- @vercel/node@2.9.6
- @vercel/python@3.1.49
- @vercel/redwood@1.1.5
- @vercel/remix@1.3.3
- @vercel/ruby@1.3.65
- @vercel/static-build@1.3.9
- @vercel/static-config@2.0.13
2023-02-16 12:08:50 +01:00
Sean Massa
9308a0fda5
Publish Stable
...
- @vercel/build-utils@6.2.4
- vercel@28.15 .6
- @vercel/client@12.3.10
- @vercel/frameworks@1.3.1
- @vercel/fs-detectors@3.7.13
- @vercel/gatsby-plugin-vercel-builder@1.1.6
- @vercel/go@2.3.6
- @vercel/hydrogen@0.0.52
- @vercel/next@3.4.5
- @vercel/node@2.9.5
- @vercel/python@3.1.48
- @vercel/redwood@1.1.4
- @vercel/remix@1.3.1
- @vercel/routing-utils@2.1.9
- @vercel/ruby@1.3.64
- @vercel/static-build@1.3.8
2023-02-15 12:26:53 -06:00
Sean Massa
881e43a0e2
Publish Stable
...
- @vercel/build-utils@6.2.3
- vercel@28.15 .5
- @vercel/client@12.3.9
- @vercel/fs-detectors@3.7.12
- @vercel/gatsby-plugin-vercel-builder@1.1.5
- @vercel/go@2.3.5
- @vercel/hydrogen@0.0.51
- @vercel/next@3.4.4
- @vercel/node@2.9.4
- @vercel/python@3.1.47
- @vercel/redwood@1.1.3
- @vercel/remix-entry-server@0.1.0
- @vercel/remix@1.3.0
- @vercel/ruby@1.3.63
- @vercel/static-build@1.3.7
2023-02-14 15:38:34 -06:00
Sean Massa
95a4dcfb33
Publish Stable
...
- @vercel/build-utils@6.2.2
- vercel@28.15 .4
- @vercel/client@12.3.8
- @vercel/fs-detectors@3.7.11
- @vercel/gatsby-plugin-vercel-builder@1.1.4
- @vercel/go@2.3.4
- @vercel/hydrogen@0.0.50
- @vercel/next@3.4.3
- @vercel/node-bridge@3.1.11
- @vercel/node@2.9.3
- @vercel/python@3.1.46
- @vercel/redwood@1.1.2
- @vercel/remix@1.2.13
- @vercel/ruby@1.3.62
- @vercel/static-build@1.3.6
2023-02-13 12:47:15 -06:00
JJ Kasper
74f6cf31fc
Publish Stable
...
- vercel@28.15 .3
- @vercel/gatsby-plugin-vercel-builder@1.1.3
- @vercel/next@3.4.2
- @vercel/static-build@1.3.5
2023-02-08 16:45:16 -08:00
Nathan Rajlich
e24f42e9bc
[gatsby-plugin-vercel-builder] Strip assetPrefix from pathPrefix ( #9394 )
...
Removes the `assetPrefix` value from the `pathPrefix` config value,
since Gatsby concats them for some reason.
2023-02-08 10:15:20 -06:00
JJ Kasper
c1c8b454cc
Publish Stable
...
- @vercel/build-utils@6.2.1
- vercel@28.15 .2
- @vercel/client@12.3.7
- @vercel/fs-detectors@3.7.10
- @vercel/gatsby-plugin-vercel-builder@1.1.2
- @vercel/go@2.3.3
- @vercel/hydrogen@0.0.49
- @vercel/next@3.4.1
- @vercel/node@2.9.2
- @vercel/python@3.1.45
- @vercel/redwood@1.1.1
- @vercel/remix@1.2.12
- @vercel/ruby@1.3.61
- @vercel/static-build@1.3.4
2023-02-07 11:51:17 -08:00
Andy Bitz
a585969dd3
Publish Stable
...
- @vercel/build-utils@6.2.0
- vercel@28.15 .1
- @vercel/client@12.3.6
- @vercel/fs-detectors@3.7.9
- @vercel/gatsby-plugin-vercel-builder@1.1.1
- @vercel/go@2.3.2
- @vercel/hydrogen@0.0.48
- @vercel/next@3.4.0
- @vercel/node@2.9.1
- @vercel/python@3.1.44
- @vercel/redwood@1.1.0
- @vercel/remix@1.2.11
- @vercel/ruby@1.3.60
- @vercel/static-build@1.3.3
2023-02-06 17:24:54 +01:00
Andy Bitz
a4d16c681a
Publish Stable
...
- @vercel/build-utils@6.1.0
- vercel@28.15 .0
- @vercel/client@12.3.5
- @vercel/fs-detectors@3.7.8
- @vercel/gatsby-plugin-vercel-builder@1.1.0
- @vercel/go@2.3.1
- @vercel/hydrogen@0.0.47
- @vercel/next@3.3.21
- @vercel/node@2.9.0
- @vercel/python@3.1.43
- @vercel/redwood@1.0.54
- @vercel/remix@1.2.10
- @vercel/ruby@1.3.59
- @vercel/static-build@1.3.2
- @vercel/static-config@2.0.12
2023-02-01 23:26:52 +01:00
Nathan Rajlich
6420e54b35
[gatsby-plugin-vercel-builder] Use pathPrefix from BuildArgs ( #9362 )
...
Instead of using `pathPrefix` from the Redux store, grab the value
directly from the "BuildArgs" passed to `onPostBuild()`. This value
seems to properly reflect whether or not `--prefix-path` mode was
enabled during the Gatsby build process.
2023-02-01 13:27:24 -07:00
Nathan Rajlich
aa6b957b23
[gatsby-plugin-vercel-builder] Move "public" dir instead of copying ( #9356 )
...
We are getting reports of some larger Gatsby projects running out of
disk space during build which seem to be the result of copying the
static directory multiple times.
So move instead of copying, which doesn't fully solve the problem, but
it does kick the can down the road a bit. Very large projects would
probably still hit the disk limit at some point. Anyways, moving is
faster than copying so this is still a net positive.
2023-02-01 11:05:45 -08:00
chloetedder
ada9a48d57
Publish Stable
...
- @vercel/build-utils@6.0.1
- vercel@28.14 .1
- @vercel/client@12.3.4
- @vercel/fs-detectors@3.7.7
- @vercel/gatsby-plugin-vercel-builder@1.0.3
- @vercel/go@2.3.0
- @vercel/hydrogen@0.0.46
- @vercel/next@3.3.20
- @vercel/node@2.8.17
- @vercel/python@3.1.42
- @vercel/redwood@1.0.53
- @vercel/remix@1.2.9
- @vercel/ruby@1.3.58
- @vercel/static-build@1.3.1
2023-01-30 15:19:54 -07:00
Nathan Rajlich
40a55b11d5
[gatsby-plugin-vercel-builder] Downgrade esbuild to v0.14.47 ( #9329 )
...
So that there will only be one copy in the dependency tree between `@vercel/node` and `@vercel/gatsby-plugin-vercel-builder`
2023-01-28 17:03:27 +00:00
Ethan Arrowood
9317543c48
Publish Stable
...
- vercel@28.14 .0
- @vercel/gatsby-plugin-vercel-builder@1.0.2
- @vercel/static-build@1.3.0
2023-01-27 10:12:32 -07:00
Nathan Rajlich
e3f326f714
[gatsby-plugin-vercel-builder] Don't delete .vercel/output ( #9327 )
...
`.vercel/output` is already made fresh when running `vc build`, so the
plugin should not be doing this. In fact, it makes the `builds.json`
file be wiped away, which we don't want to happen.
2023-01-27 09:08:22 -08:00
Steven
25f6595d36
Publish Stable
...
- @vercel/build-utils@6.0.0
- vercel@28.13 .2
- @vercel/client@12.3.3
- @vercel/edge@0.2.7
- @vercel/frameworks@1.3.0
- @vercel/fs-detectors@3.7.6
- @vercel/gatsby-plugin-vercel-builder@1.0.1
- @vercel/go@2.2.31
- @vercel/hydrogen@0.0.45
- @vercel/next@3.3.19
- @vercel/node@2.8.16
- @vercel/python@3.1.41
- @vercel/redwood@1.0.52
- @vercel/remix@1.2.8
- @vercel/ruby@1.3.57
- @vercel/static-build@1.2.1
2023-01-26 11:19:03 -05:00
Ethan Arrowood
a4240e89e1
[gatsby-plugin-vercel-builder] add support for pathPrefix ( #9294 )
...
This pr adds support for the gatsby `pathPrefix` properties
2023-01-24 23:37:03 +00:00