Skip to content

Commit

Permalink
build(deps-dev): bump eslint-config-next from 14.2.13 to 15.0.2 (#1476)
Browse files Browse the repository at this point in the history
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.13 to 15.0.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.0.2/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
dependabot[bot] and fabiorigam authored Nov 6, 2024
1 parent 275a425 commit f960963
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 208 deletions.
2 changes: 1 addition & 1 deletion apps/sdk-nextjs-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"eslint-config-next": "15.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
Expand Down
Loading

1 comment on commit f960963

@github-actions
Copy link

Choose a reason for hiding this comment

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

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4356/4400) 97.71% (1413/1446) 99.11% (895/903)
Title Tests Skipped Failures Errors Time
core 808 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 18s ⏱️
network 734 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 1s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 16.442s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 19.237s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 59.118s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 22s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 9s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 5s ⏱️

Please sign in to comment.