Skip to content

LEAN-5586 Dependencies updated - #29

Open
mbartenev-atypon wants to merge 1 commit into
masterfrom
LEAN-5586
Open

mbartenev-atypon wants to merge 1 commit into
masterfrom
LEAN-5586

Conversation

@mbartenev-atypon

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates JavaScript/TypeScript dependency versions and adds configuration adjustments for newer dependency behavior in this schema/types package.

Changes:

  • Updates runtime and development dependencies in package.json.
  • Adds a Jest transform configuration for TypeScript/JavaScript tests and uuid.
  • Adds an ESLint resolver exception for uuid.

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.

File Description
package.json Updates dependency versions and swaps npm-run-all for npm-run-all2.
jest.config.js Adds Babel-based Jest transforms and node_modules transform exceptions.
.eslintrc.js Adds an import/no-unresolved ignore rule for uuid.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"jest": "^29.3.1",
"json-schema-to-typescript": "^12.0.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^8.0.4",
Comment thread package.json
"ajv": "^8.12.0",
"deepmerge": "^4.3.1",
"uuid": "^9.0.0"
"uuid": "^14.0.0"
@mnatsheh

Copy link
Copy Markdown
Contributor

We don't need to update json-schema as it's no longer used.

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.

3 participants