Skip to content

Commit

Permalink
fix: update next to 13.3.0 & ensure compatibility (#2056)
Browse files Browse the repository at this point in the history
* chore: update next to 13.3.0

* chore: automatic updates by next

* chore: stuff

* chore: fix server.spec.ts

* chore: fix files

* chore: fix static-manifest

* chore: update snapshots

* chore: skip test as it cannot be fixed

* chore: fix all tests?

* chore: linting

* chore: sort stuff

* chore: sorting...... heh

* chore: whoops

* chore: fix some rsc change

* chore: some test updates

* chore: fix font test

* chore: fix

* chore: delete head test

* chore: update playwright

* chore: more upstream changes

* chore: update next dep

* Revert "chore: update next dep"

This reverts commit b6275aa.

* chore: update app-edge

* chore: remove CSS test

* chore: update

* chore: skip test

* chore: fix index test

* chore: locale fix

* chore: other fixes from other PRs

* chore: linting

* Update rsc-basic.test.ts
  • Loading branch information
LekoArts committed Apr 27, 2023
1 parent 25108c5 commit 75ed977
Show file tree
Hide file tree
Showing 56 changed files with 1,060 additions and 661 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/default/appdir.cy.ts
Expand Up @@ -25,7 +25,7 @@ describe('appDir', () => {
},
followRedirect: false,
}).then((response) => {
expect(response.headers).to.have.property('content-type', 'application/octet-stream')
expect(response.headers).to.have.property('content-type', 'text/x-component')
})
})

Expand Down Expand Up @@ -58,7 +58,7 @@ describe('appDir', () => {
},
followRedirect: false,
}).then((response) => {
expect(response.headers).to.have.property('content-type', 'application/octet-stream')
expect(response.headers).to.have.property('content-type', 'text/x-component')
})
})

Expand All @@ -70,7 +70,7 @@ describe('appDir', () => {
},
followRedirect: false,
}).then((response) => {
expect(response.headers).to.have.property('content-type', 'application/octet-stream')
expect(response.headers).to.have.property('content-type', 'text/x-component')
})
})

Expand Down
2 changes: 1 addition & 1 deletion demos/base-path/package.json
Expand Up @@ -14,7 +14,7 @@
"typescript": "^4.6.3"
},
"dependencies": {
"next": "^13.1.6"
"next": "^13.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion demos/canary/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"nanoid": "^3.3.4",
"next": "^13.1.6",
"next": "^13.3.0",
"react": "latest",
"react-dom": "latest",
"sass": "latest",
Expand Down
2 changes: 1 addition & 1 deletion demos/custom-routes/package.json
Expand Up @@ -15,7 +15,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"next": "^13.1.6"
"next": "^13.3.0"
},
"scripts": {
"build": "next build",
Expand Down
1 change: 1 addition & 0 deletions demos/default/next-env.d.ts
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
2 changes: 1 addition & 1 deletion demos/default/package.json
Expand Up @@ -22,7 +22,7 @@
"@reach/dialog": "^0.16.2",
"@reach/visually-hidden": "^0.16.0",
"@vercel/og": "^0.0.27",
"next": "^13.1.6",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
3 changes: 2 additions & 1 deletion demos/default/tsconfig.json
Expand Up @@ -16,7 +16,8 @@
{
"name": "next"
}
]
],
"strictNullChecks": true
},
"include": [
"next-env.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion demos/middleware/package.json
Expand Up @@ -12,7 +12,7 @@
"@netlify/next": "*",
"@netlify/plugin-nextjs": "*",
"isomorphic-unfetch": "^3.1.0",
"next": "^13.1.6",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion demos/next-auth/package.json
Expand Up @@ -23,7 +23,7 @@
],
"license": "MIT",
"dependencies": {
"next": "^13.1.6",
"next": "^13.3.0",
"next-auth": "^4.15.0",
"nodemailer": "^6.6.3",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion demos/next-export/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.1.6"
"next": "^13.3.0"
},
"devDependencies": {
"@netlify/next": "*",
Expand Down
2 changes: 1 addition & 1 deletion demos/next-i18next/package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^13.0.6",
"next": "^13.3.0",
"next-i18next": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion demos/next-with-edge-functions/package.json
Expand Up @@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "^13.1.6",
"next": "^13.3.0",
"react": "^18.0.2",
"react-dom": "^18.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion demos/nx-next-monorepo-demo/package.json
Expand Up @@ -12,7 +12,7 @@
"@netlify/plugin-nextjs": "file:plugin-wrapper",
"@nrwl/next": "15.9.2",
"core-js": "^3.6.5",
"next": "^13.0.6",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.11",
Expand Down
2 changes: 1 addition & 1 deletion demos/static-root/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"dependencies": {
"next": "^13.1.6"
"next": "^13.3.0"
},
"devDependencies": {
"@netlify/next": "*",
Expand Down
6 changes: 3 additions & 3 deletions demos/turborepo-next-monorepo-demo/apps/docs/package.json
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions demos/turborepo-next-monorepo-demo/apps/web/package.json
Expand Up @@ -9,9 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"next": "13.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ui": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/turborepo-next-monorepo-demo/package.json
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@types/react": "^18.0.0",
"next": "^13.0.6",
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down

0 comments on commit 75ed977

Please sign in to comment.