booster icon indicating copy to clipboard operation
booster copied to clipboard

Booster Framework

Results 221 booster issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description Updated many dependencies and also Lerna to v5 in order to make stuff build properly. Tagging as `feat` so it triggers a minor version release. ## Changes ##...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Should fix: ``` [Booster]|BoosterEventDispatcher#dispatch: Unhandled error while dispatching event: PromisesError: TypeError: Cannot read properties of undefined (reading 'class') at Function.allSettledAndFulfilled (node_modules/@boostercloud/framework-common-helpers/dist/promises.js:31:19) at processTicksAndRejections (node:internal/process/task_queues:96:5) at Function.dispatchEntityEventsToEventHandlers (node_modules/@boostercloud/framework-core/dist/booster-event-dispatcher.js:56:13) at node_modules/@boostercloud/framework-core/dist/booster-event-dispatcher.js:34:13 at...

## Feature Request ## Description It would be very helpful if Booster could output an error message when a TS version that is incompatible is used in the project. Metadata...

Rework #1111 to adapt the changes to the new `TokenVerifier` interface and class structures. * Replaces `jsonwebtoken` and `jwks-rsa` dependencies with `jose` because [jose](https://www.npmjs.com/package/jose) has zero dependencies. * Adds a...

## Description Fixes #1118 : updating GitHub workflow to run unit tests on multiple versions (14, 16, and 18) of nodejs ## Changes Added a matrix to Github actions for...

This pull request is a suggestion for using yarn instead of npm and using yarn workspaces instead of Lerna. We've been using this for months in our Booster fork without...

This PR reworks the core event dispatcher to: 1. Bug fix: Due to internal implementation details of the databases used for event storage, the Booster event store receives a page...

The deployment pipeline, different environments, and secret management documentation need some improvement. It would also be helpful to see some information regarding how much the deployed infrastructure will cost under...

## Description ## Changes ## Checks - [ ] Project Builds - [ ] Project passes tests and checks - [ ] Updated documentation accordingly