Skip to content

Update dependencies#456

Open
raphox wants to merge 1 commit into
jondot:masterfrom
raphox:master
Open

Update dependencies#456
raphox wants to merge 1 commit into
jondot:masterfrom
raphox:master

Conversation

@raphox

@raphox raphox commented Feb 10, 2025

Copy link
Copy Markdown

No description provided.

Comment thread .eslintrc.js
@@ -1 +1,57 @@
module.exports = require('stylomatic/eslint-preset')

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed dependency of stylomatic; it has not been maintained.

Comment thread src/ops/shell.ts
} catch (error) {
if (sh_ignore_exit !== true) {
logger.err(error.stderr)
logger.err(error)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error.stderr was undefined.
The new debug line will help you get more details.

Comment thread tsconfig.json
Comment on lines -2 to -3
"//extends": "pick from: stylomatic/{node-library|react-library|nextjs|base}.json",
"extends": "stylomatic/node-library.json",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed dependency of stylomatic; it has not been maintained.

Comment thread package.json
Comment on lines +50 to +51
"inflection": "^1.13.4",
"ora": "^5.4.1",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last versions of the following packages are not compatible:

  • enquirer
  • execa
  • inflection
  • ora

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant