-
Notifications
You must be signed in to change notification settings - Fork 2
feat: npm version bump to 22.14.0 LTS #198
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
base: develop
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: c0c7d0a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
Files not reviewed (1)
- package.json: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request primarily bumps the npm and Node.js version to 22.14.0 LTS and updates related configuration files.
- Updated workflow files (test, publish, lint, and build) to use Node.js 22.14.0.
- Removed redundant ESLint disable comments from test mocks and source files.
- Introduced a new ESLint configuration file and removed the legacy .eslintrc.cjs file.
Reviewed Changes
Copilot reviewed 13 out of 15 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
src/test/mocks/oracle/batchPricesParsed.ts | Removed unnecessary ESLint disable comment. |
src/test/mocks/batchQuery/batchPricesWithErrorParsed.ts | Removed unnecessary ESLint disable comment. |
src/lib/swap/stableswapCurve/stable.ts | Removed file-level ESLint max-len disable comment. |
src/lib/swap/stableswapCurve/stable.test.ts | Removed file-level ESLint max-len disable comment. |
eslint.config.js | Added new ESLint configuration setup. |
README.md | Added deployment changeset section. |
.github/workflows/test.yml | Bumped node version to 22.14.0. |
.github/workflows/publish.yml | Bumped node version to 22.14.0. |
.github/workflows/lint.yml | Bumped node version to 22.14.0 in multiple steps. |
.github/workflows/build.yml | Bumped node version to 22.14.0. |
.eslintrc.cjs | Removed legacy ESLint configuration. |
.changeset/three-papayas-wonder.md | Added changeset file for nodejs bump. |
Files not reviewed (2)
- .eslintignore: Language not supported
- package.json: Language not supported
## CHangeset for deployment | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider changing '## CHangeset for deployment' to '## Changeset for deployment' for consistent capitalization.
## CHangeset for deployment | |
## Changeset for deployment |
Copilot uses AI. Check for mistakes.
No description provided.