@nx/vue 22.7.0-pr.35019.f500fd7 → 22.7.0-rc.0

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.
package/README.md ADDED
@@ -0,0 +1,68 @@
1
+ <p style="text-align: center;">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4
+ <img alt="Nx - Smart Monorepos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5
+ </picture>
6
+ </p>
7
+
8
+ <div style="text-align: center;">
9
+
10
+ [![CircleCI](https://circleci.com/gh/nrwl/nx.svg?style=svg)](https://circleci.com/gh/nrwl/nx)
11
+ [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
12
+ [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
13
+ [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
14
+ [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
15
+ [![Join the chat at https://gitter.im/nrwl-nx/community](https://badges.gitter.im/nrwl-nx/community.svg)](https://gitter.im/nrwl-nx/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
16
+ [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
17
+
18
+ </div>
19
+
20
+
21
+ <hr>
22
+
23
+ # Nx: Smart Monorepos · Fast Builds
24
+
25
+ Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
26
+
27
+ This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).
28
+
29
+ ## Getting Started
30
+
31
+ ### Creating an Nx Workspace
32
+
33
+ **Using `npx`**
34
+
35
+ ```bash
36
+ npx create-nx-workspace
37
+ ```
38
+
39
+ **Using `npm init`**
40
+
41
+ ```bash
42
+ npm init nx-workspace
43
+ ```
44
+
45
+ **Using `yarn create`**
46
+
47
+ ```bash
48
+ yarn create nx-workspace
49
+ ```
50
+
51
+ ### Adding Nx to an Existing Repository
52
+
53
+ Run:
54
+
55
+ ```bash
56
+ npx nx@latest init
57
+ ```
58
+
59
+ ## Documentation & Resources
60
+
61
+ - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
62
+ - [Intro to Nx](https://nx.dev/getting-started/intro)
63
+ - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
64
+ - [Blog Posts About Nx](https://nx.dev/blog)
65
+
66
+ <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
67
+ width="100%" alt="Nx - Smart Monorepos · Fast Builds"></a></p>
68
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/vue",
3
- "version": "22.7.0-pr.35019.f500fd7",
3
+ "version": "22.7.0-rc.0",
4
4
  "private": false,
5
5
  "description": "The Vue plugin for Nx contains executors and generators for managing Vue applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -16,7 +16,8 @@
16
16
  "Front-end"
17
17
  ],
18
18
  "main": "./index",
19
- "typings": "./index.d.ts",
19
+ "type": "commonjs",
20
+ "types": "./index.d.ts",
20
21
  "author": "Victor Savkin",
21
22
  "license": "MIT",
22
23
  "bugs": {
@@ -29,23 +30,21 @@
29
30
  "migrations": "./migrations.json"
30
31
  },
31
32
  "dependencies": {
32
- "@nx/devkit": "22.7.0-pr.35019.f500fd7",
33
- "@nx/eslint": "22.7.0-pr.35019.f500fd7",
34
- "@nx/js": "22.7.0-pr.35019.f500fd7",
35
- "@nx/vite": "22.7.0-pr.35019.f500fd7",
36
- "@nx/vitest": "22.7.0-pr.35019.f500fd7",
37
- "@nx/web": "22.7.0-pr.35019.f500fd7",
38
- "picomatch": "4.0.2",
33
+ "@nx/devkit": "22.7.0-rc.0",
34
+ "@nx/eslint": "22.7.0-rc.0",
35
+ "@nx/js": "22.7.0-rc.0",
36
+ "@nx/vite": "22.7.0-rc.0",
37
+ "@nx/vitest": "22.7.0-rc.0",
38
+ "@nx/web": "22.7.0-rc.0",
39
+ "picomatch": "4.0.4",
39
40
  "semver": "^7.6.3",
40
41
  "tslib": "^2.3.0"
41
42
  },
42
43
  "devDependencies": {
43
- "nx": "22.7.0-pr.35019.f500fd7"
44
+ "nx": "22.7.0-rc.0"
44
45
  },
45
46
  "publishConfig": {
46
47
  "access": "public"
47
48
  },
48
- "peerDependencies": {},
49
- "types": "./index.d.ts",
50
- "type": "commonjs"
49
+ "peerDependencies": {}
51
50
  }
@@ -11,6 +11,6 @@ export declare const eslintPluginVueVersion = "^9.16.1";
11
11
  export declare const postcssVersion = "8.4.21";
12
12
  export declare const tailwindcssVersion = "3.2.7";
13
13
  export declare const autoprefixerVersion = "10.4.13";
14
- export declare const sassVersion = "1.62.1";
14
+ export declare const sassVersion = "^1.70.0";
15
15
  export declare const lessVersion = "3.12.2";
16
16
  //# sourceMappingURL=versions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAG/D,eAAO,MAAM,UAAU,YAAY,CAAC;AACpC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AAGzC,eAAO,MAAM,mBAAmB,WAAW,CAAC;AAC5C,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAG7C,eAAO,MAAM,8BAA8B,YAAY,CAAC;AACxD,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,yCAAyC,YAAY,CAAC;AACnE,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAGhD,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,kBAAkB,UAAU,CAAC;AAC1C,eAAO,MAAM,mBAAmB,YAAY,CAAC;AAG7C,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,WAAW,WAAW,CAAC"}
1
+ {"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/vue/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAG/D,eAAO,MAAM,UAAU,YAAY,CAAC;AACpC,eAAO,MAAM,aAAa,WAAW,CAAC;AACtC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AAGzC,eAAO,MAAM,mBAAmB,WAAW,CAAC;AAC5C,eAAO,MAAM,oBAAoB,WAAW,CAAC;AAG7C,eAAO,MAAM,8BAA8B,YAAY,CAAC;AACxD,eAAO,MAAM,gCAAgC,YAAY,CAAC;AAC1D,eAAO,MAAM,yCAAyC,YAAY,CAAC;AACnE,eAAO,MAAM,sBAAsB,YAAY,CAAC;AAGhD,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,eAAO,MAAM,kBAAkB,UAAU,CAAC;AAC1C,eAAO,MAAM,mBAAmB,YAAY,CAAC;AAG7C,eAAO,MAAM,WAAW,YAAY,CAAC;AACrC,eAAO,MAAM,WAAW,WAAW,CAAC"}
@@ -19,5 +19,5 @@ exports.postcssVersion = '8.4.21';
19
19
  exports.tailwindcssVersion = '3.2.7';
20
20
  exports.autoprefixerVersion = '10.4.13';
21
21
  // other deps
22
- exports.sassVersion = '1.62.1';
22
+ exports.sassVersion = '^1.70.0';
23
23
  exports.lessVersion = '3.12.2';
package/project.json DELETED
@@ -1,49 +0,0 @@
1
- {
2
- "name": "vue",
3
- "$schema": "../../node_modules/nx/schemas/project-schema.json",
4
- "sourceRoot": "packages/vue",
5
- "projectType": "library",
6
- "targets": {
7
- "build": {},
8
- "legacy-post-build": {
9
- "executor": "@nx/workspace-plugin:legacy-post-build",
10
- "options": {
11
- "tsConfig": "./tsconfig.lib.json",
12
- "assets": [
13
- {
14
- "input": "packages/vue",
15
- "glob": "**/files/**",
16
- "output": "/"
17
- },
18
- {
19
- "input": "packages/vue",
20
- "glob": "**/files/**/.gitkeep",
21
- "output": "/"
22
- },
23
- {
24
- "input": "packages/vue",
25
- "glob": "**/*.json",
26
- "ignore": ["**/tsconfig*.json", "project.json", ".eslintrc.json"],
27
- "output": "/"
28
- },
29
- {
30
- "input": "packages/vue",
31
- "glob": "**/*.js",
32
- "ignore": ["**/jest.config.js"],
33
- "output": "/"
34
- },
35
- {
36
- "input": "packages/vue",
37
- "glob": "**/*.d.ts",
38
- "output": "/"
39
- },
40
- {
41
- "input": "",
42
- "glob": "LICENSE",
43
- "output": "/"
44
- }
45
- ]
46
- }
47
- }
48
- }
49
- }