forest-express icon indicating copy to clipboard operation
forest-express copied to clipboard

🧱 Dependency of Express Lianas for Forest Admin

Results 50 forest-express issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.1 to 7.14.8. Release notes Sourced from @​babel/core's releases. v7.14.8 (2021-07-20) Thanks @​colinaaa, @​jaeseokk and @​nme077 for your first PRs! :eyeglasses: Spec Compliance babel-helper-create-class-features-plugin, babel-plugin-proposal-class-static-block, babel-plugin-transform-new-target #13560...

dependencies

Bumps [nock](https://github.com/nock/nock) from 11.7.0 to 13.1.1. Release notes Sourced from nock's releases. v13.1.1 13.1.1 (2021-07-04) Bug Fixes types: allow readonly arrays for data matcher in types (#2215) (940f4b7) v13.1.0 13.1.0...

dependencies

Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.18.2 to 2.23.4. Release notes Sourced from eslint-plugin-import's releases. v2.23.0 https://github.com/benmosher/eslint-plugin-import/blob/v2.23.0/CHANGELOG.md#2230---2021-05-13 v2.22.1 https://github.com/benmosher/eslint-plugin-import/blob/v2.22.1/CHANGELOG.md#2221---2020-09-27 Changelog Sourced from eslint-plugin-import's changelog. [2.23.4] - 2021-05-29 Fixed [no-import-module-exports]: Don't crash if packages...

dependencies

Bumps [csv-stringify](https://github.com/adaltas/node-csv-stringify) from 1.0.4 to 5.6.2. Changelog Sourced from csv-stringify's changelog. Version 5.6.2 build: rename build commands Version 5.6.1 fix: memory leak in sync refactor: remove unsused values fix: add...

dependencies

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.26 to 0.5.33. Release notes Sourced from moment-timezone's releases. Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32 Updated data to IANA TZDB 2020d Release 0.5.31...

dependencies

## Pull Request checklist: - [ ] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/#summary) - [ ] Test manually the implemented changes - [ ]...

Bumps [uuid](https://github.com/uuidjs/uuid) from 3.3.3 to 8.3.2. Changelog Sourced from uuid's changelog. 8.3.2 (2020-12-08) Bug Fixes lazy load getRandomValues (#537) (16c8f6d), closes #536 8.3.1 (2020-10-04) Bug Fixes support expo>=39.0.0 (#515) (c65a0f3),...

dependencies

Bumps [bluebird](https://github.com/petkaantonov/bluebird) from 3.7.1 to 3.7.2. Release notes Sourced from bluebird's releases. v3.7.2 Bugfixes: Fixes firefox settimeout not initialized error (#1623) Commits df70847 Browser files for v3.7.2 da3e04f Release v3.7.2...

dependencies

## Expected behavior Authentication to work across clustered apps ## Actual behavior The /authentication/callback endpoint fails with a 403 ## Context NodeJS runs only on a single core, and it...

https://github.com/ForestAdmin/forest-express/blob/feb5ecc7658adc68f48e7f3f6dc098d6404c682b/src/services/path.js#L12 It would be great if we can use an external endpoint for smart actions. It is especially useful in a serverless architecture. Currently we need to write an indirection...