[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-pre-hydrate.
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update devdependency vite to v4.4.9

renovate[bot] (Aug 9, 2023, 6:30 AM UTC) 54dd51f1 9999d4bf

+36 -19
+1 -1
package.json
··· 72 72 "playwright": "1.36.2", 73 73 "prettier": "2.8.8", 74 74 "typescript": "5.1.6", 75 - "vite": "4.4.8", 75 + "vite": "4.4.9", 76 76 "vitest": "0.34.1", 77 77 "vue": "3.3.4" 78 78 },
+35 -18
pnpm-lock.yaml
··· 65 65 version: 3.5.3(@types/node@20.4.8)(eslint@8.46.0)(rollup@3.26.2)(typescript@5.1.6) 66 66 nuxt-vitest: 67 67 specifier: 0.10.2 68 - version: 0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(rollup@3.26.2)(vite@4.4.8)(vitest@0.34.1)(vue-router@4.2.2)(vue@3.3.4) 68 + version: 0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(rollup@3.26.2)(vite@4.4.9)(vitest@0.34.1)(vue-router@4.2.2)(vue@3.3.4) 69 69 pinst: 70 70 specifier: 3.0.0 71 71 version: 3.0.0 ··· 79 79 specifier: 5.1.6 80 80 version: 5.1.6 81 81 vite: 82 - specifier: 4.4.8 83 - version: 4.4.8(@types/node@20.4.8) 82 + specifier: 4.4.9 83 + version: 4.4.9(@types/node@20.4.8) 84 84 vitest: 85 85 specifier: 0.34.1 86 86 version: 0.34.1(playwright@1.36.2) ··· 1615 1615 - supports-color 1616 1616 dev: true 1617 1617 1618 - /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.8)(vue@3.3.4): 1618 + /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.9)(vue@3.3.4): 1619 1619 resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} 1620 1620 engines: {node: ^14.18.0 || >=16.0.0} 1621 1621 peerDependencies: ··· 1625 1625 '@babel/core': 7.22.1 1626 1626 '@babel/plugin-transform-typescript': 7.22.3(@babel/core@7.22.1) 1627 1627 '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.1) 1628 - vite: 4.4.8(@types/node@20.4.8) 1628 + vite: 4.4.9(@types/node@20.4.8) 1629 1629 vue: 3.3.4 1630 1630 transitivePeerDependencies: 1631 1631 - supports-color ··· 1642 1642 vue: 3.3.4 1643 1643 dev: true 1644 1644 1645 - /@vitejs/plugin-vue@4.2.3(vite@4.4.8)(vue@3.3.4): 1645 + /@vitejs/plugin-vue@4.2.3(vite@4.4.9)(vue@3.3.4): 1646 1646 resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} 1647 1647 engines: {node: ^14.18.0 || >=16.0.0} 1648 1648 peerDependencies: 1649 1649 vite: ^4.0.0 1650 1650 vue: ^3.2.25 1651 1651 dependencies: 1652 - vite: 4.4.8(@types/node@20.4.8) 1652 + vite: 4.4.9(@types/node@20.4.8) 1653 1653 vue: 3.3.4 1654 1654 dev: true 1655 1655 ··· 5156 5156 fsevents: 2.3.2 5157 5157 dev: true 5158 5158 5159 - /nuxt-vitest@0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(rollup@3.26.2)(vite@4.4.8)(vitest@0.34.1)(vue-router@4.2.2)(vue@3.3.4): 5159 + /nuxt-vitest@0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(rollup@3.26.2)(vite@4.4.9)(vitest@0.34.1)(vue-router@4.2.2)(vue@3.3.4): 5160 5160 resolution: {integrity: sha512-cYEvFY5iU0fV3xccdunV1vAlgyda3Tf7HEyPGrI/4KMAouwtIDIyuu2SgU3WOFqpNbhbAQbI5COLISodOeUHBQ==} 5161 5161 peerDependencies: 5162 5162 '@vitejs/plugin-vue': '*' ··· 5165 5165 vitest: ^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0 5166 5166 dependencies: 5167 5167 '@nuxt/kit': 3.5.3(rollup@3.26.2) 5168 - '@vitejs/plugin-vue': 4.2.3(vite@4.4.8)(vue@3.3.4) 5169 - '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.4.8)(vue@3.3.4) 5168 + '@vitejs/plugin-vue': 4.2.3(vite@4.4.9)(vue@3.3.4) 5169 + '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.4.9)(vue@3.3.4) 5170 5170 '@vitest/ui': 0.33.0(vitest@0.34.1) 5171 5171 defu: 6.1.2 5172 5172 get-port-please: 3.0.1 5173 5173 perfect-debounce: 1.0.0 5174 5174 std-env: 3.3.3 5175 - vite: 4.4.8(@types/node@20.4.8) 5175 + vite: 4.4.9(@types/node@20.4.8) 5176 5176 vitest: 0.34.1(playwright@1.36.2) 5177 5177 vitest-environment-nuxt: 0.10.2(rollup@3.26.2)(vitest@0.34.1)(vue-router@4.2.2)(vue@3.3.4) 5178 5178 transitivePeerDependencies: ··· 5932 5932 source-map-js: 1.0.2 5933 5933 dev: true 5934 5934 5935 + /postcss@8.4.27: 5936 + resolution: {integrity: sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==} 5937 + engines: {node: ^10 || ^12 || >=14} 5938 + dependencies: 5939 + nanoid: 3.3.6 5940 + picocolors: 1.0.0 5941 + source-map-js: 1.0.2 5942 + dev: true 5943 + 5935 5944 /prelude-ls@1.2.1: 5936 5945 resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} 5937 5946 engines: {node: '>= 0.8.0'} ··· 6204 6213 hasBin: true 6205 6214 optionalDependencies: 6206 6215 fsevents: 2.3.2 6216 + 6217 + /rollup@3.27.2: 6218 + resolution: {integrity: sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==} 6219 + engines: {node: '>=14.18.0', npm: '>=8.0.0'} 6220 + hasBin: true 6221 + optionalDependencies: 6222 + fsevents: 2.3.2 6223 + dev: true 6207 6224 6208 6225 /run-applescript@5.0.0: 6209 6226 resolution: {integrity: sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==} ··· 7098 7115 mlly: 1.4.0 7099 7116 pathe: 1.1.1 7100 7117 picocolors: 1.0.0 7101 - vite: 4.4.8(@types/node@20.4.8) 7118 + vite: 4.4.9(@types/node@20.4.8) 7102 7119 transitivePeerDependencies: 7103 7120 - '@types/node' 7104 7121 - less ··· 7120 7137 mlly: 1.4.0 7121 7138 pathe: 1.1.1 7122 7139 picocolors: 1.0.0 7123 - vite: 4.4.8(@types/node@20.4.8) 7140 + vite: 4.4.9(@types/node@20.4.8) 7124 7141 transitivePeerDependencies: 7125 7142 - '@types/node' 7126 7143 - less ··· 7218 7235 fsevents: 2.3.2 7219 7236 dev: true 7220 7237 7221 - /vite@4.4.8(@types/node@20.4.8): 7222 - resolution: {integrity: sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==} 7238 + /vite@4.4.9(@types/node@20.4.8): 7239 + resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} 7223 7240 engines: {node: ^14.18.0 || >=16.0.0} 7224 7241 hasBin: true 7225 7242 peerDependencies: ··· 7248 7265 dependencies: 7249 7266 '@types/node': 20.4.8 7250 7267 esbuild: 0.18.11 7251 - postcss: 8.4.26 7252 - rollup: 3.26.2 7268 + postcss: 8.4.27 7269 + rollup: 3.27.2 7253 7270 optionalDependencies: 7254 7271 fsevents: 2.3.2 7255 7272 dev: true ··· 7338 7355 strip-literal: 1.0.1 7339 7356 tinybench: 2.5.0 7340 7357 tinypool: 0.7.0 7341 - vite: 4.4.8(@types/node@20.4.8) 7358 + vite: 4.4.9(@types/node@20.4.8) 7342 7359 vite-node: 0.34.1(@types/node@20.4.8) 7343 7360 why-is-node-running: 2.2.2 7344 7361 transitivePeerDependencies: