react-starter icon indicating copy to clipboard operation
react-starter copied to clipboard

Enterwell's template for web apps based on the React and Next.js.

Results 32 react-starter issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jsx-a11y](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y) | [`6.7.1` -> `6.8.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsx-a11y/6.7.1/6.8.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsx-a11y/6.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-import](https://togithub.com/import-js/eslint-plugin-import) | [`2.27.5` -> `2.29.1`](https://renovatebot.com/diffs/npm/eslint-plugin-import/2.27.5/2.29.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-import/2.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [colorette](https://togithub.com/jorgebucaran/colorette) | [`2.0.19` -> `2.0.20`](https://renovatebot.com/diffs/npm/colorette/2.0.19/2.0.20) | [![age](https://developer.mend.io/api/mc/badges/age/npm/colorette/2.0.20?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.1 to 4.5.3. Release notes Sourced from vite's releases. [email protected] Please refer to CHANGELOG.md for details. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) v5.3.3 5.3.3 (2022-05-18)...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

## Currently When developing an application with CRUD features and an external API, we don't have the clearest way of mocking that communication before the API is ready. Most of...

enhancement
question

Statement: template currently requires too much editing and cleaning before it can be used in new project. Proposed changes: 1. remove all pokemon related stuff and replace with something every...