-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update development tooling versions and package manager #2
Labels
enhancement
New feature or request
Comments
ndoschek
changed the title
Update development tooling versions
Update development tooling versions and package manager
Oct 10, 2024
ndoschek
added a commit
that referenced
this issue
Oct 15, 2024
- Simplify devDependencies - Move all eslint related devDependencies to main package.json - Update typescript and rimraf versions - Update lerna version Part of GH-2
ndoschek
added a commit
that referenced
this issue
Oct 15, 2024
- Simplify devDependencies - Move all eslint related devDependencies to main package.json - Update typescript and rimraf versions - Update lerna version Part of GH-2
ndoschek
added a commit
that referenced
this issue
Oct 15, 2024
- Simplify devDependencies - Move all eslint related devDependencies to main package.json - Update typescript and lerna versions Part of GH-2
ndoschek
added a commit
that referenced
this issue
Oct 15, 2024
- Simplify devDependencies - Move all eslint related devDependencies to main package.json - Update typescript and rimraf versions - Update lerna version Part of GH-2
ndoschek
added a commit
that referenced
this issue
Oct 15, 2024
- Simplify devDependencies - Move all eslint related devDependencies to main package.json - Update typescript and rimraf versions - Update lerna version Part of GH-2
With PR GH-5, we updated the typescript, rimraf and lerna versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project currently uses Prettier version 2, which is implicitly consumed through eslint-plugin-prettier. We should update Prettier to version 3, as well as the other development tools such as ESLint.
We should also consider moving away from
yarn
if possible and usenpm
orpnpm
as package manager for this new project, as Yarn 1.x is multiple years old and no longer developed except for crucial security fixes. See https://github.com/yarnpkg/yarnThe text was updated successfully, but these errors were encountered: