trezy / next-safe

https://trezy.gitbook.io/next-safe/
BSD 3-Clause "New" or "Revised" License
167 stars 20 forks source link

Npm package not supporting next.js 14 #57

Closed Starry-lord closed 7 months ago

Starry-lord commented 7 months ago

Describe the bug

The npm version hasn't been updated with latest code.

Steps To Reproduce

Here's the netlify error:

Version

v3.x.x

Relevant log output

7:00:17 PM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1
7:00:17 PM: npm ERR! code ERESOLVE
7:00:17 PM: npm ERR! ERESOLVE could not resolve
7:00:17 PM: npm ERR!
7:00:17 PM: npm ERR! While resolving: next-safe@3.4.1
7:00:17 PM: npm ERR! Found: next@14.0.3
7:00:17 PM: npm ERR! node_modules/next
7:00:17 PM: npm ERR!   dev next@"^14.0.3" from the root project
7:00:17 PM: npm ERR!   peer next@">=12.2" from @next-safe/middleware@0.10.0
7:00:17 PM: npm ERR!   node_modules/@next-safe/middleware
7:00:17 PM: npm ERR!     @next-safe/middleware@"^0.10.0" from the root project
7:00:17 PM: npm ERR!
7:00:17 PM: npm ERR! Could not resolve dependency:
7:00:17 PM: npm ERR! peer next@"^9.5.0 || ^10.2.1 || ^11.1.0 || ^12.1.0 || ^13.0.0" from next-safe@3.4.1
7:00:17 PM: npm ERR! node_modules/next-safe
7:00:17 PM: npm ERR!   next-safe@"^3.4.1" from the root project

Code of Conduct

trezy commented 7 months ago

Hey @UncleClapton, can you take a look at this when you get a chance?

UncleClapton commented 7 months ago

new release wasn't generated because we didn't make a commit following conventional commit standards, which semantic-release requires.

UncleClapton commented 7 months ago

v3.5.0 has been released !