Vercel Release Bot
f43e413ba5
Version Packages ( #10302 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08 17:10:58 -05:00
Vercel Release Bot
5cca9b6c5c
Version Packages ( #10289 )
...
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.2.2
### Patch Changes
- Migrate list command to new structure
([#10284 ](https://github.com/vercel/vercel/pull/10284 ))
- Migrate whoami command to new structure
([#10266 ](https://github.com/vercel/vercel/pull/10266 ))
- Migrate logs command to new structure
([#10281 ](https://github.com/vercel/vercel/pull/10281 ))
- Migrate login command to new structure
([#10283 ](https://github.com/vercel/vercel/pull/10283 ))
- Migrate pull command to new structure
([#10280 ](https://github.com/vercel/vercel/pull/10280 ))
- Migrate logout command to new structure
([#10282 ](https://github.com/vercel/vercel/pull/10282 ))
- Migrate build command to new structure
([#10286 ](https://github.com/vercel/vercel/pull/10286 ))
- Migrate inspect command to new structure
([#10277 ](https://github.com/vercel/vercel/pull/10277 ))
- Migrate redeploy command to new structure
([#10279 ](https://github.com/vercel/vercel/pull/10279 ))
- Migrate link command to new structure
([#10285 ](https://github.com/vercel/vercel/pull/10285 ))
- Update spacing of --help output for CLI
([#10287 ](https://github.com/vercel/vercel/pull/10287 ))
- Updated dependencies
\[[`4af242af8`](4af242af86 ),
[`0cbdae141`](0cbdae1411 ),
[`85dd66778`](85dd667781 )]:
- @vercel/node@2.15 .8
- @vercel/remix-builder@1.9.1
- @vercel/static-build@1.3.44
## @vercel/gatsby-plugin-vercel-builder@1.3.16
### Patch Changes
- Updated dependencies
\[[`4af242af8`](4af242af86 ),
[`85dd66778`](85dd667781 )]:
- @vercel/node@2.15 .8
## @vercel/node@2.15 .8
### Patch Changes
- Move `@types/content-type` to dev dependency
([#10292 ](https://github.com/vercel/vercel/pull/10292 ))
- fix: compress condition
([#10288 ](https://github.com/vercel/vercel/pull/10288 ))
## @vercel/remix-builder@1.9.1
### Patch Changes
- Disable root workspace check in pnpm and yarn when adding deps
([#10291 ](https://github.com/vercel/vercel/pull/10291 ))
## @vercel/static-build@1.3.44
### Patch Changes
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@1.3.16
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-02 15:04:48 -05:00
Vercel Release Bot
fde40e731a
Version Packages ( #10278 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-31 13:31:22 -05:00
Vercel Release Bot
2661f56347
Version Packages ( #10227 )
...
# Releases
## vercel@31.1.0
### Minor Changes
- Add 'Environment' column to 'vc list' with new '--environment' filter
and pipe URLs to stdout
([#10239 ](https://github.com/vercel/vercel/pull/10239 ))
### Patch Changes
- Update `proxy-agent` to v6.3.0
([#10226 ](https://github.com/vercel/vercel/pull/10226 ))
- Use `getNodeBinPaths()` in `vc dev`
([#10225 ](https://github.com/vercel/vercel/pull/10225 ))
- Updated dependencies
\[[`b1c14cde0`](b1c14cde03 ),
[`ce4633fe4`](ce4633fe4d )]:
- @vercel/next@3.9.1
- @vercel/static-build@1.3.42
## @vercel/frameworks@1.5.0
### Minor Changes
- Add `ignorePackageJsonScript` configuration for Framework command
settings to ignore the `package.json` script.
([#10228 ](https://github.com/vercel/vercel/pull/10228 ))
Enable this mode for Storybook's `buildCommand`, since it should not
invoke the "build" script, which is most likely designated for the
frontend app build.
## @vercel/fs-detectors@4.1.1
### Patch Changes
- Updated dependencies
\[[`ce4633fe4`](ce4633fe4d )]:
- @vercel/frameworks@1.5.0
## @vercel/next@3.9.1
### Patch Changes
- Fix pages and app router i18n handling
([#10243 ](https://github.com/vercel/vercel/pull/10243 ))
## @vercel/static-build@1.3.42
### Patch Changes
- Add `ignorePackageJsonScript` configuration for Framework command
settings to ignore the `package.json` script.
([#10228 ](https://github.com/vercel/vercel/pull/10228 ))
Enable this mode for Storybook's `buildCommand`, since it should not
invoke the "build" script, which is most likely designated for the
frontend app build.
2023-07-24 18:02:38 -07:00
Nathan Rajlich
ce4633fe4d
[frameworks][static-build] Add ignorePackageJsonScript configuration for Framework command settings ( #10228 )
...
When this property is set to `true`, then the corresponding `package.json` script will not be invoked, allowing for the default setting value will be executed.
This is enabled for Storybook's `buildCommand`, since we do not want the "build" script to be invoked, since that would belong to the frontend application's build instead of Storybook's.
2023-07-19 20:23:51 +00:00
Vercel Release Bot
56178e6a46
Version Packages ( #10213 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-18 14:02:19 -05:00
Vercel Release Bot
a91bde5287
Version Packages ( #10192 )
...
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@4.1.0
### Minor Changes
- Add `detectFrameworks()` function
([#10195 ](https://github.com/vercel/vercel/pull/10195 ))
## @vercel/build-utils@6.8.2
### Patch Changes
- Push back `nodejs16.x` discontinue date to `2024-02-06`
([#10209 ](https://github.com/vercel/vercel/pull/10209 ))
## vercel@31.0.3
### Patch Changes
- Fix redeploy target to be undefined when null
([#10201 ](https://github.com/vercel/vercel/pull/10201 ))
- Respect forbidden API responses
([#10178 ](https://github.com/vercel/vercel/pull/10178 ))
- Update `supports-hyperlinks` to v3
([#10208 ](https://github.com/vercel/vercel/pull/10208 ))
- Updated dependencies
\[[`0750517af`](0750517af9 )]:
- @vercel/build-utils@6.8.2
- @vercel/static-build@1.3.40
- @vercel/node@2.15 .5
- @vercel/remix-builder@1.8.17
## @vercel/client@12.6.5
### Patch Changes
- Updated dependencies
\[[`0750517af`](0750517af9 )]:
- @vercel/build-utils@6.8.2
## @vercel/gatsby-plugin-vercel-builder@1.3.13
### Patch Changes
- Updated dependencies
\[[`0750517af`](0750517af9 )]:
- @vercel/build-utils@6.8.2
- @vercel/node@2.15 .5
## @vercel/node@2.15 .5
### Patch Changes
- Updated dependencies
\[[`0750517af`](0750517af9 )]:
- @vercel/build-utils@6.8.2
## @vercel/remix-builder@1.8.17
### Patch Changes
- Updated dependencies
\[[`0750517af`](0750517af9 )]:
- @vercel/build-utils@6.8.2
## @vercel/static-build@1.3.40
### Patch Changes
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@1.3.13
## @vercel-internals/types@1.0.5
### Patch Changes
- Updated dependencies
\[[`0750517af`](0750517af9 )]:
- @vercel/build-utils@6.8.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-13 19:17:13 -04:00
Steven
70f6782954
[tests] Add lockfile to 51-puppeteer-build test ( #10210 )
...
This test was failing so I'm adding a lockfile to prevent this build error:
```
Running "yarn run build"
--
16:40:10.239 | yarn run v1.22.17
16:40:10.260 | $ node build.js
16:40:40.630 | node:internal/process/promises:288
16:40:40.630 | triggerUncaughtException(err, true /* fromPromise */);
16:40:40.630 | ^
16:40:40.630 |
16:40:40.630 | TimeoutError: Navigation timeout of 30000 ms exceeded
16:40:40.631 | at /vercel/path1/node_modules/puppeteer/lib/LifecycleWatcher.js:142:21
16:40:40.631 | -- ASYNC --
16:40:40.631 | at Frame.<anonymous> (/vercel/path1/node_modules/puppeteer/lib/helper.js:111:15)
16:40:40.631 | at Page.goto (/vercel/path1/node_modules/puppeteer/lib/Page.js:672:49)
16:40:40.631 | at Page.<anonymous> (/vercel/path1/node_modules/puppeteer/lib/helper.js:112:23)
16:40:40.631 | at /vercel/path1/build.js:10:14
16:40:40.631 | at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
```
2023-07-13 21:29:51 +00:00
Vercel Release Bot
493a31091d
Version Packages ( #10158 )
...
## @vercel/build-utils@6.8.1
### Patch Changes
- Revert "[build-utils] Allow file-ref sema to be controlled through env
flag" ([#10167 ](https://github.com/vercel/vercel/pull/10167 ))
## vercel@31.0.2
### Patch Changes
- Allow additional project settings in `createProject()`
([#10172 ](https://github.com/vercel/vercel/pull/10172 ))
- Run local Project detection during `vc link --repo`.
([#10094 ](https://github.com/vercel/vercel/pull/10094 ))
This allows for creation of new Projects that do not yet exist under the
selected scope.
- Redeploy command no longer redeploys preview deployments to production
([#10186 ](https://github.com/vercel/vercel/pull/10186 ))
- Added trailing new line at end of help output
([#10170 ](https://github.com/vercel/vercel/pull/10170 ))
- Create new help output and arg parsing for deploy command
([#10090 ](https://github.com/vercel/vercel/pull/10090 ))
- [cli] Remove `preinstall` script
([#10157 ](https://github.com/vercel/vercel/pull/10157 ))
- Updated dependencies
\[[`7021279b2`](7021279b28 ),
[`5e5332fbc`](5e5332fbc9 ),
[`027bce00b`](027bce00b3 )]:
- @vercel/build-utils@6.8.1
- @vercel/node@2.15 .4
- @vercel/remix-builder@1.8.16
- @vercel/static-build@1.3.39
## @vercel/client@12.6.4
### Patch Changes
- Updated dependencies
\[[`7021279b2`](7021279b28 )]:
- @vercel/build-utils@6.8.1
## @vercel/gatsby-plugin-vercel-builder@1.3.12
### Patch Changes
- Updated dependencies
\[[`7021279b2`](7021279b28 ),
[`5e5332fbc`](5e5332fbc9 )]:
- @vercel/build-utils@6.8.1
- @vercel/node@2.15 .4
## @vercel/node@2.15 .4
### Patch Changes
- [node] fix decompress mismatching
([#10184 ](https://github.com/vercel/vercel/pull/10184 ))
- Updated dependencies
\[[`7021279b2`](7021279b28 )]:
- @vercel/build-utils@6.8.1
## @vercel/remix-builder@1.8.16
### Patch Changes
- Update `@remix-run/dev` fork to v1.18.1
([#10180 ](https://github.com/vercel/vercel/pull/10180 ))
- Updated dependencies
\[[`7021279b2`](7021279b28 )]:
- @vercel/build-utils@6.8.1
## @vercel/static-build@1.3.39
### Patch Changes
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@1.3.12
## @vercel-internals/constants@1.0.4
### Patch Changes
- Create new help output and arg parsing for deploy command
([#10090 ](https://github.com/vercel/vercel/pull/10090 ))
## @vercel-internals/types@1.0.4
### Patch Changes
- Updated dependencies
\[[`7021279b2`](7021279b28 ),
[`718bbd365`](718bbd365a )]:
- @vercel/build-utils@6.8.1
- @vercel-internals/constants@1.0.4
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-10 15:48:32 -07:00
Vercel Release Bot
acc10e47c7
Version Packages ( #10123 )
...
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.0.0
### Major Changes
- Update `vc dev` redirect response to match production behavior
([#10143 ](https://github.com/vercel/vercel/pull/10143 ))
### Patch Changes
- require `--yes` to promote preview deployment
([#10135 ](https://github.com/vercel/vercel/pull/10135 ))
- [cli] Optimize write build result for vc build
([#10154 ](https://github.com/vercel/vercel/pull/10154 ))
- Only show relevant Project matches in Project selector
([#10114 ](https://github.com/vercel/vercel/pull/10114 ))
- [cli] Fix error message when token is invalid
([#10131 ](https://github.com/vercel/vercel/pull/10131 ))
- Updated dependencies
\[[`e4895d979`](e4895d979b ),
[`346892210`](3468922108 ),
[`346892210`](3468922108 ),
[`a6de052ed`](a6de052ed2 )]:
- @vercel/next@3.8.7
- @vercel/static-build@1.3.38
- @vercel/build-utils@6.8.0
- @vercel/remix-builder@1.8.15
- @vercel/node@2.15 .3
## @vercel/build-utils@6.8.0
### Minor Changes
- Add `getNodeBinPaths()` and `traverseUpDirectories()` functions
([#10150 ](https://github.com/vercel/vercel/pull/10150 ))
## @vercel/client@12.6.3
### Patch Changes
- Updated dependencies
\[[`346892210`](3468922108 )]:
- @vercel/build-utils@6.8.0
## @vercel/frameworks@1.4.3
### Patch Changes
- [frameworks] Update `saber.land` to `saber.egoist.dev`
([#10148 ](https://github.com/vercel/vercel/pull/10148 ))
## @vercel/fs-detectors@4.0.1
### Patch Changes
- Resolve symlinks in `LocalFileSystemDetector#readdir()`
([#10126 ](https://github.com/vercel/vercel/pull/10126 ))
- Updated dependencies
\[[`0867f11a6`](0867f11a6a )]:
- @vercel/frameworks@1.4.3
## @vercel/gatsby-plugin-vercel-builder@1.3.11
### Patch Changes
- Updated dependencies
\[[`346892210`](3468922108 )]:
- @vercel/build-utils@6.8.0
- @vercel/node@2.15 .3
## @vercel/next@3.8.7
### Patch Changes
- [next] Update payload flag
([#10147 ](https://github.com/vercel/vercel/pull/10147 ))
- Use `getNodeBinPaths()` function to improve monorepo support
([#10150 ](https://github.com/vercel/vercel/pull/10150 ))
## @vercel/node@2.15 .3
### Patch Changes
- Updated dependencies
\[[`346892210`](3468922108 )]:
- @vercel/build-utils@6.8.0
## @vercel/remix-builder@1.8.15
### Patch Changes
- Update `@remix-run/dev` fork to v1.18.0
([#10146 ](https://github.com/vercel/vercel/pull/10146 ))
- Updated dependencies
\[[`346892210`](3468922108 )]:
- @vercel/build-utils@6.8.0
## @vercel/static-build@1.3.38
### Patch Changes
- Use `getNodeBinPaths()` function to improve monorepo support
([#10150 ](https://github.com/vercel/vercel/pull/10150 ))
- Updated dependencies \[]:
- @vercel/gatsby-plugin-vercel-builder@1.3.11
## @vercel-internals/constants@1.0.3
### Patch Changes
- Updated dependencies
\[[`346892210`](3468922108 )]:
- @vercel/build-utils@6.8.0
## @vercel-internals/types@1.0.3
### Patch Changes
- Updated dependencies
\[[`346892210`](3468922108 )]:
- @vercel/build-utils@6.8.0
- @vercel-internals/constants@1.0.3
2023-06-28 12:29:31 -07:00
Nathan Rajlich
3468922108
[build-utils] Add getNodeBinPaths() function ( #10150 )
...
The `getNodeBinPath()` function is problematic because it assumes that commands are installed in the `node_modules` directory alongside the detected lockfile. This works fine the majority of the time, but ends up not being the case when using a monorepo that uses a package manager in "linked" mode (i.e. pnpm by default).
Consider the following:
```
.
├── pnpm-lock.yaml
├── node_modules
├── blog
│ ├── node_modules
│ │ ├── hexo -> .pnpm/hexo@3.9.0/node_modules/hexo
```
In this setup, adding the root-level `node_modules/.bin` would not make the `hexo` command be visible in the `$PATH`.
To solve this issue, the new `getNodeBinPaths()` function returns an array of all directories up to the specified `root`, which can then be placed into the `$PATH`. It's also more efficient (synchronous) since it does not need to scan for a lockfile anymore (the `root` needs to be specified explicitly).
The new function is being used in `@vercel/next` and `@vercel/static-build`.
The `traverseUpDirectories()` function from CLI was moved to `build-utils` to implement this function. Consequently, that makes the implementations of `walkParentDirs()` and `walkParentDirsMulti()` simpler, since it's using this generator now.
2023-06-28 01:53:34 +00:00
Vercel Release Bot
71ac16220b
Version Packages ( #10107 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-20 11:42:04 -05:00
Vercel Release Bot
f057f0421b
Version Packages ( #10081 )
2023-06-14 10:47:10 -07:00
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
46950633f4
Version Packages ( #9994 )
2023-05-22 10:47:47 -07: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
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
Chris Barber
6cdd38d130
[tests] Pin Next.js version in test fixtures ( #9910 )
...
Co-authored-by: Sean Massa <EndangeredMassa@gmail.com >
2023-05-19 09:06:08 -05:00
Sean Massa
2c950d47ae
ensure cleanup after the gatsby plugin runs ( #9975 )
...
There is an issue where you can interrupt a gatsby project build and the temporary files are not cleaned up. If you try to build again, it will get stuck in an infinite loop.
This PR adds an exit hook to make sure the cleanup happens.
2023-05-18 19:42:08 +00: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
c4915507aa
Publish Stable
...
- vercel@29.1.1
- @vercel/frameworks@1.4.1
- @vercel/fs-detectors@3.9.1
- @vercel/static-build@1.3.29
2023-05-03 16:20:45 -05: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
Vercel Release Bot
da046d85de
[tests] Update Gatsby fixture versions ( #9776 )
...
Automatically generated PR to update Gatsby fixture versions in `@vercel/static-build`
2023-05-01 04:21:32 +00: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
Chris Barber
9e183b2e8d
[tests] Move allowJs: true to test tsconfig.json ( #9862 )
2023-04-27 10:27:02 -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
65a6e713c8
[node] Fix ESM dependency support ( #9692 )
2023-04-26 12:23:43 -05: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
20a7b2f2d4
[all] Update naming for Next.js Analytics ( #9835 )
...
Updates the name of Next.js Analytics to Next.js Speed Insights
closes ALY-484
2023-04-20 10:07:41 -04: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
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
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
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
294935a9c5
[static-build] Remove Gatsby env var check ( #9766 )
...
This feature flag has been fully rolled out for a while now. Removing it makes the plugin work with `vc build` when running locally.
2023-04-07 02:10:51 +00: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
Vercel Release Bot
d07eb34e38
[tests] Update Gatsby fixture versions ( #9760 )
...
Automatically generated PR to update Gatsby fixture versions in `@vercel/static-build`
2023-04-06 16:14:07 +00: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
Chris Barber
413706d72a
[tests] Bump test timeouts for slow tests ( #9631 )
...
This PR address the following slow tests:
* https://linear.app/vercel/issue/VCCLI-560/flakey-test-login-with-no-color
* https://linear.app/vercel/issue/VCCLI-561/flakey-test-[vercel-dev]-04-create-react-app
* https://linear.app/vercel/issue/VCCLI-563/flakey-test-build-›-should-build-with-vercelnode
* https://linear.app/vercel/issue/VCCLI-574/flakey-test-build-output-api-v1-should-detect-the-output-format
* https://linear.app/vercel/issue/VCCLI-578/flakey-test-importbuilders-›-should-install-and-import-1st-party
* https://linear.app/vercel/issue/VCCLI-580/flakey-test-creategitmeta-›-detects-dirty-commit
2023-03-08 18:44:13 +00:00
Steven
c06209901c
[tests] Run unit tests concurrently in chunks ( #9615 )
...
We can separate each package `test-unit` into a separate job. This will help isolate problems and we can re-run CI for a specific package.
2023-03-07 23:50:21 +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
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