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

deps: bump @next/eslint-plugin-next from 14.2.5 to 15.0.3 #680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -22,7 +22,7 @@
},
"devDependencies": {
"@imccausl/eslint-config": "^1.4.0",
"@next/eslint-plugin-next": "^14.2.5",
"@next/eslint-plugin-next": "^15.0.3",
"@svgr/webpack": "^8.1.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
Expand Down
26 changes: 24 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,7 @@ __metadata:
languageName: node
linkType: hard

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

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

"@next/swc-darwin-arm64@npm:13.5.6":
version: 13.5.6
resolution: "@next/swc-darwin-arm64@npm:13.5.6"
Expand Down Expand Up @@ -5618,6 +5627,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: 10/51bcd15472879dfe51d4b01c5b70bbc7652724d39cdd082ba11276dbd7d84db0f6b33757e1938af8b2768a4bf485d9be0c89153beae24ee8331d6dcc7550379f
languageName: node
linkType: hard

"fast-glob@npm:^3.2.2, fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2":
version: 3.3.2
resolution: "fast-glob@npm:3.3.2"
Expand Down Expand Up @@ -10580,7 +10602,7 @@ __metadata:
resolution: "zombordle@workspace:."
dependencies:
"@imccausl/eslint-config": "npm:^1.4.0"
"@next/eslint-plugin-next": "npm:^14.2.5"
"@next/eslint-plugin-next": "npm:^15.0.3"
"@svgr/webpack": "npm:^8.1.0"
"@testing-library/dom": "npm:^10.4.0"
"@testing-library/jest-dom": "npm:^6.4.8"
Expand Down
Loading