@nx/remix 20.0.0-beta.2 → 20.0.0-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/remix",
3
- "version": "20.0.0-beta.2",
3
+ "version": "20.0.0-beta.4",
4
4
  "description": "The Remix plugin for Nx contains executors and generators for managing Remix applications and libraries within an Nx workspace. It provides:\n\n\n- Integration with libraries such as Vitest, Jest, Playwright, Cypress, and Storybook.\n\n- Generators for applications, libraries, routes, loaders, and more.\n\n- Library build support for publishing packages to npm or other registries.\n\n- Utilities for automatic workspace refactoring.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,12 +29,12 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "20.0.0-beta.2",
33
- "@nx/js": "20.0.0-beta.2",
34
- "@nx/react": "20.0.0-beta.2",
32
+ "@nx/devkit": "20.0.0-beta.4",
33
+ "@nx/js": "20.0.0-beta.4",
34
+ "@nx/react": "20.0.0-beta.4",
35
35
  "tslib": "^2.3.1",
36
36
  "@phenomnomnominal/tsquery": "~5.0.1",
37
- "@nrwl/remix": "20.0.0-beta.2"
37
+ "@nrwl/remix": "20.0.0-beta.4"
38
38
  },
39
39
  "peerDependencies": {},
40
40
  "publishConfig": {
@@ -379,21 +379,17 @@ import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
379
379
  export default defineConfig({
380
380
  root: __dirname,
381
381
  cacheDir: '../node_modules/.vite/test',
382
-
383
382
  plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
384
-
385
383
  // Uncomment this if you are using workers.
386
384
  // worker: {
387
385
  // plugins: [ nxViteTsPaths() ],
388
386
  // },
389
-
390
387
  test: {
391
388
  setupFiles: ['test-setup.ts'],
392
389
  watch: false,
393
390
  globals: true,
394
391
  environment: 'jsdom',
395
392
  include: ['./tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
396
-
397
393
  reporters: ['default'],
398
394
  coverage: {
399
395
  reportsDirectory: '../coverage/test',
@@ -702,21 +698,17 @@ import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
702
698
  export default defineConfig({
703
699
  root: __dirname,
704
700
  cacheDir: './node_modules/.vite/test',
705
-
706
701
  plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
707
-
708
702
  // Uncomment this if you are using workers.
709
703
  // worker: {
710
704
  // plugins: [ nxViteTsPaths() ],
711
705
  // },
712
-
713
706
  test: {
714
707
  setupFiles: ['test-setup.ts'],
715
708
  watch: false,
716
709
  globals: true,
717
710
  environment: 'jsdom',
718
711
  include: ['./tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
719
-
720
712
  reporters: ['default'],
721
713
  coverage: {
722
714
  reportsDirectory: './coverage/test',
@@ -31,14 +31,11 @@ import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
31
31
  export default defineConfig({
32
32
  root: __dirname,
33
33
  cacheDir: '../node_modules/.vite/test',
34
-
35
34
  plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
36
-
37
35
  // Uncomment this if you are using workers.
38
36
  // worker: {
39
37
  // plugins: [ nxViteTsPaths() ],
40
38
  // },
41
-
42
39
  test: {
43
40
  setupFiles: ['./src/test-setup.ts'],
44
41
  watch: false,
@@ -95,14 +95,11 @@ import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
95
95
  export default defineConfig({
96
96
  root: __dirname,
97
97
  cacheDir: '../../node_modules/.vite/libs/storybook-test',
98
-
99
98
  plugins: [react(), nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
100
-
101
99
  // Uncomment this if you are using workers.
102
100
  // worker: {
103
101
  // plugins: [ nxViteTsPaths() ],
104
102
  // },
105
-
106
103
  test: {
107
104
  setupFiles: ['./src/test-setup.ts'],
108
105
  watch: false,