rsnext/test/integration/client-navigation/pages
Tim Neutkens f260328900
BREAKING CHANGE: Enable newNextLinkBehavior (#41459)
- Enable newNextLinkBehavior. See #36436 
- Run next/link codemod on test suite

Note that from when this lands on apps trying canary will need to run
the new-link codemod in order to upgrade.
Ideally we have to detect `<a>` while rendering the new link and warn
for it.

Co-authored-by: Steven <steven@ceriously.com>
2022-10-17 21:20:28 -04:00
..
dynamic Allow absolute urls in router and Link (#15792) 2020-08-05 18:12:17 +00:00
nav BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
nested-cdm
nested-index/index Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
_document.js Place 'charset' element at the top of <head> (#28119) 2022-02-06 13:51:51 -06:00
absolute-url.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
async-props.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
circular-json-error.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
custom-encoding.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
custom-extension.jsx Format missed files (#7464) 2019-05-29 18:19:32 -07:00
default-head.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
empty-get-initial-props.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
error-in-the-browser-global-scope.js
error-in-the-global-scope.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
error-inside-browser-page.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
error-inside-page.js
exports.js
forwardRef-component.js
fragment-syntax.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
head-duplicate-default-keys.js Fix/improve test for deduplication of tags with same key (#9793) 2019-12-24 16:22:04 +01:00
head-dynamic.js Migrate head side effects to hooks (#37526) 2022-06-08 11:26:57 +00:00
head-priority.js Place 'charset' element at the top of <head> (#28119) 2022-02-06 13:51:51 -06:00
head-with-json-ld-snippet.js test: clean up duplicated tests (#36871) 2022-05-13 00:46:12 +00:00
head.js fix(next/head): assign bool attrs to match server (#20748) 2021-01-04 19:57:52 +00:00
index.js
instance-get-initial-props.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
json.js Format missed files (#7464) 2019-05-29 18:19:32 -07:00
link-invalid-onclick.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
link-no-child.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
link-number-child.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
link.js BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
memo-component.js Upgrade to Prettier 2 (#13061) 2020-05-18 15:24:37 -04:00
no-default-export.js
query.js Correct query behavior for falsey values to pre 9.5.1 behavior (#16608) 2020-09-10 15:12:37 +00:00
read-only-object-error.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
snap-scroll-position.js fix(next/link): reset scroll before lifecycles (#20595) 2020-12-30 04:33:08 +00:00
stateless.js
styled-jsx-external.js Upgrade styled-jsx (#19241) 2020-11-17 16:53:35 +00:00
styled-jsx.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
throw-undefined.js Improve linting rules to catch more errors (#9374) 2019-11-10 19:24:53 -08:00
with-cdm.js