pathpida
pathpida copied to clipboard
TypeScript friendly internal link client for Next.js, Nuxt.js and Sapper.
## Description https://nextjs.org/blog/layouts-rfc Next.jsのLayout RFCが適用されるとルーティング周り(ディレクトリ構造)がガラッと変わるため、それへの対応を視野に入れていただきたいという願望です🙏
Bumps [next](https://github.com/vercel/next.js) from 11.1.0 to 12.2.3. Release notes Sourced from next's releases. v12.2.3 Core Changes Remove dynamic params from query in new router: #38466 Fix test page detection: #38475 build(ci):...
We need your voice. Please check https://github.com/aspida/pathpida/issues/117#issuecomment-1089730653 and vote your opinion. --- Continuation of https://github.com/aspida/pathpida/issues/94 TODO - [x] check Next.js implementation - https://github.com/vercel/next.js/blob/175e081e862b503d2daf4c2d07d589f86d037f06/packages/next/shared/lib/router/utils/format-url.ts#L29 (EDIT: not related) - [x] Must it...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.24.2 to 2.26.0. Release notes Sourced from eslint-plugin-import's releases. v2.25.2 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2 v2.25.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1 v2.25.0 What's Changed [Tests] use ESLint class in cli test...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.3 to 4.33.0. Release notes Sourced from @typescript-eslint/parser's releases. v4.33.0 4.33.0 (2021-10-04) Bug Fixes eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#3943) (240fc65) eslint-plugin: [no-confusing-void-expression] support optional...
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 5.1.0 to 5.2.0. Changelog Sourced from eslint-plugin-promise's changelog. 5.2.0 Updated param-names rule to allow for unused params 5.1.1 Updated docs to include no-callback-in-promise reasons #215 Commits 1f982da...
## Types of changes - [ ] Bug fixes - resolves # - [x] Features - resolves #117 - [ ] Maintenance - [ ] Documentation ## Changes - Add...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Types of changes - [ ] Bug fixes - resolves # - [x] Features - resolves https://github.com/aspida/pathpida/issues/123 - [ ] Maintenance - [ ] Documentation ## Changes - ......
## Description I love this OSS. I always create `$path.ts` files by hand to use the same in GatsbyJS, which I use often. GatsbyJS also uses `pages/` to generate paths....