Nathan Rajlich
ed806d8a6b
[frameworks][fs-detectors] Add "supersedes" prop to Framework interface ( #10345 )
...
The `supersedes` property on the `Framework` interface may be specified by a framework in which the superseded framework should _not_ be included in the resulting framework matches during detection.
For example, a Hydrogen v2 project matches both the "remix" and "hydrogen" framework detectors, but we really only want "remix" to be selected.
2023-08-17 07:30:32 +00: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
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
Trek Glowacki
19addabb6e
[cli] Add tests to demonstrate function detection precedence ( #10331 )
...
Co-authored-by: Trek Glowacki <trek.glowacki@vercel.com >
2023-08-11 11:18:13 -05:00
Nathan Rajlich
abd1197c90
[fs-detectors] Fix "hydrogen-2" detection unit test ( #10325 )
...
Follow-up to https://github.com/vercel/vercel/pull/10319 , which didn't exhibit this failing test since the fs-detectors package was not changed, and thus those tests didn't run.
2023-08-10 21:25:51 +00:00
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
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
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
Nathan Rajlich
f85df894c0
[fs-detectors] Add detectFrameworks() ( #10195 )
...
Similar to `detectFramework()`, but this version returns all detected frameworks at the given path. It also returns the full `Framework` objects instead of just the slug.
This will be useful for detecting when multiple Projects exist at the same root directory (i.e. Storybook).
**Note:** I rearranged some tests, so probably review with [whitespace changes hidden](https://github.com/vercel/vercel/pull/10195/files?diff=split&w=1 ).
2023-07-11 20:08:55 +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
Nathan Rajlich
8d7206f5b6
[cli] Run local Project detection during vc link --repo ( #10094 )
...
Run local Project detection during `vc link --repo`. This allows for creation of new Projects that do not yet exist under the selected scope.
2023-07-10 22:42:13 +00: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
3138415533
[fs-detectors] Resolve symlinks in LocalFileSystemDetector#readdir() ( #10126 )
...
`LocalFileSystemDetector#readdir()` was throwing an error when a symlink was encountered, due to `fs.readdir()` `withFileTypes: true` option performing an lstat instead of a stat operation.
So re-implement the `readdir()` logic to use `fs.stat()` so that the symlink is resolved (only "dir" and "file" types are expected in the result).
2023-06-22 18:19:28 +00:00
Nathan Rajlich
a5af8381ce
[fs-detectors] Add test-e2e script ( #10103 )
...
Seems we have not been running the `fs-detectors` integration tests.
2023-06-14 19:20:20 +00:00
Vercel Release Bot
f057f0421b
Version Packages ( #10081 )
2023-06-14 10:47:10 -07:00
Nathan Rajlich
42c0b32a8d
[fs-detectors] Use LocalFileSystemDetector instead of FixtureFilesystem ( #10100 )
...
The code for these two are almost identical, so consolidate into one codebase.
Also adjusts the `pnpm test` script to allow for specifying a file name to be executed, instead of running all tests.
2023-06-13 23:30:00 +00: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
Sean Massa
761db597be
clarify next.js dupe api directory warning ( #9979 )
...
In a Next.js app, if you have Node.js Functions in both `api` and `pages/api`, you'll get a warning about moving those `api` functions into `pages/api`. This does specify Node.js Functions already, but a user was confused and tried to move their non-Node.js functions into `pages/api` as well.
This PR tries to make it clearer that you can do both. Note that this still requires a non-ideal local dev setup where you:
- update next config to fall back to the `vc dev` port for `api` handlers
- run `next dev` for the Next.js app on one port
- run `vc dev` for the top-level `api` Functions on another port
---
Example repo: https://github.com/rexfordessilfie/vercel-api-languages
2023-05-19 19:31:32 +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
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
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
Chris Barber
7a0dacf8bb
[cli][fs-detectors][frameworks] Re-add Storybook support ( #9891 )
...
Co-authored-by: Sean Massa <EndangeredMassa@gmail.com >
2023-05-03 14:05:44 -05:00
Chris Barber
678e13af53
[cli][fs-detectors][frameworks] Revert Storybook support ( #9890 )
2023-05-02 10:03:28 -05:00
Nathan Rajlich
603a7d8787
[fs-detectors] Add disableRootMiddleware, bypass ignoreRuntimes for root-level "middleware" files ( #9883 )
...
`ignoreRuntimes: ['@vercel/node']` will also disable root-level middleware, which is not intended. So ensure that middleware still work, even for frameworks that have this `ignoreRuntimes` configuration enabled (Remix, RedwoodJS).
2023-05-01 20:53:35 +00:00
Chris Barber
9240cbc022
[cli][fs-detectors][frameworks] Add Storybook support ( #9839 )
...
Co-authored-by: Steven <steven@ceriously.com >
Co-authored-by: Sean Massa <EndangeredMassa@gmail.com >
2023-05-01 11:25:06 -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
Shohei Maeda
ed56822675
[next] support functions property in appDir ( #9811 )
...
Currently, `functions` property (i.e., `memory` and `maxDuration`) are
not supported in appDir routes. This PR attempts to add support.
---------
Co-authored-by: Chris Barber <chris.barber@vercel.com >
Co-authored-by: JJ Kasper <jj@jjsweb.site >
2023-04-28 13:59:23 -05: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
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
Sean Massa
e302631ded
[fs-detectors] check turbo versions to allow for tags like "latest" ( #9790 )
...
When a project depends on `turbo` at version `latest`, this code was breaking because `latest` is not a valid range for `semver.intersects`.
2023-04-11 21:22:41 +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
Espen Hovlandsdal
52b2892b80
[build-utils][cli][fs-detectors] Upgrade minimatch to 3.1.2 ( #9762 )
...
Minimatch 3.0.4 has a [ReDoS
vulnerability](https://security.snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 ).
While not likely to be an issue for the packages that use it here, a
simple version bump should prevent the issue and reduce vulnerability
noise on audits. 3.1.2 is the latest version within the 3.x range, so
prevents breaking changes.
2023-04-06 16:18:07 -07:00
Espen Hovlandsdal
e5f5ba0ae8
[frameworks][fs-detectors] Use correct "license" field in package.json ( #9696 )
...
Makes the "license" field in these two packages' `package.json` files
be consistent with the LICENSE file in the root of the repository.
2023-04-05 15:04:27 -07:00
Nathan Hammond
10d14488db
[fs-detectors] Fix turbo@1.8 all filters are inferred ( #9680 )
...
We no longer need to specify the active folder for `turbo` to identify the context correctly.
2023-03-31 21:02:30 +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
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
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
Nathan Rajlich
70a53515bd
Publish Stable
...
- vercel@28.16 .2
- @vercel/fs-detectors@3.8.0
- @vercel/next@3.5.0
- @vercel/remix@1.3.4
- @vercel/ruby@1.3.66
- @vercel/static-build@1.3.10
2023-02-16 15:12:31 -08:00
Felix Haus
46c0fd153a
[fs-detectors] Remove increments of 64 limit for function memory ( #9465 )
...
Missed this occurrence so it still prevents the upload of serverless
functions that have a mem value that is not dividable by 64.
Should be the last place before we can ship the documentation update.
#### Related PRs
- #9440
Co-authored-by: Steven <steven@ceriously.com >
2023-02-16 16:42:42 -05:00