availity-workflow
availity-workflow copied to clipboard
Upgradable workflow for Availity boilerplate projects
## 🐛 Bug report ### Current Behavior Running a `npx @availity/worflow init` command with `-t` or `--template` parameter, using a privately hosted starter will abort the process. ### Expected behavior...
## ❓Question How does Webpack know it is supposed to serve `availity-uikit` `fonts` directory? I know [this loader](https://github.com/Availity/availity-workflow/blob/master/packages/workflow/loaders/rule-fonts.js) matches the font files and uses `file-loader` in `fonts` dir. But where...
More libs are being written using syntax that is not compatible with certain browsers (IE11). The toolkit should compile everything from `node_modules`. Leverage `Rule.oneOf` (like `cra`) and then close https://github.com/Availity/availity-workflow/issues/98.
## 🚀 Feature request ### Current Behavior Any JSON response that comes back with contains a URL that points to the `targetHost` will not work if clicked via some Link...
Write a unit test that runs the cli command for scaffolding projects and test to ensure artifacts are installed properly.
https://github.com/webpack-contrib/source-map-loader > This loader is especially useful when using 3rd-party libraries having their own source maps. If not extracted and processed into the souce map of the webpack bundle, browsers...
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.4. Release notes Sourced from husky's releases. v9.1.4 Improve deprecation notice v9.1.3 fix: better handle space in PATH v9.1.2 Show a message instead of automatically...
Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2. Release notes Sourced from axios's releases. Release v1.7.2 Release notes: Bug Fixes fetch: enhance fetch API detection; (#6413) (4f79aef) Contributors to this release Dmitriy...
Bumps [globby](https://github.com/sindresorhus/globby) from 11.1.0 to 14.0.2. Release notes Sourced from globby's releases. v14.0.2 Fix types f600250 https://github.com/sindresorhus/globby/compare/v14.0.1...v14.0.2 v14.0.1 Fix expandDirectories.extension option (#263) af5d139 Fix read permission error on ignore files...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 16.0.1. Release notes Sourced from @testing-library/react's releases. v16.0.1 16.0.1 (2024-08-29) Bug Fixes Add support for exactOptionalPropertyTypes in TypeScript (#1351) (3dcd8a9) v16.0.0 16.0.0 (2024-06-03) Features Move...