rsnext/test/development
Balázs Orbán 728d82663c
feat: allow dotenv default expansion (#34765)
We currently use `dotenv-expand@5` in `@next/env`, which does not support default expansion. It was added in v6 (https://github.com/motdotla/dotenv-expand/pull/39).

Upgrading to the latest version of `dotenv-expand` and fixing an import, the added test passed.

Fixes #34718

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
2022-03-03 16:52:20 +00:00
..
acceptance fix: allow certain variable names in development (#33638) 2022-01-27 14:22:35 +00:00
basic Update server-only changes HMR handling (#34298) 2022-02-16 16:32:24 -06:00
basic-basepath Include message body in redirect responses (#31886) 2021-12-16 05:41:43 +00:00
dotenv-default-expansion feat: allow dotenv default expansion (#34765) 2022-03-03 16:52:20 +00:00
gssp-notfound Ensure we don't poll page in development when notFound: true is returned (#34352) 2022-02-16 18:53:48 +00:00