Closed Harman-singh-waraich closed 5 hours ago
The changes in this pull request involve updates to the package.json
and tsconfig.json
files for the @kleros/kleros-v2-web-devtools
project. The package.json
file was modified to change the version specification of the next
dependency from a fixed version to a caret version, allowing for more flexible updates. Additionally, the tsconfig.json
file was updated to include a new property specifying the ECMAScript target version as ES2017.
File | Change Summary |
---|---|
web-devtools/package.json | Updated next dependency version from "14.2.14" to "^15.0.3" |
web-devtools/tsconfig.json | Added property "target": "ES2017" in compilerOptions |
package.json
file for the @kleros/kleros-v2-web
project, which is related to dependency management similar to the changes made in the main PR for the @kleros/kleros-v2-web-devtools
project.package.json
file, specifically changing dependency versions, which aligns with the version management focus of the main PR.contracts/package.json
, which reflects a similar maintenance effort in managing versions as seen in the main PR's updates to package.json
.Type: Maintenance :construction:
, dependencies
🐰 In the code we hop and play,
With versions changing day by day.
From fourteen to fifteen, we leap with glee,
And set our targets, oh so free!
In the devtools, we find our way,
Hopping along, come what may! 🐇✨
Name | Link |
---|---|
Latest commit | 5916a7b8e80723e4e84a41ca879eb58e1ad986cd |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet/deploys/67449cce8020ff0008c96749 |
Name | Link |
---|---|
Latest commit | 5916a7b8e80723e4e84a41ca879eb58e1ad986cd |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-testnet-devtools/deploys/67449cce1346e10008e8d425 |
Name | Link |
---|---|
Latest commit | 5916a7b8e80723e4e84a41ca879eb58e1ad986cd |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-university/deploys/67449cce6593ac0008260c38 |
Code Climate has analyzed commit 5916a7b8 and detected 0 issues on this pull request.
View more on Code Climate.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Name | Link |
---|---|
Latest commit | 5916a7b8e80723e4e84a41ca879eb58e1ad986cd |
Latest deploy log | https://app.netlify.com/sites/kleros-v2-neo/deploys/67449ccee52ec600073fccef |
Deploy Preview | https://deploy-preview-1758--kleros-v2-neo.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Issue found, v14 to v15 update for next
breaks the deploy flow
PR-Codex overview
This PR primarily updates the configuration and dependencies for a web development project, particularly upgrading the
next
version and making various adjustments to theyarn.lock
file, including adding new dependencies and updating existing ones.Detailed summary
target
intsconfig.json
toES2017
.next
from14.2.14
to^15.0.3
inpackage.json
.@img/sharp
for image processing inyarn.lock
.styled-jsx
from5.1.1
to5.1.6
.simple-swizzle
andcolor-string
dependencies with specific versions.react
versions.Summary by CodeRabbit
These changes enhance the project's ability to leverage the latest updates and maintain compatibility across environments.