Skip to content
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

chore(deps): bump @next/eslint-plugin-next from 14.2.3 to 15.1.0 #1168

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@cypress/code-coverage": "^3.13.6",
"@next/eslint-plugin-next": "^14.0.1",
"@next/eslint-plugin-next": "^15.1.0",
"@svgr/webpack": "^8.1.0",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
Expand Down
26 changes: 24 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3156,7 +3156,7 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:14.2.3, @next/eslint-plugin-next@npm:^14.0.1":
"@next/eslint-plugin-next@npm:14.2.3":
version: 14.2.3
resolution: "@next/eslint-plugin-next@npm:14.2.3"
dependencies:
Expand All @@ -3165,6 +3165,15 @@ __metadata:
languageName: node
linkType: hard

"@next/eslint-plugin-next@npm:^15.1.0":
version: 15.1.0
resolution: "@next/eslint-plugin-next@npm:15.1.0"
dependencies:
fast-glob: "npm:3.3.1"
checksum: 10c0/d20c396d9c298523e31b4402d126e28d536cfa151bc6a9a9da3e74bddd5770547c76d5fbda59fe4332ffaea3af1e7f489b2358336cb2f921d3561577a0f4cd1a
languageName: node
linkType: hard

"@next/swc-darwin-arm64@npm:14.2.14":
version: 14.2.14
resolution: "@next/swc-darwin-arm64@npm:14.2.14"
Expand Down Expand Up @@ -6659,6 +6668,19 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:3.3.1":
version: 3.3.1
resolution: "fast-glob@npm:3.3.1"
dependencies:
"@nodelib/fs.stat": "npm:^2.0.2"
"@nodelib/fs.walk": "npm:^1.2.3"
glob-parent: "npm:^5.1.2"
merge2: "npm:^1.3.0"
micromatch: "npm:^4.0.4"
checksum: 10c0/b68431128fb6ce4b804c5f9622628426d990b66c75b21c0d16e3d80e2d1398bf33f7e1724e66a2e3f299285dcf5b8d745b122d0304e7dd66f5231081f33ec67c
languageName: node
linkType: hard

"fast-glob@npm:^3.2.12, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.0, fast-glob@npm:^3.3.1":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
Expand Down Expand Up @@ -8292,7 +8314,7 @@ __metadata:
"@babel/preset-env": "npm:^7.26.0"
"@cypress/code-coverage": "npm:^3.13.6"
"@docsearch/react": "npm:3.8.0"
"@next/eslint-plugin-next": "npm:^14.0.1"
"@next/eslint-plugin-next": "npm:^15.1.0"
"@svgr/webpack": "npm:^8.1.0"
"@types/babel__core": "npm:^7"
"@types/babel__preset-env": "npm:^7"
Expand Down
Loading