@nuxt/test-utils-nightly 3.8.2-28321205.d8674b99 β†’ 4.0.0-1699283411.919cffa

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ export * from './dist/experimental'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/test-utils-nightly",
3
- "version": "3.8.2-28321205.d8674b99",
4
- "repository": "nuxt/nuxt",
3
+ "version": "4.0.0-1699283411.919cffa",
4
+ "repository": "nuxt/test-utils",
5
5
  "description": "Test utilities for Nuxt",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -17,11 +17,19 @@
17
17
  }
18
18
  },
19
19
  "files": [
20
- "dist"
20
+ "dist",
21
+ "experimental.d.ts"
21
22
  ],
23
+ "scripts": {
24
+ "lint": "eslint --ext .vue,.ts,.js,.mjs .",
25
+ "lint:fix": "eslint --ext .vue,.ts,.js,.mjs . --fix",
26
+ "test:examples": "pnpm -r test",
27
+ "prepack": "unbuild",
28
+ "dev:prepare": "unbuild --stub"
29
+ },
22
30
  "dependencies": {
23
- "@nuxt/kit": "npm:@nuxt/kit-nightly@3.8.2-28321205.d8674b99",
24
- "@nuxt/schema": "npm:@nuxt/schema-nightly@3.8.2-28321205.d8674b99",
31
+ "@nuxt/kit": "^3.8.1",
32
+ "@nuxt/schema": "^3.8.1",
25
33
  "consola": "^3.2.3",
26
34
  "defu": "^6.1.3",
27
35
  "execa": "^8.0.1",
@@ -32,6 +40,13 @@
32
40
  },
33
41
  "devDependencies": {
34
42
  "@jest/globals": "29.7.0",
43
+ "@nuxt/eslint-config": "^0.2.0",
44
+ "changelogen": "^0.5.5",
45
+ "eslint": "^8.53.0",
46
+ "eslint-plugin-import": "^2.29.0",
47
+ "eslint-plugin-jsdoc": "^46.8.2",
48
+ "eslint-plugin-no-only-tests": "^3.1.0",
49
+ "eslint-plugin-unicorn": "^49.0.0",
35
50
  "playwright-core": "1.39.0",
36
51
  "unbuild": "latest",
37
52
  "vitest": "0.33.0"
@@ -53,9 +68,10 @@
53
68
  "optional": true
54
69
  }
55
70
  },
71
+ "resolutions": {
72
+ "@nuxt/test-utils": "workspace:*"
73
+ },
56
74
  "engines": {
57
75
  "node": "^14.18.0 || >=16.10.0"
58
- },
59
- "_name": "@nuxt/test-utils",
60
- "scripts": {}
76
+ }
61
77
  }
package/LICENSE DELETED
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2016-present - Nuxt Team
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
package/README.md DELETED
@@ -1,68 +0,0 @@
1
- [![Nuxt banner](./.github/assets/banner.svg)](https://nuxt.com)
2
-
3
- # Nuxt
4
-
5
- <p>
6
- <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/v/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Version"></a>
7
- <a href="https://www.npmjs.com/package/nuxt"><img src="https://img.shields.io/npm/dm/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="Downloads"></a>
8
- <a href="./LICENSE"><img src="https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License"></a>
9
- <a href="https://nuxt.com"><img src="https://img.shields.io/badge/Nuxt%20Docs-18181B?logo=nuxt.js" alt="Website"></a>
10
- <a href="https://chat.nuxt.dev"><img src="https://img.shields.io/badge/Nuxt%20Discord-18181B?logo=discord" alt="Discord"></a>
11
- </p>
12
-
13
- Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.
14
-
15
- It provides a number of features that make it easy to build fast, SEO-friendly, and scalable web applications, including:
16
- - Server-side rendering, Static Site Generation or Hybrid Rendering
17
- - Automatic routing with code-splitting
18
- - State management
19
- - SEO Optimization
20
- - Extensible with [100+ modules](https://nuxt.com/modules)
21
- - Deployment to a variety of hosting platforms
22
- - ...[and much more](https://nuxt.com) πŸš€
23
-
24
- ## Getting Started
25
-
26
- Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:
27
-
28
- ```bash
29
- npx nuxi@latest init <my-project>
30
- ```
31
-
32
- Discover also [nuxt.new](https://nuxt.new): Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds.
33
-
34
- ## Documentation
35
-
36
- We highly recommend you take a look at the [Nuxt documentation](https://nuxt.com/docs) to level up. It’s a great resource for learning more about the framework. It covers everything from getting started to advanced topics.
37
-
38
- ## Modules
39
-
40
- Discover our [list of modules](https://nuxt.com/modules) to supercharge your Nuxt project, created by the Nuxt team and community.
41
-
42
- ## Contribute
43
-
44
- We invite you to contribute and help improve Nuxt πŸ’š
45
-
46
- Here are a few ways you can get involved:
47
- - **Reporting Bugs:** If you come across any bugs or issues, please check out the [reporting bugs guide](https://nuxt.com/docs/community/reporting-bugs) to learn how to submit a bug report.
48
- - **Suggestions:** Have ideas to enhance Nuxt? We'd love to hear them! Check out the [contribution guide](https://nuxt.com/docs/community/contribution#creating-an-issue) to share your suggestions.
49
- - **Questions:** If you have questions or need assistance, the [getting help guide](https://nuxt.com/docs/community/getting-help) provides resources to help you out.
50
-
51
- ## Local Development
52
-
53
- Follow the docs to [Set Up Your Local Development Environment](https://nuxt.com/docs/community/framework-contribution#setup) to contribute to the framework and documentation.
54
-
55
- ## Nuxt 2
56
-
57
- You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [v2.nuxt.com](https://v2.nuxt.com).
58
-
59
- ## Follow us
60
-
61
- <p valign="center">
62
- <a href="https://chat.nuxt.dev"><img width="20px" src="./.github/assets/discord.svg" alt="Discord"></a>&nbsp;&nbsp;<a href="https://twitter.nuxt.dev"><img width="20px" src="./.github/assets/twitter.svg" alt="Twitter"></a>&nbsp;&nbsp;<a href="https://github.nuxt.dev"><img width="20px" src="./.github/assets/github.svg" alt="GitHub"></a>
63
- </p>
64
-
65
- ## License
66
-
67
- [MIT](./LICENSE)
68
-