Skip to content

Commit

Permalink
chore: update next14 to latest and some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Oct 23, 2024
1 parent 5edd319 commit 0fde19c
Show file tree
Hide file tree
Showing 10 changed files with 258 additions and 231 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ rollup.config.js
testUtils.ts
dist
exportsTest.ts
.next
10 changes: 5 additions & 5 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ module.exports = {
project: './tsconfig.json',
tsconfigRootDir: __dirname,
},
// ignores: [
// "*.config.*",
// "*.env.",
// "*.env.*",
// ],
ignorePatterns: [
"node_modules",
"packages/example-nextjs14",
"packages/example-nextjs15",
],
rules: {
'max-len': 'off',
complexity: ['error', 12],
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm clean-install && npx cross-env HOME=/root PLAYWRIGHT_BROWSERS_PATH=0 npx playwright install chromium firefox webkit

- name: Test exports
run: npm run test:exports

- name: Unit tests
run: npm run test:unit
- name: Run codacy-coverage-reporter
Expand Down
3 changes: 3 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"module-resolver",
{
"root": ["./"]
// "alias": {
// "next/navigation": "node_modules/@next/"
// }
}
]
]
Expand Down
Loading

0 comments on commit 0fde19c

Please sign in to comment.