Vercel Release Bot
08da4b9c92
[remix] Update @remix-run/dev to v1.19.2 ( #10299 )
...
This auto-generated PR updates `@remix-run/dev` to version 1.19.2.
2023-08-04 23:17:40 +00: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
Nathan Rajlich
0cbdae1411
[remix] Disable root workspace check in pnpm and yarn when adding deps ( #10291 )
...
The Remix application might _also_ be the root of a workspace, so check for that case and pass the appropriate flag to the package manager to make it not error.
See: https://github.com/orgs/vercel/discussions/3467
2023-08-02 18:36:38 +00:00
Vercel Release Bot
e842a8870e
Version Packages ( #10261 )
...
# Releases
## vercel@31.2.0
### Minor Changes
- Add a "Global Options" section to help output
([#10250 ](https://github.com/vercel/vercel/pull/10250 ))
### Patch Changes
- Updated dependencies
\[[`d1b0dbe3a`](d1b0dbe3a7 ),
[`4a8622a10`](4a8622a10d ),
[`6469ef1b8`](6469ef1b8c )]:
- @vercel/remix-builder@1.9.0
- @vercel/next@3.9.3
## @vercel/remix-builder@1.9.0
### Minor Changes
- Install `@vercel/remix-run-dev` at build-time instead of using symlink
([#9784 ](https://github.com/vercel/vercel/pull/9784 ))
### Patch Changes
- Update `@remix-run/dev` fork to v1.19.1
([#10246 ](https://github.com/vercel/vercel/pull/10246 ))
## @vercel/next@3.9.3
### Patch Changes
- fix dynamic not found pages
([#10262 ](https://github.com/vercel/vercel/pull/10262 ))
2023-07-28 15:40:19 -07:00
Nathan Rajlich
d1b0dbe3a7
[remix] Install @vercel/remix-run-dev at build-time instead of using symlink ( #9784 )
...
Instead of including the fork `@remix-run/dev` package as a regular dependency of `@vercel/remix-builder`, install it at build-time by modifying the project's `package.json` file. The reasons for this are:
* Avoids deprecation warnings from a few packages that currently exist on the `@remix-run/dev` package when installing Vercel CLI (those warnings already show up in the build logs anyways, so nothing new there).
* Allows us to install a version as close as possible to the version specified in the user's `package.json` (similar to how we do when auto-injecting the `@vercel/remix` package). This will be especially important once Remix v2 is released, which will have breaking changes compared to v1.
**Note:** `@vercel/remix-run-dev` is still a _dev_ dependency, so that we can use TypeScript types from it, as well as, at runtime, we use the version in the Builder's `package.json` to determine the maximum versions of `@vercel/remix-run-dev` and/or `@vercel/remix` which can safely be installed.
Fixes #10027 .
Fixes #10222 .
2023-07-28 20:49:32 +00:00
Vercel Release Bot
6469ef1b8c
[remix] Update @remix-run/dev to v1.19.1 ( #10246 )
...
This auto-generated PR updates `@remix-run/dev` to version 1.19.1.
2023-07-26 22:22:21 +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
Nathan Rajlich
5439d7c0c9
[remix] Create ensured dependency symlink at the start directory, instead of root of repo ( #10224 )
...
When the `ensureResolvable()` function runs in a monorepo, the symlink should be created in the `node_modules` directory within the app subdirectory, rather than the root of the repository. Fixes the following issue:

2023-07-18 18:27:19 +00: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
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
027bce00b3
[remix] Update @remix-run/dev to v1.18.1 ( #10180 )
...
This auto-generated PR updates `@remix-run/dev` to version 1.18.1.
2023-07-05 21:23:48 +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
Vercel Release Bot
a6de052ed2
[remix] Update @remix-run/dev to v1.18.0 ( #10146 )
...
This auto-generated PR updates `@remix-run/dev` to version 1.18.0.
2023-06-27 17:32:46 +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
Nathan Rajlich
2230ea6cc1
[remix] Link to https://vercel.com/help ( #10106 )
2023-06-14 18:53:14 +00: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
49c7178567
[remix] Update @remix-run/dev to v1.17.0 ( #10072 )
...
This auto-generated PR updates `@remix-run/dev` to version 1.17.0.
2023-06-06 20:31:48 +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
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
Vercel Release Bot
91b7f6dcd9
Version Packages ( #9973 )
...
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@29.3.4
### Patch Changes
- Updated dependencies
\[[`67e556bc8`](67e556bc80 ),
[`ba10fb4dd`](ba10fb4dd4 )]:
- @vercel/remix-builder@1.8.9
- @vercel/next@3.8.4
## @vercel/next@3.8.4
### Patch Changes
- Update handling for react prebundled flag
([#9974 ](https://github.com/vercel/vercel/pull/9974 ))
## @vercel/remix-builder@1.8.9
### Patch Changes
- Upgrade `@remix-run/dev` fork to v1.16.1
([#9971 ](https://github.com/vercel/vercel/pull/9971 ))
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-18 10:38:24 -07:00
Vercel Release Bot
67e556bc80
[remix] Upgrade @remix-run/dev to version 1.16.1 ( #9971 )
...
This auto-generated PR updates @remix-run/dev to version 1.16.1
2023-05-17 19:34:12 +00:00
Vercel Release Bot
380ed38c71
Version Packages ( #9935 )
...
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@29.2.1
### Patch Changes
- Updated dependencies \[[`6d5983eaa`](6d5983eaae )]:
- @vercel/remix-builder@1.8.8
## @vercel/remix-builder@1.8.8
### Patch Changes
- Upgrade `@remix-run/dev` to v1.16.0-patch.1 to fix erroneous "not found in your node_modules" warning ([#9930 ](https://github.com/vercel/vercel/pull/9930 ))
2023-05-10 22:55:42 +00:00
Vercel Release Bot
6d5983eaae
[remix] Upgrade @remix-run/dev to version 1.16.0-patch.1 ( #9930 )
...
This auto-generated PR updates @remix-run/dev to version 1.16.0-patch.1
2023-05-10 20:20:15 +00: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
Nathan Rajlich
8088b07abf
[remix] Use debug() for warnings when reading config file ( #9894 )
...
Follow-up to address this comment: https://github.com/vercel/vercel/pull/9888#discussion_r1182739621
2023-05-03 17:13:59 +00:00
Nathan Rajlich
ff0978593d
[remix] Suppress warnings when reading config ( #9888 )
...
Currently, any warnings logged when calling `readConfig()` are emitted in build logs _three times_:
1. When initially reading the config before executing the Build Command
2. When the Build Command is executed (`remix build` reads the config)
3. After the build, in the `prepareCache()` function
For the callsites that we are in control of (`1.` and `3.`), we should suppress those warnings and only allow the standard warnings when invoking `remix build` to be emitted to the build logs.
2023-05-02 16:32:39 +00:00
Vercel Release Bot
ac2457494a
[remix] Upgrade @remix-run/dev to version 1.16.0 ( #9887 )
...
This auto-generated PR updates @remix-run/dev to version 1.16.0
2023-05-02 09:49:13 +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
Michaël De Boey
604f3b8d83
fix(remix): update entry.client.react.jsx ( #9845 )
...
Bring in line with Remix defaults
https://github.com/remix-run/remix/blob/main/packages/remix-dev/config/defaults/entry.client.react-stream.tsx
2023-04-23 19:35:31 -07: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
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
Vercel Release Bot
d8f5052d9a
[remix] Upgrade @remix-run/dev to version 1.15.0 ( #9740 )
...
This auto-generated PR updates @remix-run/dev to version 1.15.0
2023-03-31 21:49:36 +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
Nathan Rajlich
509926545e
[build-utils] Rename Lambda experimentalResponseStreaming prop to supportsResponseStreaming ( #9721 )
2023-03-29 12:11:09 -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
Nathan Rajlich
64b15d2409
[remix] Fix zero matching on sub catch-all routes ( #9707 )
...
Fixes https://github.com/vercel/remix/issues/20 .
2023-03-23 12:35:46 -07: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
ce25dec97d
[remix] Inject @vercel/remix package instead of @vercel/remix-entry-server ( #9684 )
...
The `handleRequest()` function has been moved to the `@vercel/remix` package, so we can deprecate `@vercel/remix-entry-server` entirely and install `@vercel/remix` in the project instead, when there is no `app/entry.server.tsx` file defined in the project already.
2023-03-22 01:06:14 +00:00
Nathan Rajlich
20bd71ce70
[node][remix] Update nft conditions to include "edge-light" for Edge Functions ( #9700 )
2023-03-21 23:59:49 +00: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
Nathan Rajlich
1c2ef37173
[remix] Remove symlink creation warning ( #9679 )
...
We're now going to encourage users to use `@vercel/remix` instead of `@remix-run/node`. So switch the symlink warning to a `debug()` call instead.
2023-03-16 09:47:13 +00:00
Vercel Release Bot
5caf73380d
[remix] Upgrade @remix-run/dev to version 1.14.2 ( #9676 )
...
This auto-generated PR updates @remix-run/dev to version 1.14.2
2023-03-15 00:32:54 +00:00
Nathan Rajlich
f1bdc0bfd1
[remix] Rename @vercel/remix to @vercel/remix-builder ( #9665 )
...
We're changing the name of the Remix Builder to free up the name `@vercel/remix` for user-facing usage within Remix applications.
2023-03-13 22:10:52 +00:00
Nathan Rajlich
13d54b2095
[remix] Support optional entry.{server,client}.tsx file ( #9620 )
...
Remix v1.14.0 added support for having no `app/entry.server.tsx`/`app/entry.client.tsx` files in a project (there are default versions bundled into `@remix-run/dev`). Projects configured like this are currently failing because we symlink our forked version of the `remix` CLI into the project, so it cannot resolve the necessary modules at build time.
To solve this, instead of relying on the default versions of these files in `@remix-run/dev` package, we'll include our own versions in `@vercel/remix`, and physically copy them into the project dir. This way, the modules used will be properly resolved relative to the project's own `node_modules` dir.
Our default version of `app/entry.server.tsx` is also slightly different then upstream one, because it uses `@vercel/remix-entry-server` to enable isomorphic React streaming on both Node + Edge runtimes. Because of this, if that dependency is not present, then we'll automatically install the dependency at build-time.
2023-03-13 20:47:56 +00:00
Sean Massa
9bc8817f92
[tests] remove eslint from fixture ( #9629 )
...
In a previous PR https://github.com/vercel/vercel/pull/9622/files#diff-508a8f08333e1f42e2b2f02e99081c181802b6b2e7baa4e75c18e51e1e703ce4 , this fixture was added which contained an eslint config file. We do have these fixtures eslint ignored, but it seems the presence of this config file re-enables it. This causes eslint failures inside the fixture to bubble up and fail lint checks.
This PR removes eslint from the fixture.
2023-03-08 16:42:11 +00:00
Nathan Rajlich
d8cf3e8831
[remix] Add turborepo monorepo E2E test ( #9622 )
...
Adds a Remix E2E test with a Turborepo monorepo configuration.
2023-03-08 06:58:18 +00:00