🚀 A boilerplate with generic configurations to a Nextjs project with bun, vitest, cicd and etc

Overview

đź‘• Next.JS Template with Linter



🔨 Tools:

  • NextJS
  • Typescript
  • ESLint (Code Pattern)
  • Prettier (Formatter)
  • Husky (Pre-commit)
  • Vitest (Unit/Integration Test)
  • Cypress (Test E2E)
  • Bun

🤺 How to use:

git clone https://github.com/rodrigorvsn/next-boilerplate-bunny.git
bun install
bun dev
bun test
bun test:cov
bun lint
bun cy:run
bun cy:open

🤖 Auto-formatting on save:

Inside /.vscode/settings.json we set prettier as the default formatter, and also set editor.codeActionsOnSave to run:

  • Lint: "source.fixAll.eslint"
  • Format: "source.fixAll.format"

âś… Checking standards pre-commit:

Using husky we can check all of our style standards to make sure our git commits are up to par. Check those checks out at .husky/pre-commit

Comments
  • chore(deps): bump next from 12.1.3 to 13.1.1

    chore(deps): bump next from 12.1.3 to 13.1.1

    Bumps next from 12.1.3 to 13.1.1.

    Release notes

    Sourced from next's releases.

    v13.1.1

    Core Changes

    • Exclude srcset from svg image: #44308
    • Fix CSS resource path not matched in __entry_css_files__: #44310
    • Fix next/image 404 when basePath and trailingSlash defined: #44312

    Documentation Changes

    • Remove experimental for modularizeImports from docs and example: #44311

    Example Changes

    • Updated dependencies for with-tailwindcss example: #44289

    Misc Changes

    • Use turbo for packing files in test setup: #44074

    Credits

    Huge thanks to @​JanKaifer, @​Nutlope, @​styfle, and @​chibicode for helping!

    v13.1.1-canary.1

    Core Changes

    • Fix next/image 404 when basePath and trailingSlash defined: #44312

    Documentation Changes

    • Remove experimental for modularizeImports from docs and example: #44311

    Credits

    Huge thanks to @​chibicode and @​styfle for helping!

    v13.1.1-canary.0

    Core Changes

    • Exclude srcset from svg image: #44308
    • Fix CSS resource path not matched in __entry_css_files__: #44310

    Example Changes

    • Updated dependencies for with-tailwindcss example: #44289

    Misc Changes

    • Use turbo for packing files in test setup: #44074

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps): bump next from 12.1.3 to 13.1.0

    chore(deps): bump next from 12.1.3 to 13.1.0

    Bumps next from 12.1.3 to 13.1.0.

    Release notes

    Sourced from next's releases.

    v13.1.0

    Core Changes

    • Fix windows slashes for app client entry: #44052
    • Hash both pitch and main loader for server CSS imports: #44063
    • Add tracing for testing tools: #44046
    • Run packing in tests in parallel: #44048
    • feat: app dir error-global component: #44066
    • Fix ignoring dev warning for preload component: #44065
    • refactor(next-swc): introduce next-binding to consolidate dependencies.: #43473
    • Add lodash to server components external packages: #44022
    • Fix dev session stopped handling: #44112
    • Add jsdoc/no-types eslint rule for TypeScript files: #44049
    • Revert "Remove useState from next/image (#43587)": #44094
    • should not contain pages css in app dir: #44151
    • Upgrade undici to 5.14.0 to fix fetch redirect bug: #44133
    • build(cargo): fix turbopack + next-swc build: #43983
    • Align onRecoverableError callback between pages and app dir: #44161
    • build(cargo): update turbopack: #44167
    • Update styled-jsx: #44070
    • Fix crash in GraalVM: #44176
    • Also check error.message as digest for recoverable errors in pages: #44185
    • Move options to stable: #44195
    • Move transpilePackages out of experimental: #44194
    • Fix CSS resources being duplicated in app dir: #44168
    • Add telemetry for stable features: #44201
    • Add warning for experimental flags that have moved: #44202
    • build(cargo): bump up turbopack: #44206
    • Bump @vercel/[email protected]: #44193
    • Disable Image Optimization API when next.config.js has unoptimized: true: #44205
    • Honour distDir in type generation: #44207
    • Only once for the next/head usage in app dir: #44233
    • Enable allowMiddlewareResponseBody by default: #44224
    • Move modularizeImports out of experimental: #44240
    • Update config validation for latest turbopack changes: #44223
    • build(cargo): update turbopack: #44241
    • update turbopack for bugfixes: #44251

    Documentation Changes

    • docs: Add explanation about font-display: #44001
    • Test that adding query can be detected by useSearchParams: #43969
    • Add static test for useSelectedLayoutSegments: #43955
    • Docs: Update deployment.md with Firebase, Amplify and Cloudflare: #44092
    • Add test for rewriting in middleware in app-dir: #43971
    • docs: Add missing type to import statement: #44111
    • docs: update next/dynamic docs: #44067
    • Update disabling-http-keep-alive.md for server-side only: #43374
    • docs: fix spelling error: #44191
    • Write tests for navigation between app-dir and pages: #43881

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump cypress from 10.11.0 to 12.2.0

    chore(deps-dev): bump cypress from 10.11.0 to 12.2.0

    Bumps cypress from 10.11.0 to 12.2.0.

    Release notes

    Sourced from cypress's releases.

    v12.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-2-0

    v12.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-1-0

    v12.0.2

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2

    v12.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1

    v12.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0

    v11.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0

    v11.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0

    v11.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1

    v11.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0

    Commits
    • 75141ec chore: bump version to 12.1.0 [skip ci] (#25238)
    • ebf57a8 test: change some skipped tests to use retries (#24124)
    • 0454caf chore: release @​cypress/webpack-preprocessor-v5.16.0
    • 9c1318c chore: release @​cypress/webpack-dev-server-v3.2.0
    • 0e14b9e chore: bump rollup & some vite deps (#25140)
    • 470b94b fix: log error on reject with string content (#25059)
    • 166b694 feat: create from React component (#25168)
    • fcc49b5 chore: Update v8 snapshot cache (#25130)
    • 331c1dc chore: correctly resolve url sass bundle in Angular CT (#25191)
    • cd4bc74 chore: release @​cypress/webpack-dev-server-v3.1.2
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps): bump next from 12.1.3 to 13.0.7

    chore(deps): bump next from 12.1.3 to 13.0.7

    Bumps next from 12.1.3 to 13.0.7.

    Release notes

    Sourced from next's releases.

    v13.0.7-canary.7

    Core Changes

    • Adding data attr to inlined font definition: #44008
    • Replace taskr.watch for core compilation: #44027
    • Fix .images.remotePatterns[0].port warning: #44032
    • Fix app client entry key for windows: #44011
    • feat: enables 'edge' as a possible runtime for API routes: #44045

    Documentation Changes

    • Add docs for missing support on custom routes: #44007
    • docs: fix wording: #44020
    • not ie 11 is dead: #44029

    Credits

    Huge thanks to @​ijjk, @​janicklas-ralph, @​theevilhead, @​Nfinished, @​styfle, @​huozhi, and @​feugy for helping!

    v13.0.7-canary.6

    Core Changes

    • Update no-img-element lint rule: #43982
    • Fix: fix pages in Route Groups returning 500 with output: "standalone": #43746
    • Add default head for app dir: #43963
    • Fix browser navigation buttons not working with shallow routing and middleware: #43919
    • Fast refresh should recover from event handler errors in app dir: #43882
    • Fix module error for findDOMNode on edge: #43998

    Example Changes

    • Move Google Analytics script to the : #43838

    Misc Changes

    • Fix e2e deploy test setup: #43990

    Credits

    Huge thanks to @​styfle, @​aarnadlr, @​DuCanhGH, @​huozhi, @​kleintorres, and @​hanneslund for helping!

    v13.0.7-canary.5

    Core Changes

    • Fix error message for invalid runtime option in app dir: #43900
    • fix: forwarding props to no ssr dynamic: #43901
    • Improve type checking error message for invalid props: #43903
    • Improve type checking error message for invalid props: #43903
    • Support for named slots in type checking: #43906
    • Fix next/dynamic types for resolving named export module: #43923

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.3

    chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.3

    Bumps vite-tsconfig-paths from 3.6.0 to 4.0.3.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump cypress from 10.11.0 to 12.1.0

    chore(deps-dev): bump cypress from 10.11.0 to 12.1.0

    Bumps cypress from 10.11.0 to 12.1.0.

    Release notes

    Sourced from cypress's releases.

    v12.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-1-0

    v12.0.2

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2

    v12.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1

    v12.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0

    v11.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0

    v11.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0

    v11.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1

    v11.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0

    Commits
    • 7225c6b chore: bump version to 12.1.0 [skip ci] (#25119)
    • 8888cd9 fix: add column, line, and method check to integrity check (#25094)
    • 2062670 fix: recollect session data after validation is successful (#25112)
    • 7154fc8 feat: Improve CLOUD_PARALLEL_GROUP_PARAMS_MISMATCH error message (#24799)
    • eb76b57 docs(guides): add macOS code signing notes to building-release-artifacts (#24...
    • 6c37403 fix: run-all-specs opens in new tab rather than new browser (#25074)
    • 5c34841 chore: release @​cypress/webpack-preprocessor-v5.15.7
    • b668e4b chore: release @​cypress/grep-v3.1.2
    • 4e82100 fix: update custom-query on links to match custom-command syntax (#25092)
    • 910f912 fix: declare used babel dependencies (#24842)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by cypress-npm-publisher, a new releaser for cypress since your current version.


    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @vitejs/plugin-react from 1.3.2 to 3.0.0

    chore(deps-dev): bump @vitejs/plugin-react from 1.3.2 to 3.0.0

    Bumps @vitejs/plugin-react from 1.3.2 to 3.0.0.

    Release notes

    Sourced from @​vitejs/plugin-react's releases.

    [email protected]

    Please refer to CHANGELOG.md for details.

    [email protected]

    Please refer to CHANGELOG.md for details.

    Changelog

    Sourced from @​vitejs/plugin-react's changelog.

    3.0.0 (2022-12-09)

    3.0.0-beta.0 (2022-12-05)

    • chore: clean some leftovers from Vite core (#44) (d2a3931), closes #44
    • chore: enable prettier trailing commas (#35) (b647e74), closes #35
    • chore: more package name fixes (fixes #37) (#42) (9094c8b), closes #37 #42
    • chore: package setup (ced7860)
    • chore: remove unused babel automatic runtime plugins (#41) (1464a8f), closes #41
    • chore(deps): update all non-major dependencies (#47) (0cfe83a), closes #47

    3.0.0-alpha.2 (2022-11-30)

    3.0.0-alpha.1 (2022-11-15)

    • fix(plugin-react): jsxDev is not a function when is set NODE_ENV in env files (#10861) (be1ba4a), closes #10861
    • perf: regexp perf issues, refactor regexp stylistic issues (#10905) (fc007df), closes #10905

    3.0.0-alpha.0 (2022-11-08)

    2.2.0 (2022-10-26)

    2.2.0-beta.0 (2022-10-05)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.2

    chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.2

    Bumps vite-tsconfig-paths from 3.6.0 to 4.0.2.

    Commits
    • 5566d70 4.0.2
    • 7bf13ee fix: more nuanced handling of empty files array
    • 67b40bd 4.0.1
    • 86a9c93 fix: glob compiling for include/exclude
    • dd191a1 fix: respect empty files array in tsconfig
    • 99015bf fix: still check tsconfig with references array
    • 7aa1047 4.0.0
    • 20fa6e5 docs: update readme for v4
    • d4f18f4 4.0.0-alpha.6
    • 2361b2e fix: only apply tsconfig files from parent directories
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump cypress from 10.11.0 to 12.0.2

    chore(deps-dev): bump cypress from 10.11.0 to 12.0.2

    Bumps cypress from 10.11.0 to 12.0.2.

    Release notes

    Sourced from cypress's releases.

    v12.0.2

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-2

    v12.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-1

    v12.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#12-0-0

    v11.2.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-2-0

    v11.1.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-1-0

    v11.0.1

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-1

    v11.0.0

    Changelog: https://docs.cypress.io/guides/references/changelog#11-0-0

    Commits
    • 126b82c chore: bump version to 12.0.2 [skip ci] (#25071)
    • 8d04861 chore: release @​cypress/webpack-dev-server-v3.1.1
    • 4b16667 chore: release @​cypress/vite-dev-server-v5.0.1
    • f9541af fix: limit the number of globals defined due to the v8 snapshot (#25051)
    • c540284 fix: add v8 snapshot usage to cypress in cypress testing (#24860)
    • 79f743e fix: .contains() selects proper elements when inside a <form> (#25038)
    • 0e457b8 fix: .contains() properly respects multiple incoming subjects (run ci) (#25035)
    • 7565282 test: windows app integration tests scaffolding issues (#25032)
    • c8c72e7 fix: bump to 12.0.1 [ skip ci ] (#25017)
    • ca01e29 fix: re include document domain injections for spec-bridge and injection and ...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.1

    chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.1

    Bumps vite-tsconfig-paths from 3.6.0 to 4.0.1.

    Commits
    • 67b40bd 4.0.1
    • 86a9c93 fix: glob compiling for include/exclude
    • dd191a1 fix: respect empty files array in tsconfig
    • 99015bf fix: still check tsconfig with references array
    • 7aa1047 4.0.0
    • 20fa6e5 docs: update readme for v4
    • d4f18f4 4.0.0-alpha.6
    • 2361b2e fix: only apply tsconfig files from parent directories
    • 96a8703 fix: stop checking tsconfig files if a matching one is found
    • e7ccfe6 chore: organize imports
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
  • chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.0

    chore(deps-dev): bump vite-tsconfig-paths from 3.6.0 to 4.0.0

    Bumps vite-tsconfig-paths from 3.6.0 to 4.0.0.

    Commits
    • 7aa1047 4.0.0
    • 20fa6e5 docs: update readme for v4
    • d4f18f4 4.0.0-alpha.6
    • 2361b2e fix: only apply tsconfig files from parent directories
    • 96a8703 fix: stop checking tsconfig files if a matching one is found
    • e7ccfe6 chore: organize imports
    • 96ad98e fix: resolve the root option correctly
    • 58c8b17 4.0.0-alpha.5
    • 8c30937 chore: rename variable
    • 9fcd4b8 fix: use baseUrl when resolving paths arrays
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 1
Owner
Rodrigo Victor
I build things with my keyboard
Rodrigo Victor
Bun-Bakery is a web framework for Bun. It uses a file based router in style like svelte-kit. No need to define routes during runtime.

Bun Bakery Bun-Bakery is a web framework for Bun. It uses a file based router in style like svelte-kit. No need to define routes during runtime. Quick

Dennis Dudek 44 Dec 6, 2022
A sample CICD Deployment Pipeline for your Alexa Skills, using AWS CDK, CodeBuild and CodePipeline

Alexa Skils - CI/CD CDK Pipeline This repository will help you setting up a CI/CD pipeline for your Alexa Skills. This pipeline is powered by AWS Clou

null 5 Nov 23, 2022
View a GCP project's API/service endpoint configurations.

GCP Service Observer This is an application that displays GCP Service/API endpoint information for a given project. GCP requires API endpoints to be e

Jason Dyke 9 Dec 28, 2022
Simple NextJS Project Template to write less boilerplate code when starting a new Next JS Project

Simple NextJS Project Template to write less boilerplate code when starting a new Next JS Project

Juan David Ramirez Mendoza 1 Feb 12, 2022
This a generic startpage to demonstrate the react startpage library.

This startpage is the official usage demo of the @startpage library. Yet another generic startpage A startpage with a generic layout and many settings

PrettyCoffee 98 Dec 30, 2022
A minimal, modern, generic, hot-reloading local web server to help web developers

eleventy-dev-server ?? ⚡️ ?? ?? A minimal, modern, generic, hot-reloading local web server to help web developers. ➡ Documentation Please star Elevent

Eleventy 52 Dec 31, 2022
âš™ With a little preparation, the typescript eslint generic rules for vodyani may be readily integrated into projects.

Vodyani eslint-config âš™ With a little preparation, the typescript eslint generic rules for vodyani may be readily integrated into projects. Installati

Vodyani 1 Sep 7, 2022
This repo contains configurations for webpack, webhint, stylelint and eslint, it is a boiler-plate template and a starting point for coming projects.

Project Name Description the project. Built With Major languages Frameworks Technologies used Live Demo (if available) Experience a live Demo ?? Getti

Adel Guitoun 6 Oct 20, 2022
we learn the whole concept of JS including Basics like Object, Functions, Array etc. And Advance JS - Understanding DOMs, JQuery, Ajax, Prototypes etc.

JavaScript-for-Complete-Web Development. we learn the whole concept of JS including Basics like Object, Functions, Array etc. And Advance JS - Underst

prasam jain 2 Jul 22, 2022
fcall, fetch and call any remote hot functions, anywhere, anytime, without installations or configurations.

fcall, fetch and call any remote hot functions, anywhere, anytime, without installations or configurations.

ç«‹ĺ…š Lidang 4 Sep 20, 2022
A testing focused Remix Stack, that integrates E2E & Unit testing with Playwright, Vitest, MSW and Testing Library. Driven by Prisma ORM. Deploys to Fly.io

Live Demo · Twitter A testing focused Remix Stack, that integrates E2E & Unit testing with Playwright, Vitest, MSW and Testing Library. Driven by Pris

Remix Stacks 18 Oct 31, 2022
Vitest for coc.nvim

coc-vitest Vitest for coc.nvim Install vim-plug: Plug 'yaegassy/coc-vitest', {'do': 'yarn install --frozen-lockfile'} CocInstall: Not supported at thi

yaegassy 8 Sep 4, 2022
⚙️ Monorepo for shared configurations used in Alphaworks

@alpha-dao/shared-config Usage Shared Config Wondering which configuration to use when starting a new project? Then you're probably looking for this m

Alphaworks 8 Nov 17, 2022
An Eleventy wrapper for type supported configurations

Shareable Eleventy configuration strap. The module can be dropped in to your .eleventy.js configuration file for Typed supported configuration options.

ΝΙΚΟΛΑΣ 5 Jun 17, 2022
Remix + Cloudflare Workers + Wrangler2 + Tailwind + ESLint + Prettier + Vitest + Playwright

Welcome to Remix! Remix Docs Development You will be running two processes during development: The Miniflare server (miniflare is a local environment

null 48 Dec 19, 2022
Custom Vitest matchers to test the state of the DOM, forked from jest-dom.

vitest-dom Custom Vitest matchers to test the state of the DOM This library is a fork of @testing-library/jest-dom. It shares that library's implement

Chance Strickland 14 Dec 16, 2022
🔥 TypeScript type assertion plugin for vitest

TypeScript type assertion plugin for vitest. ?? This plugin is in alpha version, and will probably stay that way for a long time, it lacks tests (a bi

null 74 Nov 23, 2022
Official moon configurations for popular JavaScript developer tooling.

moon development configs This repository is a collection of moon owned and maintained configurations and presets for common developer tools -- primari

moonrepo 8 Nov 10, 2022
Nuxt3 template with Windicss + Pinia + Vitest + Playwright

Nuxt 3 Template Nuxt 3 template repository Look at the nuxt 3 documentation to learn more. Used Technologies Usage Setup Make sure to install the depe

Igor Makowski 5 Dec 14, 2022