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
aab95532d6
Version Packages ( #10006 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-24 10:13:01 -05:00
Sean Massa
1b18c853c2
[cli] implement vc deploy --prod --skip-domain ( #9836 )
...
Adds the `--skip-domain` option to be used like `vc deploy --prod --skip-domain`. This passes along the `autoAliasCustomDomains: false` flag to the API so that the deployment will not auto alias domains for this deployment.
This PR also moves the `commands/deploy/archive` fixture to `commands/deploy/static` to better describe what the fixture is, not how it is sometimes used in a test.
---
Depends on: https://github.com/vercel/api/pull/18730
Card: https://linear.app/vercel/issue/VCCLI-276/cli-allow-creation-of-production-deployment-without-auto-alias
2023-05-23 19:26:47 +00:00
Chris Barber
cdf55b3b1a
[cli] New vc redeploy command ( #9956 )
...
This adds a new `vc redeploy <url-or-id>` command. It fetches the requested deployment, then performs a redeploy with similar output to `vc deploy` including the ability to pipe the deployment URL into a file or program.
### Redeploy Example:
<img width="650" alt="image" src="https://github.com/vercel/vercel/assets/97262/b17fc424-558b-415c-8b74-63e450f4b753 ">
### Bad deployment URL:
<img width="579" alt="image" src="https://github.com/vercel/vercel/assets/97262/0cb53209-396e-4490-b5d0-744d5d870aaf ">
### No args:
<img width="622" alt="image" src="https://github.com/vercel/vercel/assets/97262/cb36d625-991b-41fa-bb49-d7d36c1a201b ">
Linear: https://linear.app/vercel/issue/VCCLI-558/cli-new-command-to-redeploy
2023-05-22 22:08:49 +00: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
Nathan Rajlich
99832587c5
[cli] Add support for HTTPS_PROXY env var ( #9880 )
...
By leveraging the [`proxy-agent`](https://www.npmjs.com/package/proxy-agent ) npm module, enable CLI to support making HTTP requests over a proxy, by leveraging the `HTTPS_PROXY` or `ALL_PROXY` env var (same convention as `curl` uses).
Finally closes this ancient issue: https://github.com/vercel/vercel/issues/255
2023-05-05 00:52:18 +00: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
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
Gary Borton
a5c3cbcd45
Allow passing of local git meta even with no remote. ( #9824 )
...
This enables the CLI to pass locally detected git meta data even when there is no available remote. It requires a corresponding internal change, which is blocking the e2e tests.
2023-04-20 13:11:17 +00: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
Sean Massa
f43894ef4e
[cli] refactor to use create deployment param type ( #9805 )
...
Small refactor to provide type safety to this invocation of `createDeploy`.
2023-04-18 19:29:42 +00:00
Chris Barber
732ac2072c
[tests] Update Typescript, Jest, and ts-jest ( #9782 )
...
Co-authored-by: Nathan Rajlich <n@n8.io >
Co-authored-by: Swarnava Sengupta <swarnavasengupta@gmail.com >
2023-04-12 08:38:03 -05: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
ee4ba6ccbe
[all] Use correct "license" field in package.json ( #9754 )
...
Follow-up to #9696 . Ensures that all packages in this repository have
the correct "license" field in their respective `package.json` files set
to "Apache-2.0", to match the `LICENSE` file at the root of the
repository.
The `LICENSE` file the authoritative source, so the "MIT" value was
incorrect. This change corrects the previous values and is not
considered a relicensing.
2023-04-06 15:33:55 -07: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
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
Steven
bada86b8d6
[tests] Add prettier check ( #9664 )
...
This PR fixes the formatting on several files that were never run through `prettier`.
It also makes sure to run `prettier` in CI to to [fail fast](https://github.com/vercel/vercel/actions/runs/4408442998/jobs/7723453978 ) when the incorrect formatting is attempted.
2023-03-13 19:55:59 +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
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
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
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
Vincent Voyer
667af829c4
[build-utils][cli][client][node][next][static-config]: forward crons from vercel.json to config.json ( #9454 )
...
This PR changes the way cron jobs are being created in the build output
API. This is my first time contributing here. If you see something
unusual, let me know.
✅ Good for review
Our goal is to:
- Allow creating cron jobs via the `crons` property of `vercel.json` for
end users
- Allow framework authors to create cron jobs on Vercel via the `crons`
property of the Build Output API configuration
---
As you can see, we removed the previous implementation where cron jobs
could be configured at the function code level (export const cron = ""),
on top of vercel.json `functions` property. Here's why:
- All frameworks would have to implement the configure at the function
code level
- Not all frameworks can easily map a path to a specific function
(example: SvelteKit) and would have to bail on bundling functions inside
the same lambda
- Configuring a path + scheduler provides a better mapping of what cron
jobs are as of today: API routes on a schedule and not functions on a
schedule
- Dynamic routes Cron Jobs will be supported:
/api/crons/sync-slack-team/230
- Query parameters will be supported support:
/api/crons/sync-slack-team/230?secret=32k13l2k13lk21 (= securing cron
jobs v0)
- 100% frameworks compatibility from day one
Next.js and other frameworks may choose to implement their own cron jobs
feature that will then need to be configured through the `crons`
property of `config.json` (build output API).
cc @timneutkens @Rich-Harris
Internal thread:
https://vercel.slack.com/archives/C04DWF5HB6K/p1676366892714349
2023-02-16 11:49:09 +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
Steven
8f49969585
[tests] Update tests script names ( #9433 )
...
### Description
These script names are currently really long and that makes it difficult
to read.
In particular, the most important part (the package name) is often
truncated.
See before/after below.
## Before
<img width="302" alt="image"
src="https://user-images.githubusercontent.com/229881/218588978-b8ed9a7a-f4da-4d58-af3f-2b1a7087737d.png ">
## After
<img width="290" alt="image"
src="https://user-images.githubusercontent.com/229881/218596895-65627ad0-2895-4bd7-8506-f5f545a419d3.png ">
2023-02-14 10:31:46 -05: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
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
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
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
Steven
79ef5c3724
Publish Stable
...
- vercel@28.12 .7
- @vercel/client@12.3.2
- @vercel/gatsby-plugin-vercel-builder@0.1.0
- @vercel/next@3.3.16
- @vercel/node-bridge@3.1.10
- @vercel/node@2.8.14
- @vercel/remix@1.2.6
2023-01-18 08:39:44 -05:00
Ethan Arrowood
ae89b8b8be
[gatsby-plugin-vercel-builder] Implement @vercel/gatsby-plugin-vercel-builder ( #9218 )
...
<picture data-single-emoji=":gatsby:" title=":gatsby:"><img class="emoji" src="https://single-emoji.vercel.app/api/emoji/eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..Dli3tTuity9MEBnK.YyaiT9ASg3XvFmlx5q0Ovkdbkto2fgJGjIJhsLcraR_hqYG0DAC6CcBMiaARcI_hF0502EnqhkrHQLeYfEoxfomLi9iKk4WBAe-oSfsENsG9oAwzYdH4LA.VMtHCMaOXNOqpB2xvph3Kg " alt=":gatsby:" width="20" height="auto" align="absmiddle"></picture>
Implement the Build Output API v3 Gatsby plugin for use within `@vercel/static-build`.
Supersedes https://github.com/vercel/vercel/pull/8259 .
2023-01-18 02:24:32 +00:00
Steven
4ccdcde463
Publish Stable
...
- @vercel/build-utils@5.9.0
- vercel@28.12 .6
- @vercel/client@12.3.1
- @vercel/fs-detectors@3.7.5
- @vercel/go@2.2.30
- @vercel/hydrogen@0.0.44
- @vercel/next@3.3.15
- @vercel/node@2.8.13
- @vercel/python@3.1.40
- @vercel/redwood@1.0.51
- @vercel/remix@1.2.5
- @vercel/ruby@1.3.56
- @vercel/static-build@1.1.7
2023-01-17 19:25:26 -05:00
Sean Massa
6d97e1673e
Publish Stable
...
- vercel@28.12 .5
- @vercel/client@12.3.0
- @vercel/node-bridge@3.1.9
- @vercel/node@2.8.12
2023-01-17 13:46:58 -06:00
Steven
07bf81ab10
[client] Add sliding window delay when polling deployment complete ( #9222 )
...
The previous delay of 1500ms was causing some users to hit the API rate limits. This doesn't normally happen with a single deployment, but it can happen with several concurrent deployments (for example a monorepo with many projects).
We don't need to be polling so often, so this PR changed the polling delay to the following:
- During 0s-15s: check every 1 second
- During 15s-60s: check every 5 seconds
- During 1m-5m: check every 15 seconds
- During 5m-10m: check every 30 seconds
2023-01-14 00:27:14 +00:00
Nathan Rajlich
4c1cdd1f0f
[client] Send empty directory entries to POST create deployment ( #9118 )
...
Update `@vercel/client` to send empty directory entries to the `POST` create deployment endpoint. This makes it so that CLI deployments will have empty directories re-populated in the build-container when doing `vc deploy`.
Follow-up to #9103 .
2023-01-13 22:24:31 +00:00
Sean Massa
b5cdc82a1c
Publish Stable
...
- @vercel/build-utils@5.8.3
- vercel@28.12 .4
- @vercel/client@12.2.31
- @vercel/edge@0.2.6
- @vercel/error-utils@1.0.8
- @vercel/frameworks@1.2.4
- @vercel/fs-detectors@3.7.4
- @vercel/gatsby-plugin-vercel-analytics@1.0.6
- @vercel/go@2.2.29
- @vercel/hydrogen@0.0.43
- @vercel/next@3.3.14
- @vercel/node-bridge@3.1.8
- @vercel/node@2.8.11
- @vercel/python@3.1.39
- @vercel/redwood@1.0.50
- @vercel/remix@1.2.4
- @vercel/routing-utils@2.1.8
- @vercel/ruby@1.3.55
- @vercel/static-build@1.1.6
- @vercel/static-config@2.0.11
2023-01-13 15:45:03 -06:00
Nathan Rajlich
c7851404b3
[*] Remove "workspace:" ( #9225 )
2023-01-13 15:42:29 -06:00
Sean Massa
e54da8a2e5
Publish Stable
...
- @vercel/build-utils@5.8.2
- vercel@28.12 .3
- @vercel/client@12.2.30
- @vercel/edge@0.2.5
- @vercel/error-utils@1.0.7
- @vercel/frameworks@1.2.3
- @vercel/fs-detectors@3.7.3
- @vercel/gatsby-plugin-vercel-analytics@1.0.5
- @vercel/go@2.2.28
- @vercel/hydrogen@0.0.42
- @vercel/next@3.3.13
- @vercel/node-bridge@3.1.7
- @vercel/node@2.8.10
- @vercel/python@3.1.38
- @vercel/redwood@1.0.49
- @vercel/remix@1.2.3
- @vercel/routing-utils@2.1.7
- @vercel/ruby@1.3.54
- @vercel/static-build@1.1.5
- @vercel/static-config@2.0.10
2023-01-13 15:06:45 -06:00
Sean Massa
b793a67588
Publish Stable
...
- @vercel/build-utils@5.8.1
- vercel@28.12 .2
- @vercel/client@12.2.29
- @vercel/edge@0.2.4
- @vercel/error-utils@1.0.6
- @vercel/frameworks@1.2.2
- @vercel/fs-detectors@3.7.2
- @vercel/gatsby-plugin-vercel-analytics@1.0.4
- @vercel/go@2.2.27
- @vercel/hydrogen@0.0.41
- @vercel/next@3.3.12
- @vercel/node-bridge@3.1.6
- @vercel/node@2.8.9
- @vercel/python@3.1.37
- @vercel/redwood@1.0.48
- @vercel/remix@1.2.2
- @vercel/routing-utils@2.1.6
- @vercel/ruby@1.3.53
- @vercel/static-build@1.1.4
- @vercel/static-config@2.0.9
2023-01-13 15:01:55 -06:00
Sean Massa
e71d5638ee
Publish Stable
...
- @vercel/build-utils@5.8.0
- vercel@28.12 .1
- @vercel/client@12.2.28
- @vercel/edge@0.2.3
- @vercel/error-utils@1.0.5
- @vercel/frameworks@1.2.1
- @vercel/fs-detectors@3.7.1
- @vercel/gatsby-plugin-vercel-analytics@1.0.3
- @vercel/go@2.2.26
- @vercel/hydrogen@0.0.40
- @vercel/next@3.3.11
- @vercel/node-bridge@3.1.5
- @vercel/node@2.8.8
- @vercel/python@3.1.36
- @vercel/redwood@1.0.47
- @vercel/remix@1.2.1
- @vercel/routing-utils@2.1.5
- @vercel/ruby@1.3.52
- @vercel/static-build@1.1.3
- @vercel/static-config@2.0.8
2023-01-13 14:47:25 -06:00
Sean Massa
62b28ad0b4
Publish Stable
...
- @vercel/build-utils@5.7.6
- vercel@28.12 .0
- @vercel/client@12.2.27
- @vercel/edge@0.2.2
- @vercel/error-utils@1.0.4
- @vercel/frameworks@1.2.0
- @vercel/fs-detectors@3.7.0
- @vercel/gatsby-plugin-vercel-analytics@1.0.2
- @vercel/go@2.2.25
- @vercel/hydrogen@0.0.39
- @vercel/next@3.3.10
- @vercel/node-bridge@3.1.4
- @vercel/node@2.8.7
- @vercel/python@3.1.35
- @vercel/redwood@1.0.46
- @vercel/remix@1.2.0
- @vercel/routing-utils@2.1.4
- @vercel/ruby@1.3.51
- @vercel/static-build@1.1.2
- @vercel/static-config@2.0.7
2023-01-13 14:00:46 -06:00
Ethan Arrowood
9c768b98b7
[tests] Migrate from yarn to pnpm ( #9198 )
...
<picture data-single-emoji=":pnpm:" title=":pnpm:"><img class="emoji" src="https://single-emoji.vercel.app/api/emoji/eyJhbGciOiJkaXIiLCJlbmMiOiJBMjU2R0NNIn0..4mJzrO94AnSn0Pue.4apgaKtTUdQ-wxNyahjdJj28u8bbXreLoTA8AGqYjLta3MrsFvbo9DsQFth4CoIkBgXFhQ5_BVcKNfYbwLg4bKzyIvItKe4OFS8AzG7Kkicz2kUUZk0.nXyK_PvHzZFGA-MQB6XHfA " alt=":pnpm:" width="20" height="auto" align="absmiddle"></picture>
yarn has become increasingly more difficult to use as the v1 we rely on no longer receives updates. pnpm is faster and is actively maintained.
This PR migrates us to pnpm.
2023-01-11 23:35:13 +00:00
JJ Kasper
4c3bc05322
Publish Stable
...
- @vercel/build-utils@5.7.5
- vercel@28.11 .1
- @vercel/client@12.2.26
- @vercel/fs-detectors@3.6.2
- @vercel/gatsby-plugin-vercel-analytics@1.0.1
- @vercel/go@2.2.24
- @vercel/hydrogen@0.0.38
- @vercel/next@3.3.9
- @vercel/node@2.8.6
- @vercel/python@3.1.34
- @vercel/redwood@1.0.45
- @vercel/remix@1.1.7
- @vercel/ruby@1.3.50
- @vercel/static-build@1.1.1
2023-01-11 12:01:03 -08:00