antfu/vitesse-nuxt3 1153
Vitesse for Nuxt 3 🏔💚⚡️
A lightweight Nuxt theme to build a Markdown driven website. Powered by Nuxt Content, TailwindCSS and Iconify.
Atinux/discuss 105
Discuss with me 💬
A demo of integrating React, Vite and Nitro for AgentConf 2023.
apollo-server-integrations/apollo-server-integration-h3 16
An Apollo Server integration for use with h3 and nuxt
🗺 Map Module for Nuxt 3
⭐ Ant Design SVG Icons
push eventnuxt/starter
commit sha 14f2ce2f5c8a92bd922488e37e46e7511c042f91
chore(deps): update all non-major dependencies (module) (#390) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
push time in 2 hours
PR merged nuxt/starter
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint (source) | ^8.41.0 -> ^8.42.0 |
||||
vitest | ^0.31.1 -> ^0.31.4 |
Release Notes
<details> <summary>eslint/eslint</summary>
v8.42.0
Features
Bug Fixes
a589636
fix: Config withignores
and withoutfiles
should not always apply (#17181) (Milos Djermanovic)c4fad17
fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)
Documentation
Chores
6ca5b7c
chore: upgrade @eslint/js@8.42.0 (#17236) (Milos Djermanovic)67fc5e7
chore: package.json update for @eslint/js release (ESLint Jenkins)0892412
refactor: removeIdentifier
listener in no-irregular-whitespace (#17235) (Milos Djermanovic)f67d298
test: AddFlatESLint
tests with missing config files (#17164) (Milos Djermanovic)5b68d51
chore: Fixfixedsize
attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)37432f2
chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)
</details>
<details> <summary>vitest-dev/vitest</summary>
v0.31.4
🚀 Features
- Enable experimentalOptimizer - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3413 <samp>(5a894)</samp>
🐞 Bug Fixes
- vite-node: Deps.inline doesn't work - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3485 <samp>(be930)</samp>
View changes on GitHub
v0.31.3
🚀 Features
- Support
VITE_NODE_DEPS_MODULE_DIRECTORIES
from .npmrc - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3471 <samp>(393bf)</samp>
🐞 Bug Fixes
- logger: Print unhandled errors before summary - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3474 <samp>(4c9a7)</samp>
- runner: Suite options do not propagate to nested suites (fix: #3467) - by @xsjcTony in https://github.com/vitest-dev/vitest/issues/3473 and https://github.com/vitest-dev/vitest/issues/3467 <samp>(9fb9d)</samp>
- vite-node: Clear importers when invalidating module - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3475 <samp>(add29)</samp>
View changes on GitHub
v0.31.2
🚀 Features
- Throw error if using inline snapshot inside of
test.each
ordescribe.each
- by @fenghan34 and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3360 <samp>(7c2f7)</samp> - Pass down meta information to Node.js process - by @sheremet-va and @dammy001 in https://github.com/vitest-dev/vitest/issues/3449 <samp>(e39ad)</samp>
- coverage: Add
reportOnFailure
option - by @AriPerkkio and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3453 <samp>(1988f)</samp> - dev: Add moduleDirectories option to the vitest config - by @fooddilsn and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3337 <samp>(b3602)</samp>
🐞 Bug Fixes
- Don't print empty diff - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3437 <samp>(32b53)</samp>
- Don't restore methods in automocked dependencies - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3438 <samp>(d1afd)</samp>
- Dot reporter scrollback buffer spam - by @gtm-nayan in https://github.com/vitest-dev/vitest/issues/3415 <samp>(e6792)</samp>
- Gracefully exit when first
SIGINT
is received - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3407 <samp>(a2cc2)</samp> rejects
&resolves
breaks with thenable objects - by @fenghan34 in https://github.com/vitest-dev/vitest/issues/3456 <samp>(4e996)</samp>- Prevent
birpc
timeouts whenMath.random
mock is not restored - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3460 <samp>(cd5d5)</samp> - Assertion diff message now handle non writable property correctly - by @PCreations in https://github.com/vitest-dev/vitest/issues/3422 <samp>(f75ab)</samp>
- Extend logging of process timeout errors - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/3452 <samp>(42643)</samp>
- Support requiring files with
less
extension - by @rluvaton in https://github.com/vitest-dev/vitest/issues/3465 <samp>(4d045)</samp> - cli:
- Improve colors used when erroring - by @ghiscoding and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3349 <samp>(16681)</samp>
- runner:
- Suite timeout does not take effect - by @btea in https://github.com/vitest-dev/vitest/issues/3455 <samp>(82547)</samp>
- spy:
- Don't print received calls if there are no calls - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3405 <samp>(41e11)</samp>
- typecheck:
- Show tsc errors not related to test files - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3441 <samp>(a1da5)</samp>
- types:
- Fix
PartialMock
with async TReturns - by @ghry5 in https://github.com/vitest-dev/vitest/issues/3462 <samp>(b664d)</samp>
- Fix
- vite-node:
- Circular import stuck - by @Dunqing in https://github.com/vitest-dev/vitest/issues/3418 <samp>(632ee)</samp>
- Coerce to string in import(dep) - by @jcbhmr and @sheremet-va in https://github.com/vitest-dev/vitest/issues/3430 <samp>(b72eb)</samp>
- Don't remove sourcemap string in source code - by @rxliuli and @sheremet-va in https://github.com/vitest-dev/vitest/issues/2918 and https://github.com/vitest-dev/vitest/issues/3379 <samp>(02dc9)</samp>
- Don't externalize "dist" by default - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/3446 <samp>(306b2)</samp>
View changes on GitHub
</details>
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtb2R1bGUifQ==-->
pr closed time in 2 hours
created tagnuxt/nuxt
Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3.
created time in 2 hours
created tagdanielroe/nuxt-vitest
An in-development vitest environment with support for testing code that needs a Nuxt runtime environment
created time in 2 hours
push eventdanielroe/nuxt-vitest
commit sha 78370d77851d9b95976dbe2a6fc8615e4546d751
chore: release v0.8.5
push time in 2 hours
PR merged nuxt/nuxt
3.5.3 is the next patch release.
Timetable: 5 June
👉 Changelog
🔥 Performance
- nuxt: Avoid watching nested paths (#21256)
🩹 Fixes
- nuxt: Handle serialising empty bigint (#21257)
- cli: Pass
--no-clear
config through to vite (#21262) - cli: Always use the latest devtools wizard (#21291)
- schema: Update
vue-loader
options type (#21363) - schema: Add types for vue experimental features (#21364)
- nuxt: Display errors in client overlay with
typeCheck
(#21064) - nuxt: Support usage of
std-env
in runtime code (#21372) - nuxt: Key distinct pages differently for legacy asyncData (#21263)
- vite: Skip generating keys for locally scoped functions (#20955)
- kit: Temporarily inline
lodash.template
fromlodash-es
(#20892)
📖 Documentation
- Add
index.vue
to page routing example (#21240) - Distinguish between
$fetch
and fetch composables (#21228) - Adjust
env
property to matchruntimeConfig
(#21265) - Fix Cloudflare capitalization (#21267)
- Migrate transition class names and style prop (#21281)
- Remove irregular spaces (#21380)
🏡 Chore
- Pin dev dependencies (9fb83b744)
- Avoid inlining deps in vitest (#21316)
- Rewrite crawler to remove old dependencies (#21326)
- Support vitest 0.30.0 peer dependency (d58d1ea1e)
✅ Tests
- Add additional component case (6f8d036d4)
🤖 CI
❤️ Contributors
- Daniel Roe (@danielroe)
- Wilson Pinto (@wilsonpinto)
- Anhao (@ah-dc)
- Anthony Fu (@antfu)
- Alexander (@xanderbarkhatov)
- Lehoczky Zoltán (@Lehoczky)
- @scscgit
- Warflash (@warflash)
- Andrew Luca (@iamandrewluca)
- Hebilicious (@Hebilicious)
pr closed time in 2 hours
PR merged nuxt/nuxt
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@typescript-eslint/eslint-plugin | 5.59.8 -> 5.59.9 |
||||
@typescript-eslint/parser | 5.59.8 -> 5.59.9 |
||||
caniuse-lite | ^1.0.30001494 -> ^1.0.30001495 |
Release Notes
<details> <summary>typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)</summary>
v5.59.9
Note: Version bump only for package @typescript-eslint/eslint-plugin
</details>
<details> <summary>typescript-eslint/typescript-eslint (@typescript-eslint/parser)</summary>
v5.59.9
Note: Version bump only for package @typescript-eslint/parser
</details>
<details> <summary>browserslist/caniuse-lite</summary>
v1.0.30001495
</details>
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoiMi54In0=-->
pr closed time in 3 hours
push eventnuxt/nuxt
commit sha f2ddc67becfac6ad783abe50c72c6b1dabb3a2c5
chore(deps): update all non-major dependencies (2.x) (#21386) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
push time in 3 hours
push eventnuxt/nuxt
commit sha a1dbeaf9e88a5b5a8e9dfac8fe61d99b1f5d6b9b
chore(deps): pin dependencies (main) (#21388) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
push time in 3 hours
PR merged nuxt/nuxt
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@types/lodash-es (source) | devDependencies | pin | ^4.17.7 -> 4.17.7 |
lodash-es (source) | devDependencies | pin | ^4.17.21 -> 4.17.21 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Add the preset :preserveSemverRanges
to your config if you don't want to pin your dependencies.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
pr closed time in 3 hours
push eventdanielroe/nuxt-vitest
commit sha c26e981bbce5383ce34428289e67459f32eae815
fix: don't transpile/override NODE_ENV
push time in 3 hours
push eventnuxt/starter
commit sha a8474968782ba0183ca7a5ac35783fd58e9030eb
chore: add extra `tsconfig` and `package.json` files
push time in 3 hours
push eventdanielroe/nuxt-hanko
commit sha c306a4e11ee4b36c5b4bbed75006822a1362828c
docs: comment nuxt config a bit more and don't link to playground
push time in 3 hours
push eventdanielroe/nuxt-hanko
commit sha 943fa4903b049df521b539fbcf4bfa0fcb99d9e7
chore: improve playground visuals
push time in 3 hours
push eventdanielroe/nuxt-hanko
commit sha 83f6d87c5e68bf025e46406a08c99df67b9e5df7
chore: release v0.0.5
push time in 4 hours
push eventdanielroe/nuxt-hanko
commit sha 80e51a523287a055fa2e1ee2a6f7f423876dd40a
chore: assert hanko defined on client
commit sha 52d3bc5ae018e0362f4097d664359574f6d71830
docs: add comment
push time in 4 hours
issue commentnuxt/nuxt
[Feature request]: Create nested Layouts
Great idea 👍
comment created time in 4 hours
push eventdanielroe/nuxt-hanko
commit sha 4801e8a038661d3a11fb7bba6d476f2742676302
style: lint
push time in 4 hours
push eventdanielroe/nuxt-hanko
commit sha a74b0050349d28e0b36241a768296ab504a51bfc
fix: respect existing `isCustomElement` values
commit sha 42625f53b224b3adb7f20bf7f91820112bb93291
chore: simplify playground and add `tsconfig`
commit sha 13dbeb8a847dc0058ffdd34669d4ab1abb311f15
fix: expose `null` return type from `useHanko`
commit sha e75ea082ba18df209705ba32a3f1ff3050b70dab
fix: add missing middleware
commit sha 3b09b65fffa325c96be3d0252b09e48534e644fa
fix: stub `@teamhanko/hanko-elements` on server
push time in 4 hours