Skip to content

Commit 527e787

Browse files
committed
chore: Update dependencies in package.json and pnpm-lock.yaml to latest versions for improved compatibility and performance, including upgrades to ESLint, Playwright, TypeScript, and testing libraries. Also, add a link to v6 documentation in README.md.
1 parent edef8c9 commit 527e787

File tree

4 files changed

+782
-523
lines changed

4 files changed

+782
-523
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
commit-message:
8+
prefix: "chore(deps)"
9+
open-pull-requests-limit: 5

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Next SEO is a plugin that makes managing your SEO easier in Next.js projects. It
1919

2020
## 📋 Table of Contents
2121

22+
_Looking for v6 documentation? [View Here](https://github.com/garmeeh/next-seo/tree/master)_
23+
2224
<details>
2325
<summary><strong>Click to expand</strong></summary>
2426

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,26 @@
6464
},
6565
"devDependencies": {
6666
"@changesets/cli": "^2.29.7",
67-
"@eslint/js": "^9.35.0",
68-
"@playwright/test": "^1.55.0",
69-
"@testing-library/jest-dom": "^6.8.0",
67+
"@eslint/js": "^9.38.0",
68+
"@playwright/test": "^1.56.1",
69+
"@testing-library/jest-dom": "^6.9.1",
7070
"@testing-library/react": "^16.3.0",
71-
"@types/node": "^24.5.2",
72-
"@types/react": "^19.1.13",
73-
"@vitejs/plugin-react": "^5.0.3",
71+
"@types/node": "^24.8.1",
72+
"@types/react": "^19.2.2",
73+
"@vitejs/plugin-react": "^5.0.4",
7474
"@vitest/coverage-v8": "^3.2.4",
7575
"ajv": "^8.17.1",
76-
"eslint": "^9.35.0",
76+
"eslint": "^9.38.0",
7777
"eslint-plugin-react": "^7.37.5",
7878
"globals": "^16.4.0",
7979
"husky": "^9.1.7",
80-
"jsdom": "^27.0.0",
81-
"lint-staged": "^16.1.6",
80+
"jsdom": "^27.0.1",
81+
"lint-staged": "^16.2.4",
8282
"prettier": "^3.6.2",
8383
"rimraf": "^6.0.1",
8484
"tsup": "^8.5.0",
85-
"typescript": "^5.9.2",
86-
"typescript-eslint": "^8.44.0",
85+
"typescript": "^5.9.3",
86+
"typescript-eslint": "^8.46.1",
8787
"vitest": "^3.2.4"
8888
},
8989
"peerDependencies": {

0 commit comments

Comments
 (0)