Compare commits

...

9 Commits

Author SHA1 Message Date
VALERIY SINEVICH
954207b035
Merge 83a6a12e1b into edc299a043 2024-11-20 06:35:52 -05:00
renovate[bot]
edc299a043
chore(deps): update all non-major dependencies (main) (#29995)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 06:35:43 -05:00
renovate[bot]
ad3ab4d310
chore(deps): update all non-major dependencies (main) (#29986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-19 23:36:17 -05:00
Jan-Niklas W.
9bf8465806
docs: update getting started to include WebStorm (#29845) 2024-11-19 20:39:14 +00:00
autofix-ci[bot]
83a6a12e1b
[autofix.ci] apply automated fixes 2024-01-30 16:16:00 +00:00
Daniel Roe
417a64cdaa
Merge branch 'main' into 23522-useAsyncData 2024-01-30 16:13:44 +00:00
Valery Sinevich
a61a14ad92 use async/await 2024-01-30 17:46:51 +03:00
VALERIY SINEVICH
be07940021
Merge branch 'nuxt:main' into 23522-useAsyncData 2024-01-30 17:40:34 +03:00
Valeriy Sinevich
be9e77186f useAsyncData-regressions 2023-10-28 01:21:20 +03:00
8 changed files with 152 additions and 10 deletions

View File

@ -248,7 +248,7 @@ jobs:
TEST_PAYLOAD: ${{ matrix.payload }}
SKIP_BUNDLE_SIZE: ${{ github.event_name != 'push' || matrix.env == 'dev' || matrix.builder == 'webpack' || matrix.context == 'default' || matrix.payload == 'js' || runner.os == 'Windows' }}
- uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5.0.2
- uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5.0.4
if: github.event_name != 'push' && matrix.env == 'built' && matrix.builder == 'vite' && matrix.context == 'default' && matrix.os == 'ubuntu-latest' && matrix.manifest == 'manifest-on'
with:
token: ${{ secrets.CODECOV_TOKEN }}

View File

@ -21,8 +21,8 @@ Or follow the steps below to set up a new Nuxt project on your computer.
<!-- markdownlint-disable-next-line MD001 -->
#### Prerequisites
- **Node.js** - [`v18.0.0`](https://nodejs.org/en) or newer
- **Text editor** - We recommend [Visual Studio Code](https://code.visualstudio.com/) with the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (previously known as Volar)
- **Node.js** - [`18.x`](https://nodejs.org/en) or newer (but we recommend the [active LTS release](https://github.com/nodejs/release#release-schedule))
- **Text editor** - There is no IDE requirement, but we recommend [Visual Studio Code](https://code.visualstudio.com/) with the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (previously known as Volar) or [WebStorm](https://www.jetbrains.com/webstorm/), which, along with [other JetBrains IDEs](https://www.jetbrains.com/ides/), offers great Nuxt support right out-of-the-box.
- **Terminal** - In order to run Nuxt commands
::note

View File

@ -91,7 +91,7 @@
"devalue": "5.1.1",
"eslint": "9.15.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.0.2",
"eslint-plugin-perfectionist": "4.0.3",
"eslint-typegen": "0.3.2",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"happy-dom": "15.11.6",
@ -118,7 +118,7 @@
"vue-router": "4.4.5",
"vue-tsc": "2.1.10"
},
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.1",
"engines": {
"node": "^16.10.0 || >=18.0.0"
},

View File

@ -114,8 +114,8 @@ importers:
specifier: 3.3.0
version: 3.3.0
eslint-plugin-perfectionist:
specifier: 4.0.2
version: 4.0.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.3)
specifier: 4.0.3
version: 4.0.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.3)
eslint-typegen:
specifier: 0.3.2
version: 0.3.2(eslint@9.15.0(jiti@2.4.0))
@ -4373,8 +4373,8 @@ packages:
resolution: {integrity: sha512-brcKcxGnISN2CcVhXJ/kEQlNa0MEfGRtwKtWA16SkqXHKitaKIMrfemJKLKX1YqDU5C/5JY3PvZXd5jEW04e0Q==}
engines: {node: '>=5.0.0'}
eslint-plugin-perfectionist@4.0.2:
resolution: {integrity: sha512-zWdgyg2SdHqhp/P9d9vKwo5qD9is28xMAGzBslHqkZz5mVIikjyz1qvuJ4yS7Wrsf4KlbGorORefb4Kbe7Puzg==}
eslint-plugin-perfectionist@4.0.3:
resolution: {integrity: sha512-CyafnreF6boy4lf1XaF72U8NbkwrfjU/mOf1y6doaDMS9zGXhUU1DSk+ZPf/rVwCf1PL1m+rhHqFs+IcB8kDmA==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
eslint: '>=8.0.0'
@ -11519,7 +11519,7 @@ snapshots:
eslint-plugin-no-only-tests@3.3.0: {}
eslint-plugin-perfectionist@4.0.2(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.3):
eslint-plugin-perfectionist@4.0.3(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.3):
dependencies:
'@typescript-eslint/types': 8.15.0
'@typescript-eslint/utils': 8.15.0(eslint@9.15.0(jiti@2.4.0))(typescript@5.6.3)

View File

@ -2619,6 +2619,70 @@ describe.skipIf(isWindows)('useAsyncData', () => {
})
})
describe('useAsyncData regression with immediate:false', () => {
it('shared data, pending', async () => {
const page = await createPage('/useAsyncData/shared')
await page.waitForLoadState('networkidle')
await page.waitForFunction(
() => window.useNuxtApp?.()._route.fullPath === '/useAsyncData/shared'
)
expect(await page.locator('#pageWithSharedAsyncData__data').innerText()).toContain('default data')
expect(await page.locator('#pageWithSharedAsyncData__pending').innerText()).toContain('true')
expect(await page.locator('#componentWithSharedUseAsyncData__data').innerText()).toContain(
'default data'
)
expect(await page.locator('#componentWithSharedUseAsyncData__pending').innerText()).toContain(
'true'
)
await page.click('#pageWithSharedAsyncData__execute')
expect(await page.locator('#pageWithSharedAsyncData__data').innerText()).toContain('some data')
expect(await page.locator('#pageWithSharedAsyncData__pending').innerText()).toContain('false')
expect(await page.locator('#componentWithSharedUseAsyncData__data').innerText()).toContain(
'some data'
)
expect(await page.locator('#componentWithSharedUseAsyncData__pending').innerText()).toContain(
'false'
)
})
it('watch', async () => {
const page = await createPage('/useAsyncData/shared')
await page.waitForLoadState('networkidle')
await page.waitForFunction(
() => window.useNuxtApp?.()._route.fullPath === '/useAsyncData/shared'
)
expect(await page.locator('#pageWithSharedAsyncData__data').innerText()).toContain('default data')
expect(await page.locator('#pageWithSharedAsyncData__pending').innerText()).toContain('true')
expect(await page.locator('#componentWithSharedUseAsyncData__data').innerText()).toContain(
'default data'
)
expect(await page.locator('#componentWithSharedUseAsyncData__pending').innerText()).toContain(
'true'
)
await page.click('#pageWithSharedAsyncData__changeQuery')
expect(await page.locator('#pageWithSharedAsyncData__data').innerText()).toContain('some data')
expect(await page.locator('#pageWithSharedAsyncData__pending').innerText()).toContain('false')
expect(await page.locator('#componentWithSharedUseAsyncData__data').innerText()).toContain(
'some data'
)
expect(await page.locator('#componentWithSharedUseAsyncData__pending').innerText()).toContain(
'false'
)
await page.close()
})
})
describe.runIf(isDev())('component testing', () => {
it('should work', async () => {
const comp1 = await $fetchComponent('components/Counter.vue', { multiplier: 2 })

View File

@ -0,0 +1,15 @@
<script setup lang="ts">
import { useSharedAsyncData } from '../composables/asyncDataTests'
const { data, pending } = await useSharedAsyncData()
</script>
<template>
<div>
<div id="componentWithSharedUseAsyncData__data">
{{ data }}
</div>
<div id="componentWithSharedUseAsyncData__pending">
{{ pending }}
</div>
</div>
</template>

View File

@ -5,3 +5,23 @@ export const useSleep = () => useAsyncData('sleep', async () => {
})
export const useCounter = () => useFetch('/api/useAsyncData/count')
export const useSharedAsyncData = async () => {
const route = useRoute()
const { data, execute, pending } = await useAsyncData(
'sharedAsyncData',
() => Promise.resolve('some data'),
{
default: () => 'default data',
immediate: false,
watch: [() => route.query]
}
)
return {
data,
execute,
pending
}
}

View File

@ -0,0 +1,43 @@
<script setup lang="ts">
import { useSharedAsyncData } from '../../composables/asyncDataTests'
import ComponentWithSharedUseAsyncData from '../../components/ComponentWithSharedUseAsyncData.vue'
const { data, pending, execute } = await useSharedAsyncData()
const router = useRouter()
const page = ref(1)
const changeQuery = () => {
page.value += 1
router.push({
query: {
page: page.value
}
})
}
</script>
<template>
<div>
<div
id="pageWithSharedAsyncData__execute"
@click="() => execute()"
>
execute
</div>
<div
id="pageWithSharedAsyncData__changeQuery"
@click="changeQuery"
>
changeQuery
</div>
<div id="pageWithSharedAsyncData__data">
{{ data }}
</div>
<div id="pageWithSharedAsyncData__pending">
{{ pending }}
</div>
<ComponentWithSharedUseAsyncData />
</div>
</template>